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

daniel_dunbar at apple.com daniel_dunbar at apple.com
Tue Feb 15 19:38:43 PST 2011


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/3287

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

Buildslave for this Build: smoosh-01

Build Reason: 
Build Source Stamp: 125639
Blamelist: akirtzidis,dgregor,dpatel,echristo,evancheng,kjdyck,rafael,rjmccall

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

sincerely,
 -The Buildbot


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

CHANGES:
Files:
 lib/Target/ARM/ARMInstrFormats.td
 lib/Target/ARM/ARMInstrVFP.td
At: Tue 15 Feb 2011 16:40:47
Changed By: evancheng
Comments: Some single precision VFP instructions may be executed on NEON pipeline, but not double precision ones.Properties: 




File: lib/CodeGen/VirtRegRewriter.cpp
At: Tue 15 Feb 2011 16:40:47
Changed By: evancheng
Comments: Remove a duplicated check.Properties: 




Files:
 lib/CodeGen/CGBlocks.cpp
 lib/CodeGen/CGBlocks.h
 test/CodeGenObjC/objc2-weak-block-call.m
At: Tue 15 Feb 2011 16:56:05
Changed By: rjmccall
Comments: Don't call objc_read_weak as part of emitting a block literal.
Nobody ever gave me a clear reason for why we were doing this, and
now it's apparently causing serious problems, so if *not* having this
causes problems, we get to solve them the right way this time.

Properties: 




Files:
 lib/Sema/SemaCodeComplete.cpp
 test/Index/complete-super.m
At: Tue 15 Feb 2011 16:56:05
Changed By: dgregor
Comments: When trying to provide a code completion item for a call to "super" in
Objective-C, also look in the categories and class extensions of our
superclasses. Fixes <rdar://problem/8853540>.
Properties: 




Files:
 include/llvm/MC/MCObjectStreamer.h
 include/llvm/MC/MCStreamer.h
 lib/MC/MCAsmStreamer.cpp
 lib/MC/MCELFStreamer.cpp
 lib/MC/MCLoggingStreamer.cpp
 lib/MC/MCMachOStreamer.cpp
 lib/MC/MCNullStreamer.cpp
 lib/MC/MCObjectStreamer.cpp
 lib/MC/MCParser/ELFAsmParser.cpp
 lib/MC/MCPureStreamer.cpp
 lib/MC/MCStreamer.cpp
 lib/Target/PTX/PTXMCAsmStreamer.cpp
 test/MC/AsmParser/section.s
At: Tue 15 Feb 2011 17:15:47
Changed By: rafael
Comments: Add support for pushsection and popsection. Patch by Joerg Sonnenberger.Properties: 




File: test/CodeGen/X86/legalize-sub-zero.ll
At: Tue 15 Feb 2011 17:15:47
Changed By: echristo
Comments: Add testcase for PR9190.
Properties: 




Files:
 lib/CodeGen/SelectionDAG/DAGCombiner.cpp
 test/CodeGen/X86/legalize-sub-zero-2.ll
At: Tue 15 Feb 2011 17:15:47
Changed By: echristo
Comments: The change for PR9190 wasn't quite right. We need to avoid making the
transformation if we can't legally create a build vector of the correct
type. Check that we can make the transformation first, and add a TODO to
refactor this code with similar cases.

Fixes: PR9223 and rdar://9000350
Properties: 




Files:
 lib/CodeGen/CGCall.cpp
 lib/CodeGen/CGDebugInfo.cpp
 lib/CodeGen/CGDebugInfo.h
 lib/CodeGen/CGDecl.cpp
 lib/CodeGen/CodeGenFunction.h
At: Tue 15 Feb 2011 17:15:47
Changed By: dpatel
Comments: Simplify test to check an aggregate argument that has non trivial constructor or destructor.
This patch rewrites r125142.

Properties: 




Files:
 lib/Sema/SemaLookup.cpp
 test/Index/complete-properties.m
At: Tue 15 Feb 2011 17:45:47
Changed By: dgregor
Comments: When searching for visible declarations (e.g., for code completion),
be sure to look at all of the Objective-C class declarations within a
@class. Fixes <rdar://problem/8876207>.
Properties: 




Files:
 include/clang/StaticAnalyzer/Checkers/LocalCheckers.h
 lib/StaticAnalyzer/Checkers/BasicObjCFoundationChecks.cpp
 lib/StaticAnalyzer/Checkers/BasicObjCFoundationChecks.h
 lib/StaticAnalyzer/Checkers/Checkers.td
 lib/StaticAnalyzer/Checkers/NSAutoreleasePoolChecker.cpp
 lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp
 test/Analysis/CFNumber.c
 test/Analysis/NSString.m
 test/Analysis/retain-release-gc-only.m
 test/Analysis/retain-release.m
At: Tue 15 Feb 2011 17:45:47
Changed By: akirtzidis
Comments: [analyzer] Use the new registration mechanism on the apple checkers:

  NilArgChecker
  CFNumberCreateChecker
  NSAutoreleasePoolChecker
  CFRetainReleaseChecker
  ClassReleaseCheckerProperties: 




File: lib/StaticAnalyzer/Makefile
At: Tue 15 Feb 2011 17:45:47
Changed By: akirtzidis
Comments: [analyzer] AnalyzerFrontend is dependent on AnalyzerCheckers.Properties: 




File: lib/AST/RecordLayoutBuilder.cpp
At: Tue 15 Feb 2011 17:50:47
Changed By: kjdyck
Comments: Convert NonVirtualAlignment to CharUnits. No change in functionality
intended.
Properties: 




File: lib/AST/RecordLayoutBuilder.cpp
At: Tue 15 Feb 2011 17:55:47
Changed By: kjdyck
Comments: Convert NonVirtualSize to CharUnits from bits. No change in functionality
intended.
Properties: 




LOGS:
Last 10 lines of 'stdio':
	# of expected passes		31893
	# of unexpected failures	9786
	# of unexpected successes	3
	# of expected failures		40
	# of unresolved testcases	485
	# of untested testcases		273
	# of unsupported tests		762
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-qa_tests/llvm.install/bin/clang  version 2.9 (trunk 125639)
	
	make: *** [check-gcc] Error 1

Last 10 lines of 'dg.sum':
	
	# of expected passes		31893
	# of unexpected failures	9786
	# of unexpected successes	3
	# of expected failures		40
	# of unresolved testcases	485
	# of untested testcases		273
	# of unsupported tests		762
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-qa_tests/llvm.install/bin/clang  version 2.9 (trunk 125639)
	

Last 10 lines of 'warnings':
	FAIL: gcc.dg/format/miss-5.c  -DWIDE  return type warning (test for warnings, line 20)
	FAIL: gcc.dg/format/miss-5.c  -DWIDE  return type warning (test for warnings, line 38)
	FAIL: gcc.dg/format/miss-6.c   parameter passing warning (test for warnings, line 23)
	FAIL: gcc.dg/format/miss-6.c   parameter passing warning (test for warnings, line 28)
	FAIL: gcc.dg/format/miss-6.c  -DWIDE  parameter passing warning (test for warnings, line 23)
	FAIL: gcc.dg/format/miss-6.c  -DWIDE  parameter passing warning (test for warnings, line 28)
	FAIL: gcc.dg/format/sec-1.c   security warning (test for warnings, line 11)
	FAIL: gcc.dg/format/sec-1.c  -DWIDE  security warning (test for warnings, line 11)
	FAIL: gcc.dg/format/z-1.c   bogus printf warning (test for bogus messages, line 27)
	FAIL: gcc.dg/format/z-1.c  -DWIDE  bogus printf warning (test for bogus messages, line 27)

Last 10 lines of 'tests.FAIL':
	gcc.c-torture/execute/20001011-1.c compilation,  -O0

Last 10 lines of 'tests.XFAIL':
	gcc.dg/torture/fp-int-convert-float128-timode.c  -O3 -fomit-frame-pointer  (test for excess errors)
	gcc.dg/torture/fp-int-convert-float128-timode.c  -O3 -g  (test for excess errors)
	gcc.dg/torture/fp-int-convert-float128-timode.c  -Os  (test for excess errors)
	gcc.dg/torture/fp-int-convert-float128.c  -O0  (test for excess errors)
	gcc.dg/torture/fp-int-convert-float128.c  -O1  (test for excess errors)
	gcc.dg/torture/fp-int-convert-float128.c  -O2  (test for excess errors)
	gcc.dg/torture/fp-int-convert-float128.c  -O3 -fomit-frame-pointer  (test for excess errors)
	gcc.dg/torture/fp-int-convert-float128.c  -O3 -g  (test for excess errors)
	gcc.dg/torture/fp-int-convert-float128.c  -Os  (test for excess errors)
	gcc.dg/uninit-13.c uninit (test for warnings, line 9)

Last 10 lines of 'tests.UNRESOLVED':
	gcc.c-torture/execute/20001011-1.c execution,  -O0

Last 10 lines of 'tests.IGNORE FAIL':
	tmpdir-gcc.dg-struct-layout-1/t027 c_compat_x_tst.o-c_compat_y_alt.o execute "-m32","-m32"
	tmpdir-gcc.dg-struct-layout-1/t027 c_compat_x_tst.o-c_compat_y_alt.o execute "-m64","-m64"
	tmpdir-gcc.dg-struct-layout-1/t027 c_compat_x_tst.o-c_compat_y_tst.o execute "-m32","-m32"
	tmpdir-gcc.dg-struct-layout-1/t027 c_compat_x_tst.o-c_compat_y_tst.o execute "-m64","-m64"
	tmpdir-gcc.dg-struct-layout-1/t028 c_compat_x_alt.o-c_compat_y_tst.o execute "-m32","-m32"
	tmpdir-gcc.dg-struct-layout-1/t028 c_compat_x_alt.o-c_compat_y_tst.o execute "-m64","-m64"
	tmpdir-gcc.dg-struct-layout-1/t028 c_compat_x_tst.o-c_compat_y_alt.o execute "-m32","-m32"
	tmpdir-gcc.dg-struct-layout-1/t028 c_compat_x_tst.o-c_compat_y_alt.o execute "-m64","-m64"
	tmpdir-gcc.dg-struct-layout-1/t028 c_compat_x_tst.o-c_compat_y_tst.o execute "-m32","-m32"
	tmpdir-gcc.dg-struct-layout-1/t028 c_compat_x_tst.o-c_compat_y_tst.o execute "-m64","-m64"

Last 10 lines of 'tests.IGNORE PASS':
	gcc.target/i386/cmov4.c scan-assembler cmov
	gcc.target/i386/cmov5.c scan-assembler sbb
	gcc.target/i386/monitor.c (test for excess errors)
	gcc.target/i386/pr20204.c (test for excess errors)
	gcc.target/i386/pr22432.c (test for excess errors)
	gcc.target/i386/pr23268.c (test for excess errors)
	gcc.target/i386/pr23376.c (test for excess errors)
	gcc.target/i386/pr28946.c (test for excess errors)
	gcc.target/i386/sse-13.c (test for excess errors)
	gcc.target/x86_64/abi/test_struct_returning.c execution,  -O0

Last 10 lines of 'tests.IGNORE XPASS':
	gcc.dg/c99-const-expr-2.c bogus null pointer constant (test for bogus messages, line 37)
	gcc.dg/c99-const-expr-2.c bogus null pointer constant (test for bogus messages, line 38)
	gcc.dg/c99-const-expr-2.c bogus null pointer constant (test for bogus messages, line 40)

Last 10 lines of 'tests.IGNORE UNRESOLVED':
	gcc.misc-tests/bprob-2.c execution,    -g  -fbranch-probabilities
	gcc.misc-tests/bprob-2.c execution,    -g  -fprofile-arcs
	gcc.target/i386/abi-1.c: error executing dg-final: couldn't open "abi-1.s": no such file or directory
	gcc.target/i386/vectorize1.c: error executing dg-final: no files matched glob pattern "vectorize1.c.[0-9][0-9][0-9][ti].vect"
	tmpdir-gcc.dg-struct-layout-1/t024 c_compat_x_alt.o-c_compat_y_tst.o execute "-m32","-m32"
	tmpdir-gcc.dg-struct-layout-1/t024 c_compat_x_alt.o-c_compat_y_tst.o link "-m32","-m32"
	tmpdir-gcc.dg-struct-layout-1/t024 c_compat_x_tst.o-c_compat_y_alt.o execute "-m32","-m32"
	tmpdir-gcc.dg-struct-layout-1/t024 c_compat_x_tst.o-c_compat_y_alt.o link "-m32","-m32"
	tmpdir-gcc.dg-struct-layout-1/t024 c_compat_x_tst.o-c_compat_y_tst.o execute "-m32","-m32"
	tmpdir-gcc.dg-struct-layout-1/t024 c_compat_x_tst.o-c_compat_y_tst.o link "-m32","-m32"

Last 10 lines of 'stdio':
	# of expected passes		10136
	# of unexpected failures	2919
	# of unexpected successes	28
	# of expected failures		4
	# of unresolved testcases	9
	# of untested testcases		39
	# of unsupported tests		314
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-qa_tests/llvm.install/bin/clang++  version 2.9 (trunk 125639)
	
	make: *** [check-g++] Error 1

Last 10 lines of 'dg.sum':
	
	# of expected passes		10136
	# of unexpected failures	2919
	# of unexpected successes	28
	# of expected failures		4
	# of unresolved testcases	9
	# of untested testcases		39
	# of unsupported tests		314
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-qa_tests/llvm.install/bin/clang++  version 2.9 (trunk 125639)
	

Last 10 lines of 'warnings':
	FAIL: g++.dg/parse/error12.C error in place of warning (test for bogus messages, line 11)

Last 10 lines of 'tests.FAIL':
	g++.old-deja/g++.law/ctors20.C (test for excess errors)

Last 10 lines of 'tests.XFAIL':
	g++.dg/parse/error15.C bogus excess errors in declaration (test for bogus messages, line 16)
	g++.dg/tc1/dr176.C injected class name in derived classes (test for bogus messages, line 13)
	g++.dg/tc1/dr85.C redeclaration of nested class is invalid (test for errors, line 7)

Last 10 lines of 'tests.IGNORE FAIL':
	tmpdir-g++.dg-struct-layout-1/t029 cp_compat_x_tst.o-cp_compat_y_alt.o execute "-m32","-m32"
	tmpdir-g++.dg-struct-layout-1/t029 cp_compat_x_tst.o-cp_compat_y_alt.o execute "-m64","-m64"
	tmpdir-g++.dg-struct-layout-1/t029 cp_compat_x_tst.o-cp_compat_y_tst.o execute "-m32","-m32"
	tmpdir-g++.dg-struct-layout-1/t029 cp_compat_x_tst.o-cp_compat_y_tst.o execute "-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-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_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"

Last 10 lines of 'tests.IGNORE XFAIL':
	g++.dg/tc1/dr176.C injected class name in derived classes (test for bogus messages, line 15)

Last 10 lines of 'tests.IGNORE PASS':
	tmpdir-g++.dg-struct-layout-1/t025 cp_compat_x_tst.o compile, "-m32","-m32"
	tmpdir-g++.dg-struct-layout-1/t025 cp_compat_x_tst.o compile, "-m64","-m64"
	tmpdir-g++.dg-struct-layout-1/t026 cp_compat_x_tst.o compile, "-m32","-m32"
	tmpdir-g++.dg-struct-layout-1/t026 cp_compat_x_tst.o compile, "-m64","-m64"
	tmpdir-g++.dg-struct-layout-1/t027 cp_compat_x_tst.o compile, "-m32","-m32"
	tmpdir-g++.dg-struct-layout-1/t027 cp_compat_x_tst.o compile, "-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_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 XPASS':
	g++.old-deja/g++.jason/rfg16.C  (test for bogus messages, line 4)
	g++.old-deja/g++.jason/rfg16.C  (test for bogus messages, line 5)
	g++.old-deja/g++.mike/empty.C suggest (test for bogus messages, line 20)
	g++.old-deja/g++.mike/empty.C suggest (test for bogus messages, line 21)
	g++.old-deja/g++.ns/crash2.C  (test for errors, line 11)
	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)

Last 10 lines of 'tests.IGNORE UNRESOLVED':
	g++.apple/asm-block-53.C: error executing dg-final: couldn't open "asm-block-53.s": no such file or directory
	g++.apple/asm-block-60.C: error executing dg-final: couldn't open "asm-block-60.s": no such file or directory
	g++.apple/init-2.C: error executing dg-final: couldn't open "init-2.s": no such file or directory
	g++.dg/abi/mangle24.C: error executing dg-final: couldn't open "mangle24.s": no such file or directory
	g++.dg/ext/align2.C: error executing dg-final: couldn't open "align2.s": no such file or directory
	g++.dg/ext/align3.C: error executing dg-final: couldn't open "align3.s": no such file or directory
	g++.dg/ext/align4.C: error executing dg-final: couldn't open "align4.s": no such file or directory
	g++.dg/ext/asm1.C: error executing dg-final: couldn't open "asm1.s": no such file or directory
	g++.dg/opt/nothrow1.C: error executing dg-final: no files matched glob pattern "nothrow1.C.[0-9][0-9][0-9][ti].optimized"




More information about the llvm-testresults mailing list