Skip to content

Commit b4b9786

Browse files
committed
[LSAN] Disable leak_check_before_thread_started for hwasan
1 parent 423bcf8 commit b4b9786

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

compiler-rt/test/lsan/TestCases/leak_check_before_thread_started.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
// This test relies on timing between threads, so any failures will be flaky.
33
// RUN: %clangxx_lsan %s -o %t
44
// RUN: %env_lsan_opts="log_pointers=1:log_threads=1" %run %t
5+
6+
// Fixme: remove once test passes with hwasan
7+
// UNSUPPORTED: hwasan
8+
59
#include <assert.h>
610
#include <pthread.h>
711
#include <stdio.h>

0 commit comments

Comments
 (0)