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