[compiler-rt] r253076 - [tsan] Mark dl_iterate_phdr.cc test as unsupported on OS X

Kuba Brecka via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 13 12:40:02 PST 2015


Author: kuba.brecka
Date: Fri Nov 13 14:40:02 2015
New Revision: 253076

URL: http://llvm.org/viewvc/llvm-project?rev=253076&view=rev
Log:
[tsan] Mark dl_iterate_phdr.cc test as unsupported on OS X

The dl_iterate_phdr is not present on OS X.

Differential Revision: http://reviews.llvm.org/D14643


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

Modified: compiler-rt/trunk/test/tsan/dl_iterate_phdr.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/tsan/dl_iterate_phdr.cc?rev=253076&r1=253075&r2=253076&view=diff
==============================================================================
--- compiler-rt/trunk/test/tsan/dl_iterate_phdr.cc (original)
+++ compiler-rt/trunk/test/tsan/dl_iterate_phdr.cc Fri Nov 13 14:40:02 2015
@@ -3,6 +3,9 @@
 
 // If we mention TSAN_OPTIONS, the test won't run from test_output.sh script.
 
+// dl_iterate_phdr doesn't exist on OS X.
+// UNSUPPORTED: darwin
+
 #ifdef BUILD_SO
 
 #include "test.h"




More information about the llvm-commits mailing list