X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FTest%2FSystem%2FChangeLog;h=3976e0574d867e38fb952f3fd4aa61761014552c;hb=76b7da16d2b5c7db0eda2bcfb98d13141b32f07a;hp=f7d3e84789aba0f8c15c01cde1a7d54caa7addf5;hpb=e0d9c97b3e0b2f5dd5fc0753ba25ec469ef21984;p=mono.git diff --git a/mcs/class/corlib/Test/System/ChangeLog b/mcs/class/corlib/Test/System/ChangeLog index f7d3e84789a..3976e0574d8 100644 --- a/mcs/class/corlib/Test/System/ChangeLog +++ b/mcs/class/corlib/Test/System/ChangeLog @@ -1,3 +1,155 @@ +2005-05-13 Gert Driesen + + * ActivatorTest.cs: Tests for exceptions thrown by CreateInstance + overloads if type is abstract. + +2005-05-08 Gert Driesen + + * DoubleFormatterTest.cs: re-enabled test as bug #60110 is fixed. + +2005-05-07 Atsushi Enomoto + + * DoubleTest.cs : added test for #72955. + +2005-05-07 Ben Maurer + + * ArrayTest.cs: Test for #70725. + +2005-04-23 Zoltan Varga + + * MathTest.cs: Add new rounding test. + +2005-04-16 Ben Maurer + + * DateTimeTest.cs: Remove tests that fail durring DST. + +2005-04-05 Sebastien Pouliot + + * AppDomainCas.cs: New. Permission (CAS) unit tests for AppDomain. + +2005-03-31 Sebastien Pouliot + + * ExceptionTest.cs: Added check for ArgumentNullException on + GetObjectData method. + +2005-03-30 Zoltan Varga + + * TypeTest.cs: Add new tests for bug #73972. + +2005-03-24 Zoltan Varga + + * StringTest.cs: Added tests for new methods. + + * ModuleHandleTest.cs: Fix warning. + +2005-03-24 Sebastien Pouliot + + * ActivatorCas.cs: New. CAS unit tests for Activator. + * ConsoleCas.cs: New. CAS unit tests for Console. + * EnvironmentCas.cs: Added partial trust test cases. + * ExceptionCas.cs: Added partial trust test cases. + * MarshalByRefObjectCas.cs: New. CAS unit tests for MarshalByRefObject. + * RuntimeMethodHandleCas.cs: New. CAS unit tests RuntimeMethodHandle. + * TypedReferenceCas.cs: New. CAS unit tests for TypedReference. + +2005-03-15 Sebastien Pouliot + + * BadImageFormatExceptionCas.cs: New. Permission tests for + BadImageFormatException. + +2005-03-14 Sebastien Pouliot + + * EnvironmentCas.cs: Fixed failures under MS for NET_1_1. + * ExceptionCas.cs: Fixed failures under MS for NET_1_1. + +2005-03-09 Zoltan Varga + + * TypeTest.cs: Add tests for bug #73432. + +2005-03-04 Zoltan Varga + + * StringTest.cs: Add some unsafe ctor tests. + +2005-02-19 Ben Maurer + + * RandomTest.cs (NextDouble): Disable. See comment. + +2005-02-14 Zoltan Varga + + * TypeTest.cs: Add tests for byref types. + +2005-02-12 Ben Maurer + + * *: Fix up tests on 2.0 by explicitly boxing. + +2005-02-11 Nick Drochak + + * NumberFormatterTest.cs: + * DecimalTest.cs: + * DecimalTest2.cs: Put NotWorking on some tests. + +2005-02-01 Atsushi Enomoto + + * NumberFormatterTest.cs : override SetUp(). + +2005-01-31 Nick Drochak + + * StringTest.cs: Some NotWorking tests fail on .NET too. Fix the tests + and then try on mono. + +2005-01-30 Nick Drochak + + * StringTest.cs: Surgically remove some failing tests. + +2005-01-29 Zoltan Varga + + * EnvironmentTest.cs: Reenable command line args test. + +2005-01-28 Sebastien Pouliot + + * EnvironmentTest.cs: Added a new unit for GetCommandLineArgs to track + bug #71938. + +2005-01-28 Sebastien Pouliot + + * EnvironmentCas.cs: New. Permission tests for Environment. + * ExceptionCas.cs: New. Permission tests for Exception. + +2005-01-27 Nick Drochak + + * UInt64Test.cs: Identify tests better + +2005-01-24 Sebastien Pouliot + + * EnvironmentTest.cs: Updated to NUnit 2.2 syntax. Added some tests + (mostly for NET_2_0). + +2005-01-19 Rafael Teixeira + * TypeTest.cs: Added tests for the Type.FilterNameIgnoreCase and + Type.FilterName delegates (more precisely the implementations behind) + +2005-01-19 Zoltan Varga + + * ArrayTest.cs: Add AsReadOnly tests. + +2005-01-11 Sebastien Pouliot + + * AppDomainTest.cs: Removed tests for Activate and ActivateNewProcess + as the methods have been removed from fx 2.0. + +2005-01-10 Sebastien Pouliot + + * ApplicationIdentityTest.cs: Changed NullReferenceException for + ArgumentNullException (fixed in Dec CTP) and added test for cultures + in the application indentity. + * TimeZoneTest.cs: Ignore (don't fail) test if the current time zone + isn't part of the test suite. + +2005-01-10 Nick Drochak + + * ConvertTest.cs: Test for exception thrown by 1.1. This is different + than the MSDN docs say. Probably a doc bug. + 2005-01-08 Sebastien Pouliot * AppDomainTest.cs: Un-ignore tests that unloaded the appdomain (they @@ -8,6 +160,10 @@ 2005-01-08 Miguel de Icaza + * Int32Test.cs: Add a couple of new formatting tests. + + * ConvertTest.cs: Updated the kind of exception thrown. + * BitConverterTest.cs: There is no exception thrown in .NET here. Fixes an false negative.