Let @skipUnlessAddressSanitizer imply @skipIfAsan
authorAdrian Prantl <aprantl@apple.com>
Tue, 26 May 2020 20:49:23 +0000 (13:49 -0700)
committerAdrian Prantl <aprantl@apple.com>
Tue, 26 May 2020 20:51:08 +0000 (13:51 -0700)
commit09de6e0fbd0b6ca7fa8760ac3513be6bbbba5a81
tree6f61d42564fa8e75816bc12606cd4eb63de267ce
parent14de6e29b1315e9abe61d71e3e13f75bff80e1be
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.
lldb/packages/Python/lldbsuite/test/decorators.py