diff options
| author | John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> | 2018-12-23 13:29:40 +0100 |
|---|---|---|
| committer | John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> | 2018-12-23 13:29:40 +0100 |
| commit | db542b884d80bd4fa79862f62e07951a4a9d7045 (patch) | |
| tree | 7b06af155da68155b046f4ea023504152e75d472 | |
| parent | ddab10a692aab2e2984b5c826ed9d78a57e94851 (diff) | |
| download | rust-db542b884d80bd4fa79862f62e07951a4a9d7045.tar.gz rust-db542b884d80bd4fa79862f62e07951a4a9d7045.zip | |
test: Ignore ui/target-feature-gate on s390x
| -rw-r--r-- | src/test/ui/target-feature-gate.rs | 1 | ||||
| -rw-r--r-- | src/test/ui/target-feature-gate.stderr | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/test/ui/target-feature-gate.rs b/src/test/ui/target-feature-gate.rs index cb0938b861c..9f3a7b5e924 100644 --- a/src/test/ui/target-feature-gate.rs +++ b/src/test/ui/target-feature-gate.rs @@ -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 diff --git a/src/test/ui/target-feature-gate.stderr b/src/test/ui/target-feature-gate.stderr index d7154324d12..73da67a9b8f 100644 --- a/src/test/ui/target-feature-gate.stderr +++ b/src/test/ui/target-feature-gate.stderr @@ -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")] | ^^^^^^^^^^^^^^^^^^^ |
