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)
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

index 5cb8fe3..2d6e6c6 100644 (file)
@@ -6,7 +6,7 @@
 // UNSUPPORTED: i386-linux
 
 // Do not intercept __tls_get_addr
-// UNSUPPORTED: lsan, ubsan, android
+// UNSUPPORTED: hwasan, lsan, ubsan, android
 
 // FIXME: Investigate
 // UNSUPPORTED: target=powerpc64{{.*}}