diff --git a/compiler-rt/lib/asan/lit_tests/lit.cfg b/compiler-rt/lib/asan/lit_tests/lit.cfg index 1e78436e86f1..3b601de7090f 100644 --- a/compiler-rt/lib/asan/lit_tests/lit.cfg +++ b/compiler-rt/lib/asan/lit_tests/lit.cfg @@ -84,6 +84,7 @@ config.available_features.add("asan-" + config.bits + "-bits") # Default test suffixes. config.suffixes = ['.c', '.cc', '.cpp'] +config.pipefail = False # AddressSanitizer tests are currently supported on Linux and Darwin only. if config.host_os not in ['Linux', 'Darwin']: