The Trunk: KernelTests-ar.145.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: KernelTests-ar.145.mcz

commits-2
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) ]!