cc96f45d1c1f1de770ee4a30c784115f49717343
[mono.git] / mcs / ilasm / tests / ChangeLog
1 2005-12-12  Ankit Jain  <jankit@novell.com>
2
3         * gen-1.il:New. Generic method reference.
4         * err-gen-2.il:
5         * err-gen-3.il: New. Negative tests for generic method refernce.
6         * global.il: New. Global generic method ref.
7         * gen-field.il: New. Generic field reference. (Compiles fine, but
8         will have PEVerify errors)
9
10 2005-11-23  Ankit Jain  <jankit@novell.com>
11
12         * test-33.il:
13         * test-34.il: New. Tests for custom attributes on type parameters.
14
15 2005-09-15  Ankit Jain  <jankit@novell.com>
16
17         * test-perm_fail-[1234].il: New. Negative Tests for .permission directive.
18         * test-perm_pass-1.il: New. Test for .permission directive.
19
20 2005-08-23  Ankit Jain  <jankit@novell.com>
21
22         * test-byref.il: New. Test for a call with byref return type.
23
24 2005-08-18  Ankit Jain  <jankit@novell.com>
25
26         * test-sec-suppress.il: New. Test for SuppressUnmanagedCodeSecurity 
27           custom attribute, type or method should get a HasSecurity attribute.
28
29 2005-08-18  Ankit Jain  <jankit@novell.com>
30
31         * test-ldcr-bytes.il: New. Test for "ldc.r8/r4" followed by a byte array.
32
33 2005-08-18  Ankit Jain  <jankit@novell.com>
34
35         * test-cattr-declsec.il: New. Added test for custom attrs and decl sec 
36           on interface methods.
37
38 2005-08-16  Ankit Jain  <jankit@novell.com>
39
40         * test-marshal-array.il: New. Added test for marshalling as native type array.
41         * test-marshal.il: New. Added test for marshal info for method params.
42         * test-fixedarray.il: New. Added test for marshalling as fixed array.
43         * test-safearray.il: New. Added test for marshalling as safe array.
44
45 2004-12-10  Sebastien Pouliot  <sebastien@ximian.com>
46
47         * test-sn.il: New. Added test when including a public key to test for
48         strongnaming an assembly (/key option).
49         * sn.snk: New. Strongname key for the test-sn.il test.
50
51 2003-07-12  Zoltan Varga  <vargaz@freemail.hu>
52
53         * test-31.il: Added tests for static properties. Also made the code
54         for methods verifiable IL.
55                 
56 Fri Jul 25 12:27:24 CEST 2003 Paolo Molaro <lupus@ximian.com>
57
58         * generics-c.il, generics-b.il: add constructors and fix code.
59
60 2003-07-14 Jackson Harper <jackson@latitudegeo.com>
61
62         * test-11.il: Don't specify constraints with ids anymore
63         * test-29.il: Remove uneeded class, add constraint
64                 
65 2003-03-31 Jackson Harper <jackson@latitudegeo.com>
66
67         * test-10.il: New test, does some bounded array stuff
68                 
69 2003-03-17 Jackson Harper <jackson@latitudegeo.com>
70
71         * tests: Update to valid il code.
72
73 2003-03-17 Jackson Harper <jackson@latitudegeo.com>
74
75         * test-9.il: Add output to the constructor so I know it is called, give 
76         the constructor the instance call conv.
77
78 2003-03-16 Jackson Harper <jackson@latitudegeo.com>
79
80         * test-9.il: New test, test instaniating a class
81
82 2003-03-06 Jackson Harper <jackson@latitudegeo.com>
83
84         * test-8.il: New test, test creating a class that inherits from something other then System.Object
85
86 2003-03-06 Jackson Harper <jackson@latitudegeo.com>
87
88         * test-6.il: Define class that field references
89
90 2003-03-06 Jackson Harper <jackson@latitudegeo.com>
91
92         * makefile: add some tests
93         * test-5.il, test-6.il, test-7.il: New tests, test field declaration
94
95 2003-02-10 Jackson Harper <jackson@latitudegeo.com>
96
97         * makefile: remove unneeded rm's
98
99 2003-02-10 Jackson Harper <jackson@latitudegeo.com>
100
101         * test-4.il: Add file
102         * makefile: Add new test
103
104 2003-02-09 Jackson Harper <jackson@latitudegeo.com>
105
106         * test-3.il: Add file
107         * makefile: Add new test
108
109 2003-02-08 Jackson Harper <jackson@latitudegeo.com>
110
111         * test-1.il: Change class name
112
113 2003-02-08 Jackson Harper <jackson@latitudegeo.com>
114
115         * test-2.il: Add new test
116         * makefile: Use new test
117
118 2003-02-04 Jackson Harper <jackson@latitudegeo.com>
119
120         * test-1.il: Add header, put in a namespace
121
122 2003-02-04 Jackson Harper <jackson@latitudegeo.com>
123
124         * makefile: Use .il files not .cs ;-)
125
126 2003-02-04 Jackson Harper <jackson@latitudegeo.com>
127
128         * HelloWorld.il: Remove
129         * test-1.il: New test 
130         * makefile: Added file
131
132 2003-02-02 Jackson Harper <jackson@latitudegeo.com>
133
134         * HelloWorld.il: Add HelloWorld test
135         * ChangeLog: Add ChangeLog