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