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