Skip to content

Commit 413d51d

Browse files
Amanieudmakarov
authored andcommitted
Disable AArch64 FP-to-int tests
This is a temporary workaround for rust-lang/rust#83467
1 parent a49ff7c commit 413d51d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

testcrate/tests/conv.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ macro_rules! f_to_i {
9595
};
9696
}
9797

98+
// AArch64 tests are currently broken due to https://github.com/rust-lang/rust/issues/83467
99+
#[cfg(not(target_arch = "aarch64"))]
98100
#[test]
99101
fn float_to_int() {
100102
use compiler_builtins::float::conv::{

0 commit comments

Comments
 (0)