We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e1f779 commit 8044158Copy full SHA for 8044158
compiler-rt/test/tsan/Darwin/fork_deadlock.cpp
@@ -1,3 +1,6 @@
1
+// TODO(#96597): fix and reenable
2
+// UNSUPPORTED: darwin
3
+
4
// RUN: %clangxx_tsan -O1 %s -o %t && %env_tsan_opts=atexit_sleep_ms=0 %run %t 2>&1 | FileCheck %s
5
6
// This test models what happens on Mac when fork
0 commit comments