[llvm-testresults] buildbot failure in smooshlab on clang-i386-darwin9

Devang Patel dpatel at apple.com
Wed Aug 25 10:33:47 PDT 2010


On Aug 24, 2010, at 7:29 PM, Daniel Dunbar wrote:

> 
> On Aug 24, 2010, at 5:16 PM, Eric Christopher wrote:
> 
>> 
>> On Aug 24, 2010, at 5:12 PM, daniel_dunbar at apple.com wrote:
>> 
>>> The Buildbot has detected a new failure of clang-i386-darwin9 on smooshlab.
>>> Full details are available at:
>>> http://smooshlab.apple.com:8010/builders/clang-i386-darwin9/builds/12286
>>> 
>>> Buildbot URL: http://smooshlab.apple.com:8010/
>>> 
>>> Buildslave for this Build: smoosh-15.apple.com
>>> 
>>> Build Reason: 
>>> Build Source Stamp: 112001
>>> B
>> 
>> Looks like actually Daniel:
> 
> I appreciate the "actually". :)
> 
>> r111927 | ddunbar | 2010-08-24 10:41:09 -0700 (Tue, 24 Aug 2010) | 2 lines
>> 
>> Debug Info: Put full Clang version into the debug info, to make it easier to
>> identify what version of the compiler was used to build something.
> 
> Hah, this is great:
> not grep 001
> ...
> 	.ascii	 "clang version 2.8 (trunk 112001)"
> so it only fails once out of every 1000 commits (well, ok more than that... but my geekiness has limits). I have no idea what this test is supposed to be checking for, unfortunately, so I'm not sure what the right fix is though.
> 
> Devang, can you take a look? We have approximately 8 days before it fails again. :)

At some point, clang used to emit following as the linkage name for bar.
	.asciz	"\001-[F bar]"

This lame test is checking that "\001" is omitted because it is not part of actual linkage name.  
r112062.

-
Devang
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-testresults/attachments/20100825/edc2c4c6/attachment.html>


More information about the llvm-testresults mailing list