[llvm-testresults] buildbot failure in smooshlab on llvm-gcc-x86_64-darwin10-selfhost
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Thu Jul 23 15:43:42 PDT 2009
The Buildbot has detected a new failure of llvm-gcc-x86_64-darwin10-selfhost on smooshlab.
Full details are available at:
http://smooshlab.apple.com:8010/builders/llvm-gcc-x86_64-darwin10-selfhost/builds/886
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: smoosh-04.apple.com
Build Reason:
Build Source Stamp: 76903
Blamelist: andersca,kremenek,lattner,rnk
BUILD FAILED: failed unittest-llvm
sincerely,
-The Buildbot
================================================================================
CHANGES:
File: lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp
At: Thu 23 Jul 2009 14:29:54
Changed By: lattner
Comments: "fix" PR4612, which is a crash on:
%0 = malloc [3758096384 x i32]
The "malloc" instruction doesn't support 64-bits correctly (see PR715),
and should be removed. Victor is actively working on fixing this, in
the meantime just don't crash.
Files:
lib/Analysis/CheckSecuritySyntaxOnly.cpp
test/Analysis/security-syntax-checks.m
At: Thu 23 Jul 2009 14:34:54
Changed By: kremenek
Comments: Refine checking and diagnostics for use of floating point variable as a counter.
This implements <rdar://problem/6336718> and checks for CERT secure coding
advisory FLP30-C.
File: lib/Analysis/CheckSecuritySyntaxOnly.cpp
At: Thu 23 Jul 2009 14:44:55
Changed By: kremenek
Comments: Add comments.
Files:
include/llvm/ExecutionEngine/JITMemoryManager.h
include/llvm/System/Memory.h
lib/ExecutionEngine/JIT/JITEmitter.cpp
lib/ExecutionEngine/JIT/JITMemoryManager.cpp
lib/System/Unix/Memory.inc
lib/System/Win32/Memory.inc
tools/lli/lli.cpp
unittests/ExecutionEngine/JIT/JITMemoryManagerTest.cpp
At: Thu 23 Jul 2009 14:49:54
Changed By: rnk
Comments: Re-committing r76828 with the JIT memory manager changes now that the build
bots like the BumpPtrAllocator changes.
File: lib/CodeGen/CGRecordLayoutBuilder.cpp
At: Thu 23 Jul 2009 14:54:54
Changed By: andersca
Comments: Fix another thinko.
LOGS:
Last 10 lines of 'unittest-llvm.stdio':
/Volumes/Sandbox/Buildbot/llvm/build.llvm-gcc-x86_64-darwin10-selfhost/llvm.src/unittests/ExecutionEngine/JIT/JITMemoryManagerTest.cpp:194: error: integer constant is too large for 'unsigned long' type
/Volumes/Sandbox/Buildbot/llvm/build.llvm-gcc-x86_64-darwin10-selfhost/llvm.src/unittests/ExecutionEngine/JIT/JITMemoryManagerTest.cpp:194: error: integer constant is too large for 'unsigned long' type
/Volumes/Sandbox/Buildbot/llvm/build.llvm-gcc-x86_64-darwin10-selfhost/llvm.src/unittests/ExecutionEngine/JIT/JITMemoryManagerTest.cpp:220: error: integer constant is too large for 'unsigned long' type
/Volumes/Sandbox/Buildbot/llvm/build.llvm-gcc-x86_64-darwin10-selfhost/llvm.src/unittests/ExecutionEngine/JIT/JITMemoryManagerTest.cpp:220: error: integer constant is too large for 'unsigned long' type
/Volumes/Sandbox/Buildbot/llvm/build.llvm-gcc-x86_64-darwin10-selfhost/llvm.src/unittests/ExecutionEngine/JIT/JITMemoryManagerTest.cpp:224: error: integer constant is too large for 'unsigned long' type
/Volumes/Sandbox/Buildbot/llvm/build.llvm-gcc-x86_64-darwin10-selfhost/llvm.src/unittests/ExecutionEngine/JIT/JITMemoryManagerTest.cpp:224: error: integer constant is too large for 'unsigned long' type
make[3]: *** [/Volumes/Sandbox/Buildbot/llvm/build.llvm-gcc-x86_64-darwin10-selfhost/llvm-stage2/unittests/ExecutionEngine/JIT/Release/JITMemoryManagerTest.o] Error 1
make[2]: *** [JIT/.makeall] Error 2
make[1]: *** [ExecutionEngine/.makeall] Error 2
make: *** [unittests] Error 2
More information about the llvm-testresults
mailing list