summaryrefslogtreecommitdiff
path: root/test/tsan/fork_deadlock.cc
diff options
context:
space:
mode:
authorKuba Brecka <kuba.brecka@gmail.com>2015-11-07 14:29:38 +0000
committerKuba Brecka <kuba.brecka@gmail.com>2015-11-07 14:29:38 +0000
commitc7c45bd370f527dd672b128f3056ac5e99b33c96 (patch)
tree705efdc7631770ee1e84a94730afec58305d1ace /test/tsan/fork_deadlock.cc
parent81fb4f00c2cfe13814765968e09931ffa93b5138 (diff)
[tsan] Turn lit test deadlocks into failures (OS X)
Several tests currently deadlock when the lit test suite is run on OS X. Let's mark them as unsupported. Differential Revision: http://reviews.llvm.org/D14443 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@252402 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/tsan/fork_deadlock.cc')
-rw-r--r--test/tsan/fork_deadlock.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/tsan/fork_deadlock.cc b/test/tsan/fork_deadlock.cc
index 9418800bd..bf57d16e8 100644
--- a/test/tsan/fork_deadlock.cc
+++ b/test/tsan/fork_deadlock.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 "test.h"
#include <errno.h>
#include <sys/types.h>