TARGET_JVM adjustments.
[mono.git] / mcs / class / corlib / Test / System.Reflection / ChangeLog
index d3fe944f92936c36ad415a17e6955bd0c5e7dfb5..43b3641944d57b8932643418c388a52a45f32078 100644 (file)
@@ -1,3 +1,87 @@
+2007-03-14  Eyal Alaluf <eyala@mainsoft.com>
+
+       * MethodInfoTest.cs: Disabled tests for TARGET_JVM that use MethodBody.
+
+2006-11-14  Raja R Harinath  <rharinath@novell.com>
+
+       * AssemblyTest.cs (bug79872): New test for #79872.
+
+2006-10-22  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * AssemblyTest.cs: Added tests for bug #79712 and #79715. All marked
+       NotWorking.
+
+2006-10-19  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * AssemblyNameTest.cs: Added test for CodeBase of AssemblyName
+       filled by AssemblyName.GetAssemblyName. Added tests for bug #79661.
+
+2006-09-29  Jb Evain  <jbevain@gmail.com>
+
+       * FieldInfoTest.cs: Test for FieldInfo.SetValue on a literal field.
+
+2006-09-06  Zoltan Varga  <vargaz@gmail.com>
+
+       * ParameterInfoTest.cs: Add a test for enum default parameter values.
+
+2006-09-02  Zoltan Varga  <vargaz@gmail.com>
+
+       * MethodInfoTest.cs: Add a test for the ReturnParameter property.
+
+2006-08-08  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * AssemblyTest.cs: Modified test to pass on 2.0 profile and .NET 2.0.
+
+2006-07-12  Zoltan Varga  <vargaz@gmail.com>
+
+       * MethodInfoTest.cs: Add tests for ContainsGenericParameters ().
+
+2006-07-09  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * AssemblyTest.cs: Enabled test for bug #78468.
+
+2006-07-01  Zoltan Varga  <vargaz@gmail.com>
+
+       * MethodInfoTest.cs: Add a test for #77888.
+
+2006-06-29  Raja R Harinath  <rharinath@novell.com>
+
+       * MethodInfoTest.cs (GetBaseDefinition): New test for
+       MethodInfo.GetBaseDefinition.
+
+2006-06-07  Zoltan Varga  <vargaz@gmail.com>
+
+       * BinderTests.cs: Add test for BindingFlags.ExactBinding.
+
+2006-05-28  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * MethodInfoTest.cs: No longer derive from (deprecated) Assertion.
+       Number individual asserts. Marked ByrefVtypeInvoke as NotDotNet for
+       NET_1_1 profile, due to bug in MS.NET 1.1.
+
+2006-05-28  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * MethodInfoTest.cs: GetMethodBody no longer throws ArgumentException
+       for methods that have no IL body. Part of fix for bug #78522.
+
+2006-05-28  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * AssemblyTest.cs: Added tests for bug #78517.
+
+2006-05-20  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * AssemblyTest.cs: Added tests for bugs #78464, #78465 and #78468.
+       Spaces to tabs.
+
+2006-05-09  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * BinderTests.cs : (BindToMethodNamedArgs) hmm, why it didn't
+         show up during my last test run...
+
+2006-05-08  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * BinderTests.cs : added test for bug #77079.
+
 2006-05-08  Atsushi Enomoto  <atsushi@ximian.com>
 
        * BinderTests.cs : added test for bug #42547.