[llvm-testresults] buildbot failure in smooshlab on llvm-gcc-x86_64-darwin10-selfhost

daniel_dunbar at apple.com daniel_dunbar at apple.com
Tue Apr 13 08:33:54 PDT 2010


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/3012

Buildbot URL: http://smooshlab.apple.com:8010/

Buildslave for this Build: smoosh-04

Build Reason: 
Build Source Stamp: 101130
Blamelist: d0k

BUILD FAILED: failed unittest-llvm

sincerely,
 -The Buildbot


================================================================================

CHANGES:
File: lib/Support/Allocator.cpp
At: Tue 13 Apr 2010 07:44:16
Changed By: d0k
Comments: Let BumpPtrAllocator lazily allocate the first slab.

We have some code in llvm and clang where a BumpPtrAllocator is declared in a
class but never used in the common case. Stop wasting memory there.
Properties: 




LOGS:
Last 10 lines of 'stdio':
	[  PASSED  ] 24 tests.
	[  FAILED  ] 2 tests, listed below:
	[  FAILED  ] JITMemoryManagerTest.TestManyGlobals
	[  FAILED  ] JITMemoryManagerTest.TestManyStubs
	
	 2 FAILED TESTS
	make[3]: *** [unitcheck] Error 1
	make[2]: *** [JIT/.makeunitcheck] Error 2
	make[1]: *** [ExecutionEngine/.makeunitcheck] Error 2
	make: *** [unittests] Error 2

Last 10 lines of 'TestManyGlobals':
	JITMemoryManagerTest.TestManyGlobals:
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvm.src/unittests/ExecutionEngine/JIT/JITMemoryManagerTest.cpp:243: Failure
	Value of: MemMgr->GetNumDataSlabs()
	  Actual: 0
	Expected: 1U
	Which is: 1

Last 10 lines of 'TestManyStubs':
	JITMemoryManagerTest.TestManyStubs:
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvm.src/unittests/ExecutionEngine/JIT/JITMemoryManagerTest.cpp:266: Failure
	Value of: MemMgr->GetNumStubSlabs()
	  Actual: 0
	Expected: 1U
	Which is: 1




More information about the llvm-testresults mailing list