From 1e8df882ce812cefb01a128f9a80ea659713e4e6 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Wed, 19 Nov 2014 10:46:23 +0000 Subject: [PATCH] tsan: exclude unsupported test from test_output.sh script llvm-svn: 222344 --- compiler-rt/test/tsan/dlclose.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compiler-rt/test/tsan/dlclose.cc b/compiler-rt/test/tsan/dlclose.cc index 5325d6f..1a93fe6 100644 --- a/compiler-rt/test/tsan/dlclose.cc +++ b/compiler-rt/test/tsan/dlclose.cc @@ -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 -- 2.7.4