Auto merge of #43382 - mmatyas:aarch64_ignore-stack-probes, r=alexcrichton

Ignore stack probe tests on AArch64

Stack probes are only implemented for x86, and as such currently fail on AArch64. This patch ignores those tests on this architecture.

Fixes #43356.

r? @alexcrichton
This commit is contained in:
bors 2017-07-22 23:24:09 +00:00
commit c35a0c1d05
3 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,7 @@
// except according to those terms.
// ignore-arm
// ignore-aarch64
// ignore-powerpc
// ignore-wasm
// ignore-emscripten

View File

@ -9,6 +9,7 @@
// except according to those terms.
// ignore-arm
// ignore-aarch64
// ignore-wasm
// ignore-emscripten
// ignore-musl FIXME #31506

View File

@ -9,6 +9,7 @@
// except according to those terms.
// ignore-arm
// ignore-aarch64
// ignore-wasm
// ignore-emscripten
// ignore-musl FIXME #31506