[libcxx-commits] [libcxxabi] 7be847e - [libc++abi] Disable forced_unwind4 test for musl. (#85096)
via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Mar 28 11:37:49 PDT 2024
Author: Alastair Houghton
Date: 2024-03-28T14:37:45-04:00
New Revision: 7be847e60fa50aaf94afe653a5c82ddd2a0e19c9
URL: https://github.com/llvm/llvm-project/commit/7be847e60fa50aaf94afe653a5c82ddd2a0e19c9
DIFF: https://github.com/llvm/llvm-project/commit/7be847e60fa50aaf94afe653a5c82ddd2a0e19c9.diff
LOG: [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
Added:
Modified:
libcxxabi/test/forced_unwind4.pass.cpp
Removed:
################################################################################
diff --git a/libcxxabi/test/forced_unwind4.pass.cpp b/libcxxabi/test/forced_unwind4.pass.cpp
index 2864426ca16dcd..15efca8d931629 100644
--- a/libcxxabi/test/forced_unwind4.pass.cpp
+++ b/libcxxabi/test/forced_unwind4.pass.cpp
@@ -7,10 +7,10 @@
//
//===----------------------------------------------------------------------===//
-// REQUIRES: linux && target={{aarch64-.+}}
+// REQUIRES: linux && target=aarch64-{{.+}}-gnu
// pthread_cancel in case of glibc calls _Unwind_ForcedUnwind from a signal on
-// the child_thread. This test ensures sigretrun is handled correctly (see:
+// the child_thread. This test ensures sigreturn is handled correctly (see:
// UnwindCursor<A, R>::setInfoForSigReturn).
#include <cstdlib> // defines __BIONIC__
More information about the libcxx-commits
mailing list