Skip to content

Commit 7eb67c2

Browse files
committed
test: Ignore ui/target-feature-gate on powerpc and powerpc64(le)
1 parent 6f839fb commit 7eb67c2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
// ignore-emscripten
1515
// ignore-mips
1616
// ignore-mips64
17+
// ignore-powerpc
18+
// ignore-powerpc64
19+
// ignore-powerpc64le
1720
// gate-test-sse4a_target_feature
1821
// gate-test-powerpc_target_feature
1922
// 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:31:18
2+
--> $DIR/target-feature-gate.rs:34:18
33
|
44
LL | #[target_feature(enable = "avx512bw")]
55
| ^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)