X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FTest%2FSystem%2FChangeLog;h=30520808a4ce306cc6a0127dfc2830f59766d727;hb=cf7319008babd6a0bb0365331d6be575ff23aaa1;hp=a0ce72fb82b3a60448809bc85a1311a6575f328d;hpb=fa38c6808dba4f298b30b71096246773b14f67c1;p=mono.git diff --git a/mcs/class/corlib/Test/System/ChangeLog b/mcs/class/corlib/Test/System/ChangeLog index a0ce72fb82b..30520808a4c 100644 --- a/mcs/class/corlib/Test/System/ChangeLog +++ b/mcs/class/corlib/Test/System/ChangeLog @@ -1,3 +1,321 @@ +2010-07-05 Jb Evain + + * TypeTest.cs: prefixed TypedReference with global:: to + remove confusion with the test suite namespace. + +2010-06-29 Rodrigo Kumpera + + * TypeTest.cs: Add tests for #612780. + +2010-06-29 Sebastien Pouliot + + * AttributeTest.cs: Add test cases for GetHashCode + +2010-06-25 Zoltan Varga + + * ArrayTest.cs: Add a test for #616416. + +2010-06-22 Jb Evain + + * GuidTest.cs: add tests for #616050. + +2010-06-15 Jonathan Pryor + + * ConvertTest.cs: Add tests for #596339. + +2010-06-08 Jonathan Pryor + + * StringTest.cs: Add tests for #601772 (i.e. take SplitStringChars(), + change all the chars to Strings, and things should work). + +2010-06-04 Damien Diederen + + * CharTest.cs: Add tests for astral plane characters/surrogate + pairs. + + - Show that Char.GetUnicodeCategory(string,int) results in a + lookup into the higher planes of the Unicode database when invoked + on a valid surrogate pair, and returns the "normal" category code + otherwise. + + - Perform a few sanity checks on the results of ConvertFromUtf32 + and GetUnicodeCategory when invoked on codepoints from the + higher planes. + +2010-06-04 Damien Diederen + + * CharCategoryTest.cs, CharTest.cs: Update category dumps to match + MS .NET. + + The category codes in newer versions of Microsoft's framework are + not compatible with the ones encoded in this class, causing tests + to fail. Fix that by using new sets of dumps generated under + v3.5.21022 and v4.0.30319. + + Also, drop CharTest.IsWhiteSpace_Complete as the same checks + are performed by CharCategoryTest.IsWhiteSpace. + + While we are at it, improve the generator so that: + + - common code is shared between the generator and the test; + + - a number of test cases can be generated at once via + command-line arguments; + + - the dumps are word-wrapped, enhancing legibility and avoiding + line length limitations in some compilers. + +2010-05-31 Rodrigo Kumpera + + * LazyTest.cs: Add a test that actually test something. + +2010-05-17 Atsushi Enomoto + + * EnumTest.cs : add test for bug #604134. + +2010-05-17 Atsushi Enomoto + + * StringTest.cs : add test for bug #605094. + +2010-04-25 Carlos Alberto Cortez + + * TimeSpanTest.cs: New test for ToString using custom formats. + +2010-04-22 Carlos Alberto Cortez + + * TimeSpanTest.cs: Update our test after the 4.0 release. + +2010-04-20 Rodrigo Kumpera + + * TypeTest.cs: Add tests for #331126. + +2010-04-20 Rodrigo Kumpera + + * TypeTest.cs: Fix the test suite. + +2010-04-19 Rodrigo Kumpera + + * TypeTest.cs: Add regression test for #473289. + +2010-04-19 Zoltan Varga + + * *.cs: Fix warnings. + +2010-04-19 Zoltan Varga + + * StringTest.cs: Add a test for #597604. + +2010-04-18 Zoltan Varga + + * CharTest.cs: Add missing [TestFixture] attribute. + +2010-04-16 Rodrigo Kumpera + + * TypeTest.cs: Add regression test for #484246. + +2010-04-16 Rodrigo Kumpera + + * AttributeTest.cs: Add regression test for #499569. + +2010-04-15 Jb Evain + + * GuidTest.cs: add tests for net_4_0 ParseExact methods. + +2010-04-13 Zoltan Varga + + * ConvertTest.cs: Add a test for #596339. + +2010-04-12 Carlos Alberto Cortez + + * TimeSpanTest.cs: Remove "NotWorking" from our custom formats parse + methods, as well as augmenting the test with some new assertions, and + changing a pair to properly reflect what they are testing. + +2010-04-06 Carlos Alberto Cortez + + * TimeSpanTest.cs: Augment our ParseExactCustomFormats test - still + marked as NotWorking for now, but committing now in order to have the + tests ready. + +2010-04-01 Rodrigo Kumpera + + * TypeTest.cs: Fix test for v4 Equals behavior. + +2010-03-30 Carlos Alberto Cortez + + * TimeSpanTest.cs: New test for TryParseExact. + +2010-03-30 Jb Evain + + * ActivatorTest.cs: add more tests to CreateInstance constructors + with params arrays. + +2010-03-30 Jb Evain + + * ActivatorTest.cs: add tests for #591877. + +2010-03-29 Carlos Alberto Cortez + + * TimeSpan.cs: New test for ParseExact/TryParseExact. + +2010-03-26 Carlos Alberto Cortez + + * TimeSpanTest.cs: New assertion in our exception order test, to + assert that int32 overflow error has higher precedence in both 2.0 and + 4.0 profiles. + +2010-03-23 Carlos Alberto Cortez + + * TimeSpan.cs: Add some new assertions for old/new stuff in + TimeSpan. + +2010-03-22 Carlos Alberto Cortez + + * TimeSpanTest.cs: It seems somebody forgot to actually mark the + TestParse method with TestAttribute. Also, add a bunch of asserions + to reflect the new behaviour for 4.0 in the needed test cases. + +2010-03-08 Carlos Alberto Cortez + + * TimeSpanTest.cs: New tests for the 4.0 ToString overloads. + +2010-03-06 Carlos Alberto Cortez + + * TimeSpanTest.cs: 'Port' our Parse assertions to also use TryParse. + +2010-03-03 Rodrigo Kumpera + + * TypeTest.cs : Added test for bug #574696 + Patch by Eberhard Beilharz + +2010-03-01 Rodrigo Kumpera + + * TypeTest.cs: Tests for new v4 overloads of GetType. + +2010-02-26 Rodrigo Kumpera + + * LazyTest.cs: Add tests for lazy modes. + +2010-02-26 Rodrigo Kumpera + + * TypeTest.cs: Test new v4 IsEnumDefined (). + +2010-02-24 Rodrigo Kumpera + + * TypeTest.cs: Test new v4 GetEnumValue (). + +2010-02-24 Rodrigo Kumpera + + * TypeTest.cs: Test new v4 GetEnumValues (). + +2010-02-23 Rodrigo Kumpera + + * TypeTest.cs: Test new v4 GetEnumNames (). + +2010-02-22 Rodrigo Kumpera + + * TypeTest.cs: Test new v4 GetEnumUnderlyingType (). + +2010-02-19 Rodrigo Kumpera + + * TypeTest.cs: Test new v4 behavior for Equals. + +2010-01-29 Zoltan Varga + + * Int32Test.cs: Fix a copy-paste error. + +2010-01-29 Zoltan Varga + + * TypeTest.cs: Add a test for #574819. + +2010-01-29 Carlos Alberto Cortez + + * VersionTest.cs: New tests for Parse and TryParse. + +2010-01-27 Zoltan Varga + + * ValueTypeTest.cs: Add a test for Equals () + nullables. + +2010-01-25 Carlos Alberto Cortez + + * EnumTest.cs: New tests for the new TryParse method. + +2010-01-25 Zoltan Varga + + * ArrayTest.cs: Add a test for SetValue () + nullables. + +2010-01-25 Atsushi Enomoto + + * SingleTest.cs : test for parsing MaxValue and PositiveInfinity. + Patch by Tiaan Geldenhuys. + +2010-01-19 Rodrigo Kumpera + + * TypeTest.cs: Add test for GetGenericMethodDefinition of inflated + generic methods on a GTD. + +2010-01-15 Atsushi Enomoto + + * DateTimeTest.cs : commented out ParseExact() case that tests + preserved fraction. + +2010-01-15 Carlos Alberto Cortez + + * Int32Test.cs: Test for TryParse with MaxValue + 1. + +2010-01-15 Rodrigo Kumpera + + * ArrayTest.cs: Tests for IStructuralComparer::CompareTo. + +2010-01-15 Atsushi Enomoto + + * DateTimeTest.cs : added test for rounding milliseconds. + +2010-01-15 Atsushi Enomoto + + * DateTimeOffsetTest.cs : add ParseExact() case that should preserve + fractions. + +2010-01-12 Atsushi Enomoto + + * DoubleTest.cs : add test for AllowLeading/TrailingSpace flags. + +2010-01-11 Carlos Alberto Cortez + + * Int32Test.cs: Add test case for exponent support in the Parse + methods. + +2010-01-08 Rodrigo Kumpera + + * TypeTest.cs: Test for variant use of GetInterfaceMap. + +2010-01-07 Jb Evain + + * TypeTest.cs: add test for the MemberType of + a generic parameter. + +2010-01-07 Sebastien Pouliot + + * ConvertTest.cs: Add test case for #568778 and the default + line length. + +2010-01-03 Zoltan Varga + + * ArrayTest.cs: Add a test for #564095. + +2009-12-21 Marek Habersack + + * Int32Test.cs, Int64Test.cs, Int16Test.cs, ByteTest.cs: added + tests for formats with trailing null chars. + +2009-12-19 Zoltan Varga + + * StringTest.cs: Add tests for IndexOf ("", startIndex, count). + +2009-12-17 Sebastien Pouliot + + * StringTest.cs: Add test case for right padding an empty string + 2009-12-17 Rodrigo Kumpera * TypeTest.cs: Add tests for #564379.