From e32dab78b8a6deaf973de6c23c509780533e8fd7 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Fri, 1 May 2015 17:55:08 -0700 Subject: [PATCH] test: Ignore out-of-stack for MUSL Stack overflow detection does not currently work with MUSL, so this test needs to be disabled. --- src/test/run-pass/out-of-stack.rs | 1 + 1 file changed, 1 insertion(+) 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)]