**** Merged r40732-r40872 from MCS ****
[mono.git] / mono / tests / cas / linkdemand / ChangeLog
1 2005-03-14  Sebastien Pouliot  <sebastien@ximian.com>
2
3         * icall1.cs: Fixed test to work on NET_2_0. We're now accepting the
4         2.0 behaviour when dealing with icalls (as we do not keep their
5         pblic status in the runtime).
6         * icall2.cs: Fixed test to work on NET_2_0 as the icall has changed
7         it's return value from bool to void. 
8         * Makefile: Allow to build the tests with either NET_1_1 or NET_2_0.
9
10 2005-03-03  Sebastien Pouliot  <sebastien@ximian.com>
11
12         * cas4-5.cs: Removed. Replaced by new refcas#.cs tests.
13         * refcas1-5.cs: New. CAS test cases for reflection.
14         * Makefile: Update to build/execute new tests.
15         * README: Updated with new tests descriptions.
16
17 2005-02-11  Sebastien Pouliot  <sebastien@ximian.com>
18
19         * cas6-9.cs: New. CAS tests cases for NEWOBK (constructor), LDFTN
20         (delegate) and LDVIRTFNT (delegate using a virtual method).
21         * cas10.cs|.il: New. CAS test case for JMP. Not part of "make test"
22         until #66033 is fixed (ILASM doesn't support decl security attrs).
23         * Makefile: Updated makefile for new test cases.
24         * README: Updated informations of new CAS tests.
25
26 2005-02-10  Sebastien Pouliot  <sebastien@ximian.com>
27
28         * noncas1-4.cs: New. Non-CAS permission tests (derived from test cases
29         in #52693).
30         * Makefile: Updated makefile for noncas test and removed unused crap.
31         * README: Updated informations of non CAS tests.
32
33 2005-02-09  Sebastien Pouliot  <sebastien@ximian.com>
34
35         * cas1.cs: Changed for an easier to test case.
36         * cas2-5: New. "Normal" LinkDemand test cases.
37         * icall1.cs, icall2.cs: Updated to work on both Mono and MS runtime.
38         * icall2-6.cs: New. More internal call test cases.
39         * Makefile: Updated makefile.
40         * pinvoke1-2.cs: Updated to work on both Mono and MS runtime.
41         * pinvoke3-4.cs: New. More P/Invoke test cases.
42         * README: Updated informations.
43
44 2005-02-08  Sebastien Pouliot  <sebastien@ximian.com>
45
46         * aptc1.cs: New. Partial trust test case.
47         * aptc2.cs: New. Partial trust test case.
48         * aptclib.cs: Library for partial trust test case.
49         * cas1.cs: New. New. "Normal" LinkDemand test case.
50         * ecma.pub: New. The ECMA "key" to test icalls.
51         * icall1.cs: New. Internal call test case.
52         * icall2.cs: New. Internal call test case (reflection).
53         * Makefile: New. Makefile to build and execute tests.
54         * pinvoke1.cs: New. P/Invoke test case.
55         * pinvoke2.cs: New. P/Invoke test case.
56         * README: New. Instruction and details about the tests.