X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Filasm%2Ftests%2FChangeLog;h=83cb14ff9ec3a4c8dd34e0945163de2b1e729e07;hb=21d1fdc48703514b1164ea2a76fc3bbf3d40871f;hp=56e6c929f97392e1258f39e20fcdc133d2dacd70;hpb=f07ac8f82ae5ba82406df984106f303f97e599df;p=mono.git diff --git a/mcs/ilasm/tests/ChangeLog b/mcs/ilasm/tests/ChangeLog index 56e6c929f97..83cb14ff9ec 100644 --- a/mcs/ilasm/tests/ChangeLog +++ b/mcs/ilasm/tests/ChangeLog @@ -1,3 +1,92 @@ +2005-08-23 Ankit Jain + + * test-byref.il: New. Test for a call with byref return type. + +2005-08-18 Ankit Jain + + * test-sec-suppress.il: New. Test for SuppressUnmanagedCodeSecurity + custom attribute, type or method should get a HasSecurity attribute. + +2005-08-18 Ankit Jain + + * test-ldcr-bytes.il: New. Test for "ldc.r8/r4" followed by a byte array. + +2005-08-18 Ankit Jain + + * test-cattr-declsec.il: New. Added test for custom attrs and decl sec + on interface methods. + +2005-08-16 Ankit Jain + + * test-marshal-array.il: New. Added test for marshalling as native type array. + * test-marshal.il: New. Added test for marshal info for method params. + * test-fixedarray.il: New. Added test for marshalling as fixed array. + * test-safearray.il: New. Added test for marshalling as safe array. + +2004-12-10 Sebastien Pouliot + + * test-sn.il: New. Added test when including a public key to test for + strongnaming an assembly (/key option). + * sn.snk: New. Strongname key for the test-sn.il test. + +2003-07-12 Zoltan Varga + + * test-31.il: Added tests for static properties. Also made the code + for methods verifiable IL. + +Fri Jul 25 12:27:24 CEST 2003 Paolo Molaro + + * generics-c.il, generics-b.il: add constructors and fix code. + +2003-07-14 Jackson Harper + + * test-11.il: Don't specify constraints with ids anymore + * test-29.il: Remove uneeded class, add constraint + +2003-03-31 Jackson Harper + + * test-10.il: New test, does some bounded array stuff + +2003-03-17 Jackson Harper + + * tests: Update to valid il code. + +2003-03-17 Jackson Harper + + * test-9.il: Add output to the constructor so I know it is called, give + the constructor the instance call conv. + +2003-03-16 Jackson Harper + + * test-9.il: New test, test instaniating a class + +2003-03-06 Jackson Harper + + * test-8.il: New test, test creating a class that inherits from something other then System.Object + +2003-03-06 Jackson Harper + + * test-6.il: Define class that field references + +2003-03-06 Jackson Harper + + * makefile: add some tests + * test-5.il, test-6.il, test-7.il: New tests, test field declaration + +2003-02-10 Jackson Harper + + * makefile: remove unneeded rm's + +2003-02-10 Jackson Harper + + * test-4.il: Add file + * makefile: Add new test + +2003-02-09 Jackson Harper + + * test-3.il: Add file + * makefile: Add new test + 2003-02-08 Jackson Harper * test-1.il: Change class name