[all-commits] [llvm/llvm-project] 09de6e: Let @skipUnlessAddressSanitizer imply @skipIfAsan

adrian-prantl via All-commits all-commits at lists.llvm.org
Tue May 26 13:51:40 PDT 2020


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

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

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

Don't run tests that use address 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