Skip to content

Commit c35a0c1

Browse files
committed
Auto merge of rust-lang#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 rust-lang#43356. r? @alexcrichton
2 parents 8d22af8 + 9ca2fd0 commit c35a0c1

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/test/codegen/stack-probes.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
// except according to those terms.
1010

1111
// ignore-arm
12+
// ignore-aarch64
1213
// ignore-powerpc
1314
// ignore-wasm
1415
// ignore-emscripten

src/test/run-pass/stack-probes-lto.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
// except according to those terms.
1010

1111
// ignore-arm
12+
// ignore-aarch64
1213
// ignore-wasm
1314
// ignore-emscripten
1415
// ignore-musl FIXME #31506

src/test/run-pass/stack-probes.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
// except according to those terms.
1010

1111
// ignore-arm
12+
// ignore-aarch64
1213
// ignore-wasm
1314
// ignore-emscripten
1415
// ignore-musl FIXME #31506

0 commit comments

Comments
 (0)