The Trunk: NetworkTests-mt.43.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: NetworkTests-mt.43.mcz

commits-2
Marcel Taeumel uploaded a new version of NetworkTests to project The Trunk:
http://source.squeak.org/trunk/NetworkTests-mt.43.mcz

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

Name: NetworkTests-mt.43
Author: mt
Time: 16 August 2016, 10:46:19.215039 am
UUID: 85f13fee-ed28-034f-9c65-8feb1c098d69
Ancestors: NetworkTests-bp.42

Socket reuse is not possible on Windows platform. Make it an expected failure there.

=============== Diff against NetworkTests-bp.42 ===============

Item was added:
+ ----- Method: SocketTest>>expectedFailures (in category 'setup') -----
+ expectedFailures
+
+ ^ Smalltalk platformName = 'Win32'
+ ifTrue: [#(testSocketReuse)]
+ ifFalse: [#()]!