[lldb][NFC]Update debug (eh-frame) tests to work with new dwarwin MC changes
authorVy Nguyen <vyng@google.com>
Thu, 8 Jun 2023 15:22:46 +0000 (11:22 -0400)
committerVy Nguyen <vyng@google.com>
Thu, 8 Jun 2023 17:11:34 +0000 (13:11 -0400)
Details:

D144999 potentially changes the debug format (from compact-unwind to dwarf).
Updated this test to no longer prefer debug-frame over eh-frame to be compatible with the new behaviour

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

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

index 19e3ae1..0d3f34e 100644 (file)
@@ -5,7 +5,6 @@
 # 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