Skip to content

Commit 0be69e9

Browse files
authored
Merge pull request swiftlang#8259 from al45tair/eng/PR-123436716
[libc++abi] Disable forced_unwind4 test for musl.
2 parents 4246847 + bdd2901 commit 0be69e9

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)