2002-03-07 Martin Baulig <martin@gnome.org>
[mono.git] / mcs / class / corlib / Test / ChangeLog
index c3681ae5b182b5ce10f9de7235759f28d06d2cd1..07837e385ed37351da602c3178ef93928fbd8aa6 100644 (file)
@@ -1,8 +1,126 @@
-2001-08-29  Alexander Klyubin <klyubin@aqris.com>
-  
-  * Added tests for System.Diagnostics.StackFrame and
-    System.Diagnostics.StackTrace. The tests only run against Microsoft's
-    implementation as StackTrace and StackFrame classes in Mono are not yet
-    properly implemented.
-    
-    Note that StackFrameTest runs properly only if compiled with /debug switch.
\ No newline at end of file
+2002/03/07  Nick Drochak <ndrochak@gol.com>\r
+\r
+       * corlib_test.build: resolve chicken and egg problem. Only build and \r
+       execute test assemblies when 'make test' is specified. Need to do a\r
+       'make' first now before 'make test'.\r
+\r
+2002-03-03  Nick Drochak  <ndrochak@gol.com>\r
+\r
+       * corlib_test.build: Turn on debug flag for complier so that...well...\r
+       debugging is easier.\r
+\r
+2002-03-01  Duncan Mak  <duncan@ximian.com>
+
+       * System.Runtime.Serialization/ObjectIDGeneratorTests.cs: Added
+       test for System.Runtime.Serialization.ObjectIDGenerator.
+
+2002-02-27  Martin Baulig  <martin@gnome.org>
+
+       * RunTests.cs: Removed. This is now in the nant directory.
+
+       * corlib_test.build: Don't link TheTests.cs into the dlls, renamed
+       RunTests.exe to RunTests.corlib.exe and link it against NUnitBase.dll.
+
+2002-02-27  Martin Baulig  <martin@gnome.org>
+
+       * scan-tests.pl: Moved to ../../../tools/.
+
+2002-02-26  Martin Baulig  <martin@gnome.org>
+
+       * MartinTests.cs: New file. This contains all the tests which already
+       work on Linux.
+
+       * RunTests.cs: A small custom testrunner to run the tests on Linux.
+
+       * scan-tests.pl: Call this perl script with either MartinTests.cs or
+       AllTests.cs as argument and redirect the output the TheTests.cs - it'll
+       create a file which calls all the tests.
+
+       * TheTests.cs: This is automatically generated from scan-tests.pl but
+       needs some manual editing, so it's in CVS.
+
+       * corlib_test.build: In addition to the libraries, create an executable
+       called RunTests.exe which contains all the tests and the custom test
+       runner. You can run this executable on Windows to test things with
+       mscorlib or on Linux using the mono runtime.
+
+2002-02-26  Martin Baulig  <martin@gnome.org>
+
+       * */*.cs: added zero-args constructors for all the test classes.
+
+2002-02-21  Mark Crichton <crichton@gimp.org>
+
+       * System.Security.Cryptography.RNGCryptoServiceProviderTest.cs:
+       Fixed typo
+
+2002-02-21  Mark Crichton <crichton@gimp.org>
+
+       * Addded System.Security.Cryptography.RNGCryptoServiceProviderTest.cs
+       * System.Security.Cryptography/AllTests.cs: Added
+       RNGCryptoServiceProviderTest.
+
+2002-02-17  Duco Fijma <duco@lorentz.xs4all.nl>\r
+       * Added System/GuidTest.cs\r
+\r
+2002-02-10  Nick Drochak  <ndrochak@gol.com>\r
+\r
+       * corlib_test.build: Remove duplicate excludes for \r
+       * AllTests.cs: Add System.Security.Policy tests.  However, commented\r
+       this out because NUnit is throwing an exception.  Need to figure\r
+       that out first.\r
+       \r
+2002-02-09  Nick Drochak  <ndrochak@gol.com>\r
+\r
+       * corlib_test.build: compile with mscorlib to test the tests.  This\r
+       will be our "reference" check to make sure the tests work.\r
+\r
+2002-01-25  Nick Drochak  <ndrochak@gol.com>\r
+\r
+       * AllTests.cs: Add System.Resources.AllTests.Suite\r
+\r
+2002-01-14  Nick Drochak  <ndrochak@gol.com>\r
+\r
+       * AllTests.cs: Add System.Security.Permissions.AllTests.Suite\r
+\r
+2002-01-05  Nick Drochak  <ndrochak@gol.com>\r
+\r
+       * .cvsignore: ignore the debug files *.pdb\r
+\r
+2002-01-04   Duco Fijma <duco@lorentz.xs4all.nl>\r
+       * Added System/TimeSpanTest.cs\r
+\r
+2002-01-04  John R. Hicks <angryjohn69@nc.rr.com>\r
+       * Added DebugTest to System.Diagnostics tests.\r
+2001-11-08  Nick Drochak  <ndrochak@gol.com>\r
+\r
+       * corlib_test.build: Include test for Queue in the dll\r
+\r
+2001-10-15  Martin Weindel <martin.weindel@t-online.de>\r
+\r
+        * added System/DecimalTest.cs and System/DecimalTest2.cs\r
+\r
+2001-10-11  Jeffrey Stedfast  <fejj@ximian.com>\r
+\r
+       * System/StringTest.cs: Added.\r
+\r
+2001-10-10  Thomas Neidhart <tome@sbox.tugraz.at>\r
+\r
+       * added directory System.Security.Cryptography \r
+       * added TestSuite for all Crypto classes \r
+       * added tests for System.Security.Cryptography.AsymmetricAlgorithm \r
+       and System.Security.Cryptography.SymmetricAlgorithm\r
+    \r
+2001-10-02  Martin Weindel <martin.weindel@t-online.de>\r
+\r
+       * added directory System \r
+       * added tests for System.Int64\r
+\r
+2001-08-29  Alexander Klyubin <klyubin@aqris.com>\r
+  \r
+       * Added tests for System.Diagnostics.StackFrame and\r
+       System.Diagnostics.StackTrace. The tests only run against\r
+       Microsoft's implementation as StackTrace and StackFrame classes in\r
+       Mono are not yet properly implemented.\r
+    \r
+       Note that StackFrameTest runs properly only if compiled with\r
+       /debug switch.\r