Skip to content

Commit dff3e41

Browse files
authored
Rollup merge of rust-lang#57078 - glaubitz:ignore-tests, r=nikic
Ignore two tests on s390x Ignore two tests on s390x which don't make sense on s390x as they are x86-specific.
2 parents 975a7f0 + ecdbcad commit dff3e41

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

src/test/codegen/x86_mmx.rs

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
// ignore-powerpc64le
1919
// ignore-sparc
2020
// ignore-sparc64
21+
// ignore-s390x
2122
// compile-flags: -O
2223

2324
#![feature(repr_simd)]

src/test/ui/target-feature-gate.rs

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
// ignore-powerpc64le
2020
// ignore-sparc
2121
// ignore-sparc64
22+
// ignore-s390x
2223
// gate-test-sse4a_target_feature
2324
// gate-test-powerpc_target_feature
2425
// gate-test-avx512_target_feature

src/test/ui/target-feature-gate.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
error[E0658]: the target feature `avx512bw` is currently unstable (see issue #44839)
2-
--> $DIR/target-feature-gate.rs:36:18
2+
--> $DIR/target-feature-gate.rs:37:18
33
|
44
LL | #[target_feature(enable = "avx512bw")]
55
| ^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)