diff options
| author | Vedant Kumar <vsk@apple.com> | 2017-06-07 21:10:35 +0000 |
|---|---|---|
| committer | Vedant Kumar <vsk@apple.com> | 2017-06-07 21:10:35 +0000 |
| commit | cecb1121bb0f4d3ae6c3cb4919f7c05fe6ddb330 (patch) | |
| tree | 4ade1d2c3598b2429b2a35b701f5c9d271fe2b66 | |
| parent | 3e95c498aafbe206bd68bc2253bbe898fa8c6cd0 (diff) | |
| download | bcm5719-llvm-cecb1121bb0f4d3ae6c3cb4919f7c05fe6ddb330.tar.gz bcm5719-llvm-cecb1121bb0f4d3ae6c3cb4919f7c05fe6ddb330.zip | |
Mark the tsan strerror_r test as unsupported on Darwin
llvm-svn: 304944
| -rw-r--r-- | compiler-rt/test/tsan/strerror_r.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler-rt/test/tsan/strerror_r.cc b/compiler-rt/test/tsan/strerror_r.cc index f8570b67fae..06c92d3bb64 100644 --- a/compiler-rt/test/tsan/strerror_r.cc +++ b/compiler-rt/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> |

