* SocketResponder.cs: Thread-safety fixes.
[mono.git] / mcs / class / System / Test / System.Net.Sockets / ChangeLog
1 2007-04-21  Gert Driesen  <drieseng@users.sourceforge.net>
2
3         * TcpClientTest.cs: Enabled test for bug #81105.
4
5 2007-04-20  Gert Driesen  <drieseng@users.sourceforge.net>
6
7         * TcpClientTest.cs: ... and disable it again, since it fails buildbot
8         sles-9 x86-64.
9
10 2007-04-20  Gert Driesen  <drieseng@users.sourceforge.net>
11
12         * TcpClientTest.cs: Re-enabled test for bug #81105 since it passes
13         on both linux and windows. I'll monitor the build bots to spot if it
14         breaks the tests.       
15
16 2007-03-11  Gert Driesen  <drieseng@users.sourceforge.net>
17
18         * TcpClientTest.cs: Added test for bug #81105.
19
20 2007-03-07  Vladimir Krasnov  <vladimirk@mainsoft.com>
21
22         * SocketTest.jvm.cs: removed not supported calls for TARGET_JVM because
23         of validation failures
24
25 2007-02-08  Ilya Kharmatsky <ilyak -at- mainsoft.com>
26
27         * SocketTest.jvm.cs: added 'Ignore' attributes for non working tests.
28         
29 2007-01-30  Ilya Kharmatsky <ilyak -at- mainsoft.com>
30
31         * SocketTest.jvm.cs: added - forked out from SocketTest.cs due to
32         a lot 'TARGET_JVM' specific changes.
33
34 2007-01-26  Dick Porter  <dick@ximian.com>
35
36         * SocketTest.cs: New test for SO_ERROR reading, returning the same
37         value over and over.
38
39 2007-01-25  Ilya Kharmatsky <ilyak -at- mainsoft.com>
40
41         * UdbClientTest.cs: Added Ignore attribute for entire test fixture
42         under TARGET_JVM directive.
43
44 2007-01-24  Dick Porter  <dick@ximian.com>
45
46         * NetworkStreamTest.cs: Test 2.0 ReadTimeout property
47
48 2007-01-23  Dick Porter  <dick@ximian.com>
49
50         * TcpListenerTest.cs: Test 2.0 Start(int) overload
51
52         * TcpClientTest.cs: Test 2.0 Connect(IPAddress[], port) overload
53
54 2007-01-11  Dick Porter  <dick@ximian.com>
55
56         * SocketTest.cs: 
57         * UdpClientTest.cs: Test 2.0 additions
58
59 2006-11-24  Dick Porter  <dick@ximian.com>
60
61         * SocketTest.cs: Add a test for async non blocking connects that
62         should fail, leaving Socket.Connected == false.  Based on test
63         case in bug 79878.
64
65 2005-09-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
66
67         * SocketTest.cs: added a bunch of tests expecting
68         ObjectDisposedException to be thrown.
69
70 2005-06-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
71
72         * SocketTest.cs: added new test for Select.
73
74 2005-06-04 Gert Driesen <drieseng@users.sourceforge.net>
75
76         * SocketTest.cs: added test for bug #75158 (incompatible address).
77
78 2005-06-04 Gert Driesen <drieseng@users.sourceforge.net>
79
80         * SocketTest.cs: use IPAddress.Loopback in IPEndPoint to allow 
81         AcceptBlockingStatus test to pass on both Mono and MS.NET.
82
83 2005-06-04 Gert Driesen <drieseng@users.sourceforge.net>
84
85         * SocketTest.cs: added test for bug #75154.
86
87 2005-06-04 Gert Driesen <drieseng@users.sourceforge.net>
88
89         * TcpListenerTest.cs: remove NotDotNet category from TcpListener
90         test as its working just fine on both MS.NET 1.x and 2.0.
91
92 2005-06-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
93
94         * TcpListenerTest.cs: actually connect the socket to the listener. Fixes
95         the test.
96
97 2005-05-20  Sebastien Pouliot  <sebastien@ximian.com>
98
99         * NetworkStreamCas.cs: New. CAS unit tests for NetworkStream.
100         * SocketCas.cs: New. CAS unit tests for Socket.
101         * SocketTest.cs: Make some fields public so they can be reused.
102         * TcpClientCas.cs: New. CAS unit tests for TcpClient (currently 
103         commented as the Begin* methods aren't yet implemented).
104
105 2005-05-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
106
107         * SocketTest.cs: added test for setting a boolean socket option.
108
109 2005-03-06  Nick Drochak  <ndrochak@ieee.org>
110
111         * TcpClientTest.cs: Choose a different port so test will pass on MS.NET
112         * TcpListenerTest.cs: Ignore test that doesn't play well on MS.NET
113
114 2005-02-23  Dick Porter  <dick@ximian.com>
115
116         * UdpClientTest.cs: Added, with UdpClientBroadcastTest from Chris
117         Bacon <chris.bacon@docobo.co.uk>
118
119 2005-02-01  Zoltan Varga  <vargaz@freemail.hu>
120
121         * SocketTest.cs: Mark some tests with [Category ("InetAccess")].
122
123 2005-01-08  Nick Drochak  <ndrochak@ieee.org>
124
125         * SocketTest.cs: Ignore test on MS.NET
126
127 2004-10-14  Dick Porter  <dick@ximian.com>
128
129         * SocketTest.cs: Test the blocking status of accepted sockets
130
131 2004-06-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
132
133         * SocketTest.cs: added test for Select with empty lists. Changed the
134         'bogus' address of EndConnect test.
135
136 2003-12-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
137
138         * SocketTest.cs: new test for asynchronous connection failure.
139         Test by Brad FitzpatrickBrad Fitzpatrick <brad@danga.com>.
140
141 2003-08-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
142
143         * TcpListenerTest.cs: added more tests.
144
145 2003-07-16  Peter Williams  <peter@newton.cx>
146
147         * TcpListenerTest.cs: Initialize outSock to null to
148         prevent an mcs compile error.
149
150 2003-07-14  Jerome Laban <jlaban@wanadoo.fr>
151
152         * TcpListenerTest.cs: Forced IPv4 listener test.
153
154 2002-11-03  Phillip Pearson  <pp@myelin.co.nz>
155
156         * AllTests.cs: Fixed Lawrence's e-mail address.
157
158 2002-05-17  Lawrence Pit <loz@cable.a2000.nl>
159
160         * AllTests.cs: added
161
162
163