Skip to content

Commit 7be847e

Browse files
authored
[libc++abi] Disable forced_unwind4 test for musl. (#85096)
This test won't pass on musl, but we should still run it for other Linux platforms. rdar://123436716
1 parent d61ec51 commit 7be847e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libcxxabi/test/forced_unwind4.pass.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
//
88
//===----------------------------------------------------------------------===//
99

10-
// REQUIRES: linux && target={{aarch64-.+}}
10+
// REQUIRES: linux && target=aarch64-{{.+}}-gnu
1111

1212
// pthread_cancel in case of glibc calls _Unwind_ForcedUnwind from a signal on
13-
// the child_thread. This test ensures sigretrun is handled correctly (see:
13+
// the child_thread. This test ensures sigreturn is handled correctly (see:
1414
// UnwindCursor<A, R>::setInfoForSigReturn).
1515

1616
#include <cstdlib> // defines __BIONIC__

0 commit comments

Comments
 (0)