[compiler-rt] r222344 - tsan: exclude unsupported test from test_output.sh script

Dmitry Vyukov dvyukov at google.com
Wed Nov 19 02:46:23 PST 2014


Author: dvyukov
Date: Wed Nov 19 04:46:23 2014
New Revision: 222344

URL: http://llvm.org/viewvc/llvm-project?rev=222344&view=rev
Log:
tsan: exclude unsupported test from test_output.sh script


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

Modified: compiler-rt/trunk/test/tsan/dlclose.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/tsan/dlclose.cc?rev=222344&r1=222343&r2=222344&view=diff
==============================================================================
--- compiler-rt/trunk/test/tsan/dlclose.cc (original)
+++ compiler-rt/trunk/test/tsan/dlclose.cc Wed Nov 19 04:46:23 2014
@@ -1,6 +1,8 @@
 // RUN: %clangxx_tsan -O1 %s -DBUILD_SO -fPIC -shared -o %t-so.so
 // RUN: %clangxx_tsan -O1 %s -o %t && %run %t 2>&1 | FileCheck %s
 
+// If we mention TSAN_OPTIONS, the test won't run from test_output.sh script.
+
 // Test case for
 // https://code.google.com/p/thread-sanitizer/issues/detail?id=80
 





More information about the llvm-commits mailing list