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