[llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Fri Jul 31 11:04:19 PDT 2009
The Buildbot has detected a new failure of clang-x86_64-darwin10 on smooshlab.
Full details are available at:
http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10/builds/1695
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: smoosh-02.apple.com
Build Reason:
Build Source Stamp: 77684
Blamelist: bwilson,dgregor,lattner
BUILD FAILED: failed test-llvm unittest-llvm
sincerely,
-The Buildbot
================================================================================
CHANGES:
Files:
include/llvm/MC/MCContext.h
include/llvm/MC/MCSection.h
lib/MC/MCContext.cpp
At: Fri 31 Jul 2009 09:45:12
Changed By: lattner
Comments: create sections with MCSection::Create instead of Context->getOrCreateSection.
This is needed to allow polymorphic sections.
File: gcc/config/arm/llvm-arm.cpp
At: Fri 31 Jul 2009 09:50:12
Changed By: bwilson
Comments: Fix for recent LLVM API changes.
Files:
include/llvm/Target/TargetAsmInfo.h
include/llvm/Target/TargetLoweringObjectFile.h
At: Fri 31 Jul 2009 09:50:12
Changed By: lattner
Comments: move the sectionkind and section classes to TargetLoweringObjectFile.h
File: include/clang/AST/TypeVisitor.h
At: Fri 31 Jul 2009 09:55:12
Changed By: dgregor
Comments: Fix 80-col violation
Files:
include/llvm/MC/MCSection.h
lib/MC/CMakeLists.txt
lib/MC/MCContext.cpp
lib/MC/MCSection.cpp
At: Fri 31 Jul 2009 10:05:12
Changed By: lattner
Comments: split MCSection stuff out to its own .cpp file, add a new
MCSectionWithKind subclass of MCSection.
LOGS:
Last 10 lines of 'test-llvm.stdio':
Running /Volumes/Data/Users/buildslave/zorg/smooshlab/slaves/clang/build.clang-x86_64-darwin10/llvm/test/Transforms/TailDup/dg.exp ...
Running /Volumes/Data/Users/buildslave/zorg/smooshlab/slaves/clang/build.clang-x86_64-darwin10/llvm/test/Verifier/dg.exp ...
=== Summary ===
# of expected passes 3949
# of unexpected failures 20
# of expected failures 27
make[1]: *** [check-local] Error 1
make: *** [check] Error 2
Last 10 lines of 'test-llvm.fails':
FAIL: /Volumes/Data/Users/buildslave/zorg/smooshlab/slaves/clang/build.clang-x86_64-darwin10/llvm/test/MC/AsmParser/directive_values.s
FAIL: /Volumes/Data/Users/buildslave/zorg/smooshlab/slaves/clang/build.clang-x86_64-darwin10/llvm/test/MC/AsmParser/directive_zerofill.s
FAIL: /Volumes/Data/Users/buildslave/zorg/smooshlab/slaves/clang/build.clang-x86_64-darwin10/llvm/test/MC/AsmParser/exprs.s
FAIL: /Volumes/Data/Users/buildslave/zorg/smooshlab/slaves/clang/build.clang-x86_64-darwin10/llvm/test/MC/AsmParser/x86_instructions.s
FAIL: /Volumes/Data/Users/buildslave/zorg/smooshlab/slaves/clang/build.clang-x86_64-darwin10/llvm/test/MC/AsmParser/x86_operands.s
Last 10 lines of 'unittest-llvm.stdio':
Actual: ""
Expected: ".section foo\n"
Which is: ".section foo
"
[ FAILED ] AsmStreamer.Sections
[ RUN ] AsmStreamer.Values
Assertion failed: (CurSection && "Cannot emit before setting section!"), function EmitLabel, file MCAsmStreamer.cpp, line 117.
make[2]: *** [all] Abort trap
make[1]: *** [MC/.makeall] Error 2
make: *** [unittests] Error 2
Last 10 lines of 'unittest-llvm.Sections':
AsmStreamer.Sections:
AsmStreamerTest.cpp:50: Failure
Value of: S.getString()
Actual: ""
Expected: ".section foo\n"
Which is: ".section foo
"
More information about the llvm-testresults
mailing list