[llvm-testresults] buildbot failure in smooshlab on clang-i386-darwin9
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Tue Jul 20 14:28:30 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/10802
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: smoosh-15.apple.com
Build Reason:
Build Source Stamp: 108928
Blamelist: echristo,lattner,mfleming
BUILD FAILED: failed test-clang
sincerely,
-The Buildbot
================================================================================
CHANGES:
File: include/llvm/CodeGen/MachineFrameInfo.h
At: Tue 20 Jul 2010 14:09:15
Changed By: echristo
Comments: Formatting.
Properties:
Files:
lib/CodeGen/CGExprCXX.cpp
lib/CodeGen/CodeGenFunction.cpp
lib/CodeGen/CodeGenFunction.h
test/CodeGenCXX/operator-new.cpp
At: Tue 20 Jul 2010 14:09:15
Changed By: lattner
Comments: Follow the implementation approach suggested by PR6687,
which generates more efficient and more obviously conformant
code. We now test for overflow of the multiply then force
the result to -1 if so. On X86, this generates nice code
like this:
__Z4testl: ## @_Z4testl
## BB#0: ## %entry
subl $12, %esp
movl $4, %eax
mull 16(%esp)
testl %edx, %edx
movl $-1, %ecx
cmovel %eax, %ecx
movl %ecx, (%esp)
call __Znam
addl $12, %esp
ret
Properties:
File: lib/MC/MCParser/ELFAsmParser.cpp
At: Tue 20 Jul 2010 14:14:15
Changed By: mfleming
Comments: Add some more handlers for ELF section directives.
Properties:
LOGS:
Last 10 lines of 'stdio':
Testing Time: 47.02s
********************
Failing Tests (1):
Clang :: CodeGenCXX/new.cpp
Expected Passes : 2385
Expected Failures : 20
Unexpected Failures: 1
make[1]: *** [all] Error 1
make: *** [test] Error 2
Last 10 lines of 'fail':
Clang :: CodeGenCXX/new.cpp
Last 10 lines of 'xfail':
Clang :: FixIt/fixit-errors.c
Clang :: FixIt/fixit-pmem.cpp
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 'new.cpp':
<stdin>:321:2: error: CHECK-NOT: string occurred!
br label %no_overflow
^
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/tools/clang/test/CodeGenCXX/new.cpp:105:24: note: CHECK-NOT: pattern specified here
// CHECK-NOT: br label
^
--
********************
More information about the llvm-testresults
mailing list