summaryrefslogtreecommitdiff
path: root/test/tsan
diff options
context:
space:
mode:
authorVedant Kumar <vsk@apple.com>2017-06-07 21:10:35 +0000
committerVedant Kumar <vsk@apple.com>2017-06-07 21:10:35 +0000
commit4906f471eeabb1ffd1edb2c6cef5b5a5d790ddd7 (patch)
tree117e246e6aeae37ba107489a7a547f94c8754935 /test/tsan
parenteb68deea368c273d6fb7a986ca717a260146c2a0 (diff)
Mark the tsan strerror_r test as unsupported on Darwin
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@304944 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/tsan')
-rw-r--r--test/tsan/strerror_r.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/tsan/strerror_r.cc b/test/tsan/strerror_r.cc
index f8570b67f..06c92d3bb 100644
--- a/test/tsan/strerror_r.cc
+++ b/test/tsan/strerror_r.cc
@@ -1,5 +1,6 @@
// RUN: %clangxx_tsan -O1 -DTEST_ERROR=ERANGE %s -o %t && %run %t 2>&1 | FileCheck --check-prefixes=CHECK,CHECK-SYS %s
// RUN: %clangxx_tsan -O1 -DTEST_ERROR=-1 %s -o %t && not %run %t 2>&1 | FileCheck --check-prefixes=CHECK,CHECK-USER %s
+// UNSUPPORTED: darwin
#include <assert.h>
#include <errno.h>