[squeak-dev] The Inbox: KernelTests-dtl.373.mcz

commits at source.squeak.org commits at source.squeak.org
Sat Dec 7 15:48:41 UTC 2019


David T. Lewis uploaded a new version of KernelTests to project The Inbox:
http://source.squeak.org/inbox/KernelTests-dtl.373.mcz

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

Name: KernelTests-dtl.373
Author: dtl
Time: 7 December 2019, 10:48:40.810923 am
UUID: 6b50ebb3-8a6f-47a1-b550-8420c5a4d1d9
Ancestors: KernelTests-mt.372

Add a trivial regression test for the VM bug discussed in http://lists.squeakfoundation.org/pipermail/vm-dev/2019-December/031973.html

=============== Diff against KernelTests-mt.372 ===============

Item was added:
+ ----- Method: FloatTest>>testVMComparisonBug (in category 'tests - compare') -----
+ testVMComparisonBug
+ 	"See http://lists.squeakfoundation.org/pipermail/vm-dev/2019-December/031973.html for background"
+ 	self deny: 1.0 = 1.1
+ 		description: 'some VMs have been built with this bug'!



More information about the Squeak-dev mailing list