Disable resize_tls_dynamic test for HWASan
authorThurston Dang <thurston@google.com>
Tue, 28 Mar 2023 20:08:34 +0000 (20:08 +0000)
committerThurston Dang <thurston@google.com>
Tue, 28 Mar 2023 21:02:18 +0000 (21:02 +0000)
commita6f5585a94a0e6ac656568a98ccb6c9736d828d1
tree5d52f918e6906104ea81d2cf977a58dfd1fb8f8f
parent22afe19ac03f5b5db642cbb8ba7022c2ffc09710
Disable resize_tls_dynamic test for HWASan

The test is not applicable because HWASan does not intercept __tls_get_addr.

This is pre-emptive cleanup, to get ready for Kirill's patch to enable sanitizer common tests for HWASan (https://reviews.llvm.org/D147067).

Note that there is an outstanding dynamic TLS bug for sanitizers - https://github.com/google/sanitizers/issues/1409
- but that isn't applicable here due to the lack of interception.

Test: LIT_FILTER=resize_tls_dynamic ninja check-sanitizer

Differential Revision: https://reviews.llvm.org/D147076
compiler-rt/test/sanitizer_common/TestCases/Linux/resize_tls_dynamic.cpp