Skip to content

Commit 7a940af

Browse files
committed
Disable broken powerpc64 test due to rust-lang/rust#88520
1 parent 2be2bc0 commit 7a940af

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

testcrate/tests/cmp.rs

+2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ macro_rules! cmp {
2222
};
2323
}
2424

25+
// PowerPC tests are failing on LLVM 13: https://github.com/rust-lang/rust/issues/88520
26+
#[cfg(not(target_arch = "powerpc64"))]
2527
#[test]
2628
fn float_comparisons() {
2729
use compiler_builtins::float::cmp::{

0 commit comments

Comments
 (0)