Add port randomization to ClientWebSocketTest and HttpListenerTest
authorJo Shields <jo.shields@xamarin.com>
Mon, 23 Mar 2015 11:10:36 +0000 (11:10 +0000)
committerJo Shields <jo.shields@xamarin.com>
Mon, 23 Mar 2015 14:42:16 +0000 (14:42 +0000)
commit85c7025f9d3a439a4be20c38ad181a5cd2102968
tree9a51c3c3a0193992878caa36162fc7bd4a1c0e84
parent02981d6bc070d05f21c2d1a17573b3c23202a770
Add port randomization to ClientWebSocketTest and HttpListenerTest

These two are consistently failing due to port re-use. Other hard-coded
ports exist, but let's target the *known* issues primarily, and can
handle the others ad-hoc if they demonstrate that they're problematic.
mcs/class/System/System_test.dll.sources
mcs/class/System/Test/System.Net.WebSockets/ClientWebSocketTest.cs
mcs/class/System/Test/System.Net/HttpListenerTest.cs