]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #43382 - mmatyas:aarch64_ignore-stack-probes, r=alexcrichton
authorbors <bors@rust-lang.org>
Sat, 22 Jul 2017 23:24:09 +0000 (23:24 +0000)
committerbors <bors@rust-lang.org>
Sat, 22 Jul 2017 23:24:09 +0000 (23:24 +0000)
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


Trivial merge