Skip to content

Commit bbccc52

Browse files
authored
[lsan] Disable test with barriers on Darwin (#112810)
1 parent 44b020a commit bbccc52

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

compiler-rt/test/lsan/TestCases/print_threads.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
// XFAIL: hwasan
44

5+
// No pthread barriers on Darwin.
6+
// UNSUPPORTED: darwin
7+
58
#include <assert.h>
69
#include <pthread.h>
710
#include <sanitizer/lsan_interface.h>

0 commit comments

Comments
 (0)