Skip to content

Commit

Permalink
Ignore stack-probes tests on powerpc/s390x too
Browse files Browse the repository at this point in the history
We only support stack probes on x86 and x86_64.
Other arches are already ignored.
  • Loading branch information
cuviper committed Mar 29, 2018
1 parent ae544ee commit b404ec4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/test/codegen/stack-probes.rs
Expand Up @@ -13,6 +13,7 @@
// ignore-mips
// ignore-mips64
// ignore-powerpc
// ignore-s390x
// ignore-wasm
// ignore-emscripten
// ignore-windows
Expand Down
2 changes: 2 additions & 0 deletions src/test/run-pass/stack-probes-lto.rs
Expand Up @@ -12,6 +12,8 @@
// ignore-aarch64
// ignore-mips
// ignore-mips64
// ignore-powerpc
// ignore-s390x
// ignore-wasm
// ignore-cloudabi no processes
// ignore-emscripten no processes
Expand Down
2 changes: 2 additions & 0 deletions src/test/run-pass/stack-probes.rs
Expand Up @@ -12,6 +12,8 @@
// ignore-aarch64
// ignore-mips
// ignore-mips64
// ignore-powerpc
// ignore-s390x
// ignore-wasm
// ignore-cloudabi no processes
// ignore-emscripten no processes
Expand Down

0 comments on commit b404ec4

Please sign in to comment.