Skip to content

Commit db542b8

Browse files
committed
test: Ignore ui/target-feature-gate on s390x
1 parent ddab10a commit db542b8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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)