[llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Mon Aug 3 17:43:53 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/1771
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: smoosh-02.apple.com
Build Reason:
Build Source Stamp: 78022
Blamelist: kremenek,lattner,pizza
BUILD FAILED: failed test-clang
sincerely,
-The Buildbot
================================================================================
CHANGES:
Files:
include/llvm/CodeGen/AsmPrinter.h
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
At: Mon 03 Aug 2009 16:13:14
Changed By: lattner
Comments: Kill off SwitchToDataSection and SwitchToTextSection, woo.
File: test/Sema/pragma-weak.c
At: Mon 03 Aug 2009 16:18:14
Changed By: pizza
Comments: PR3679: add #pragma weak test file
Files:
include/llvm/CodeGen/AsmPrinter.h
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
At: Mon 03 Aug 2009 16:23:14
Changed By: lattner
Comments: eliminate CurrentSection, rename CurrentSection_ -> CurrentSection, make it private,
eliminate IsInTextSection.
File: test/Analysis/misc-ps.m
At: Mon 03 Aug 2009 16:23:15
Changed By: kremenek
Comments: Add a pass-by-value test for the analyzer.
Files:
include/clang/Basic/DiagnosticSemaKinds.td
include/clang/Parse/Action.h
lib/Parse/ParsePragma.cpp
lib/Sema/Sema.h
lib/Sema/SemaAttr.cpp
test/Sema/pragma-unused.c
At: Mon 03 Aug 2009 16:28:14
Changed By: kremenek
Comments: Per advice that Doug Gregor gave me several months ago, clean up the
implementation of '#pragma unused' by not constructing intermediate
DeclRefExprs, but instead do the name lookup directly. The
implementation is greatly simplified.
Along the way, degrade '#pragma unused(undeclaredvariable)' to a
warning instead of being a hard error. This implements:
<rdar://problem/6761874> [sema] allow #pragma unused to reference undefined variable (with warning)
Files:
lib/CodeGen/CMakeLists.txt
lib/Target/Blackfin/AsmPrinter/CMakeLists.txt
lib/Target/Blackfin/TargetInfo/CMakeLists.txt
At: Mon 03 Aug 2009 16:48:14
Changed By: kremenek
Comments: Update CMake files.
File: lib/Frontend/HTMLDiagnostics.cpp
At: Mon 03 Aug 2009 16:48:14
Changed By: kremenek
Comments: Emit a special 'BUGMETAEND' comment to aid in the postprocessing of HTML bug reports.
File: utils/scan-build
At: Mon 03 Aug 2009 16:48:14
Changed By: kremenek
Comments: Have scan-build clue off of 'BUGMETAEND' to know when to stop processing an HTML file.
LOGS:
Last 10 lines of 'test-clang.stdio':
PASS: /Volumes/Data/Users/buildslave/zorg/smooshlab/slaves/clang/build.clang-x86_64-darwin10/llvm/tools/clang/test/SemaTemplate/variadic-class-template-2.cpp (1417 of 1419)
PASS: /Volumes/Data/Users/buildslave/zorg/smooshlab/slaves/clang/build.clang-x86_64-darwin10/llvm/tools/clang/test/SemaObjC/cocoa.m (1169 of 1419)
Testing Time: 11.46s
********************
Failing Tests (1):
/Volumes/Data/Users/buildslave/zorg/smooshlab/slaves/clang/build.clang-x86_64-darwin10/llvm/tools/clang/test/Sema/pragma-weak.c
Failures: 1
make[1]: *** [all] Error 1
make: *** [test] Error 2
Last 10 lines of 'test-clang.warnings':
/Volumes/Data/Users/buildslave/zorg/smooshlab/slaves/clang/build.clang-x86_64-darwin10/llvm/tools/clang/test/Sema/pragma-weak.c:42:14: warning: weak identifier 'td' never declared
#pragma weak td // expected-warning {{weak identifier 'td' never declared}}
/Volumes/Data/Users/buildslave/zorg/smooshlab/slaves/clang/build.clang-x86_64-darwin10/llvm/tools/clang/test/Sema/pragma-weak.c:11:14: warning: weak identifier 'param' never declared
#pragma weak param // expected-warning {{weak identifier 'param' never declared}}
/Volumes/Data/Users/buildslave/zorg/smooshlab/slaves/clang/build.clang-x86_64-darwin10/llvm/tools/clang/test/Sema/pragma-weak.c:45:14: warning: weak identifier '__td2' never declared
#pragma weak td2 = __td2 // expected-warning {{weak identifier '__td2' never declared}}
/Volumes/Data/Users/buildslave/zorg/smooshlab/slaves/clang/build.clang-x86_64-darwin10/llvm/tools/clang/test/Sema/pragma-weak.c:39:14: warning: weak identifier 'unused' never declared
#pragma weak unused // expected-warning {{weak identifier 'unused' never declared}}
/Volumes/Data/Users/buildslave/zorg/smooshlab/slaves/clang/build.clang-x86_64-darwin10/llvm/tools/clang/test/Sema/pragma-weak.c:40:14: warning: weak identifier '__unused_alias' never declared
#pragma weak unused_alias = __unused_alias // expected-warning {{weak identifier '__unused_alias' never declared}}
Last 10 lines of 'test-clang.fail':
/Volumes/Data/Users/buildslave/zorg/smooshlab/slaves/clang/build.clang-x86_64-darwin10/llvm/tools/clang/test/Sema/pragma-weak.c
Last 10 lines of 'test-clang.xfail':
/Volumes/Data/Users/buildslave/zorg/smooshlab/slaves/clang/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/dcl.dcl/dcl.spec/dcl.fct.spec/p6.cpp
/Volumes/Data/Users/buildslave/zorg/smooshlab/slaves/clang/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/dcl.dcl/dcl.spec/dcl.stc/p10.cpp
/Volumes/Data/Users/buildslave/zorg/smooshlab/slaves/clang/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/temp/temp.decls/temp.class/temp.mem.func/p1-retmem.cpp
/Volumes/Data/Users/buildslave/zorg/smooshlab/slaves/clang/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/dcl.dcl/dcl.spec/dcl.typedef/p4.cpp
/Volumes/Data/Users/buildslave/zorg/smooshlab/slaves/clang/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/temp/temp.param/p14.cpp
/Volumes/Data/Users/buildslave/zorg/smooshlab/slaves/clang/build.clang-x86_64-darwin10/llvm/tools/clang/test/CXX/temp/temp.res/temp.dep.res/temp.point/p1.cpp
/Volumes/Data/Users/buildslave/zorg/smooshlab/slaves/clang/build.clang-x86_64-darwin10/llvm/tools/clang/test/SemaCXX/template-specialization.cpp
/Volumes/Data/Users/buildslave/zorg/smooshlab/slaves/clang/build.clang-x86_64-darwin10/llvm/tools/clang/test/SemaObjCXX/references.mm
/Volumes/Data/Users/buildslave/zorg/smooshlab/slaves/clang/build.clang-x86_64-darwin10/llvm/tools/clang/test/SemaObjCXX/overload.mm
/Volumes/Data/Users/buildslave/zorg/smooshlab/slaves/clang/build.clang-x86_64-darwin10/llvm/tools/clang/test/SemaTemplate/instantiate-function-1.mm
More information about the llvm-testresults
mailing list