Skip to content

Commit a6f5585

Browse files
committed
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 - google/sanitizers#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
1 parent 22afe19 commit a6f5585

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/test/sanitizer_common/TestCases/Linux/resize_tls_dynamic.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// UNSUPPORTED: i386-linux
77

88
// Do not intercept __tls_get_addr
9-
// UNSUPPORTED: lsan, ubsan, android
9+
// UNSUPPORTED: hwasan, lsan, ubsan, android
1010

1111
// FIXME: Investigate
1212
// UNSUPPORTED: target=powerpc64{{.*}}

0 commit comments

Comments
 (0)