Skip to content

Commit

Permalink
Rollup merge of #57078 - glaubitz:ignore-tests, r=nikic
Browse files Browse the repository at this point in the history
Ignore two tests on s390x

Ignore two tests on s390x which don't make sense on s390x as they are x86-specific.
  • Loading branch information
Centril committed Dec 23, 2018
2 parents 975a7f0 + ecdbcad commit dff3e41
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/test/codegen/x86_mmx.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
// ignore-powerpc64le
// ignore-sparc
// ignore-sparc64
// ignore-s390x
// compile-flags: -O

#![feature(repr_simd)]
Expand Down
1 change: 1 addition & 0 deletions src/test/ui/target-feature-gate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/test/ui/target-feature-gate.stderr
Original file line number Diff line number Diff line change
@@ -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")]
| ^^^^^^^^^^^^^^^^^^^
Expand Down

0 comments on commit dff3e41

Please sign in to comment.