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