[lldb][test] Re-XFAIL prefer-debug-over-eh-frame.test
authorMichael Buch <michaelbuch12@gmail.com>
Tue, 13 Jun 2023 12:33:06 +0000 (13:33 +0100)
committerMichael Buch <michaelbuch12@gmail.com>
Tue, 13 Jun 2023 14:08:21 +0000 (15:08 +0100)
This was un-XFAILed in `83cb2123be487302070562c45e6eb4955b22c2b4`
due to D144999. Since then D152540 fixed emission of eh_frame's
on Darwin, causing this test to fail again.

Differential Revision: https://reviews.llvm.org/D152806

lldb/test/Shell/Unwind/prefer-debug-over-eh-frame.test

index 0d3f34ec86f56d1532e1153c290f1a14beaacd4c..19e3ae18c25f3f2a3c2cf5665263109ec2ec2292 100644 (file)
@@ -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