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

jahanian fjahanian at apple.com
Tue Nov 9 15:35:48 PST 2010


On Nov 9, 2010, at 3:32 PM, Douglas Gregor wrote:

> This might be complaining about the XPASS for
> 
> 	g++.old-deja/g++.other/overload11.C  (test for warnings, line 84)
> 
> which I guess means that we just update the test?

It crashes:

g++.old-deja/g++.other/overload11.C:56:10: warning: expression result unused [-Wunused-value]
  ptr = (0, ovl);           // ok { dg-bogus "" "" { xfail *-*-* } }
         ^
Assertion failed: (isa<X>(Val) && "cast<Ty>() argument of incompatible type!"), function cast, file /Volumes/sandbox/llvm/include/llvm/Support/Casting.h, line 202.
0  clang             0x00000001012190bf PrintStackTrace(void*) + 38
1  clang             0x000000010121967a SignalHandler(int) + 254
2  libSystem.B.dylib 0x00007fff8147935a _sigtramp + 26
3  clang             0x00000001004f2ccd bool llvm::isa_impl_cl<clang::QualType>::isa<clang::ReferenceType>(clang::QualType const&) + 21
4  clang             0x00000001000202eb raise + 27
5  clang             0x00000001000202fb abort + 14
6  clang             0x0000000100020388 __gnu_cxx::new_allocator<std::pair<void (*)(void*), void*> >::new_allocator() + 0
7  clang             0x0000000100446e57 llvm::cast_retty<clang::OverloadExpr, clang::Expr*>::ret_type llvm::cast<clang::OverloadExpr, clang::Expr*>(clang::Expr* const&) + 78

Do you want me to file a radar?

- fj

> 
> 	- Doug
> 
> On Nov 9, 2010, at 5:23 PM, daniel_dunbar at apple.com wrote:
> 
>> The Buildbot has detected a new failure of clang-i386-darwin10-qa_tests on smooshlab.
>> Full details are available at:
>> http://smooshlab.apple.com:8010/builders/clang-i386-darwin10-qa_tests/builds/1506
>> 
>> Buildbot URL: http://smooshlab.apple.com:8010/
>> 
>> Buildslave for this Build: smoosh-01
>> 
>> Build Reason: 
>> Build Source Stamp: 118635
>> Blamelist: atrick,dgregor,fjahanian,grosbach
>> 
>> BUILD FAILED: failed test-gcc-4_2-testsuite-g++
>> 
>> sincerely,
>> -The Buildbot
>> 
>> 
>> ================================================================================
>> 
>> CHANGES:
>> Files:
>> lib/CodeGen/LiveIntervalUnion.cpp
>> lib/CodeGen/LiveIntervalUnion.h
>> lib/CodeGen/RegAllocBase.h
>> lib/CodeGen/RegAllocBasic.cpp
>> At: Tue 09 Nov 2010 13:08:05
>> Changed By: atrick
>> Comments: Adds RABasic verification and tracing.
>> (retry now that the windows build is green)
>> Properties: 
>> 
>> 
>> 
>> 
>> Files:
>> lib/Sema/SemaExpr.cpp
>> test/SemaCXX/overloaded-name.cpp
>> At: Tue 09 Nov 2010 13:12:43
>> Changed By: dgregor
>> Comments: Attempt to resolve overloaded functions in comma expressions and
>> conditional operators. Fixes PR7863.
>> 
>> Properties: 
>> 
>> 
>> 
>> 
>> Files:
>> lib/Target/ARM/ARMAsmPrinter.cpp
>> lib/Target/ARM/ARMConstantPoolValue.cpp
>> lib/Target/ARM/ARMConstantPoolValue.h
>> lib/Target/ARM/ARMISelLowering.cpp
>> At: Tue 09 Nov 2010 13:43:03
>> Changed By: grosbach
>> Comments: Change the ARMConstantPoolValue modifier string to an enumeration. This will
>> help in MC'izing the references that use them.Properties: 
>> 
>> 
>> 
>> 
>> Files:
>> include/clang/Basic/Builtins.def
>> lib/AST/ASTContext.cpp
>> lib/Sema/SemaLookup.cpp
>> lib/Sema/builtin_objc_msgSend.c
>> test/CodeGenObjC/implicit-objc_msgSend.m
>> test/SemaObjC/builtin_objc_msgSend.m
>> At: Tue 09 Nov 2010 13:43:09
>> Changed By: fjahanian
>> Comments: Restore patch reversed in r118475. Fixes
>> // rdar://8632525
>> Properties: 
>> 
>> 
>> 
>> 
>> Files:
>> lib/Sema/builtin_objc_msgSend.c
>> test/Sema/builtin_objc_msgSend.c
>> At: Tue 09 Nov 2010 13:43:09
>> Changed By: fjahanian
>> Comments: Test moved to its correct place.
>> Properties: 
>> 
>> 
>> 
>> 
>> LOGS:
>> Last 10 lines of 'stdio':
>> 	# of expected passes		11532
>> 	# of unexpected failures	3674
>> 	# of unexpected successes	39
>> 	# of expected failures		23
>> 	# of unresolved testcases	34
>> 	# of untested testcases		39
>> 	# of unsupported tests		319
>> 	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin10-qa_tests/llvm.install/bin/clang++  version 2.9 (trunk 118635)
>> 	
>> 	make: *** [check-g++] Error 1
>> 
>> Last 10 lines of 'dg.sum':
>> 	
>> 	# of expected passes		11532
>> 	# of unexpected failures	3674
>> 	# of unexpected successes	39
>> 	# of expected failures		23
>> 	# of unresolved testcases	34
>> 	# of untested testcases		39
>> 	# of unsupported tests		319
>> 	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin10-qa_tests/llvm.install/bin/clang++  version 2.9 (trunk 118635)
>> 	
>> 
>> 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.XFAIL':
>> 	g++.old-deja/g++.jason/cond.C  (test for errors, line 33)
>> 	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++.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.XPASS':
>> 	g++.old-deja/g++.other/overload11.C  (test for warnings, line 84)
>> 
>> 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++.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)
>> 
>> 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++.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)
>> 	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':
>> 	g++.dg/tree-ssa/pr18178.C: error executing dg-final: no files matched glob pattern "pr18178.C.[0-9][0-9][0-9][ti].vrp1"
>> 	g++.dg/tree-ssa/pr19807.C: error executing dg-final: no files matched glob pattern "pr19807.C.[0-9][0-9][0-9][ti].optimized"
>> 	g++.dg/tree-ssa/pr23948.C: error executing dg-final: no files matched glob pattern "pr23948.C.[0-9][0-9][0-9][ti].recip"
>> 	g++.dg/tree-ssa/pr26406.C: error executing dg-final: no files matched glob pattern "pr26406.C.[0-9][0-9][0-9][ti].optimized"
>> 	g++.dg/tree-ssa/pr27090.C: error executing dg-final: no files matched glob pattern "pr27090.C.[0-9][0-9][0-9][ti].optimized"
>> 	g++.dg/tree-ssa/ssa-cast-1.C: error executing dg-final: no files matched glob pattern "ssa-cast-1.C.[0-9][0-9][0-9][ti].optimized"
>> 	g++.dg/tree-ssa/ssa-sra-1.C: error executing dg-final: no files matched glob pattern "ssa-sra-1.C.[0-9][0-9][0-9][ti].optimized"
>> 	g++.dg/tree-ssa/ssa-sra-2.C: error executing dg-final: no files matched glob pattern "ssa-sra-2.C.[0-9][0-9][0-9][ti].optimized"
>> 	g++.dg/tree-ssa/tmmti-2.C: error executing dg-final: no files matched glob pattern "tmmti-2.C.[0-9][0-9][0-9][ti].optimized"
>> 	g++.old-deja/g++.ext/attrib5.C
>> 
> 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-testresults/attachments/20101109/105e4411/attachment.html>


More information about the llvm-testresults mailing list