File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 2
2
//! FFI boundaries (C <-> Rust). This test does not require MTE: whilst the test will use MTE if
3
3
//! available, if it is not, arbitrary tag bits are set using TBI.
4
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
+
5
12
//@ only-aarch64-unknown-linux-gnu
6
13
// Reason: this test is only valid for AArch64 with `gcc`. The linker must be explicitly specified
7
14
// when cross-compiling, so it is limited to `aarch64-unknown-linux-gnu`.
You can’t perform that action at this time.
0 commit comments