[llvm-testresults] buildbot failure in smooshlab on llvm-gcc-powerpc-darwin9
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Fri Jul 23 22:04:00 PDT 2010
The Buildbot has detected a new failure of llvm-gcc-powerpc-darwin9 on smooshlab.
Full details are available at:
http://smooshlab.apple.com:8010/builders/llvm-gcc-powerpc-darwin9/builds/3448
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: spang.apple.com
Build Reason:
Build Source Stamp: 109316
Blamelist: dgregor,dpatel,evancheng,fjahanian,lattner,rjmccall
BUILD FAILED: failed test.llvm.stage2
sincerely,
-The Buildbot
================================================================================
CHANGES:
Files:
lib/CodeGen/CGObjC.cpp
test/CodeGenObjC/super-dotsyntax-struct-property.m
At: Fri 23 Jul 2010 17:38:47
Changed By: fjahanian
Comments: Return type of a setter call caused by
use of property-dot syntax using 'super' as receiver
is 'void'. This fixes a bug in generating correct
API for setter call. Fixes radar 8203426.
Properties:
Files:
include/clang/Basic/DiagnosticSemaKinds.td
lib/CodeGen/CGException.cpp
lib/CodeGen/CGObjCGNU.cpp
lib/CodeGen/CGObjCMac.cpp
lib/CodeGen/CGObjCRuntime.h
lib/Sema/SemaDeclCXX.cpp
test/CodeGenObjCXX/exceptions.mm
test/SemaObjCXX/exceptions-fragile.mm
At: Fri 23 Jul 2010 17:38:47
Changed By: rjmccall
Comments: Support catching Objective C pointers in C++ under the non-fragile NeXT runtime.
Diagnose attempts to do this under the GNU or fragile NeXT runtimes.
Properties:
Files:
include/clang/Frontend/ASTUnit.h
lib/Frontend/ASTUnit.cpp
At: Fri 23 Jul 2010 17:38:47
Changed By: dgregor
Comments: Once we've built (or reused) a precompiled preamble, create the
appropriately-padded main file buffer (that has spaces in the extra
"reserved" space) and thread that buffer through to the parsing
function. This still does nothing.
Properties:
Files:
include/llvm/CodeGen/SchedulerRegistry.h
include/llvm/Target/TargetMachine.h
lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
lib/Target/X86/X86ISelLowering.cpp
lib/Target/X86/X86ISelLowering.h
At: Fri 23 Jul 2010 17:44:49
Changed By: evancheng
Comments: Add an ILP scheduler. This is a register pressure aware scheduler that's
appropriate for targets without detailed instruction iterineries.
The scheduler schedules for increased instruction level parallelism in
low register pressure situation; it schedules to reduce register pressure
when the register pressure becomes high.
On x86_64, this is a win for all tests in CFP2000. It also sped up 256.bzip2
by 16%.
Properties:
File: lib/Frontend/ASTUnit.cpp
At: Fri 23 Jul 2010 17:45:05
Changed By: dgregor
Comments: Put a newline at the end of the padded buffers used for the
precompiled preamble. This will suppress the -pedantic "no newline at
end of file" warning.
Properties:
File: lib/CodeGen/AsmPrinter/DwarfDebug.cpp
At: Fri 23 Jul 2010 17:53:47
Changed By: dpatel
Comments: Use current working directory when Dirname is empty. This only happens when absolute source file path is used on compiler command line.
Properties:
Files:
lib/CodeGen/CGDebugInfo.cpp
lib/CodeGen/CGDebugInfo.h
At: Fri 23 Jul 2010 18:03:47
Changed By: dpatel
Comments: Untangle filename/dirname confusion. Store constructed strings on the side. Avoid use of Path.makeAbsolute().
DW_TAG_compile_unit uses two attributes DW_AT_name and DW_AT_comp_dir. Their expected values are:
$ clang foo.c -g
DW_AT_name - foo.c
DW_AT_comp_dir - `pwd`
$ clang one/two/foo.c -g
DW_AT_name - one/two/foo.c
DW_AT_comp_dir - `pwd`
$ clang /tmp/one/foo.c -g
DW_AT_name - /tmp/one/foo.c
DW_AT_comp_dir - empty
Properties:
Files:
lib/Sema/SemaExpr.cpp
test/CodeGenCXX/static-init-2.cpp
test/Sema/exprs.c
test/Sema/switch.c
test/SemaCXX/switch.cpp
At: Fri 23 Jul 2010 18:14:03
Changed By: lattner
Comments: turn down the logical bitwise confusion warning to not warn
when the RHS of the ||/&& is ever 0 or 1. This handles a variety of
creative idioms for "true" used in C programs and fixes many false
positives at the expense of a few false negatives. This fixes
rdar://8230351.
Properties:
Files:
lib/CodeGen/Mangle.cpp
test/CodeGenCXX/mangle.cpp
At: Fri 23 Jul 2010 18:18:47
Changed By: rjmccall
Comments: Mangle enum constant expressions. Fixes rdar://problem/8204122
Properties:
Files:
gcc/llvm-debug.cpp
gcc/llvm-debug.h
At: Fri 23 Jul 2010 18:18:47
Changed By: dpatel
Comments: Simplify code and untangle filename/dirname confusion.
DW_TAG_compile_unit uses two attributes DW_AT_name and DW_AT_comp_dir. Their expected values are:
$ clang foo.c -g
DW_AT_name - foo.c
DW_AT_comp_dir - `pwd`
$ clang one/two/foo.c -g
DW_AT_name - one/two/foo.c
DW_AT_comp_dir - `pwd`
$ clang /tmp/one/foo.c -g
DW_AT_name - /tmp/one/foo.c
DW_AT_comp_dir - empty
Properties:
LOGS:
Last 10 lines of 'stdio':
LLVM :: FrontendC/2010-01-14-StaticVariable.c
LLVM :: FrontendC/2010-02-16-DbgVarScope.c
LLVM :: FrontendC/2010-06-28-DbgLocalVar.c
Expected Passes : 5327
Expected Failures : 45
Unsupported Tests : 66
Unexpected Failures: 9
make[1]: *** [check-local-lit] Error 1
make: *** [check-lit] Error 2
Last 10 lines of 'warnings':
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.obj.2/test/FrontendC/Output/2010-02-16-DbgVarScope.c.tmp.s:319:134: warning: null character(s) ignored
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.obj.2/test/FrontendC/Output/2010-02-16-DbgVarScope.c.tmp.s:325:134: warning: null character(s) ignored
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.obj.2/test/FrontendC/Output/2010-02-16-DbgVarScope.c.tmp.s:331:134: warning: null character(s) ignored
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.obj.2/test/FrontendC/Output/2010-02-16-DbgVarScope.c.tmp.s:337:134: warning: null character(s) ignored
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.obj.2/test/FrontendC/Output/2010-02-16-DbgVarScope.c.tmp.s:343:134: warning: null character(s) ignored
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.obj.2/test/FrontendC/Output/2010-02-16-DbgVarScope.c.tmp.s:349:134: warning: null character(s) ignored
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.obj.2/test/FrontendC/Output/2010-02-16-DbgVarScope.c.tmp.s:355:134: warning: null character(s) ignored
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.obj.2/test/FrontendC/Output/2010-02-16-DbgVarScope.c.tmp.s:361:134: warning: null character(s) ignored
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.obj.2/test/FrontendC/Output/2010-02-16-DbgVarScope.c.tmp.s:367:134: warning: null character(s) ignored
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.obj.2/test/FrontendC/Output/2010-02-16-DbgVarScope.c.tmp.s:373:134: warning: null character(s) ignored
Last 10 lines of 'fail':
LLVM :: FrontendC++/2006-11-06-StackTrace.cpp
LLVM :: FrontendC++/2006-11-30-Pubnames.cpp
LLVM :: FrontendC++/2009-04-21-DtorNames-dbg.cpp
LLVM :: FrontendC++/2009-07-15-LineNumbers.cpp
LLVM :: FrontendC++/2010-07-23-DeclLoc.cpp
LLVM :: FrontendC/2010-01-05-LinkageName.c
LLVM :: FrontendC/2010-01-14-StaticVariable.c
LLVM :: FrontendC/2010-02-16-DbgVarScope.c
LLVM :: FrontendC/2010-06-28-DbgLocalVar.c
Last 10 lines of 'xfail':
LLVM :: MC/AsmParser/X86/x86_32-bit_cat.s
LLVM :: MC/AsmParser/X86/x86_32-encoding.s
LLVM :: MC/AsmParser/X86/x86_32-mismatched-add.s
LLVM :: MC/AsmParser/directive_lsym.s
LLVM :: MC/AsmParser/exprs-invalid.s
LLVM :: Transforms/DeadArgElim/deadexternal.ll
LLVM :: Transforms/GVN/rle-no-phi-translate.ll
LLVM :: Transforms/IndVarSimplify/loop_evaluate_6.ll
LLVM :: Transforms/TailCallElim/nocapture.ll
LLVM :: Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll
Last 10 lines of 'unsupported':
LLVM :: FrontendObjC/2009-08-05-utf16.m
LLVM :: FrontendObjC/2009-08-17-DebugInfo.m
LLVM :: FrontendObjC/2009-11-30-Objc-ID.m
LLVM :: FrontendObjC/2010-02-01-utf16-with-null.m
LLVM :: FrontendObjC/2010-02-11-fwritable-stringsBug.m
LLVM :: FrontendObjC/2010-02-23-DbgInheritance.m
LLVM :: FrontendObjC/2010-03-17-StructRef.m
LLVM :: FrontendObjC/2010-06-04-UnnamedCFString-dbg.m
LLVM :: LLVMC/ObjC++/hello.mm
LLVM :: LLVMC/ObjC/hello.m
Last 10 lines of '2006-11-06-stacktrace.cpp':
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.obj.2/test/FrontendC++/Output/2006-11-06-StackTrace.cpp.tmp.s:1112:136: warning: null character(s) ignored
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.obj.2/test/FrontendC++/Output/2006-11-06-StackTrace.cpp.tmp.s:1118:136: warning: null character(s) ignored
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.obj.2/test/FrontendC++/Output/2006-11-06-StackTrace.cpp.tmp.s:1124:136: warning: null character(s) ignored
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.obj.2/test/FrontendC++/Output/2006-11-06-StackTrace.cpp.tmp.s:1130:136: warning: null character(s) ignored
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.obj.2/test/FrontendC++/Output/2006-11-06-StackTrace.cpp.tmp.s:1136:136: warning: null character(s) ignored
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.obj.2/test/FrontendC++/Output/2006-11-06-StackTrace.cpp.tmp.s:1142:136: warning: null character(s) ignored
--
********************
Last 10 lines of '2006-11-30-pubnames.cpp':
$1 = 10
--
Command Output (stderr):
--
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.obj.2/test/FrontendC++/Output/2006-11-30-Pubnames.cpp.tmp.s:121:136: warning: null character(s) ignored
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.obj.2/test/FrontendC++/Output/2006-11-30-Pubnames.cpp.tmp.s:127:136: warning: null character(s) ignored
--
********************
Last 10 lines of '2009-04-21-dtornames-dbg.cpp':
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.obj.2/test/FrontendC++/Output/2009-04-21-DtorNames-dbg.cpp.tmp.s:414:136: warning: null character(s) ignored
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.obj.2/test/FrontendC++/Output/2009-04-21-DtorNames-dbg.cpp.tmp.s:420:136: warning: null character(s) ignored
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.obj.2/test/FrontendC++/Output/2009-04-21-DtorNames-dbg.cpp.tmp.s:426:136: warning: null character(s) ignored
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.obj.2/test/FrontendC++/Output/2009-04-21-DtorNames-dbg.cpp.tmp.s:439:136: warning: null character(s) ignored
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.obj.2/test/FrontendC++/Output/2009-04-21-DtorNames-dbg.cpp.tmp.s:445:136: warning: null character(s) ignored
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.obj.2/test/FrontendC++/Output/2009-04-21-DtorNames-dbg.cpp.tmp.s:451:136: warning: null character(s) ignored
--
********************
Last 10 lines of '2009-07-15-linenumbers.cpp':
Exit Code: 1
Command Output (stdout):
--
--
Command Output (stderr):
--
--
********************
Last 10 lines of '2010-07-23-declloc.cpp':
!69 = metadata !{i32 524334, i32 0, metadata !2, metadata !"extract_dwarf_data_from_header<SizeAndEndianness<Pointer32, LittleEndian> >", metadata !"extract_dwarf_data_from_header<SizeAndEndianness<Pointer32, LittleEndian> >", metadata !"_Z30extract_dwarf_data_from_headerI17SizeAndEndiannessI9Pointer3212LittleEndianEEvR20TExtendedMachOHeaderIT_ER19TRawSymbolOwnerDataINS5_4SIZEEEP17TAddressRelocatorIS9_E", metadata !70, i32 18, metadata !71, i1 false, i1 true, i32 0, i32 0, null, i1 false, i1 false, void (%"struct.TExtendedMachOHeader<SizeAndEndianness<Pointer32, LittleEndian> >"*, %"struct.TRawSymbolOwnerData<Pointer32>"*, %"struct.TAddressRelocator<Pointer32>"*)* @_Z30extract_dwarf_data_from_headerI17SizeAndEndiannessI9Pointer3212LittleEndianEEvR20TExtendedMachOHeaderIT_ER19TRawSymbolOwnerDataINS5_4SIZEEEP17TAddressRelocatorIS9_E} ; [ DW_TAG_subprogram ]
^
<stdin>:853:424: note: with variable "filehandle" equal to "70"
<stdin>:854:5: note: possible intended match here
!70 = metadata !{i32 524329, metadata !"/decl_should_be_here.hpp", metadata !"", metadata !3} ; [ DW_TAG_file_type ]
^
--
********************
Last 10 lines of '2010-01-05-linkagename.c':
2010-01-05-LinkageName.s:215:134: warning: null character(s) ignored
2010-01-05-LinkageName.s:221:134: warning: null character(s) ignored
2010-01-05-LinkageName.s:227:134: warning: null character(s) ignored
2010-01-05-LinkageName.s:233:134: warning: null character(s) ignored
2010-01-05-LinkageName.s:239:134: warning: null character(s) ignored
2010-01-05-LinkageName.s:245:134: warning: null character(s) ignored
--
********************
Last 10 lines of '2010-01-14-staticvariable.c':
--
Command Output (stderr):
--
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.obj.2/test/FrontendC/Output/2010-01-14-StaticVariable.c.tmp.s:121:134: warning: null character(s) ignored
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.obj.2/test/FrontendC/Output/2010-01-14-StaticVariable.c.tmp.s:127:134: warning: null character(s) ignored
--
********************
Last 10 lines of '2010-02-16-dbgvarscope.c':
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.obj.2/test/FrontendC/Output/2010-02-16-DbgVarScope.c.tmp.s:343:134: warning: null character(s) ignored
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.obj.2/test/FrontendC/Output/2010-02-16-DbgVarScope.c.tmp.s:349:134: warning: null character(s) ignored
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.obj.2/test/FrontendC/Output/2010-02-16-DbgVarScope.c.tmp.s:355:134: warning: null character(s) ignored
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.obj.2/test/FrontendC/Output/2010-02-16-DbgVarScope.c.tmp.s:361:134: warning: null character(s) ignored
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.obj.2/test/FrontendC/Output/2010-02-16-DbgVarScope.c.tmp.s:367:134: warning: null character(s) ignored
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.obj.2/test/FrontendC/Output/2010-02-16-DbgVarScope.c.tmp.s:373:134: warning: null character(s) ignored
--
********************
Last 10 lines of '2010-06-28-dbglocalvar.c':
Command has output on stderr!
--
Command Output (stderr):
--
Expected 2 lines, got 1.
--
********************
More information about the llvm-testresults
mailing list