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