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