Merge pull request #409 from Amanieu/workaround_83467

Disable AArch64 FP-to-int tests
This commit is contained in:
Amanieu d'Antras 2021-04-02 12:55:39 +01:00 committed by GitHub
commit 91825e62fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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::{