[squeak-dev] The Trunk: KernelTests-ar.145.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Apr 6 04:06:26 UTC 2010


Andreas Raab uploaded a new version of KernelTests to project The Trunk:
http://source.squeak.org/trunk/KernelTests-ar.145.mcz

==================== Summary ====================

Name: KernelTests-ar.145
Author: ar
Time: 5 April 2010, 9:05:43.712 pm
UUID: 5ee546a5-e41b-4540-87da-932fa320f6e9
Ancestors: KernelTests-jcg.144

4.1 release preparations: Remove the expectedFailures from AllocationTest - they are expected to pass for the release (except on unix where we still wait for a VM refresh).

=============== Diff against KernelTests-jcg.144 ===============

Item was changed:
  ----- Method: AllocationTest>>expectedFailures (in category 'tests') -----
  expectedFailures 
+ 	"should be fixed with latest VMs but unix is still pending"
- 	"the one gig allocation fails everywhere, out of memory crashes unix vm"
  	SmalltalkImage current platformName = 'unix' 
  		ifTrue: [ ^#(testOneGigAllocation testOutOfMemorySignal) ]
+ 		ifFalse: [ ^#() ]!
- 		ifFalse: [ ^#(testOneGigAllocation) ]!




More information about the Squeak-dev mailing list