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

Evgeniy Stepanov eugeni.stepanov at gmail.com
Wed Jul 31 02:17:19 PDT 2013


Fixed in r187485.

On Sat, Jul 27, 2013 at 2:30 PM, Chandler Carruth <chandlerc at gmail.com> wrote:
> 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']:
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits



More information about the llvm-commits mailing list