[llvm] r187271 - Move the default back to pipefail. I accidentally reverted it before.
Sebastian Pop
spop at codeaurora.org
Mon Jul 29 15:44:47 PDT 2013
This patch breaks Hexagon's buildbots:
http://lab.llvm.org:8011/builders/clang-hexagon-elf/builds/803
********************
Failing Tests (1):
Clang :: Driver/qa_override.c
To reproduce, in a linux box, configure with:
$ ../configure --disable-bindings --build=x86_64-linux-gnu
--host=x86_64-linux-gnu --target=hexagon-unknown-elf
--enable-targets=hexagon --build=hexagon-unknown-elf
--host=hexagon-unknown-elf --without-llvmgcc --without-llvmgxx
--enable-optimized --enable-assertions
$ make && make check-all
Thanks,
Sebastian
On Fri, Jul 26, 2013 at 6:22 PM, Rafael Espindola
<rafael.espindola at gmail.com> wrote:
> Author: rafael
> Date: Fri Jul 26 18:22:43 2013
> New Revision: 187271
>
> URL: http://llvm.org/viewvc/llvm-project?rev=187271&view=rev
> Log:
> Move the default back to pipefail. I accidentally reverted it before.
>
> Modified:
> llvm/trunk/utils/lit/lit/TestingConfig.py
>
> Modified: llvm/trunk/utils/lit/lit/TestingConfig.py
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/lit/lit/TestingConfig.py?rev=187271&r1=187270&r2=187271&view=diff
> ==============================================================================
> --- llvm/trunk/utils/lit/lit/TestingConfig.py (original)
> +++ llvm/trunk/utils/lit/lit/TestingConfig.py Fri Jul 26 18:22:43 2013
> @@ -48,7 +48,7 @@ class TestingConfig:
> test_source_root = None,
> excludes = [],
> available_features = available_features,
> - pipefail = False)
> + pipefail = True)
>
> if os.path.exists(path):
> # FIXME: Improve detection and error reporting of errors in the
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
--
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
hosted by The Linux Foundation
More information about the llvm-commits
mailing list