[llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Wed Jul 22 11:55:25 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/1460
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: smoosh-02.apple.com
Build Reason:
Build Source Stamp: 76761
Blamelist: dpatel,fjahanian,kremenek,sgupta
BUILD FAILED: failed test-llvm unittest-llvm
sincerely,
-The Buildbot
================================================================================
CHANGES:
Files:
lib/AST/DeclCXX.cpp
lib/Sema/SemaDeclCXX.cpp
lib/Sema/SemaTemplateInstantiate.cpp
At: Wed 22 Jul 2009 10:42:12
Changed By: fjahanian
Comments: Allocate BaseOrMemberInitializers and CXXBaseSpecifier nodes
via ASTContext.
Files:
include/llvm/Bitcode/LLVMBitCodes.h
include/llvm/Constants.h
include/llvm/MDNode.h
include/llvm/Value.h
lib/AsmParser/LLParser.cpp
lib/AsmParser/LLParser.h
lib/Bitcode/Reader/BitcodeReader.cpp
lib/Bitcode/Reader/BitcodeReader.h
lib/Bitcode/Writer/BitcodeWriter.cpp
lib/Bitcode/Writer/ValueEnumerator.cpp
lib/VMCore/AsmWriter.cpp
lib/VMCore/Constants.cpp
lib/VMCore/Value.cpp
test/Feature/embeddedmetadata.ll
test/Feature/mdnode.ll
tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp
At: Wed 22 Jul 2009 10:44:12
Changed By: dpatel
Comments: Introduce MetadataBase, a base class for MDString and MDNode.
Derive MDString directly from MetadataBase.
Introduce new bitcode block to hold metadata.
Files:
include/clang/Analysis/PathSensitive/BugReporter.h
lib/Analysis/BugReporterVisitors.cpp
lib/Analysis/CMakeLists.txt
lib/Analysis/GRExprEngineInternalChecks.cpp
At: Wed 22 Jul 2009 10:56:12
Changed By: kremenek
Comments: Move bug reporter "visitors" to their own file and make them part of the public
BugReporter API. No real functionality change.
File: lib/Bitcode/Writer/ValueEnumerator.cpp
At: Wed 22 Jul 2009 11:00:12
Changed By: sgupta
Comments: Fixed build warning. No functionality change.
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 3957
# of unexpected failures 1
# of expected failures 24
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/Feature/mdnode.ll:
Last 10 lines of 'unittest-llvm.stdio':
[----------] Global test environment tear-down
[==========] 13 tests from 4 test cases ran.
[ PASSED ] 12 tests.
[ FAILED ] 1 test, listed below:
[ FAILED ] MDNodeTest.Simple
1 FAILED TEST
make[2]: *** [all] Error 1
make[1]: *** [VMCore/.makeall] Error 2
make: *** [unittests] Error 2
Last 10 lines of 'unittest-llvm.Simple':
"
MetadataTest.cpp:101: Failure
Value of: oss2.str().c_str()
Actual: "!0 = metadata !{metadata !1}
!1 = metadata !{metadata metadata !"abc", i8 0, metadata metadata !"123"}
"
Expected: "!0 = metadata !{metadata !1}\n" "!1 = metadata !{metadata !\"abc\", i8 0, metadata !\"123\"}\n"
Which is: "!0 = metadata !{metadata !1}
!1 = metadata !{metadata !"abc", i8 0, metadata !"123"}
"
More information about the llvm-testresults
mailing list