Procházet zdrojové kódy

Merge pull request #409 from Amanieu/workaround_83467

Disable AArch64 FP-to-int tests
Amanieu d'Antras před 4 roky
rodič
revize
01d85f9ed2
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. 2 0
      testcrate/tests/conv.rs

+ 2 - 0
testcrate/tests/conv.rs

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