[squeak-dev] The Trunk: KernelTests-mt.311.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Aug 16 07:44:13 UTC 2016


Marcel Taeumel uploaded a new version of KernelTests to project The Trunk:
http://source.squeak.org/trunk/KernelTests-mt.311.mcz

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

Name: KernelTests-mt.311
Author: mt
Time: 16 August 2016, 9:43:50.388039 am
UUID: 98a7080b-a849-ca4e-ba1c-a43e8f8b8845
Ancestors: KernelTests-pre.310

Let #testTimesTwoPowerGradualUnderflow only expected-fail on the Windows platform.

=============== Diff against KernelTests-pre.310 ===============

Item was changed:
  ----- Method: FloatTest>>expectedFailures (in category 'characterization') -----
  expectedFailures
  
+ 	^ Smalltalk platformName = 'Win32'
+ 		ifTrue: [#(testTimesTwoPowerGradualUnderflow)]
+ 		ifFalse: [#()]!
- 	^ #(testTimesTwoPowerGradualUnderflow) !



More information about the Squeak-dev mailing list