Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ChangeLog « Test « corlib « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3f80f2b7b1bea9326b6274254f9f2e22f5581c85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
2003-08-11  Duncan Mak  <duncan@ximian.com>

	* corlib_linux_test.args: Add DictionaryBaseTest.cs by Carlos
	Barcenilla (barce@frlp.utn.edu.ar).

2003-07-13  Zoltan Varga  <vargaz@freemail.hu>

	* corlib_test.args: Added TypeTest.cs.

2003-07-03  Sebastien Pouliot <spouliot@videotron.ca>

	* corlib_test.args: Added ZoneTest.cs in System.Security.Policy
	* corlib_test.args: Same.

2003-07-01  Sebastien Pouliot <spouliot@videotron.ca>

	* corlib_test.args: Added GenetricIdentityTest.cs and 
	GenetricPrincipalTest.cs in System.Security.Principal
	* corlib_test.args: Same.

2003-07-01  Sebastien Pouliot <spouliot@videotron.ca>

	* corlib_test.args: Added PrincipalPermissionAttributeTest.cs and
	PrincipalPermissionTest.cs in System.Security.Permissions.
	* corlib_test.args: Same.

2003-06-30  Zoltan Varga  <vargaz@freemail.hu>

	* run_test.sh: Added 'all' option to run all tests. Add class libraries
	to MONO_PATH.

2003-06-29  Sebastien Pouliot <spouliot@videotron.ca>

	* corlib_test.args: Added ReflectionPermissionAttributeTest.cs and
	ReflectionPermissionTest.cs in System.Security.Permissions.
	* corlib_test.args: Same.

2003-06-28  Sebastien Pouliot <spouliot@videotron.ca>

	* corlib_test.args: Added PermissionSetTest.cs and NamedPermissionSetTest.cs
	in System.Security. Added EnvironmentPermissionAttributeTest.cs,
	EnvironmentPermissionTest.cs, FileDialogPermissionAttributeTest.cs,
	FileDialogPermissionTest.cs, FileIOPermissionAttributeTest.cs,
	PublisherIdentityPermissionAttributeTest.cs, 
	PublisherIdentityPermissionTest.cs in System.Security.Permissions
	* corlib_test.args: Same.

2003-06-15  Zoltan Varga  <vargaz@freemail.hu>

	* corlib_test.args: Added PropertyBuilderTest.cs.

	* corlib_test.args: Added EventBuilderTest.cs.	

2003-06-01  Pedro Martínez Juliá  <yoros@wanadoo.es>

	* corlib_test.args: Added SingleFormatterTest.cs

2003-05-21  Zoltan Varga  <vargaz@freemail.hu>

	* corlib_test.args: Added ModuleTest.cs and ModuleBuilderTest.cs

2003-05-14 Nick Drochak <ndrochak@gol.com>

	* corlib_linux_test.args: 
	* corlib_test.args: Add UTF?EncodingTest(s) to build

2003-05-13 Nick Drochak <ndrochak@gol.com>

	* corlib_linux_test.args: Remove AllTests.cs's and add DictionaryEntry
	* corlib_test.args: Add DictionaryEntry
	* makefile.gnu: compile with debug

2003-05-08  Ville Palo <vi64pa@kolumbus.fi>

	* corlib_test.args: added System.IO.FileSystemInfoTest
	* corlib_linux_test_args: added System.IO.FileSystemInfoTest
	
2003-05-06  Ville Palo <vi64pa@kolumbus.fi>

	* corlib_test.args: added System.IO.FileInfoTest and DirectoryInfoTest
	* corlib_linux_test_args: added System.IO.FileInfoTest and 
	DirectoryInfoTest	
	
2003-04-22  Sebastien Pouliot <spouliot@videotron.ca>

	* corlib_test.build: Excluded Mono.Math unit tests (as the class
	isn't available under MS implementation).
	* corlib_linux_test.args: Added all Mono.Math unit test files.
	* corlib_test.args: Added all Mono.Math unit test files.

2003-04-21  Ville Palo <vi64pa@kolumbus.fi>

	* corlib_linux_test.args: added System.IO/DirectoryTest.cs
	* corlib_test.args: added System.IO/DirectoryTest.cs
	
2003-04-19  Ville Palo <vi64pa@kolumbus.fi>

	* corlib_linux_test.args: added System.IO/BufferedStreamTest.cs
	* corlib_test.args: added System.IO/BufferedStreamTest.cs
		
2003-04-11  Ville Palo <vi64pa@kolumbus.fi>

	* corlib_linux_test.args: added System.IO/FileStreamTest.cs
	* corlib_test.args: added System.IO/FileStreamTest.cs
	
2003-04-06  Sebastien Pouliot <spouliot@videotron.ca>

	* corlib_linux_test.args: added X509CertificateTest.cs 
	* corlib_test.args: added X509CertificateTest.cs 

2003-04-05  Nick Drochak  <ndrochak@gol.com>

	* makefile.gnu: revert. debugger support not installed by default in mcs

2003-04-05  Nick Drochak  <ndrochak@gol.com>

	* makefile.gnu: compile with debug.

2003-02-13  Zoltan Varga  <vargaz@freemail.hu>

	* corlib_test.args: added AssemblyBuilderTest.cs

2003-02-10  Zoltan Varga  <vargaz@freemail.hu>

	* corlib_test.args: added ConstructorBuilderTest.cs

2003-02-08  Zoltan Varga  <vargaz@freemail.hu>

	* corlib_test.args: added TypeBuilderTest.cs.
	
	* corlib_test.args: added beginnings of Reflection.Emit test suite.

2003/01/30  Nick Drochak <ndrochak@gol.com>

	* corlib_test.build: AllTests.cs do not exist anymore. No need to
	excluded them.

2003-01-29  Zoltan Varga  <vargaz@freemail.hu>

	* makefile.gnu: compile and run with debugging enabled.

	* makefile.gnu: added SUBDIR variable to enable building a subset of
	the tests, saving on compilation time during development.

	* run_test.sh: updated to nunit2.

2003-01-12  Sebastien Pouliot <spouliot@videotron.ca>

	* corlib_linux_test.args: added MACTripleDES test file.

2002-12-21  Nick Drochak <ndrochak@gol.com>

	* corlib_test.build:
	* makefile.gnu: build and run tests with nunit2

2002-12-16  Sebastien Pouliot <spouliot@videotron.ca>

	* corlib_linux_test.args: added StrongNamePublicKeyBlob and
	StrongName test files.

2002-12-15  Sebastien Pouliot <spouliot@videotron.ca>

	* corlib_linux_test.args: added Publisher and
	PublisherMembershipCondition test files.

2002-12-08  Sebastien Pouliot <spouliot@videotron.ca>

	* AllTests.cs: Added System.Reflection test suite.
	* corlib_linux_test.args: added System.Reflection test files.

2002-11-09 Eduardo Garcia Cebollero <kiwnix@yahoo.es>
	* corlib_linux_tests.args: added MutexTest.cs in System.Threading

2002-11-23 Eduardo Garcia Cebollero <kiwnix@yahoo.es>

	* corlib_linux_tests.args: added System.Threading and
	ThreadTest.cs suites.
	* AllTests.cs: Added System.Threading suite.
	
2002-11-17  Sebastien Pouliot <spouliot@videotron.ca>

	* corlib_linux_test.args: added missing crypto test files.

2002-11-16  Sebastien Pouliot <spouliot@videotron.ca>

	* corlib_test.build: removed DSATest from exclusions.

2002-10-28  Gonzalo Paniagua Javier <gonzalo@gnome-db.org>

	* AllTests.cs: removed System.Threading.AllTests. It does not exist.

	* corlib_linux_test.args: added missing tests from s.s.c namespace.

	* makefile.gnu: pass MONO_PATH correctly. Not sure if this does
	anything because mono will load corlib from the installation dir.

	* run_test.sh: NUNIT_MONO_PATH is not used.

2002-10-25  Zoltan Varga  <vargaz@freemail.hu>

	* corlib_linux_test.args AllTests.cs: Added beginnings of
	System.Threading testcases.

	* run_test.sh: fixed paths.

2002-10-19  Sebastien Pouliot  <spouliot@videotron.ca>

	* corlib_test.build: Removed all excluded cryptographic test code as 
	the cyclic dependency was removed (well commented)

2002-10-16  Nick Drochak  <ndrochak@gol.com>

	* corlib_test.build: Fix build.  Exclude tests that depend on 
	components we are not building into corlib yet.

2002-10-05  Andrew Birkett  <andy@nobugs.org>

	* corlib_linux_test.args: Added RC2Test

2002-09-23  Andrew Birkett  <andy@nobugs.org>

	* corlib_linux_test.args: Added MD5Test

2002-09-22  Andrew Birkett  <andy@nobugs.org>

	* System.Security.Cryptography/RijndaelManagedTest.cs: BlockSize
	measured in bytes, not bits.

2002-09-19  Andrew Birkett  <andy@nobugs.org>

	* System.Security.Cryptography/RijndaelManagedTest.cs: New test
	* System.Security.Cryptography/AllTests.cs: Added RijndaelManagedTest
	* corlib_linux_test.args: Added RijndaelManagedTest

2002-08-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* makefile.gnu: little changes to integrate tests in makefile system.
	* run_test.sh: script i use to run tests when i don't wanna run all.

2002-08-10  Jason Diamond  <jason@injektilo.org>

	* makefile.gnu: Added test target. Please start using it.

2002-07-24  Duncan Mak  <duncan@ximian.com>

	* corlib_linux_test.args: Add Cesar's BufferTest to the list.

2002-07-19  Martin Baulig  <martin@gnome.org>

	* makefile.gnu: Added makefile for self-hosting compile on GNU/Linux.
	Don't add this to the top-level makefile.gnu, this must be run after
	everything is compiled.

2002-07-19  Martin Baulig  <martin@gnome.org>

	The test suite now compiles with MCS on GNU/Linux :-)

	* corlib_linux_test.args: Added MCS command file to compile this.

2002-07-11  Nick Drochak  <ndrochak@gol.com>

	* .cvsignore: Ignore temp files too.

2002-06-19  Nick Drochak  <ndrochak@gol.com>

	* AllTests.cs: Add missing test: System.Runtime.Serialization.

2002-06-01  Nick Drochak  <ndrochak@gol.com>

	* corlib_test.build: Change the order of the builds.  Just makes it a 
	bit faster for my testing since I need the linux dll.

2002-05-19  Martin Baulig  <martin@gnome.org>

	* Added System.Security.Cryptography.FromBase64TransformTest.cs.

2002-05-19  Martin Baulig  <martin@gnome.org>

	* TheTests.cs: Removed.

	* MartinTests.cs: Removed.

	* corlib_test.build: Don't create Runtest.corlib.exe anymore.

2002/05/07  Nick Drochak <ndrochak@gol.com>

	* AllTests.cs: Do not run the System.Net tests from here, they belong
	in the System assembly tests.

2002-04-27  Lawrence Pit <loz@cable.a2000.nl>

	* System.Security/: added directory
	* AllTests.cs: added Syste,Security suite.

2002-04-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* System.Net/: added directory.
	* AllTests.cs: added System.Net suite.

2002/04/04 Nick Drochak <ndrochak@gol.com>

 	* corlib_test.build: Again; disable running of NUnit tests against mono 
	corlib.  There are so many icalls now, that these tests need
	to be run inside mint and mono.  Will change this soon to run
	the tests using both.  It still runs the tests against the mscorlib
	to validate the tests themselves.

2002-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* corlib_test.build: don't exclude IntegerFormatterTest.

	* System/AllTests.cs: added IntegerFormatterTest suite.

	* System/IntegerFormatterTest.cs: totally reworked to use NUnit. Right
	now it fails cause I haven't implemented Parse () methods yet. With
	corlib_reference.dll runs ok.

2002/03/28  Nick Drochak <ndrochak@gol.com>

	* corlib_test.build: Re-exclude it in a couple of places where it was
	breaking the build.  This test is not an NUnit test.  So, it doesn't 
	belong in these dll's until it's made a proper NUnit test.

2002-03-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* corlib_test.build: remove two more lines that excluded
	IntegerFormatterTest.

2002/03/28  Nick Drochak <ndrochak@gol.com>

	* corlib_test.build: Don't exclude IntegerFormatterTest any more.

2002-03-20  Nick Drochak  <ndrochak@gol.com>

	* corlib_test.build: On 'clean' remove all the dll's and pdb's

2002/03/19  Nick Drochak <ndrochak@gol.com>

	* corlib_test.build: Re-include tests into the build.

2002-03-18  Nick Drochak  <ndrochak@gol.com>

	* corlib_test.build: build RunTests.corlib.exe with only mono class
	libs. This tells what we are missing to run the tests.

2002/03/18  Nick Drochak <ndrochak@gol.com>

	* corlib_test.build: disable running of NUnit tests against mono 
	corlib.  There are so many icalls now, that these tests need
	to be run inside mint and mono.  Will change this soon to run
	the tests using both.  It still runs the tests against the mscorlib
	to validate the tests themselves.

2002/03/07  Nick Drochak <ndrochak@gol.com>

	* corlib_test.build: resolve chicken and egg problem. Only build and 
	execute test assemblies when 'make test' is specified. Need to do a
	'make' first now before 'make test'.

2002-03-03  Nick Drochak  <ndrochak@gol.com>

	* corlib_test.build: Turn on debug flag for complier so that...well...
	debugging is easier.

2002-03-01  Duncan Mak  <duncan@ximian.com>

	* System.Runtime.Serialization/ObjectIDGeneratorTests.cs: Added
	test for System.Runtime.Serialization.ObjectIDGenerator.

2002-02-27  Martin Baulig  <martin@gnome.org>

	* RunTests.cs: Removed. This is now in the nant directory.

	* corlib_test.build: Don't link TheTests.cs into the dlls, renamed
	RunTests.exe to RunTests.corlib.exe and link it against NUnitBase.dll.

2002-02-27  Martin Baulig  <martin@gnome.org>

	* scan-tests.pl: Moved to ../../../tools/.

2002-02-26  Martin Baulig  <martin@gnome.org>

	* MartinTests.cs: New file. This contains all the tests which already
	work on Linux.

	* RunTests.cs: A small custom testrunner to run the tests on Linux.

	* scan-tests.pl: Call this perl script with either MartinTests.cs or
	AllTests.cs as argument and redirect the output the TheTests.cs - it'll
	create a file which calls all the tests.

	* TheTests.cs: This is automatically generated from scan-tests.pl but
	needs some manual editing, so it's in CVS.

	* corlib_test.build: In addition to the libraries, create an executable
	called RunTests.exe which contains all the tests and the custom test
	runner. You can run this executable on Windows to test things with
	mscorlib or on Linux using the mono runtime.

2002-02-26  Martin Baulig  <martin@gnome.org>

	* */*.cs: added zero-args constructors for all the test classes.

2002-02-21  Mark Crichton <crichton@gimp.org>

	* System.Security.Cryptography.RNGCryptoServiceProviderTest.cs:
	Fixed typo

2002-02-21  Mark Crichton <crichton@gimp.org>

	* Addded System.Security.Cryptography.RNGCryptoServiceProviderTest.cs
	* System.Security.Cryptography/AllTests.cs: Added
	RNGCryptoServiceProviderTest.

2002-02-17  Duco Fijma <duco@lorentz.xs4all.nl>
	* Added System/GuidTest.cs

2002-02-10  Nick Drochak  <ndrochak@gol.com>

	* corlib_test.build: Remove duplicate excludes for 
	* AllTests.cs: Add System.Security.Policy tests.  However, commented
	this out because NUnit is throwing an exception.  Need to figure
	that out first.
	
2002-02-09  Nick Drochak  <ndrochak@gol.com>

	* corlib_test.build: compile with mscorlib to test the tests.  This
	will be our "reference" check to make sure the tests work.

2002-01-25  Nick Drochak  <ndrochak@gol.com>

	* AllTests.cs: Add System.Resources.AllTests.Suite

2002-01-14  Nick Drochak  <ndrochak@gol.com>

	* AllTests.cs: Add System.Security.Permissions.AllTests.Suite

2002-01-05  Nick Drochak  <ndrochak@gol.com>

	* .cvsignore: ignore the debug files *.pdb

2002-01-04   Duco Fijma <duco@lorentz.xs4all.nl>
	* Added System/TimeSpanTest.cs

2002-01-04  John R. Hicks <angryjohn69@nc.rr.com>
	* Added DebugTest to System.Diagnostics tests.
2001-11-08  Nick Drochak  <ndrochak@gol.com>

	* corlib_test.build: Include test for Queue in the dll

2001-10-15  Martin Weindel <martin.weindel@t-online.de>

        * added System/DecimalTest.cs and System/DecimalTest2.cs

2001-10-11  Jeffrey Stedfast  <fejj@ximian.com>

	* System/StringTest.cs: Added.

2001-10-10  Thomas Neidhart <tome@sbox.tugraz.at>

	* added directory System.Security.Cryptography 
	* added TestSuite for all Crypto classes 
	* added tests for System.Security.Cryptography.AsymmetricAlgorithm 
	and System.Security.Cryptography.SymmetricAlgorithm
    
2001-10-02  Martin Weindel <martin.weindel@t-online.de>

	* added directory System 
	* added tests for System.Int64

2001-08-29  Alexander Klyubin <klyubin@aqris.com>
  
	* Added tests for System.Diagnostics.StackFrame and
	System.Diagnostics.StackTrace. The tests only run against
	Microsoft's implementation as StackTrace and StackFrame classes in
	Mono are not yet properly implemented.
    
	Note that StackFrameTest runs properly only if compiled with
	/debug switch.