diff options
| author | bors <bors@rust-lang.org> | 2015-05-04 00:31:09 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2015-05-04 00:31:09 +0000 |
| commit | ce1150b9f02b6433955e9998f5a4099127edc362 (patch) | |
| tree | 8da94f635c56ff84cd08086d3312e0cb779c7b9b | |
| parent | 77ce30f03828c764e8638452acd7b64d1c5cd6f9 (diff) | |
| parent | e32dab78b8a6deaf973de6c23c509780533e8fd7 (diff) | |
| download | rust-ce1150b9f02b6433955e9998f5a4099127edc362.tar.gz rust-ce1150b9f02b6433955e9998f5a4099127edc362.zip | |
Auto merge of #25043 - alexcrichton:musl-out-of-stack, r=nikomatsakis
Stack overflow detection does not currently work with MUSL, so this test needs to be disabled.
| -rw-r--r-- | src/test/run-pass/out-of-stack.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/run-pass/out-of-stack.rs b/src/test/run-pass/out-of-stack.rs index d90b88cbfd5..cff46f80cf4 100644 --- a/src/test/run-pass/out-of-stack.rs +++ b/src/test/run-pass/out-of-stack.rs @@ -9,6 +9,7 @@ // except according to those terms. // ignore-android: FIXME (#20004) +// ignore-musl #![feature(asm)] |
