2007-06-05 Rodrigo Kumpera <kumpera@gmail.com
[mono.git] / mcs / ilasm / tests / ChangeLog
index 53434daf8fa37e75a24f0328a09d81aef8f2b1df..c656565ff6651bd3f6b4edf27837e488254d166a 100644 (file)
@@ -1,3 +1,56 @@
+2007-06-05  Rodrigo Kumpera <kumpera@gmail.com
+
+       * generics-variance.il: New. Test for variance related generic modifiers <+T> and <-T> 
+
+2007-01-11  Ankit Jain  <jankit@novell.com>
+
+       * test-custom-mod-1.il: New. Test for custom mods.
+
+2006-07-20  Ankit Jain  <jankit@novell.com>
+
+       * global2.il: New.
+       * abs_method*.il: New. Tests for abstract methods.
+
+2006-06-07  Ankit Jain  <jankit@novell.com>
+
+       * test-no-body.il: New. Test for method with no body.
+       * test-perm-pass-3.il: Make the class abstract.
+
+2006-06-01  Ankit Jain  <jankit@novell.com>
+
+       * test-cattr-1.il: New. Test for custom attributes on return type of
+       a method.
+
+2006-05-26  Ankit Jain  <jankit@novell.com>
+
+       * test-perm_pass-3.il: New. Test for 2.0 style declarative security
+       attributes.
+
+2006-05-11  Ankit Jain  <jankit@novell.com>
+
+       * test-modifiers.il: New. Test for custom modifiers, modreq & modopt.
+
+2006-05-09  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * test-sn-key.il: New. Added test case when /key is used but the IL 
+       source doesn't include a .publickey directive or any attribute that
+       loads the public key.
+       * test-sn-module.il: New. Added test case when /key is used when
+       assembling a netmodule (signing shouldn't occur).
+
+2006-04-24  Ankit Jain  <jankit@novell.com>
+
+       * test-module.il: New. Test for a netmodule.
+
+2006-02-22  Ankit Jain  <jankit@novell.com>
+
+       * test-nonsealed-valueclass.il: New. Value class should be sealed.
+
+2006-02-20  Ankit Jain  <jankit@novell.com>
+
+       * generics-al.i, test-29.il: Remove. These use invalid style of
+       specifying generic constraints.
+
 2006-02-19  Ankit Jain  <jankit@novell.com>
 
        * invalid-method.il: New. Reference to undefined method.