[llvm-testresults] buildbot failure in smooshlab on llvm-gcc-x86_64-darwin10-selfhost
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Tue Sep 14 16:39:47 PDT 2010
The Buildbot has detected a new failure of llvm-gcc-x86_64-darwin10-selfhost on smooshlab.
Full details are available at:
http://smooshlab.apple.com:8010/builders/llvm-gcc-x86_64-darwin10-selfhost/builds/5570
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: smoosh-04
Build Reason:
Build Source Stamp: 113877
Blamelist: bwilson,dgregor,ggreif,grosbach,rjmccall,tcare
BUILD FAILED: failed test-llvm
sincerely,
-The Buildbot
================================================================================
CHANGES:
Files:
lib/Sema/SemaExprCXX.cpp
test/SemaCXX/new-delete.cpp
At: Tue 14 Sep 2010 14:38:32
Changed By: rjmccall
Comments: The paired 'operator delete' for a placement 'operator new' is always a
placement 'operator delete', even if there are no placement args (i.e.
overload resolution selected an operator new with default arguments).
Properties:
Files:
examples/wpa/clang-wpa.cpp
include/clang/Checker/PathSensitive/AnalysisManager.h
lib/Checker/GRCoreEngine.cpp
lib/Checker/GRExprEngine.cpp
At: Tue 14 Sep 2010 14:38:32
Changed By: tcare
Comments: Rename 'MaxLoop' to 'MaxVisit' in AnalysisManager to more correctly reflect that we aborted analysis may not necessarily be due to a loop.Properties:
File: lib/CodeGen/CGExprCXX.cpp
At: Tue 14 Sep 2010 14:48:21
Changed By: rjmccall
Comments: Tweak this assert.
Properties:
File: lib/AST/ExprClassification.cpp
At: Tue 14 Sep 2010 14:53:38
Changed By: dgregor
Comments: Eliminate the default case in the expression-classification code, so
that we're sure to keep it updated when new expression kinds
emerge. Also fixes a few little bugs in the classification of
expressions.
Properties:
File: utils/TableGen/NeonEmitter.cpp
At: Tue 14 Sep 2010 14:58:37
Changed By: bwilson
Comments: Tidy whitespace in generated arm_neon.h.
Properties:
File: lib/Target/ARM/ARMInstrThumb.td
At: Tue 14 Sep 2010 15:05:38
Changed By: ggreif
Comments: set isCompare for another three Thumb1 instructionsProperties:
File: lib/Target/ARM/AsmPrinter/ARMInstPrinter.cpp
At: Tue 14 Sep 2010 15:23:32
Changed By: grosbach
Comments: The register specified for a dregpair is the corresponding Q register, so to
get the pair, we need to look up the sub-regs based on the qreg. Create a
lookup function since we don't have access to TargetRegisterInfo here to
be able to use getSubReg(ARM::dsub_[01]).Properties:
File: lib/Target/ARM/ARMBaseInstrInfo.cpp
At: Tue 14 Sep 2010 15:28:11
Changed By: ggreif
Comments: an attempt to salvage the darwin9-powerpc buildbot, which could be miscompiling this lineProperties:
File: lib/Target/ARM/AsmPrinter/ARMInstPrinter.cpp
At: Tue 14 Sep 2010 15:28:11
Changed By: grosbach
Comments: trailing whitespace cleanupProperties:
LOGS:
Last 10 lines of 'stdio':
********************
Failing Tests (1):
LLVM :: MC/Disassembler/neon-tests.txt
Expected Passes : 5438
Expected Failures : 36
Unsupported Tests : 40
Unexpected Failures: 1
make[1]: *** [check-local-lit] Error 1
make: *** [check] Error 2
Last 10 lines of 'dg.log':
Last 10 lines of 'dg.sum':
More information about the llvm-testresults
mailing list