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