mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 16:24:46 +00:00
Rollup merge of #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.
This commit is contained in:
commit
dff3e41914
@ -18,6 +18,7 @@
|
||||
// ignore-powerpc64le
|
||||
// ignore-sparc
|
||||
// ignore-sparc64
|
||||
// ignore-s390x
|
||||
// compile-flags: -O
|
||||
|
||||
#![feature(repr_simd)]
|
||||
|
@ -19,6 +19,7 @@
|
||||
// ignore-powerpc64le
|
||||
// ignore-sparc
|
||||
// ignore-sparc64
|
||||
// ignore-s390x
|
||||
// gate-test-sse4a_target_feature
|
||||
// gate-test-powerpc_target_feature
|
||||
// gate-test-avx512_target_feature
|
||||
|
@ -1,5 +1,5 @@
|
||||
error[E0658]: the target feature `avx512bw` is currently unstable (see issue #44839)
|
||||
--> $DIR/target-feature-gate.rs:36:18
|
||||
--> $DIR/target-feature-gate.rs:37:18
|
||||
|
|
||||
LL | #[target_feature(enable = "avx512bw")]
|
||||
| ^^^^^^^^^^^^^^^^^^^
|
||||
|
Loading…
Reference in New Issue
Block a user