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