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