Skip to content

Commit 32d2b6b

Browse files
authored
[HWASAN] Disable LSan test on Android (#143625)
Android HWASan does not support LSan.
1 parent c706338 commit 32d2b6b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

compiler-rt/test/hwasan/TestCases/Posix/dlerror.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
// Make sure dlerror is not classified as a leak even if we use dynamic TLS.
22
// This is currently not implemented, so this test is XFAIL.
33

4+
// Android HWAsan does not support LSan.
5+
// UNSUPPORTED: android
6+
47
// RUN: %clangxx_hwasan -O0 %s -o %t && HWASAN_OPTIONS=detect_leaks=1 %run %t
58

69
#include <assert.h>

0 commit comments

Comments
 (0)