[llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-selfhost-rel

Devang Patel dpatel at apple.com
Mon Sep 13 14:54:53 PDT 2010


On Sep 13, 2010, at 2:53 PM, Eric Christopher wrote:

> 
> On Sep 13, 2010, at 2:50 PM, Jakob Stoklund Olesen wrote:
> 
>> 
>> On Sep 13, 2010, at 2:40 PM, Devang Patel wrote:
>> 
>>> I don't see statememts.ll in my checkout.
>>> -
>>> Devang
>>> On Sep 13, 2010, at 2:30 PM, daniel_dunbar at apple.com wrote:
>>> 
>>>> Last 10 lines of 'statements.ll':
>>>> 	******************** TEST 'Clang :: CodeGen/statements.ll' FAILED ********************Test has no run line!
>> 
>> There is a statememnts.c test which writes this file. (It used to, anyway)

That explains.

>> 
>> This happened to me today as well, it was fixed a long time ago:
>> 
>> Author: Chandler Carruth <chandlerc at gmail.com>
>> Date:   Thu Aug 5 22:29:57 2010
>> 
>>   Prevent these tests from dirtying the tree with output files that aren't even
>>   used for the test.
>> 
>> 
>>   git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@110431 91177308-0d34-0410-b5e6-96231b3b80d8
>> 
>> diff --git a/test/CodeGen/statements.c b/test/CodeGen/statements.c
>> index 76983cc..0ea0597 100644
>> --- a/test/CodeGen/statements.c
>> +++ b/test/CodeGen/statements.c
>> @@ -1,4 +1,4 @@
>> -// RUN: %clang_cc1 -Wreturn-type %s -emit-llvm
>> +// RUN: %clang_cc1 -Wreturn-type %s -emit-llvm -o /dev/null
>> 
>> void test1(int x) {
>> switch (x) {
>> 
> 
> Heh. And I just changed it to -emit-llvm-only in an attempt to clean up a bit more.  Weird that it happened today.

I enabled .ll as input file :) This is a good incentive to clean up stale files from your build folder!
-
Devang





More information about the llvm-testresults mailing list