[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / corlib / Test / System.Reflection / ChangeLog
index 98509dc0f9d83be9b447a14811ba999ff3fcfd98..90e11b6e92f55e7eb052b9ab2feeaec355336aff 100644 (file)
@@ -1,3 +1,285 @@
+2010-06-08 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * MethodInfoTest.cs: Fix test for variant iface.
+
+2010-04-20 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * BinderTest.cs: Add tests for #325306.
+
+2010-04-19  Zoltan Varga  <vargaz@gmail.com>
+
+       * *.cs: Fix warnings.
+
+2010-04-08 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * FieldInfoTest.cs: Add tests for #594942.
+
+2010-04-01 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * AssemblyTest.cs: Fix one more tests under v4.
+
+2010-03-25 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       *AssemblyTest.cs: Fix one more tests under v4.
+
+2010-03-24 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       *AssemblyTest.cs: Fix some tests under v4.
+
+2010-03-11 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * FieldInfoTest.cs: Remove invalid assert.
+
+2010-02-26 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * AssemblyTest.cs: Fix test under v4.
+
+       * MonoGenericClassTest.cs: Ditto.
+
+2010-02-10 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * PropertyInfoTest.cs: Tests for default value.
+
+2010-02-10 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * PropertyInfoTest.cs: Tests for custom attributes from PropertyInfo::GetIndexParameters.
+
+2010-02-05 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * PropertyInfoTest.cs: Make tests for GetIndexParameters() work.
+
+2010-02-05 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       *  MethodInfoTest.cs: New test for GetParameters() returning the interned array.
+
+       * PropertyInfoTest.cs: New tests for GetIndexParameters().
+
+2010-01-19 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * MethodInfoTest.cs: Add a test for Invoke with generic variant
+       interfaces.
+
+2010-01-05 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * ParameterInfoTest.cs: Add a test for default values from custom
+       attributes.
+
+2009-12-17 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * MonoGenericClassTest.cs: Test for some corner cases of
+       GetMethod that must work under compiler context.
+
+2009-12-09 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * MethodBaseTest.cs: Remove all NET_2_0 directives. Add test
+       for GetCurrentMethod and generics.
+
+2009-12-08 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * MethodInfoTest.cs: Add some tests for MS compatible behavior of
+       MakeGenericMethod.
+
+2009-10-18  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * MethodBaseTest.cs: Add new, working, test for non-generic
+       GetMethodFromHandle. Add test case to show generic overload
+       behave exactly the same when no second RuntimeMethodHandle is
+       provided. Remove [Category("NotWorking")] on existing test case.
+
+2009-08-07 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * MonoGenericClassTest.cs: Test for methods that must
+       throw.
+
+2009-08-04 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * MonoGenericClassTest.cs: New file.
+
+2009-07-30  Zoltan Varga  <vargaz@gmail.com>
+
+       * FieldInfoTest.cs: Add a test for #525733.
+
+2009-07-27 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * AssemblyTest.cs: Add test for empty string passed to
+       Assembly::GetType.
+
+2009-07-27 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * EventInfoTest.cs: Add test for private event and
+       RemoveEventHandler.
+
+2009-07-27 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * EventInfoTest.cs: Add test for cast incompatible type.
+
+       * EventInfoTest.cs: Add test for private event.
+
+       * EventInfoTest.cs: Add test for null target for non static
+       event.
+
+2009-07-14  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * BinderTests.cs: Modified SelectMethod_ByRef and BindToMethod_ByRef
+       to compile on net_1_1 profile. Added tests for SelectMethod and
+       BindToMethod with params arguments, currently marked NotWorking.
+
+2009-07-14  Raja R Harinath  <harinath@hurrynot.org>
+
+       * BinderTests.cs (SelectMethod_ByRef, BindToMethod_ByRef): Disable
+       in net_1_1 profile.
+
+2009-07-12  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * BinderTest.cs: Added SelectMethod/BindToMethod tests for methods
+       with byref arguments.
+
+2009-06-20  Zoltan Varga  <vargaz@gmail.com>
+
+       * *.cs: Convert all tests to new-style nunit classes/methods.
+
+2009-06-12  Zoltan Varga  <vargaz@gmail.com>
+
+       * ParameterInfoTest.cs: Add a test for #512330.
+
+2009-05-03  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * MethodInfoTest.cs: Add test cases from Joachim Ante for bug
+       #500385.
+
+2009-03-26  Zoltan Varga  <vargaz@gmail.com>
+
+       * ParameterInfoTest.cs: Add a test for #488383.
+
+2009-03-03  Matthew Metnetsky  <matthew@cowarthill.com>
+
+       * BinderTests.cs: added tests for TargetParameterCountException
+       * BinderTests.cs: added tests for BindingFlags.ExactBinding
+
+2009-03-11  Zoltan Varga  <vargaz@gmail.com>
+
+       * BinderTests.cs: Add a test for #484294.
+
+2009-02-21  Jb Evain  <jbevain@novell.com>
+
+       * BinderTests.cs: add test for bug #471257, where Type.InvokeMember
+       calls Binder.BindToMethod will a null args.
+
+2009-02-04  Zoltan Varga  <vargaz@gmail.com>
+
+       * MethodBaseTest.cs: Make a test quiet.
+
+2008-02-03  Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * MethodInfoTest.cs: Fix the 1.1 build.
+
+2008-02-02  Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * MethodInfoTest.cs: Test for non primitive structs.
+
+2008-02-02  Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * MethodInfoTest.cs: Test for #409583.
+
+2008-11-17  Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * FieldInfoTest.cs: Test FieldInfo::GetValue on a constant of an open
+       generic type. 
+
+2008-11-11  Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * ModuleTest.cs : Add test for ResolveMethod with a methodspec
+       token.
+
+2008-10-10  Zoltan Varga  <vargaz@gmail.com>
+
+       * AssemblyTest.cs (LoadWithPartialName): Fix this test after the
+       'default' -> 'net_1_1' profile change.
+
+2008-10-02 Gonzalo Paniagua Javier <gonzalo.mono@gmail.com>
+
+       * ConstructorInfoTest.cs: enable abstract class test.
+
+2008-09-08  Zoltan Varga  <vargaz@gmail.com>
+
+       * FieldInfoTest.cs (SetValueOpenGeneric): Fix copy-paste error.
+
+2008-09-07  Zoltan Varga  <vargaz@gmail.com>
+
+       * FieldInfoTest.cs: Add tests for #424077.
+
+2008-06-30  Rodrigo Kumpera <rkumpera@novell.com>
+
+       * MethodBase.cs: Fix the 1.0 build.
+
+2008-06-27  Rodrigo Kumpera <rkumpera@novell.com>
+
+       * MethodBase.cs: Added tests for GetMethodFromToken.
+
+2008-06-13  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * PropertyInfoTest.cs: Added test for bug #399985.
+
+2008-05-12  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * FieldInfoTest.cs: Added tests for GetFieldFromHandle.
+       * MethodBaseTest.cs: Added tests for GetMethodFromHandle.
+
+2008-04-16  Zoltan Varga  <vargaz@gmail.com>
+
+       * BinderTests.cs: Applied patch from Yves Bastide (doc.formatique@gmail.com). Add 
+       tests for converting integers to enums.
+
+2008-03-25  Zoltan Varga  <vargaz@gmail.com>
+
+       * ConstructorInfoTest.cs: Add a test for #373459.
+
+       * MethodInfoTest.cs: Add a test for #373448.
+
+2008-03-14  Zoltan Varga  <vargaz@gmail.com>
+
+       * BinderTests.cs: Add tests for #367655.
+
+2008-03-10  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * AssemblyTest.cs: Improved tests for GetFile, GetObjectData and
+       GetCustomAttributes.
+
+2008-02-20  Raja R Harinath  <harinath@hurrynot.org>
+
+       * MethodInfoTest.cs (GetGenericMethodDefinition): Add a test for
+       an instantiation.
+       (Bug354757): New test.
+
+2008-02-18  Zoltan Varga  <vargaz@gmail.com>
+
+       * CustomAttributeDataTest.cs: New file.
+
+2008-02-02  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * MethodInfoTest.cs: Numbered tests. Improved existing tests.
+       * ParameterInfoTest.cs: Added test for bug #342536.
+
+2008-01-30  Zoltan Varga  <vargaz@gmail.com>
+
+       * AssemblyTest.cs (GetModules_MissingFile): Rename the generated assembly to
+       avoid name clashes.
+
+       * AssemblyTest.cs: Add a test for GetModules () and a missing module.
+
+       * ModuleTest.cs: Add a test for GetTypes ().
+
+2008-01-20  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * AssemblyNameTest.cs: Added test for effect of AssemblyNameFlags on
+       FullName. Added test for PublicKey with value "null". Added ctor test
+       for Retargetable spec.
+
+2008-01-15  Jb Evain  <jbevain@novell.com>
+
+       * MethodInfoTest.cs: Add test for null arguments to
+       MakeGenericMethod (#353849).
+
 2008-01-06  Gert Driesen  <drieseng@users.sourceforge.net>
 
        * AssemblyNameTest.cs: Improved tests for ProcessorArchictecture.