Skip to content

Commit b4180fe

Browse files
committed
[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'
1 parent 0077988 commit b4180fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# those expressions refer to the frame's CFA value.
33

44
# UNSUPPORTED: system-windows
5+
# UNSUPPORTED: system-darwin
56
# REQUIRES: target-x86_64, native
67

78
# RUN: %clang_host %p/Inputs/call-asm.c %p/Inputs/eh-frame-augment-noop.s -o %t

0 commit comments

Comments
 (0)