[libcxx-commits] [libcxxabi] e3f990b - [libc++abi] Add missing XFAIL on test
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Fri May 20 06:35:53 PDT 2022
Author: Louis Dionne
Date: 2022-05-20T09:35:44-04:00
New Revision: e3f990b4e997a10aa3112ee8dff786e46ae9e12f
URL: https://github.com/llvm/llvm-project/commit/e3f990b4e997a10aa3112ee8dff786e46ae9e12f
DIFF: https://github.com/llvm/llvm-project/commit/e3f990b4e997a10aa3112ee8dff786e46ae9e12f.diff
LOG: [libc++abi] Add missing XFAIL on test
Added:
Modified:
libcxxabi/test/native/AArch64/ra_sign_state.pass.cpp
Removed:
################################################################################
diff --git a/libcxxabi/test/native/AArch64/ra_sign_state.pass.cpp b/libcxxabi/test/native/AArch64/ra_sign_state.pass.cpp
index 1e09c936d664..35c05fc40efd 100644
--- a/libcxxabi/test/native/AArch64/ra_sign_state.pass.cpp
+++ b/libcxxabi/test/native/AArch64/ra_sign_state.pass.cpp
@@ -8,6 +8,7 @@
//===----------------------------------------------------------------------===//
// REQUIRES: linux && target={{aarch64-.+}}
+// XFAIL: no-exceptions
// This test ensures the .cfi_negate_ra_state the RA_SIGN_STATE pseudo register
// could be set directly set by a DWARF expression and the unwinder handles it
More information about the libcxx-commits
mailing list