[Lldb-commits] [lldb] 0d0ef58 - [lldb][Darwin] Note why this test is xfail'ed on
Jason Molenda via lldb-commits
lldb-commits at lists.llvm.org
Wed May 7 15:54:23 PDT 2025
Author: Jason Molenda
Date: 2025-05-07T15:53:30-07:00
New Revision: 0d0ef58c8facb0f2e5c2f4615b0d25f19e5abe01
URL: https://github.com/llvm/llvm-project/commit/0d0ef58c8facb0f2e5c2f4615b0d25f19e5abe01
DIFF: https://github.com/llvm/llvm-project/commit/0d0ef58c8facb0f2e5c2f4615b0d25f19e5abe01.diff
LOG: [lldb][Darwin] Note why this test is xfail'ed on
darwin - due to there not being any eh_frame
instructions for _sigtramp from the system libraries.
Added:
Modified:
lldb/test/Shell/Unwind/signal-in-leaf-function-aarch64.test
Removed:
################################################################################
diff --git a/lldb/test/Shell/Unwind/signal-in-leaf-function-aarch64.test b/lldb/test/Shell/Unwind/signal-in-leaf-function-aarch64.test
index 2ac2d4a750782..050c41c73f9c2 100644
--- a/lldb/test/Shell/Unwind/signal-in-leaf-function-aarch64.test
+++ b/lldb/test/Shell/Unwind/signal-in-leaf-function-aarch64.test
@@ -1,6 +1,8 @@
# REQUIRES: target-aarch64 && native
# UNSUPPORTED: system-windows
# llvm.org/pr91610, rdar://128031075
+
+# Darwin _sigtramp doesn't have eh_frame instruction on AArch64
# XFAIL: system-darwin
More information about the lldb-commits
mailing list