Let @skipUnlessUndefinedBehaviorSanitizer imply @skipIfAsan
authorAdrian Prantl <aprantl@apple.com>
Fri, 29 May 2020 16:45:43 +0000 (09:45 -0700)
committerAdrian Prantl <aprantl@apple.com>
Fri, 29 May 2020 16:45:43 +0000 (09:45 -0700)
commitc1a33299768f8404dd7b83a6cfef7c1155786c6a
tree9dc06a0a7ea1526dfe30315e9d336b5fa9d2e8e7
parent31a8e27e1805e039d699afa890702e26a93e0b40
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.
lldb/packages/Python/lldbsuite/test/decorators.py