Skip to content

Commit 0a3519d

Browse files
committed
[LSan] Mark create_thread_leak.cpp as UNSUPPORTED: darwin.
It started to fail in a flaky manner a few days ago on GreenDragon buildbots (i.e. x86_64-darwin). I didn't track down the root cause but LSan isn't actually supported on darwin anyway, so UNSUPPORTED seems appropriate. Prior art: 3ff080b.
1 parent a479dd1 commit 0a3519d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
// RUN: %run not %t 10 0 0 1 2>&1 | FileCheck %s --check-prefixes=LEAK,LEAK234
77
// RUN: %run %t 10 0 0 0
88

9+
// This test appears to be flaky on x86_64-darwin buildbots.
10+
// UNSUPPORTED: darwin
11+
912
#include <pthread.h>
1013
#include <stdlib.h>
1114

0 commit comments

Comments
 (0)