[compiler-rt] r187298 - Turn off pipefail on msan tests to match the other sanitizers until

Chandler Carruth chandlerc at gmail.com
Sat Jul 27 03:30:40 PDT 2013


Author: chandlerc
Date: Sat Jul 27 05:30:39 2013
New Revision: 187298

URL: http://llvm.org/viewvc/llvm-project?rev=187298&view=rev
Log:
Turn off pipefail on msan tests to match the other sanitizers until
someone can go through and update the RUN lines appropriately for the
new pipefail behavior.

Modified:
    compiler-rt/trunk/lib/msan/lit_tests/lit.cfg

Modified: compiler-rt/trunk/lib/msan/lit_tests/lit.cfg
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/msan/lit_tests/lit.cfg?rev=187298&r1=187297&r2=187298&view=diff
==============================================================================
--- compiler-rt/trunk/lib/msan/lit_tests/lit.cfg (original)
+++ compiler-rt/trunk/lib/msan/lit_tests/lit.cfg Sat Jul 27 05:30:39 2013
@@ -67,6 +67,7 @@ config.environment['MSAN_SYMBOLIZER_PATH
 
 # Default test suffixes.
 config.suffixes = ['.c', '.cc', '.cpp']
+config.pipefail = False
 
 # MemorySanitizer tests are currently supported on Linux only.
 if config.host_os not in ['Linux']:





More information about the llvm-commits mailing list