We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c706338 commit 32d2b6bCopy full SHA for 32d2b6b
compiler-rt/test/hwasan/TestCases/Posix/dlerror.cpp
@@ -1,6 +1,9 @@
1
// Make sure dlerror is not classified as a leak even if we use dynamic TLS.
2
// This is currently not implemented, so this test is XFAIL.
3
4
+// Android HWAsan does not support LSan.
5
+// UNSUPPORTED: android
6
+
7
// RUN: %clangxx_hwasan -O0 %s -o %t && HWASAN_OPTIONS=detect_leaks=1 %run %t
8
9
#include <assert.h>
0 commit comments