aboutsummaryrefslogtreecommitdiff
path: root/test/tsan/bench_release_only.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/tsan/bench_release_only.cc')
-rw-r--r--test/tsan/bench_release_only.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/tsan/bench_release_only.cc b/test/tsan/bench_release_only.cc
index 0a86f73f249e..7f26041afc49 100644
--- a/test/tsan/bench_release_only.cc
+++ b/test/tsan/bench_release_only.cc
@@ -1,6 +1,9 @@
// RUN: %clangxx_tsan %s -o %t
// RUN: %run %t 2>&1 | FileCheck %s
+// bench.h needs pthread barriers which are not available on OS X
+// UNSUPPORTED: darwin
+
#include "bench.h"
int *x;