Let @skipUnlessThreadSanitizer imply @skipIfAsan
authorAdrian Prantl <aprantl@apple.com>
Fri, 29 May 2020 16:43:02 +0000 (09:43 -0700)
committerAdrian Prantl <aprantl@apple.com>
Fri, 29 May 2020 16:43:58 +0000 (09:43 -0700)
commit31a8e27e1805e039d699afa890702e26a93e0b40
tree12221527c70f1640cec90ab49c0f6ed793db4932
parent40c08367e411a178404d4f01a82f651188f2ed01
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.
lldb/packages/Python/lldbsuite/test/decorators.py