From b4180fe477bfe302778aaceee65faf69c5e7be76 Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere Date: Fri, 26 Jun 2020 15:55:13 -0700 Subject: [PATCH] [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' --- lldb/test/Shell/Unwind/eh-frame-augment-noop.test | 1 + 1 file changed, 1 insertion(+) diff --git a/lldb/test/Shell/Unwind/eh-frame-augment-noop.test b/lldb/test/Shell/Unwind/eh-frame-augment-noop.test index b94c5ab..900a3d2 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 -- 2.7.4