[lldb/Test] Disable eh-frame-augment-noop.test on macOS
authorJonas Devlieghere <jonas@devlieghere.com>
Fri, 26 Jun 2020 22:55:13 +0000 (15:55 -0700)
committerJonas Devlieghere <jonas@devlieghere.com>
Fri, 26 Jun 2020 22:59:59 +0000 (15:59 -0700)
commitb4180fe477bfe302778aaceee65faf69c5e7be76
treef4063b5de155805ad71a66751e643a7f04f8f349
parent0077988a6f97a313de5a8aba749ce2a48a53f8b4
[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