[llvm-testresults] buildbot failure in smooshlab on llvm-gcc-powerpc-darwin9
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Tue Nov 3 02:26:52 PST 2009
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/46
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: spang.apple.com
Build Reason:
Build Source Stamp: 85888
Blamelist: bwilson,ddunbar,evancheng,jyasskin,kremenek,zhongxingxu
BUILD FAILED: failed test-llvm
sincerely,
-The Buildbot
================================================================================
CHANGES:
File: lib/CodeGen/AsmPrinter/DwarfDebug.cpp
At: Mon 02 Nov 2009 22:32:05
Changed By: jyasskin
Comments: Fix a funky "declared with greater visibility than the type of its field"
warning from gcc by removing VISIBILITY_HIDDEN attributes.
File: lib/Target/ARM/ARMInstrThumb.td
At: Mon 02 Nov 2009 22:32:05
Changed By: bwilson
Comments: For Thumb indirect branches, use "mov pc, reg" which does not switch
between ARM/Thumb modes and does not require the low bit of the target
address to be set for Thumb.
Files:
include/clang/Analysis/PathSensitive/BugType.h
include/clang/Analysis/PathSensitive/Checkers/UndefinedArgChecker.h
lib/Analysis/GRExprEngineInternalChecks.cpp
lib/Analysis/UndefinedArgChecker.cpp
At: Mon 02 Nov 2009 22:47:05
Changed By: zhongxingxu
Comments: Pull UndefinedArgChecker into its own files.
File: lib/Analysis/CMakeLists.txt
At: Mon 02 Nov 2009 22:47:05
Changed By: kremenek
Comments: Update CMake file.
Files:
lib/Analysis/CMakeLists.txt
lib/Analysis/CheckNSError.cpp
lib/Analysis/NSErrorChecker.cpp
At: Mon 02 Nov 2009 23:02:05
Changed By: kremenek
Comments: Rename NSErrorCheck to NSErrorChecker.
File: lib/Target/ARM/ARMBaseInstrInfo.cpp
At: Mon 02 Nov 2009 23:12:05
Changed By: evancheng
Comments: Trim unnecessary include.
File: lib/Analysis/CMakeLists.txt
At: Mon 02 Nov 2009 23:17:05
Changed By: zhongxingxu
Comments: Update CMake file.
File: utils/lit/TestRunner.py
At: Mon 02 Nov 2009 23:27:05
Changed By: ddunbar
Comments: lit: Update Clang's test style to use XFAIL: and XTARGET: lines that match
LLVM's tests.
Files:
test/Analysis/outofbound.c
test/CXX/basic/basic.lookup/basic.lookup.unqual/p14.cpp
test/CXX/basic/basic.lookup/basic.lookup.unqual/p15.cpp
test/CXX/dcl.dcl/dcl.spec/dcl.fct.spec/p3.cpp
test/CXX/dcl.dcl/dcl.spec/dcl.fct.spec/p4.cpp
test/CXX/dcl.dcl/dcl.spec/dcl.fct.spec/p6.cpp
test/CXX/dcl.dcl/dcl.spec/dcl.stc/p10.cpp
test/CXX/dcl.dcl/dcl.spec/dcl.typedef/p4.cpp
test/CXX/temp/temp.param/p14.cpp
test/CXX/temp/temp.res/temp.dep.res/temp.point/p1.cpp
test/CodeGen/asm-inout.c
test/CodeGen/blocks-2.c
test/CodeGenObjC/PR4894-recursive-debug-crash.m
test/SemaObjC/id-isa-ref.m
test/SemaObjCXX/overload.mm
test/SemaObjCXX/references.mm
test/SemaTemplate/instantiate-function-1.mm
At: Mon 02 Nov 2009 23:27:05
Changed By: ddunbar
Comments: Switch XFAIL format to match LLVM.
Files:
test/CMakeLists.txt
test/Makefile
test/lit.site.cfg.in
At: Mon 02 Nov 2009 23:27:05
Changed By: ddunbar
Comments: Add target_triple to Clang site configuration.
Files:
include/clang/Analysis/PathSensitive/Checkers/AttrNonNullChecker.h
lib/Analysis/AttrNonNullChecker.cpp
lib/Analysis/CMakeLists.txt
lib/Analysis/GRExprEngineInternalChecks.cpp
At: Mon 02 Nov 2009 23:37:05
Changed By: zhongxingxu
Comments: Pull AttrNonNullChecker into its own files.
File: include/llvm/Support/StandardPasses.h
At: Mon 02 Nov 2009 23:52:05
Changed By: ddunbar
Comments: Speculatively redisable IPSCCP, I think its still breaking things.
File: test/Driver/hello.c
At: Mon 02 Nov 2009 23:52:05
Changed By: ddunbar
Comments: XFAIL Driver/hello.c on Windows.
Files:
include/clang/AST/ASTContext.h
lib/Analysis/CFRefCount.cpp
At: Tue 03 Nov 2009 00:02:05
Changed By: kremenek
Comments: Move 'static inline' functions GetNullarySelector() and GetUnarySelector() from CFRefCount.cpp to ASTContext.h. These functions are likely to be generally useful.
Files:
include/clang/Analysis/PathSensitive/Checker.h
lib/Analysis/BasicObjCFoundationChecks.cpp
lib/Analysis/BasicObjCFoundationChecks.h
lib/Analysis/CMakeLists.txt
lib/Analysis/GRExprEngine.cpp
lib/Analysis/NSAutoreleasePoolChecker.cpp
test/Analysis/retain-release-gc-only.m
At: Tue 03 Nov 2009 00:07:05
Changed By: kremenek
Comments: Implement: <rdar://problem/6250216> Warn against using -[NSAutoreleasePool release] in GC mode
File: www/UniversalDriver.html
At: Tue 03 Nov 2009 00:22:05
Changed By: ddunbar
Comments: Add link to FatELF project.
LOGS:
Last 10 lines of 'test-llvm.stdio':
Running /Volumes/SandBox/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.src/test/Transforms/TailDup/dg.exp ...
Running /Volumes/SandBox/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.src/test/Verifier/dg.exp ...
=== Summary ===
# of expected passes 4572
# of unexpected failures 1
# of expected failures 40
make[1]: *** [check-local] Error 1
make: *** [check] Error 2
Last 10 lines of 'test-llvm.fails':
FAIL: /Volumes/SandBox/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.src/test/FrontendC++/integration-O2.cpp
More information about the llvm-testresults
mailing list