Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions compiler-rt/test/hwasan/TestCases/Posix/dlerror.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
// Make sure dlerror is not classified as a leak even if we use dynamic TLS.
// This is currently not implemented, so this test is XFAIL.

// Android HWAsan does not support LSan.
// UNSUPPORTED: android

// RUN: %clangxx_hwasan -O0 %s -o %t && HWASAN_OPTIONS=detect_leaks=1 %run %t

#include <assert.h>
Expand Down
Loading