[PATCH] D14643: [tsan] Mark dl_iterate_phdr.cc test as unsupported on OS X
Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 13 12:42:39 PST 2015
This revision was automatically updated to reflect the committed changes.
Closed by commit rL253076: [tsan] Mark dl_iterate_phdr.cc test as unsupported on OS X (authored by kuba.brecka).
Changed prior to commit:
http://reviews.llvm.org/D14643?vs=40125&id=40169#toc
Repository:
rL LLVM
http://reviews.llvm.org/D14643
Files:
compiler-rt/trunk/test/tsan/dl_iterate_phdr.cc
Index: compiler-rt/trunk/test/tsan/dl_iterate_phdr.cc
===================================================================
--- compiler-rt/trunk/test/tsan/dl_iterate_phdr.cc
+++ compiler-rt/trunk/test/tsan/dl_iterate_phdr.cc
@@ -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"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14643.40169.patch
Type: text/x-patch
Size: 430 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151113/b2994f14/attachment.bin>
More information about the llvm-commits
mailing list