[compiler-rt] r304944 - Mark the tsan strerror_r test as unsupported on Darwin

Vedant Kumar via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 7 14:10:35 PDT 2017


Author: vedantk
Date: Wed Jun  7 16:10:35 2017
New Revision: 304944

URL: http://llvm.org/viewvc/llvm-project?rev=304944&view=rev
Log:
Mark the tsan strerror_r test as unsupported on Darwin

Modified:
    compiler-rt/trunk/test/tsan/strerror_r.cc

Modified: compiler-rt/trunk/test/tsan/strerror_r.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/tsan/strerror_r.cc?rev=304944&r1=304943&r2=304944&view=diff
==============================================================================
--- compiler-rt/trunk/test/tsan/strerror_r.cc (original)
+++ compiler-rt/trunk/test/tsan/strerror_r.cc Wed Jun  7 16:10:35 2017
@@ -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>




More information about the llvm-commits mailing list