The Trunk: KernelTests-nice.157.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-nice.157.mcz

commits-2
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'!