[all-commits] [llvm/llvm-project] 31a8e2: Let @skipUnlessThreadSanitizer imply @skipIfAsan
adrian-prantl via All-commits
all-commits at lists.llvm.org
Fri May 29 09:44:21 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 31a8e27e1805e039d699afa890702e26a93e0b40
https://github.com/llvm/llvm-project/commit/31a8e27e1805e039d699afa890702e26a93e0b40
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 @skipUnlessThreadSanitizer imply @skipIfAsan
Don't run tests that use thread 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