[Lldb-commits] [PATCH] D152806: [lldb][test] Re-XFAIL prefer-debug-over-eh-frame.test
Michael Buch via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Jun 13 05:36:37 PDT 2023
Michael137 created this revision.
Herald added a project: All.
Michael137 requested review of this revision.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.
This was un-XFAILed in `83cb2123be487302070562c45e6eb4955b22c2b4`
due to D144999 <https://reviews.llvm.org/D144999>. Since then D152540 <https://reviews.llvm.org/D152540> fixed emission of eh_frame's
on Darwin, causing this test to fail again.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D152806
Files:
lldb/test/Shell/Unwind/prefer-debug-over-eh-frame.test
Index: lldb/test/Shell/Unwind/prefer-debug-over-eh-frame.test
===================================================================
--- lldb/test/Shell/Unwind/prefer-debug-over-eh-frame.test
+++ lldb/test/Shell/Unwind/prefer-debug-over-eh-frame.test
@@ -5,6 +5,7 @@
# be thrown.
# UNSUPPORTED: system-windows
+# XFAIL: system-darwin
# REQUIRES: target-x86_64, native
# RUN: %clang_host -g %p/Inputs/call-asm.c %p/Inputs/prefer-debug-over-eh-frame.s -o %t
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D152806.530873.patch
Type: text/x-patch
Size: 461 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20230613/1374f992/attachment.bin>
More information about the lldb-commits
mailing list