summaryrefslogtreecommitdiff
path: root/test/tsan/fork_atexit.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/tsan/fork_atexit.cc')
-rw-r--r--test/tsan/fork_atexit.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/tsan/fork_atexit.cc b/test/tsan/fork_atexit.cc
index 6801d3fff..a1bed4a63 100644
--- a/test/tsan/fork_atexit.cc
+++ b/test/tsan/fork_atexit.cc
@@ -1,4 +1,5 @@
// RUN: %clangxx_tsan -O1 %s -o %t && TSAN_OPTIONS="atexit_sleep_ms=50" %run %t 2>&1 | FileCheck %s
+// UNSUPPORTED: darwin
#include <pthread.h>
#include <stdio.h>
#include <stdlib.h>