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

daniel_dunbar at apple.com daniel_dunbar at apple.com
Mon May 31 08:07:11 PDT 2010


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

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

Buildslave for this Build: smoosh-04

Build Reason: 
Build Source Stamp: 105221
Blamelist: dgregor

BUILD FAILED: failed test-clang

sincerely,
 -The Buildbot


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

CHANGES:
Files:
 include/clang/Parse/Parser.h
 lib/Parse/ParseExpr.cpp
 lib/Parse/ParseObjc.cpp
 test/FixIt/typo.m
At: Mon 31 May 2010 07:42:18
Changed By: dgregor
Comments: When we see the a '[' in a postfix expression in Objective-C, perform
a simple, quick check to determine whether the expression starting
with '[' can only be an Objective-C message send. If so, don't parse
it as an array subscript expression. This improves recovery for, e.g.,

  [a method1]
  [a method2]

so that we now produce

  t.m:10:13: error: expected ';' after expression
  [a method]
            ^

instead of some mess about expecting ']'.

Properties: 




LOGS:
Last 10 lines of 'stdio':
	Testing Time: 58.62s
	********************
	Failing Tests (1):
	    Clang :: FixIt/typo.m
	
	  Expected Passes    : 2273
	  Expected Failures  : 16
	  Unexpected Failures: 1
	make[1]: *** [all] Error 1
	make: *** [test] Error 2

Last 10 lines of 'fail':
	Clang :: FixIt/typo.m

Last 10 lines of 'xfail':
	Clang :: CodeGen/blocks-2.c
	Clang :: CodeGenCXX/conversion-function.cpp
	Clang :: FixIt/fixit-errors.c
	Clang :: FixIt/fixit-pmem.cpp
	Clang :: PCH/changed-files.c
	Clang :: PCH/pr4489.c
	Clang :: PCH/source-manager-stack.c
	Clang :: SemaCXX/rval-references-xfail.cpp
	Clang :: SemaObjCXX/overload.mm
	Clang :: SemaTemplate/instantiate-function-1.mm

Last 10 lines of 'typo.m':
	  Line 28: method definition for 'method' not found
	  Line 27: using
	  Line 100: also found
	2 warnings and 21 errors generated.
	error: error reading '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/tools/clang/test/FixIt/Output/typo.m.tmp'
	1 error generated.
	--
	
	********************
	




More information about the llvm-testresults mailing list