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