[llvm-testresults] buildbot failure in smooshlab on clang-i386-darwin9
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Thu Sep 23 18:37:52 PDT 2010
The Buildbot has detected a new failure of clang-i386-darwin9 on smooshlab.
Full details are available at:
http://smooshlab.apple.com:8010/builders/clang-i386-darwin9/builds/13664
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: smoosh-15.apple.com
Build Reason:
Build Source Stamp: 114715
Blamelist: kremenek
BUILD FAILED: failed test-clang
sincerely,
-The Buildbot
================================================================================
CHANGES:
Files:
lib/Sema/SemaObjCProperty.cpp
test/Index/properties-default-synthesis.m
At: Thu 23 Sep 2010 18:27:23
Changed By: kremenek
Comments: Default synthesized ivars don't really have a location in the source. Using the location of the @implementation
is just confusing for clients that want to use SourceLocations for syntactic references.
Fixes: <rdar://problem/8470540>Properties:
File: test/Index/properties-default-synthesis.m
At: Thu 23 Sep 2010 18:27:23
Changed By: kremenek
Comments: Update comment in test with reference to bug report.Properties:
LOGS:
Last 10 lines of 'stdio':
Testing Time: 43.30s
********************
Failing Tests (1):
Clang :: Index/properties-default-synthesis.m
Expected Passes : 2540
Expected Failures : 20
Unexpected Failures: 1
make[1]: *** [all] Error 1
make: *** [test] Error 2
Last 10 lines of 'warnings':
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Index/properties-default-synthesis.m:15:28: warning: property 'arrayOutletCollectionProperty' requires method 'arrayOutletCollectionProperty' to be defined - use @synthesize, @dynamic or provide a method implementation
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Index/properties-default-synthesis.m:15:28: warning: property 'arrayOutletCollectionProperty' requires method 'setArrayOutletCollectionProperty:' to be defined - use @synthesize, @dynamic or provide a method implementation
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Index/properties-default-synthesis.m:13:29: warning: property 'stringProperty' requires method 'stringProperty' to be defined - use @synthesize, @dynamic or provide a method implementation
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Index/properties-default-synthesis.m:13:29: warning: property 'stringProperty' requires method 'setStringProperty:' to be defined - use @synthesize, @dynamic or provide a method implementation
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Index/properties-default-synthesis.m:14:29: warning: property 'buttonProperty' requires method 'buttonProperty' to be defined - use @synthesize, @dynamic or provide a method implementation
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/Index/properties-default-synthesis.m:14:29: warning: property 'buttonProperty' requires method 'setButtonProperty:' to be defined - use @synthesize, @dynamic or provide a method implementation
Last 10 lines of 'fail':
Clang :: Index/properties-default-synthesis.m
Last 10 lines of 'xfail':
Clang :: FixIt/fixit-pmem.cpp
Clang :: FixIt/fixit-errors.c
Clang :: Lexer/hexfloat.cpp
Clang :: PCH/changed-files.c
Clang :: PCH/pr4489.c
Clang :: PCH/source-manager-stack.c
Clang :: Parser/cxx-ambig-decl-expr-xfail.cpp
Clang :: SemaCXX/rval-references-xfail.cpp
Clang :: SemaObjCXX/overload.mm
Clang :: SemaTemplate/instantiate-function-1.mm
Last 10 lines of 'properties-default-synthesis.m':
<stdin>:53:1: note: scanning from here
// CHECK: <invalid loc>:2:9: macro definition=__llvm__
^
<stdin>:58:11: note: possible intended match here
// CHECK: <invalid loc>:7:9: macro definition=__clang_version__
^
--
********************
More information about the llvm-testresults
mailing list