Skip to content

Commit 37136dd

Browse files
committed
Disable tests/run-make/mte-ffi
See RUST-141600: this test is broken in two ways: 1. This test triggers `-Wincompatible-pointer-types` on GCC 14. 2. This test requires ARMv8.5+ w/ MTE extensions enabled, but GHA CI runner hardware do not have this enabled.
1 parent 24a25db commit 37136dd

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 (FIXME #141600)
6+
//
7+
// FIXME(#141600): this test is broken in two ways:
8+
// 1. This test triggers `-Wincompatible-pointer-types` on GCC 14.
9+
// 2. This test requires ARMv8.5+ w/ MTE extensions enabled, but GHA CI runner hardware do not have
10+
// this enabled.
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)