diff options
| author | Josh Stone <jistone@redhat.com> | 2018-03-29 10:25:32 -0700 |
|---|---|---|
| committer | Josh Stone <jistone@redhat.com> | 2018-03-29 10:25:32 -0700 |
| commit | b404ec4b4880db7f6aea23ebf778869dfd6ecf99 (patch) | |
| tree | 42426e83e66385e6bddf32501d18d432c23d112d | |
| parent | ae544ee1c90afc0f939753014dc5e884cb2749a0 (diff) | |
| download | rust-b404ec4b4880db7f6aea23ebf778869dfd6ecf99.tar.gz rust-b404ec4b4880db7f6aea23ebf778869dfd6ecf99.zip | |
Ignore stack-probes tests on powerpc/s390x too
We only support stack probes on x86 and x86_64. Other arches are already ignored.
| -rw-r--r-- | src/test/codegen/stack-probes.rs | 1 | ||||
| -rw-r--r-- | src/test/run-pass/stack-probes-lto.rs | 2 | ||||
| -rw-r--r-- | src/test/run-pass/stack-probes.rs | 2 |
3 files changed, 5 insertions, 0 deletions
diff --git a/src/test/codegen/stack-probes.rs b/src/test/codegen/stack-probes.rs index af400ff3bcb..51ebc42a0dd 100644 --- a/src/test/codegen/stack-probes.rs +++ b/src/test/codegen/stack-probes.rs @@ -13,6 +13,7 @@ // ignore-mips // ignore-mips64 // ignore-powerpc +// ignore-s390x // ignore-wasm // ignore-emscripten // ignore-windows diff --git a/src/test/run-pass/stack-probes-lto.rs b/src/test/run-pass/stack-probes-lto.rs index e7fa3bc0a75..d1cb75909c1 100644 --- a/src/test/run-pass/stack-probes-lto.rs +++ b/src/test/run-pass/stack-probes-lto.rs @@ -12,6 +12,8 @@ // ignore-aarch64 // ignore-mips // ignore-mips64 +// ignore-powerpc +// ignore-s390x // ignore-wasm // ignore-cloudabi no processes // ignore-emscripten no processes diff --git a/src/test/run-pass/stack-probes.rs b/src/test/run-pass/stack-probes.rs index 67b3962ee5f..78c5782be38 100644 --- a/src/test/run-pass/stack-probes.rs +++ b/src/test/run-pass/stack-probes.rs @@ -12,6 +12,8 @@ // ignore-aarch64 // ignore-mips // ignore-mips64 +// ignore-powerpc +// ignore-s390x // ignore-wasm // ignore-cloudabi no processes // ignore-emscripten no processes |
