Disable AArch64 FP-to-int tests
This is a temporary workaround for https://github.com/rust-lang/rust/issues/83467
This commit is contained in:
parent
80fb6752fa
commit
880ec8bb83
1 changed files with 2 additions and 0 deletions
|
|
@ -95,6 +95,8 @@ macro_rules! f_to_i {
|
|||
};
|
||||
}
|
||||
|
||||
// AArch64 tests are currently broken due to https://github.com/rust-lang/rust/issues/83467
|
||||
#[cfg(not(target_arch = "aarch64"))]
|
||||
#[test]
|
||||
fn float_to_int() {
|
||||
use compiler_builtins::float::conv::{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue