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