[zorg] r227617 - sanitizer-x86_64-linux-autoconf: make tsan_analyze failures non-fatal

Alexey Samsonov vonosmas at gmail.com
Fri Jan 30 13:47:47 PST 2015


Author: samsonov
Date: Fri Jan 30 15:47:47 2015
New Revision: 227617

URL: http://llvm.org/viewvc/llvm-project?rev=227617&view=rev
Log:
sanitizer-x86_64-linux-autoconf: make tsan_analyze failures non-fatal

Modified:
    zorg/trunk/zorg/buildbot/builders/sanitizers/test_tsan.sh

Modified: zorg/trunk/zorg/buildbot/builders/sanitizers/test_tsan.sh
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/zorg/buildbot/builders/sanitizers/test_tsan.sh?rev=227617&r1=227616&r2=227617&view=diff
==============================================================================
--- zorg/trunk/zorg/buildbot/builders/sanitizers/test_tsan.sh (original)
+++ zorg/trunk/zorg/buildbot/builders/sanitizers/test_tsan.sh Fri Jan 30 15:47:47 2015
@@ -26,7 +26,7 @@ echo @@@BUILD_STEP tsan output_tests@@@
 (cd ../../test/tsan && ./test_output.sh)
 
 echo @@@BUILD_STEP tsan analyze@@@
-./check_analyze.sh
+./check_analyze.sh || echo @@@STEP_WARNINGS@@@
 
 echo @@@BUILD_STEP tsan Go runtime@@@
 (cd go && ./buildgo.sh)





More information about the llvm-commits mailing list