Skip to content

Commit a153d48

Browse files
committed
test: Ignore ui/target-feature-gate on sparc and sparc64
1 parent 7eb67c2 commit a153d48

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

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

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
// ignore-powerpc
1818
// ignore-powerpc64
1919
// ignore-powerpc64le
20+
// ignore-sparc
21+
// ignore-sparc64
2022
// gate-test-sse4a_target_feature
2123
// gate-test-powerpc_target_feature
2224
// 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:34:18
2+
--> $DIR/target-feature-gate.rs:36:18
33
|
44
LL | #[target_feature(enable = "avx512bw")]
55
| ^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)