Skip to content

Commit e32dab7

Browse files
committed
test: Ignore out-of-stack for MUSL
Stack overflow detection does not currently work with MUSL, so this test needs to be disabled.
1 parent f3345cb commit e32dab7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/run-pass/out-of-stack.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-android: FIXME (#20004)
12+
// ignore-musl
1213

1314
#![feature(asm)]
1415

0 commit comments

Comments
 (0)