[all-commits] [llvm/llvm-project] c1a332: Let @skipUnlessUndefinedBehaviorSanitizer imply @s...

adrian-prantl via All-commits all-commits at lists.llvm.org
Fri May 29 09:46:37 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: c1a33299768f8404dd7b83a6cfef7c1155786c6a
      https://github.com/llvm/llvm-project/commit/c1a33299768f8404dd7b83a6cfef7c1155786c6a
  Author: Adrian Prantl <aprantl at apple.com>
  Date:   2020-05-29 (Fri, 29 May 2020)

  Changed paths:
    M lldb/packages/Python/lldbsuite/test/decorators.py

  Log Message:
  -----------
  Let @skipUnlessUndefinedBehaviorSanitizer imply @skipIfAsan

Don't run tests that use undefined behavior sanitizer inside an
address-sanitized LLDB. The tests don't support that
configuration. Incidentally they were skipped on green dragon for a
different reason, so this hasn't come up there before.




More information about the All-commits mailing list