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