[llvm] r217856 - tweak test case to help solve why failing on one build bot

Nick Kledzik kledzik at apple.com
Tue Sep 16 14:07:46 PDT 2014


On Sep 16, 2014, at 2:02 PM, Rafael Espíndola <rafael.espindola at gmail.com> wrote:

> On 15 September 2014 22:33, Nick Kledzik <kledzik at apple.com> wrote:
>> Author: kledzik
>> Date: Mon Sep 15 21:33:36 2014
>> New Revision: 217856
>> 
>> URL: http://llvm.org/viewvc/llvm-project?rev=217856&view=rev
>> Log:
>> tweak test case to help solve why failing on one build bot
>> 
>> Modified:
>>    llvm/trunk/test/tools/llvm-objdump/macho-lazy-bind.test
>> 
>> Modified: llvm/trunk/test/tools/llvm-objdump/macho-lazy-bind.test
>> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/tools/llvm-objdump/macho-lazy-bind.test?rev=217856&r1=217855&r2=217856&view=diff
>> ==============================================================================
>> --- llvm/trunk/test/tools/llvm-objdump/macho-lazy-bind.test (original)
>> +++ llvm/trunk/test/tools/llvm-objdump/macho-lazy-bind.test Mon Sep 15 21:33:36 2014
>> @@ -1,5 +1,6 @@
>> # RUN: llvm-objdump -macho -lazy-bind -arch x86_64 \
>> -# RUN:   %p/Inputs/lazy-bind.macho-x86_64 | FileCheck %s
>> +# RUN:   %p/Inputs/lazy-bind.macho-x86_64 > %t \
>> +# RUN: && FileCheck %s < %t || cat %t
> 
> What was the error? This (and r217860) look really odd. Why do you
> need the &&? Every other test with multiple commands looks like
> 
> ; RUN: cmd1
> ; RUN: cmd2

The s390x linux build bot (and just that one bot) was failing on the initial test.  I was trying to get it to dump out what llvm-objdump was producing that FileCheck did not like.  But it seems that you only see output in the build bot logs if the test fails.   So, I still don’t know why s390x is failing…  Any ideas?

-Nick


Begin forwarded message:

> From: llvm.buildmaster at lab.llvm.org
> Subject: buildbot failure in LLVM on llvm-s390x-linux1
> Date: September 15, 2014 at 7:17:49 PM PDT
> To: Nick Kledzik <kledzik at apple.com>
> Cc: gkistanova at gmail.com
> 
> The Buildbot has detected a new failure on builder llvm-s390x-linux1 while building llvm.
> Full details are available at:
> http://lab.llvm.org:8011/builders/llvm-s390x-linux1/builds/10172
> 
> Buildbot URL: http://lab.llvm.org:8011/
> 
> Buildslave for this Build: systemz-1
> 
> Build Reason: scheduler
> Build Source Stamp: [branch trunk] 217853
> Blamelist: kledzik
> 
> BUILD FAILED: failed test-llvm
> 
> sincerely,
> -The Buildbot
> 
> 
> 





More information about the llvm-commits mailing list