r186701 - Fix test to actually check things.

Richard Smith richard at metafoo.co.uk
Fri Jul 19 14:11:16 PDT 2013


On Fri, Jul 19, 2013 at 1:48 PM, Renato Golin <renato.golin at linaro.org>wrote:

> 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...
>

That's not for this test, that's for systemz-march.s. Presumably that file
was left behind by a run of this test from before the test file was fixed.


> 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
>>
>
>
> _______________________________________________
> 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/b4e5339e/attachment.html>


More information about the cfe-commits mailing list