Skip to content

Commit 01d85f9

Browse files
authored
Merge pull request #409 from Amanieu/workaround_83467
Disable AArch64 FP-to-int tests
2 parents e6fd1b2 + 9e76b91 commit 01d85f9

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)