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