The Trunk: Tests-ct.521.mcz

[email protected] Mon, 6 Jul 2026 14:56:28 0000
Newsgroups gmane.comp.lang.smalltalk.squeak.general
Message-ID <[email protected]>
Christoph Thiede uploaded a new version of Tests to project The Trunk:
http://source.squeak.org/trunk/Tests-ct.521.mcz

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

Name: Tests-ct.521
Author: ct
Time: 6 July 2026, 4:56:07.162393 pm
UUID: 3514382c-32c4-45e5-b26d-d5a0826d17c6
Ancestors: Tests-eem.520

Marks new testNewSpaceEphemeronsWithNewSpaceKeyFired as expected failure for older VM maker versions, so we can achieve a green bar for the release. :-)

=============== Diff against Tests-eem.520 ===============

Item was added:
+ ----- Method: EphemeronTest>>expectedFailures (in category 'failures') -----
+ expectedFailures
+ 
+ 	^ super expectedFailures ,
+ 		(Smalltalk interpreterVMMakerVersion < 3768
+ 			ifTrue: [#(testNewSpaceEphemeronsWithNewSpaceKeyFired)]
+ 			ifFalse: [#()])!

Squeak-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]