[squeak-dev] The Trunk: KernelTests-nice.157.mcz

commits at source.squeak.org commits at source.squeak.org
Sat Aug 21 20:39:21 UTC 2010


Nicolas Cellier uploaded a new version of KernelTests to project The Trunk:
http://source.squeak.org/trunk/KernelTests-nice.157.mcz

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

Name: KernelTests-nice.157
Author: nice
Time: 21 August 2010, 10:39:04.087 pm
UUID: 61ebc84e-7c04-462d-afd2-cb0f3a3da0ef
Ancestors: KernelTests-nice.156

Test for http://bugs.squeak.org/view.php?id=7555

The sign of Float negativeZero abs is negative, which is surprising...

=============== Diff against KernelTests-nice.156 ===============

Item was added:
+ ----- Method: FloatTest>>testNegativeZeroSign (in category 'zero behavior') -----
+ testNegativeZeroSign
+ 	self assert: Float negativeZero sign = -1!

Item was added:
+ ----- Method: FloatTest>>testNegativeZeroAbs (in category 'zero behavior') -----
+ testNegativeZeroAbs
+ 	self assert: Float negativeZero abs sign positive description: 'the absolute value of a negative zero is zero'!




More information about the Squeak-dev mailing list