[llvm-testresults] buildbot failure in smooshlab on clang-i386-darwin9
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Wed Jul 7 17:17:06 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/10321
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: smoosh-15.apple.com
Build Reason:
Build Source Stamp: 107842
Blamelist: lattner
BUILD FAILED: failed test-clang
sincerely,
-The Buildbot
================================================================================
CHANGES:
File: test/CodeGen/address-space.c
At: Wed 07 Jul 2010 17:08:48
Changed By: lattner
Comments: filecheckize this test.
Properties:
Files:
lib/CodeGen/CGExprAgg.cpp
test/CodeGen/address-space.c
At: Wed 07 Jul 2010 17:08:48
Changed By: lattner
Comments: fix the clang side of PR7437: EmitAggregateCopy
was not producing a memcpy with the right address
spaces because of two places in it doing casts of
the arguments to i8, one of which that didn't
preserve the address space.
There is also an optimizer bug here.
Properties:
LOGS:
Last 10 lines of 'stdio':
Testing Time: 18.68s
********************
Failing Tests (1):
Clang :: CodeGen/address-space.c
Expected Passes : 2354
Expected Failures : 19
Unexpected Failures: 1
make[1]: *** [all] Error 1
make: *** [test] Error 2
Last 10 lines of 'fail':
Clang :: CodeGen/address-space.c
Last 10 lines of 'xfail':
Clang :: CodeGenCXX/conversion-function.cpp
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 :: SemaCXX/rval-references-xfail.cpp
Clang :: SemaObjCXX/overload.mm
Clang :: SemaTemplate/instantiate-function-1.mm
Last 10 lines of 'address-space.c':
<stdin>:37:20: note: scanning from here
define void @test4(%struct.anon addrspace(2)* %pPtr) nounwind {
^
<stdin>:46:2: note: possible intended match here
call void @llvm.memcpy.p0i8.p2i8.i32(i8* %tmp1, i8 addrspace(2)* %tmp2, i32 4, i32 4, i1 false)
^
--
********************
More information about the llvm-testresults
mailing list