From 4906f471eeabb1ffd1edb2c6cef5b5a5d790ddd7 Mon Sep 17 00:00:00 2001 From: Vedant Kumar Date: Wed, 7 Jun 2017 21:10:35 +0000 Subject: 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 --- test/tsan/strerror_r.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'test/tsan') 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 #include -- cgit v1.2.3