We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
mte-fii
1 parent 985df49 commit 3e712e5Copy full SHA for 3e712e5
1 file changed
tests/run-make/mte-ffi/rmake.rs
@@ -2,6 +2,13 @@
2
//! FFI boundaries (C <-> Rust). This test does not require MTE: whilst the test will use MTE if
3
//! available, if it is not, arbitrary tag bits are set using TBI.
4
5
+//@ ignore-test
6
+// FIXME(#135867): this test requires running on hardware that has >= ARMv8.5 with MTE enabled.
7
+// However, current `ubuntu-24.04-arm` job runners have to run on Neoverse N1 CPUs (as opposed to
8
+// new Neoverse N2) due to crashing issues as described in #135867.
9
+//
10
+// Therefore, disable this test until job runners are updated to *Sufficiently New* CPUs.
11
+
12
//@ only-aarch64-unknown-linux-gnu
13
// Reason: this test is only valid for AArch64 with `gcc`. The linker must be explicitly specified
14
// when cross-compiling, so it is limited to `aarch64-unknown-linux-gnu`.
0 commit comments