r186701 - Fix test to actually check things.

Renato Golin renato.golin at linaro.org
Fri Jul 19 13:48:37 PDT 2013


Hi Benjamin,

For some reason, I'm getting "Test has no run line!" on the ARM buildbot:

http://lab.llvm.org:8011/builders/clang-native-arm-cortex-a9/builds/9851

I'm having a hard time understanding why, though...

cheers,
--renato


On 19 July 2013 18:49, Benjamin Kramer <benny.kra at googlemail.com> wrote:

> Author: d0k
> Date: Fri Jul 19 12:49:21 2013
> New Revision: 186701
>
> URL: http://llvm.org/viewvc/llvm-project?rev=186701&view=rev
> Log:
> Fix test to actually check things.
>
> Modified:
>     cfe/trunk/test/Driver/systemz-march.c
>
> Modified: cfe/trunk/test/Driver/systemz-march.c
> URL:
> http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/systemz-march.c?rev=186701&r1=186700&r2=186701&view=diff
>
> ==============================================================================
> --- cfe/trunk/test/Driver/systemz-march.c (original)
> +++ cfe/trunk/test/Driver/systemz-march.c Fri Jul 19 12:49:21 2013
> @@ -1,9 +1,9 @@
>  // Check that -march works for all supported targets.
>
>  // RUN: not %clang -target s390x -S -emit-llvm -march=z9 %s -o - 2>&1 |
> FileCheck --check-prefix=CHECK-Z9 %s
> -// RUN: %clang -target s390x -S -emit-llvm -march=z10 %s
> -// RUN: %clang -target s390x -S -emit-llvm -march=z196 %s
> -// RUN: %clang -target s390x -S -emit-llvm -march=zEC12 %s
> +// RUN: %clang -target s390x -### -S -emit-llvm -march=z10 %s 2>&1 |
> FileCheck --check-prefix=CHECK-Z10 %s
> +// RUN: %clang -target s390x -### -S -emit-llvm -march=z196 %s 2>&1 |
> FileCheck --check-prefix=CHECK-Z196 %s
> +// RUN: %clang -target s390x -### -S -emit-llvm -march=zEC12 %s 2>&1 |
> FileCheck --check-prefix=CHECK-ZEC12 %s
>
>  // CHECK-Z9: error: unknown target CPU 'z9'
>  // CHECK-Z10: "-target-cpu" "z10"
>
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130719/3f480af0/attachment.html>


More information about the cfe-commits mailing list