[squeak-dev] The Trunk: CollectionsTests-ul.174.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Nov 2 17:31:38 UTC 2010


Levente Uzonyi uploaded a new version of CollectionsTests to project The Trunk:
http://source.squeak.org/trunk/CollectionsTests-ul.174.mcz

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

Name: CollectionsTests-ul.174
Author: ul
Time: 2 November 2010, 6:31:29.485 pm
UUID: 3c5e057a-fe6f-e847-9595-4e45e1135ed8
Ancestors: CollectionsTests-ar.173

- mark WeakFinalizersTest >> #testNewFinalizationSupported as expectedFailure if the VM doesn't support the new finalization scheme

=============== Diff against CollectionsTests-ar.173 ===============

Item was added:
+ ----- Method: WeakFinalizersTest>>expectedFailures (in category 'as yet unclassified') -----
+ expectedFailures
+ 
+ 	^WeakFinalizationList hasNewFinalization
+ 		ifTrue: [ #() ]
+ 		ifFalse: [ #(testNewFinalizationSupported) ]!




More information about the Squeak-dev mailing list