[llvm-testresults] buildbot failure in smooshlab on llvm-gcc-x86_64-darwin10-selfhost

daniel_dunbar at apple.com daniel_dunbar at apple.com
Fri Jul 23 20:01:07 PDT 2010


The Buildbot has detected a new failure of llvm-gcc-x86_64-darwin10-selfhost on smooshlab.
Full details are available at:
 http://smooshlab.apple.com:8010/builders/llvm-gcc-x86_64-darwin10-selfhost/builds/4749

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

Buildslave for this Build: smoosh-04

Build Reason: 
Build Source Stamp: 109316
Blamelist: dpatel,lattner,rjmccall

BUILD FAILED: failed test-llvm

sincerely,
 -The Buildbot


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

CHANGES:
Files:
 lib/Sema/SemaExpr.cpp
 test/CodeGenCXX/static-init-2.cpp
 test/Sema/exprs.c
 test/Sema/switch.c
 test/SemaCXX/switch.cpp
At: Fri 23 Jul 2010 18:14:03
Changed By: lattner
Comments: turn down the logical bitwise confusion warning to not warn 
when the RHS of the ||/&& is ever 0 or 1.  This handles a variety of
creative idioms for "true" used in C programs and fixes many false 
positives at the expense of a few false negatives.  This fixes
rdar://8230351.

Properties: 




Files:
 lib/CodeGen/Mangle.cpp
 test/CodeGenCXX/mangle.cpp
At: Fri 23 Jul 2010 18:18:47
Changed By: rjmccall
Comments: Mangle enum constant expressions.  Fixes rdar://problem/8204122

Properties: 




Files:
 gcc/llvm-debug.cpp
 gcc/llvm-debug.h
At: Fri 23 Jul 2010 18:18:47
Changed By: dpatel
Comments: Simplify code and untangle filename/dirname confusion.

DW_TAG_compile_unit uses two attributes DW_AT_name and DW_AT_comp_dir. Their expected values are:

$ clang foo.c -g
 DW_AT_name - foo.c
 DW_AT_comp_dir - `pwd`

$ clang one/two/foo.c -g
 DW_AT_name - one/two/foo.c
 DW_AT_comp_dir - `pwd`

$ clang /tmp/one/foo.c -g
 DW_AT_name - /tmp/one/foo.c
 DW_AT_comp_dir - empty

Properties: 




LOGS:
Last 10 lines of 'stdio':
	Running /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvm.src/test/Transforms/TailDup/dg.exp ...
	Running /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvm.src/test/Verifier/dg.exp ...
	
			===  Summary ===
	
	# of expected passes		5109
	# of unexpected failures	3
	# of expected failures		35
	make[1]: *** [check-local] Error 1
	make: *** [check] Error 2

Last 10 lines of 'dg.log':
	

Last 10 lines of 'dg.sum':
	




More information about the llvm-testresults mailing list