[llvm-testresults] buildbot failure in smooshlab on clang-i386-darwin9
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Fri Jul 31 09:57:10 PDT 2009
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/2930
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: ddunbar2.apple.com
Build Reason:
Build Source Stamp: 77680
Blamelist: lattner
BUILD FAILED: failed 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.
LOGS:
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