[llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Tue Nov 10 00:14:23 PST 2009
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/282
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: smoosh-02.apple.com
Build Reason:
Build Source Stamp: 86674
Blamelist: rjmccall,zhongxingxu
BUILD FAILED: failed test-clang
sincerely,
-The Buildbot
================================================================================
CHANGES:
File: lib/Analysis/CheckSizeofPointer.cpp
At: Mon 09 Nov 2009 23:53:47
Changed By: zhongxingxu
Comments: SizeofPointerChecker: Many false positives have the form 'sizeof *p'.
This is reasonable because people know what they are doing when they
intentionally dereference the pointer.
So now we only emit warning when a pointer variable is use literally.
File: test/CXX/basic/basic.lookup/basic.lookup.udir/p1.cpp
At: Mon 09 Nov 2009 23:58:47
Changed By: rjmccall
Comments: Simple test case for [basic.lookup.udir].
LOGS:
Last 10 lines of 'test-clang.stdio':
Testing Time: 14.45s
********************
Failing Tests (1):
Clang::Analysis/sizeofpointer.c
Expected Passes : 1716
Expected Failures : 19
Unexpected Failures: 1
make[1]: *** [all] Error 1
make: *** [test] Error 2
Last 10 lines of 'test-clang.fail':
Clang::Analysis/sizeofpointer.c
Last 10 lines of 'test-clang.xfail':
Clang::CXX/temp/temp.res/temp.dep.res/temp.point/p1.cpp
Clang::CodeGen/asm-inout.c
Clang::CodeGen/blocks-2.c
Clang::CodeGenObjC/PR4894-recursive-debug-crash.m
Clang::CodeGenCXX/virt.cpp
Clang::Parser/cxx-using-declaration.cpp
Clang::SemaObjC/id-isa-ref.m
Clang::SemaObjCXX/references.mm
Clang::SemaObjCXX/overload.mm
Clang::SemaTemplate/instantiate-function-1.mm
Last 10 lines of 'test-clang.sizeofpointer.c':
--
--
Command Output (stderr):
--
Warnings expected but not seen:
Line 7: The code calls sizeof() on a pointer type. This can produce an unexpected result.
--
********************
More information about the llvm-testresults
mailing list