[Lldb-commits] [lldb] b4180fe - [lldb/Test] Disable eh-frame-augment-noop.test on macOS

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Fri Jun 26 16:00:06 PDT 2020


Author: Jonas Devlieghere
Date: 2020-06-26T15:59:59-07:00
New Revision: b4180fe477bfe302778aaceee65faf69c5e7be76

URL: https://github.com/llvm/llvm-project/commit/b4180fe477bfe302778aaceee65faf69c5e7be76
DIFF: https://github.com/llvm/llvm-project/commit/b4180fe477bfe302778aaceee65faf69c5e7be76.diff

LOG: [lldb/Test] Disable eh-frame-augment-noop.test on macOS

The test fails on Darwin because a different Asynchronous UnwindPlan is
chosen:

  Asynchronous (not restricted to call-sites) UnwindPlan is 'assembly
  insn profiling'`

instead of what the test expects:

  Asynchronous (not restricted to call-sites) UnwindPlan is 'eh_frame
  CFI'

Added: 
    

Modified: 
    lldb/test/Shell/Unwind/eh-frame-augment-noop.test

Removed: 
    


################################################################################
diff  --git a/lldb/test/Shell/Unwind/eh-frame-augment-noop.test b/lldb/test/Shell/Unwind/eh-frame-augment-noop.test
index b94c5abcc978..900a3d21bc7a 100644
--- a/lldb/test/Shell/Unwind/eh-frame-augment-noop.test
+++ b/lldb/test/Shell/Unwind/eh-frame-augment-noop.test
@@ -2,6 +2,7 @@
 # those expressions refer to the frame's CFA value.
 
 # UNSUPPORTED: system-windows
+# UNSUPPORTED: system-darwin
 # REQUIRES: target-x86_64, native
 
 # RUN: %clang_host %p/Inputs/call-asm.c %p/Inputs/eh-frame-augment-noop.s -o %t


        


More information about the lldb-commits mailing list