2003-04-11 Ville Palo <vi64pa@kolumbus.fi>
[mono.git] / mcs / class / corlib / Test / ChangeLog
1 2003-04-11  Ville Palo <vi64pa@kolumbus.fi>
2
3         * corlib_linux_test.args: added System.IO/FileStreamTest.cs
4         * corlib_test.args: added System.IO/FileStreamTest.cs
5         
6 2003-04-06  Sebastien Pouliot <spouliot@videotron.ca>
7
8         * corlib_linux_test.args: added X509CertificateTest.cs 
9         * corlib_test.args: added X509CertificateTest.cs 
10
11 2003-04-05  Nick Drochak  <ndrochak@gol.com>
12
13         * makefile.gnu: revert. debugger support not installed by default in mcs
14
15 2003-04-05  Nick Drochak  <ndrochak@gol.com>
16
17         * makefile.gnu: compile with debug.
18
19 2003-02-13  Zoltan Varga  <vargaz@freemail.hu>
20
21         * corlib_test.args: added AssemblyBuilderTest.cs
22
23 2003-02-10  Zoltan Varga  <vargaz@freemail.hu>
24
25         * corlib_test.args: added ConstructorBuilderTest.cs
26
27 2003-02-08  Zoltan Varga  <vargaz@freemail.hu>
28
29         * corlib_test.args: added TypeBuilderTest.cs.
30         
31         * corlib_test.args: added beginnings of Reflection.Emit test suite.
32
33 2003/01/30  Nick Drochak <ndrochak@gol.com>
34
35         * corlib_test.build: AllTests.cs do not exist anymore. No need to
36         excluded them.
37
38 2003-01-29  Zoltan Varga  <vargaz@freemail.hu>
39
40         * makefile.gnu: compile and run with debugging enabled.
41
42         * makefile.gnu: added SUBDIR variable to enable building a subset of
43         the tests, saving on compilation time during development.
44
45         * run_test.sh: updated to nunit2.
46
47 2003-01-12  Sebastien Pouliot <spouliot@videotron.ca>
48
49         * corlib_linux_test.args: added MACTripleDES test file.
50
51 2002-12-21  Nick Drochak <ndrochak@gol.com>
52
53         * corlib_test.build:
54         * makefile.gnu: build and run tests with nunit2
55
56 2002-12-16  Sebastien Pouliot <spouliot@videotron.ca>
57
58         * corlib_linux_test.args: added StrongNamePublicKeyBlob and
59         StrongName test files.
60
61 2002-12-15  Sebastien Pouliot <spouliot@videotron.ca>
62
63         * corlib_linux_test.args: added Publisher and
64         PublisherMembershipCondition test files.
65
66 2002-12-08  Sebastien Pouliot <spouliot@videotron.ca>
67
68         * AllTests.cs: Added System.Reflection test suite.
69         * corlib_linux_test.args: added System.Reflection test files.
70
71 2002-11-09 Eduardo Garcia Cebollero <kiwnix@yahoo.es>
72         * corlib_linux_tests.args: added MutexTest.cs in System.Threading
73
74 2002-11-23 Eduardo Garcia Cebollero <kiwnix@yahoo.es>
75
76         * corlib_linux_tests.args: added System.Threading and
77         ThreadTest.cs suites.
78         * AllTests.cs: Added System.Threading suite.
79         
80 2002-11-17  Sebastien Pouliot <spouliot@videotron.ca>
81
82         * corlib_linux_test.args: added missing crypto test files.
83
84 2002-11-16  Sebastien Pouliot <spouliot@videotron.ca>
85
86         * corlib_test.build: removed DSATest from exclusions.
87
88 2002-10-28  Gonzalo Paniagua Javier <gonzalo@gnome-db.org>
89
90         * AllTests.cs: removed System.Threading.AllTests. It does not exist.
91
92         * corlib_linux_test.args: added missing tests from s.s.c namespace.
93
94         * makefile.gnu: pass MONO_PATH correctly. Not sure if this does
95         anything because mono will load corlib from the installation dir.
96
97         * run_test.sh: NUNIT_MONO_PATH is not used.
98
99 2002-10-25  Zoltan Varga  <vargaz@freemail.hu>
100
101         * corlib_linux_test.args AllTests.cs: Added beginnings of
102         System.Threading testcases.
103
104         * run_test.sh: fixed paths.
105
106 2002-10-19  Sebastien Pouliot  <spouliot@videotron.ca>
107
108         * corlib_test.build: Removed all excluded cryptographic test code as 
109         the cyclic dependency was removed (well commented)
110
111 2002-10-16  Nick Drochak  <ndrochak@gol.com>
112
113         * corlib_test.build: Fix build.  Exclude tests that depend on 
114         components we are not building into corlib yet.
115
116 2002-10-05  Andrew Birkett  <andy@nobugs.org>
117
118         * corlib_linux_test.args: Added RC2Test
119
120 2002-09-23  Andrew Birkett  <andy@nobugs.org>
121
122         * corlib_linux_test.args: Added MD5Test
123
124 2002-09-22  Andrew Birkett  <andy@nobugs.org>
125
126         * System.Security.Cryptography/RijndaelManagedTest.cs: BlockSize
127         measured in bytes, not bits.
128
129 2002-09-19  Andrew Birkett  <andy@nobugs.org>
130
131         * System.Security.Cryptography/RijndaelManagedTest.cs: New test
132         * System.Security.Cryptography/AllTests.cs: Added RijndaelManagedTest
133         * corlib_linux_test.args: Added RijndaelManagedTest
134
135 2002-08-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
136
137         * makefile.gnu: little changes to integrate tests in makefile system.
138         * run_test.sh: script i use to run tests when i don't wanna run all.
139
140 2002-08-10  Jason Diamond  <jason@injektilo.org>
141
142         * makefile.gnu: Added test target. Please start using it.
143
144 2002-07-24  Duncan Mak  <duncan@ximian.com>
145
146         * corlib_linux_test.args: Add Cesar's BufferTest to the list.
147
148 2002-07-19  Martin Baulig  <martin@gnome.org>
149
150         * makefile.gnu: Added makefile for self-hosting compile on GNU/Linux.
151         Don't add this to the top-level makefile.gnu, this must be run after
152         everything is compiled.
153
154 2002-07-19  Martin Baulig  <martin@gnome.org>
155
156         The test suite now compiles with MCS on GNU/Linux :-)
157
158         * corlib_linux_test.args: Added MCS command file to compile this.
159
160 2002-07-11  Nick Drochak  <ndrochak@gol.com>
161
162         * .cvsignore: Ignore temp files too.
163
164 2002-06-19  Nick Drochak  <ndrochak@gol.com>
165
166         * AllTests.cs: Add missing test: System.Runtime.Serialization.
167
168 2002-06-01  Nick Drochak  <ndrochak@gol.com>
169
170         * corlib_test.build: Change the order of the builds.  Just makes it a 
171         bit faster for my testing since I need the linux dll.
172
173 2002-05-19  Martin Baulig  <martin@gnome.org>
174
175         * Added System.Security.Cryptography.FromBase64TransformTest.cs.
176
177 2002-05-19  Martin Baulig  <martin@gnome.org>
178
179         * TheTests.cs: Removed.
180
181         * MartinTests.cs: Removed.
182
183         * corlib_test.build: Don't create Runtest.corlib.exe anymore.
184
185 2002/05/07  Nick Drochak <ndrochak@gol.com>
186
187         * AllTests.cs: Do not run the System.Net tests from here, they belong
188         in the System assembly tests.
189
190 2002-04-27  Lawrence Pit <loz@cable.a2000.nl>
191
192         * System.Security/: added directory
193         * AllTests.cs: added Syste,Security suite.
194
195 2002-04-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
196
197         * System.Net/: added directory.
198         * AllTests.cs: added System.Net suite.
199
200 2002/04/04 Nick Drochak <ndrochak@gol.com>
201
202         * corlib_test.build: Again; disable running of NUnit tests against mono 
203         corlib.  There are so many icalls now, that these tests need
204         to be run inside mint and mono.  Will change this soon to run
205         the tests using both.  It still runs the tests against the mscorlib
206         to validate the tests themselves.
207
208 2002-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
209
210         * corlib_test.build: don't exclude IntegerFormatterTest.
211
212         * System/AllTests.cs: added IntegerFormatterTest suite.
213
214         * System/IntegerFormatterTest.cs: totally reworked to use NUnit. Right
215         now it fails cause I haven't implemented Parse () methods yet. With
216         corlib_reference.dll runs ok.
217
218 2002/03/28  Nick Drochak <ndrochak@gol.com>
219
220         * corlib_test.build: Re-exclude it in a couple of places where it was
221         breaking the build.  This test is not an NUnit test.  So, it doesn't 
222         belong in these dll's until it's made a proper NUnit test.
223
224 2002-03-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
225
226         * corlib_test.build: remove two more lines that excluded
227         IntegerFormatterTest.
228
229 2002/03/28  Nick Drochak <ndrochak@gol.com>
230
231         * corlib_test.build: Don't exclude IntegerFormatterTest any more.
232
233 2002-03-20  Nick Drochak  <ndrochak@gol.com>
234
235         * corlib_test.build: On 'clean' remove all the dll's and pdb's
236
237 2002/03/19  Nick Drochak <ndrochak@gol.com>
238
239         * corlib_test.build: Re-include tests into the build.
240
241 2002-03-18  Nick Drochak  <ndrochak@gol.com>
242
243         * corlib_test.build: build RunTests.corlib.exe with only mono class
244         libs. This tells what we are missing to run the tests.
245
246 2002/03/18  Nick Drochak <ndrochak@gol.com>
247
248         * corlib_test.build: disable running of NUnit tests against mono 
249         corlib.  There are so many icalls now, that these tests need
250         to be run inside mint and mono.  Will change this soon to run
251         the tests using both.  It still runs the tests against the mscorlib
252         to validate the tests themselves.
253
254 2002/03/07  Nick Drochak <ndrochak@gol.com>
255
256         * corlib_test.build: resolve chicken and egg problem. Only build and 
257         execute test assemblies when 'make test' is specified. Need to do a
258         'make' first now before 'make test'.
259
260 2002-03-03  Nick Drochak  <ndrochak@gol.com>
261
262         * corlib_test.build: Turn on debug flag for complier so that...well...
263         debugging is easier.
264
265 2002-03-01  Duncan Mak  <duncan@ximian.com>
266
267         * System.Runtime.Serialization/ObjectIDGeneratorTests.cs: Added
268         test for System.Runtime.Serialization.ObjectIDGenerator.
269
270 2002-02-27  Martin Baulig  <martin@gnome.org>
271
272         * RunTests.cs: Removed. This is now in the nant directory.
273
274         * corlib_test.build: Don't link TheTests.cs into the dlls, renamed
275         RunTests.exe to RunTests.corlib.exe and link it against NUnitBase.dll.
276
277 2002-02-27  Martin Baulig  <martin@gnome.org>
278
279         * scan-tests.pl: Moved to ../../../tools/.
280
281 2002-02-26  Martin Baulig  <martin@gnome.org>
282
283         * MartinTests.cs: New file. This contains all the tests which already
284         work on Linux.
285
286         * RunTests.cs: A small custom testrunner to run the tests on Linux.
287
288         * scan-tests.pl: Call this perl script with either MartinTests.cs or
289         AllTests.cs as argument and redirect the output the TheTests.cs - it'll
290         create a file which calls all the tests.
291
292         * TheTests.cs: This is automatically generated from scan-tests.pl but
293         needs some manual editing, so it's in CVS.
294
295         * corlib_test.build: In addition to the libraries, create an executable
296         called RunTests.exe which contains all the tests and the custom test
297         runner. You can run this executable on Windows to test things with
298         mscorlib or on Linux using the mono runtime.
299
300 2002-02-26  Martin Baulig  <martin@gnome.org>
301
302         * */*.cs: added zero-args constructors for all the test classes.
303
304 2002-02-21  Mark Crichton <crichton@gimp.org>
305
306         * System.Security.Cryptography.RNGCryptoServiceProviderTest.cs:
307         Fixed typo
308
309 2002-02-21  Mark Crichton <crichton@gimp.org>
310
311         * Addded System.Security.Cryptography.RNGCryptoServiceProviderTest.cs
312         * System.Security.Cryptography/AllTests.cs: Added
313         RNGCryptoServiceProviderTest.
314
315 2002-02-17  Duco Fijma <duco@lorentz.xs4all.nl>
316         * Added System/GuidTest.cs
317
318 2002-02-10  Nick Drochak  <ndrochak@gol.com>
319
320         * corlib_test.build: Remove duplicate excludes for 
321         * AllTests.cs: Add System.Security.Policy tests.  However, commented
322         this out because NUnit is throwing an exception.  Need to figure
323         that out first.
324         
325 2002-02-09  Nick Drochak  <ndrochak@gol.com>
326
327         * corlib_test.build: compile with mscorlib to test the tests.  This
328         will be our "reference" check to make sure the tests work.
329
330 2002-01-25  Nick Drochak  <ndrochak@gol.com>
331
332         * AllTests.cs: Add System.Resources.AllTests.Suite
333
334 2002-01-14  Nick Drochak  <ndrochak@gol.com>
335
336         * AllTests.cs: Add System.Security.Permissions.AllTests.Suite
337
338 2002-01-05  Nick Drochak  <ndrochak@gol.com>
339
340         * .cvsignore: ignore the debug files *.pdb
341
342 2002-01-04   Duco Fijma <duco@lorentz.xs4all.nl>
343         * Added System/TimeSpanTest.cs
344
345 2002-01-04  John R. Hicks <angryjohn69@nc.rr.com>
346         * Added DebugTest to System.Diagnostics tests.
347 2001-11-08  Nick Drochak  <ndrochak@gol.com>
348
349         * corlib_test.build: Include test for Queue in the dll
350
351 2001-10-15  Martin Weindel <martin.weindel@t-online.de>
352
353         * added System/DecimalTest.cs and System/DecimalTest2.cs
354
355 2001-10-11  Jeffrey Stedfast  <fejj@ximian.com>
356
357         * System/StringTest.cs: Added.
358
359 2001-10-10  Thomas Neidhart <tome@sbox.tugraz.at>
360
361         * added directory System.Security.Cryptography 
362         * added TestSuite for all Crypto classes 
363         * added tests for System.Security.Cryptography.AsymmetricAlgorithm 
364         and System.Security.Cryptography.SymmetricAlgorithm
365     
366 2001-10-02  Martin Weindel <martin.weindel@t-online.de>
367
368         * added directory System 
369         * added tests for System.Int64
370
371 2001-08-29  Alexander Klyubin <klyubin@aqris.com>
372   
373         * Added tests for System.Diagnostics.StackFrame and
374         System.Diagnostics.StackTrace. The tests only run against
375         Microsoft's implementation as StackTrace and StackFrame classes in
376         Mono are not yet properly implemented.
377     
378         Note that StackFrameTest runs properly only if compiled with
379         /debug switch.