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