Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions libm/src/math/support/big/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,6 @@ fn shr_u256() {
#[test]
#[should_panic]
#[cfg(debug_assertions)]
// FIXME(ppc): ppc64le seems to have issues with `should_panic` tests.
#[cfg(not(all(target_arch = "powerpc64", target_endian = "little")))]
fn shr_u256_overflow() {
// Like regular shr, panic on overflow with debug assertions
let _ = u256::MAX >> 256;
Expand Down
2 changes: 0 additions & 2 deletions libm/src/math/support/hex_float.rs
Original file line number Diff line number Diff line change
Expand Up @@ -846,8 +846,6 @@ mod parse_tests {
}

#[cfg(test)]
// FIXME(ppc): something with `should_panic` tests cause a SIGILL with ppc64le
#[cfg(not(all(target_arch = "powerpc64", target_endian = "little")))]
mod tests_panicking {
extern crate std;
use super::*;
Expand Down
Loading