[all-commits] [llvm/llvm-project] b4180f: [lldb/Test] Disable eh-frame-augment-noop.test on ...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Fri Jun 26 16:00:15 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: b4180fe477bfe302778aaceee65faf69c5e7be76
      https://github.com/llvm/llvm-project/commit/b4180fe477bfe302778aaceee65faf69c5e7be76
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2020-06-26 (Fri, 26 Jun 2020)

  Changed paths:
    M lldb/test/Shell/Unwind/eh-frame-augment-noop.test

  Log Message:
  -----------
  [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'




More information about the All-commits mailing list