2005-03-14 Sebastien Pouliot * icall1.cs: Fixed test to work on NET_2_0. We're now accepting the 2.0 behaviour when dealing with icalls (as we do not keep their pblic status in the runtime). * icall2.cs: Fixed test to work on NET_2_0 as the icall has changed it's return value from bool to void. * Makefile: Allow to build the tests with either NET_1_1 or NET_2_0. 2005-03-03 Sebastien Pouliot * cas4-5.cs: Removed. Replaced by new refcas#.cs tests. * refcas1-5.cs: New. CAS test cases for reflection. * Makefile: Update to build/execute new tests. * README: Updated with new tests descriptions. 2005-02-11 Sebastien Pouliot * cas6-9.cs: New. CAS tests cases for NEWOBK (constructor), LDFTN (delegate) and LDVIRTFNT (delegate using a virtual method). * cas10.cs|.il: New. CAS test case for JMP. Not part of "make test" until #66033 is fixed (ILASM doesn't support decl security attrs). * Makefile: Updated makefile for new test cases. * README: Updated informations of new CAS tests. 2005-02-10 Sebastien Pouliot * noncas1-4.cs: New. Non-CAS permission tests (derived from test cases in #52693). * Makefile: Updated makefile for noncas test and removed unused crap. * README: Updated informations of non CAS tests. 2005-02-09 Sebastien Pouliot * cas1.cs: Changed for an easier to test case. * cas2-5: New. "Normal" LinkDemand test cases. * icall1.cs, icall2.cs: Updated to work on both Mono and MS runtime. * icall2-6.cs: New. More internal call test cases. * Makefile: Updated makefile. * pinvoke1-2.cs: Updated to work on both Mono and MS runtime. * pinvoke3-4.cs: New. More P/Invoke test cases. * README: Updated informations. 2005-02-08 Sebastien Pouliot * aptc1.cs: New. Partial trust test case. * aptc2.cs: New. Partial trust test case. * aptclib.cs: Library for partial trust test case. * cas1.cs: New. New. "Normal" LinkDemand test case. * ecma.pub: New. The ECMA "key" to test icalls. * icall1.cs: New. Internal call test case. * icall2.cs: New. Internal call test case (reflection). * Makefile: New. Makefile to build and execute tests. * pinvoke1.cs: New. P/Invoke test case. * pinvoke2.cs: New. P/Invoke test case. * README: New. Instruction and details about the tests.