Skip to content

Commit 8044158

Browse files
committed
[test][compiler-rt] Mark fork_deadlock.cpp UNSUPPORTED
This test is broken since there's no "syscall.h". As requested in #96597, mark test as UNSUPPORTED instead of reverting.
1 parent 8e1f779 commit 8044158

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

compiler-rt/test/tsan/Darwin/fork_deadlock.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// TODO(#96597): fix and reenable
2+
// UNSUPPORTED: darwin
3+
14
// RUN: %clangxx_tsan -O1 %s -o %t && %env_tsan_opts=atexit_sleep_ms=0 %run %t 2>&1 | FileCheck %s
25

36
// This test models what happens on Mac when fork

0 commit comments

Comments
 (0)