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