File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -261,8 +261,6 @@ fn shr_u256() {
261261#[ test]
262262#[ should_panic]
263263#[ cfg( debug_assertions) ]
264- // FIXME(ppc): ppc64le seems to have issues with `should_panic` tests.
265- #[ cfg( not( all( target_arch = "powerpc64" , target_endian = "little" ) ) ) ]
266264fn shr_u256_overflow ( ) {
267265 // Like regular shr, panic on overflow with debug assertions
268266 let _ = u256:: MAX >> 256 ;
Original file line number Diff line number Diff line change @@ -846,8 +846,6 @@ mod parse_tests {
846846}
847847
848848#[ cfg( test) ]
849- // FIXME(ppc): something with `should_panic` tests cause a SIGILL with ppc64le
850- #[ cfg( not( all( target_arch = "powerpc64" , target_endian = "little" ) ) ) ]
851849mod tests_panicking {
852850 extern crate std;
853851 use super :: * ;
You can’t perform that action at this time.
0 commit comments