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