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