diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2013-07-27 10:30:39 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2013-07-27 10:30:39 +0000 |
commit | d45abe12a6001b3cfd4ef2fdbbd516dc2a43597c (patch) | |
tree | 78cd6f8e41088d98e84c5902597bb6bea9de93a7 /compiler-rt/lib | |
parent | 8e3c4dc50e652c55dcaa49b5bc10722efcd815ff (diff) | |
download | bcm5719-llvm-d45abe12a6001b3cfd4ef2fdbbd516dc2a43597c.tar.gz bcm5719-llvm-d45abe12a6001b3cfd4ef2fdbbd516dc2a43597c.zip |
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.
llvm-svn: 187298
Diffstat (limited to 'compiler-rt/lib')
-rw-r--r-- | compiler-rt/lib/msan/lit_tests/lit.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler-rt/lib/msan/lit_tests/lit.cfg b/compiler-rt/lib/msan/lit_tests/lit.cfg index bc19b740c0d..a49a172c01c 100644 --- a/compiler-rt/lib/msan/lit_tests/lit.cfg +++ b/compiler-rt/lib/msan/lit_tests/lit.cfg @@ -67,6 +67,7 @@ config.environment['MSAN_SYMBOLIZER_PATH'] = config.llvm_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']: |