test: Ignore out-of-stack for MUSL

Stack overflow detection does not currently work with MUSL, so this test needs
to be disabled.
This commit is contained in:
Alex Crichton 2015-05-01 17:55:08 -07:00
parent f3345cb0a7
commit e32dab78b8

View file

@ -9,6 +9,7 @@
// except according to those terms.
// ignore-android: FIXME (#20004)
// ignore-musl
#![feature(asm)]