[llvm-testresults] buildbot failure in lab.llvm.org on phase1 - sanity

llvmlab-buildmaster at lab.llvm.org llvmlab-buildmaster at lab.llvm.org
Fri Nov 1 11:18:02 PDT 2013


The Buildbot has detected a new failure on builder phase1 - sanity while building llvm.
Full details are available at:
 http://lab.llvm.org:8013/builders/phase1%20-%20sanity/builds/13616

Buildbot URL: http://lab.llvm.org:8013/

Buildslave for this Build: macpro1

Build Reason: scheduler
Build Source Stamp: 193872
Blamelist: dblaikie,ributzka

BUILD FAILED: failed

sincerely,
 -The Buildbot


================================================================================

CHANGES:
File: lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
On: http://10.1.1.2/svn/llvm-project
For: llvm
At: Fri 01 Nov 2013 11:00:44
Changed By: ributzka
Comments: [Stackmap] Remove erroneous assert.Properties: 




Files:
 lib/DebugInfo/DWARFContext.cpp
 test/DebugInfo/X86/gnu-public-names.ll
 test/DebugInfo/dwarf-public-names.ll
 test/DebugInfo/dwarfdump-pubnames.test
On: http://10.1.1.2/svn/llvm-project
For: llvm
At: Fri 01 Nov 2013 11:00:44
Changed By: dblaikie
Comments: DebugInfo: Make pubnames header printing similar to unit header printing

In a failed attempt to allow the gnu-public-names.ll test case to not
hardcode the size of the unit that the pubnames section referred to I've
at least managed to have unit headers and pubnames headers print out in
a similar style.

This failed to achieve the desired goal because the header in a unit
specifies the length of the unit without the length element of the
header whereas the length in the pubnames includes this element, so the
numbers are off by 4 bytes. I don't know of any arithmetic powers in
FileCheck so the test case can't simply say "CU_LENGTH + 4".Properties: 




LOGS:






More information about the llvm-testresults mailing list