Skip to content

Commit 3e712e5

Browse files
committed
Disable mte-fii run-make test until Neoverse N2 / ARMv8.5+ with MTE job runners are available
1 parent 985df49 commit 3e712e5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tests/run-make/mte-ffi/rmake.rs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
//! FFI boundaries (C <-> Rust). This test does not require MTE: whilst the test will use MTE if
33
//! available, if it is not, arbitrary tag bits are set using TBI.
44
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+
512
//@ only-aarch64-unknown-linux-gnu
613
// Reason: this test is only valid for AArch64 with `gcc`. The linker must be explicitly specified
714
// when cross-compiling, so it is limited to `aarch64-unknown-linux-gnu`.

0 commit comments

Comments
 (0)