[llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-selfhost-rel
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Wed Sep 29 16:44:49 PDT 2010
The Buildbot has detected a new failure of clang-x86_64-darwin10-selfhost-rel on smooshlab.
Full details are available at:
http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10-selfhost-rel/builds/5059
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: smoosh-02
Build Reason:
Build Source Stamp: 115104
Blamelist: dpatel,echristo,evancheng,resistor
BUILD FAILED: failed test-clang test-clang_1
sincerely,
-The Buildbot
================================================================================
CHANGES:
Files:
include/llvm/Target/TargetInstrItineraries.h
lib/CodeGen/ScheduleDAGInstrs.cpp
lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp
lib/Target/ARM/ARMInstrThumb2.td
lib/Target/ARM/ARMSchedule.td
lib/Target/ARM/ARMScheduleA8.td
lib/Target/ARM/ARMScheduleA9.td
utils/TableGen/SubtargetEmitter.cpp
At: Wed 29 Sep 2010 15:46:45
Changed By: evancheng
Comments: Model Cortex-a9 load to SUB, RSB, ADD, ADC, SBC, RSC, CMN, MVN, or CMP
pipeline forwarding path.
Properties:
File: include/llvm/Support/StandardPasses.h
At: Wed 29 Sep 2010 16:02:51
Changed By: resistor
Comments: Early CFG simplification can fold conditionals down to selects, which is often a good thing, but it can also
hide jump threading opportunities by turning control flow into data flow. Run an early JumpThreading pass
(adds approximately an additional 1% to optimization time on SPEC), allowing it to get a shot at these cases
first. Fixes <rdar://problem/8447345>.
Properties:
File: lib/Target/X86/X86FastISel.cpp
At: Wed 29 Sep 2010 16:06:24
Changed By: echristo
Comments: Noticed by inspection when looking for other cmov bits.
Properties:
Files:
include/llvm/Analysis/DebugInfo.h
lib/Analysis/DebugInfo.cpp
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
At: Wed 29 Sep 2010 16:12:25
Changed By: dpatel
Comments: Let FE mark a variable as artificial variable.
Properties:
File: include/clang/AST/Decl.h
At: Wed 29 Sep 2010 16:12:26
Changed By: dpatel
Comments: ImplicitParamDecl is always implicit.
Properties:
Files:
lib/CodeGen/CGDebugInfo.cpp
test/CodeGenObjC/debug-info-self.m
At: Wed 29 Sep 2010 16:12:26
Changed By: dpatel
Comments: Attach aritifical attribute with implicit parameters.
Radar 8493141.
Properties:
LOGS:
Last 10 lines of 'stdio':
Testing Time: 31.56s
********************
Failing Tests (1):
Clang :: CodeGenObjC/exceptions.m
Expected Passes : 2551
Expected Failures : 20
Unexpected Failures: 1
make[1]: *** [all] Error 1
make: *** [test] Error 2
Last 10 lines of 'fail':
Clang :: CodeGenObjC/exceptions.m
Last 10 lines of 'xfail':
Clang :: FixIt/fixit-errors.c
Clang :: FixIt/fixit-pmem.cpp
Clang :: Lexer/hexfloat.cpp
Clang :: PCH/changed-files.c
Clang :: PCH/pr4489.c
Clang :: PCH/source-manager-stack.c
Clang :: Parser/cxx-ambig-decl-expr-xfail.cpp
Clang :: SemaCXX/rval-references-xfail.cpp
Clang :: SemaObjCXX/overload.mm
Clang :: SemaTemplate/instantiate-function-1.mm
Last 10 lines of 'exceptions.m':
<stdin>:113:1: note: scanning from here
}
^
<stdin>:129:2: note: possible intended match here
call void asm sideeffect "", "=*m,=*m"(i32* %x, %struct._objc_exception_data* %exceptiondata.ptr) nounwind
^
--
********************
Last 10 lines of 'stdio':
Testing Time: 34.49s
********************
Failing Tests (1):
Clang :: CodeGenObjC/exceptions.m
Expected Passes : 2551
Expected Failures : 20
Unexpected Failures: 1
make[1]: *** [all] Error 1
make: *** [test] Error 2
Last 10 lines of 'fail':
Clang :: CodeGenObjC/exceptions.m
Last 10 lines of 'xfail':
Clang :: FixIt/fixit-errors.c
Clang :: FixIt/fixit-pmem.cpp
Clang :: Lexer/hexfloat.cpp
Clang :: PCH/changed-files.c
Clang :: PCH/pr4489.c
Clang :: PCH/source-manager-stack.c
Clang :: Parser/cxx-ambig-decl-expr-xfail.cpp
Clang :: SemaCXX/rval-references-xfail.cpp
Clang :: SemaObjCXX/overload.mm
Clang :: SemaTemplate/instantiate-function-1.mm
Last 10 lines of 'exceptions.m':
<stdin>:113:1: note: scanning from here
}
^
<stdin>:129:2: note: possible intended match here
call void asm sideeffect "", "=*m,=*m"(i32* %x, %struct._objc_exception_data* %exceptiondata.ptr) nounwind
^
--
********************
More information about the llvm-testresults
mailing list