[llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-qa_tests

daniel_dunbar at apple.com daniel_dunbar at apple.com
Mon Aug 2 18:36:06 PDT 2010


The Buildbot has detected a new failure of clang-x86_64-darwin10-qa_tests on smooshlab.
Full details are available at:
 http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10-qa_tests/builds/29

Buildbot URL: http://smooshlab.apple.com:8010/

Buildslave for this Build: smoosh-01

Build Reason: 
Build Source Stamp: 110087
Blamelist: cornedbee,djg,kremenek,rjmccall,stuart

BUILD FAILED: failed test-gcc-4_2-testsuite-g++

sincerely,
 -The Buildbot


================================================================================

CHANGES:
Files:
 lib/Frontend/PCHWriter.cpp
 lib/Sema/Sema.h
 lib/Sema/SemaCodeComplete.cpp
 lib/Sema/SemaDeclObjC.cpp
 lib/Sema/SemaExprObjC.cpp
At: Mon 02 Aug 2010 16:21:32
Changed By: cornedbee
Comments: Simplify global method pool implementation in Sema. No functionality change.Properties: 




File: test/FrontendObjC++/2010-08-02-NonPODObjectValue.mm
At: Mon 02 Aug 2010 16:31:29
Changed By: stuart
Comments: Diabolical hack to make a test compatible with clang.  (Thanks to Dale!)  Radar 8246180.Properties: 




Files:
 include/clang/Basic/DiagnosticSemaKinds.td
 lib/Sema/JumpDiagnostics.cpp
 test/Sema/scope-check.c
 test/SemaCXX/scope-check.cpp
At: Mon 02 Aug 2010 16:36:28
Changed By: rjmccall
Comments: Labels (and case statement) don't create independent scope parents for the
purposes of the jump checker.  Also extend Ted's iteration fix to labels.

Fixes PR7789.

Properties: 




Files:
 include/clang/Analysis/AnalysisContext.h
 include/clang/Analysis/CFG.h
 lib/Analysis/AnalysisContext.cpp
 lib/Analysis/CFG.cpp
At: Mon 02 Aug 2010 16:51:30
Changed By: kremenek
Comments: Add 'AnalysisContext::getUnoptimizedCFG()' to allow clients to get access to the original
CFG without any edges pruned out because of trivially solvable conditions (e.g., 'if (0)').Properties: 




Files:
 include/llvm/Analysis/ScalarEvolution.h
 include/llvm/Analysis/ScalarEvolutionExpressions.h
 lib/Analysis/ScalarEvolution.cpp
 unittests/Analysis
 unittests/Analysis/Makefile
 unittests/Analysis/ScalarEvolutionTest.cpp
 unittests/Makefile
At: Mon 02 Aug 2010 16:51:34
Changed By: djg
Comments: Make SCEVUnknown a CallbackVH, so that it can be notified directly
of Value deletions and RAUWs, instead of relying on ScalarEvolution's
Scalars map being notified, as that's complicated at best, and
insufficient in general.

This means SCEVUnknown needs a non-trivial destructor, so introduce
a mechanism to allow ScalarEvolution to locate all the SCEVUnknowns.
Properties: 




Files:
 include/clang/Analysis/AnalysisContext.h
 include/clang/Checker/PathSensitive/AnalysisManager.h
 include/clang/Driver/CC1Options.td
 include/clang/Frontend/AnalyzerOptions.h
 lib/Analysis/AnalysisContext.cpp
 lib/Checker/AnalysisConsumer.cpp
 lib/Checker/GRCoreEngine.cpp
 lib/Frontend/CompilerInvocation.cpp
At: Mon 02 Aug 2010 17:11:28
Changed By: kremenek
Comments: Add -cc1 option '-unoptimized-cfg' to toggle using a CFG (for static analysis) that doesn't prune CFG edges.Properties: 




LOGS:
Last 10 lines of 'stdio':
	# of expected passes		11310
	# of unexpected failures	3980
	# of unexpected successes	41
	# of expected failures		22
	# of unresolved testcases	104
	# of untested testcases		39
	# of unsupported tests		319
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-qa_tests/llvm.install/bin/clang++  version 2.8 (trunk 110087)
	
	make: *** [check-g++] Error 1

Last 10 lines of 'dg.sum':
	
	# of expected passes		11310
	# of unexpected failures	3980
	# of unexpected successes	41
	# of expected failures		22
	# of unresolved testcases	104
	# of untested testcases		39
	# of unsupported tests		319
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-qa_tests/llvm.install/bin/clang++  version 2.8 (trunk 110087)
	

Last 10 lines of 'warnings':
	FAIL: g++.dg/warn/miss-format-1.C scanf attribute warning (test for warnings, line 24)
	FAIL: g++.dg/warn/miss-format-1.C printf attribute warning 2 (test for warnings, line 40)
	FAIL: g++.dg/warn/miss-format-3.C initialization warning (test for warnings, line 18)
	FAIL: g++.dg/warn/miss-format-3.C initialization warning (test for warnings, line 23)
	FAIL: g++.dg/warn/miss-format-4.C assignment warning (test for warnings, line 24)
	FAIL: g++.dg/warn/miss-format-4.C assignment warning (test for warnings, line 29)
	FAIL: g++.dg/warn/miss-format-5.C return type warning (test for warnings, line 20)
	FAIL: g++.dg/warn/miss-format-5.C return type warning (test for warnings, line 38)
	FAIL: g++.dg/warn/miss-format-6.C parameter passing warning (test for warnings, line 23)
	FAIL: g++.dg/warn/miss-format-6.C parameter passing warning (test for warnings, line 28)

Last 10 lines of 'tests.FAIL':
	g++.apple/permissive-1.C (test for excess errors)

Last 10 lines of 'tests.XFAIL':
	g++.old-deja/g++.law/missed-error1.C  (test for errors, line 19)
	g++.old-deja/g++.law/missed-error1.C  (test for errors, line 20)
	g++.old-deja/g++.oliva/expr1.C  (test for bogus messages, line 12)
	g++.old-deja/g++.other/access2.C  (test for errors, line 7)
	g++.old-deja/g++.other/access2.C  (test for errors, line 9)
	g++.old-deja/g++.other/overload11.C  (test for bogus messages, line 56)
	g++.old-deja/g++.other/overload11.C  (test for warnings, line 84)
	g++.old-deja/g++.pt/explicit76.C  (test for bogus messages, line 10)
	g++.old-deja/g++.pt/overload7.C  (test for bogus messages, line 14)
	g++.old-deja/g++.pt/overload7.C  (test for bogus messages, line 19)

Last 10 lines of 'tests.UNRESOLVED':
	g++.apple/permissive-1.C: error executing dg-final: couldn't open "permissive-1.s": no such file or directory

Last 10 lines of 'tests.IGNORE FAIL':
	tmpdir-g++.dg-struct-layout-1/t028 cp_compat_x_tst.o-cp_compat_y_tst.o execute "-m32","-m32"
	tmpdir-g++.dg-struct-layout-1/t028 cp_compat_x_tst.o-cp_compat_y_tst.o execute "-m64","-m64"
	tmpdir-g++.dg-struct-layout-1/t029 cp_compat_x_alt.o-cp_compat_y_tst.o execute "-m32","-m32"
	tmpdir-g++.dg-struct-layout-1/t029 cp_compat_x_alt.o-cp_compat_y_tst.o execute "-m64","-m64"
	tmpdir-g++.dg-struct-layout-1/t029 cp_compat_x_tst.o compile, "-m32","-m32"
	tmpdir-g++.dg-struct-layout-1/t029 cp_compat_x_tst.o compile, "-m64","-m64"
	tmpdir-g++.dg-struct-layout-1/t030 cp_compat_x_alt.o-cp_compat_y_tst.o execute "-m32","-m32"
	tmpdir-g++.dg-struct-layout-1/t030 cp_compat_x_alt.o-cp_compat_y_tst.o execute "-m64","-m64"
	tmpdir-g++.dg-struct-layout-1/t030 cp_compat_x_tst.o compile, "-m32","-m32"
	tmpdir-g++.dg-struct-layout-1/t030 cp_compat_x_tst.o compile, "-m64","-m64"

Last 10 lines of 'tests.IGNORE PASS':
	g++.dg/other/linkage1.C (test for excess errors)
	g++.old-deja/g++.jason/jump.C  (test for errors, line 10)
	g++.old-deja/g++.jason/jump.C  (test for errors, line 9)
	g++.old-deja/g++.jason/static1.C execution test
	g++.old-deja/g++.law/arm6.C  (test for errors, line 15)
	g++.old-deja/g++.law/arm6.C  (test for errors, line 16)

Last 10 lines of 'tests.IGNORE XPASS':
	g++.old-deja/g++.ns/template13.C  (test for errors, line 13)
	g++.old-deja/g++.oliva/linkage1.C  (test for bogus messages, line )
	g++.old-deja/g++.oliva/ns2.C  (test for bogus messages, line 13)
	g++.old-deja/g++.other/crash32.C  (test for bogus messages, line 10)
	g++.old-deja/g++.other/crash32.C  (test for bogus messages, line 12)
	g++.old-deja/g++.other/overload11.C  (test for bogus messages, line 57)
	g++.old-deja/g++.other/overload11.C  (test for bogus messages, line 58)
	g++.old-deja/g++.other/overload11.C  (test for bogus messages, line 59)
	g++.old-deja/g++.pt/spec24.C  (test for errors, line 5)
	g++.old-deja/g++.robertl/eb133b.C  (test for errors, line 6)

Last 10 lines of 'tests.IGNORE UNRESOLVED':
	tmpdir-g++.dg-struct-layout-1/t029 cp_compat_x_tst.o-cp_compat_y_tst.o link "-m32","-m32"
	tmpdir-g++.dg-struct-layout-1/t029 cp_compat_x_tst.o-cp_compat_y_tst.o link "-m64","-m64"
	tmpdir-g++.dg-struct-layout-1/t030 cp_compat_x_tst.o-cp_compat_y_alt.o execute "-m32","-m32"
	tmpdir-g++.dg-struct-layout-1/t030 cp_compat_x_tst.o-cp_compat_y_alt.o execute "-m64","-m64"
	tmpdir-g++.dg-struct-layout-1/t030 cp_compat_x_tst.o-cp_compat_y_alt.o link "-m32","-m32"
	tmpdir-g++.dg-struct-layout-1/t030 cp_compat_x_tst.o-cp_compat_y_alt.o link "-m64","-m64"
	tmpdir-g++.dg-struct-layout-1/t030 cp_compat_x_tst.o-cp_compat_y_tst.o execute "-m32","-m32"
	tmpdir-g++.dg-struct-layout-1/t030 cp_compat_x_tst.o-cp_compat_y_tst.o execute "-m64","-m64"
	tmpdir-g++.dg-struct-layout-1/t030 cp_compat_x_tst.o-cp_compat_y_tst.o link "-m32","-m32"
	tmpdir-g++.dg-struct-layout-1/t030 cp_compat_x_tst.o-cp_compat_y_tst.o link "-m64","-m64"




More information about the llvm-testresults mailing list