Added new tests for Exception Handling Statements
[mono.git] / mcs / btests / ChangeLog
index 374552e7f21673014acc6eb585e67fecc90ef653..d9e5654c662fec8ca4a6a381d7ffc14743f80185 100644 (file)
@@ -1,3 +1,120 @@
+2004-08-26 Sachin Kumar <skumar1@novell.com>
+       * ExceptionHandlingA.vb:
+       * ExceptionHandlingB.vb:
+       * ExceptionHandlingC1.vb:
+       * ExceptionHandlingC2.vb:
+       * ExceptionHandlingC3.vb:
+       * ExceptionHandlingC4.vb:
+       * ExceptionHandlingC5.vb:
+       * ExceptionHandlingC6.vb:
+       * ExceptionHandlingC7.vb:
+       * ExceptionHandlingC8.vb:
+       * ExceptionHandlingC9.vb:
+       * Test.Sources: included new tests
+
+2004-08-26 Anirban Bhattacharjee <banirban@novell.com>
+       Following tests are submtted by Manish Sinha <manishkumarsinha@sify.com>
+       * Arguments_ByValueA:
+       * Arguments_ByValueB:
+       * Arguments_ByValueC:
+       * Arguments_ByValueD:
+       * Arguments_ByReferenceA:
+       * Arguments_ByReferenceB:
+       * Arguments_ByReferenceC:
+       * Arguments_ByReferenceD:
+       * Function_ArguByValueA:
+       * Function_ArguByValueB:
+       * Function_ArguByValueC:
+       * Function_ArguByValueD:
+       * Function_ArguByReferenceA:
+       * Function_ArguByReferenceB:
+       * Function_ArguByReferenceC:
+       * Function_ArguByReferenceD:
+       * ParamArrayA:
+       * ParamArrayB:
+       * Function_ParamArrayA:
+       * Function_ParamArrayB:
+       * Function_ParamArrayc:
+       * ParamArrayC2:
+       * Function_ParamArrayC1:
+       * Function_ParamArrayC2:
+       * Function_ParamArrayC3:
+       * Function_ParamArrayC4i:
+       * Test.Sources: Included new test
+
+2004-08-25 Sachin Kumar <skumar1@novell.com>
+       * ConditionalStatementsC.vb: 
+               Added small test for nested Select Case Statement 
+       * ConditionalStatementsC15.vb:
+               A new negative compilation test case
+
+2004-08-24 Sachin Kumar <skumar1@novell.com>
+       * ForA.vb:
+       * ForB.vb:
+       * ForC1.vb:
+       * ForC2.vb:
+       * ForC3.vb:
+       * ForC4.vb:
+       * ForC5.vb:
+       * ForC6.vb:
+       * ForC7.vb:
+       * ForC8.vb:
+       * ForC9.vb:
+       * ForEachB.vb:
+       * ForEachC1.vb:
+       * ForEachC2.vb:
+       * ForEachC3.vb:
+       * ForEachC4.vb:
+       * ForEachC5.vb:
+       * ForEachC6.vb:
+       * ForEachC7.vb:
+       * ForEachC8.vb:
+       * LoopStatements1.vb:
+       * LoopStatementsA.vb:
+       * Test.Sources: included new tests
+
+2004-08-24 Sachin Kumar <skumar1@novell.com>
+       * LoopStatementsC1.vb:
+       * LoopStatementsC2.vb:
+       * LoopStatementsC3.vb:
+       * LoopStatementsC4.vb:  
+       * LoopStatementsC5.vb:
+       * LoopStatementsC6.vb:
+       * LoopStatementsC7.vb:
+       * LoopStatementsC8.vb:
+       * Test.Sources: included new tests
+
+2004-08-23 Bernie Solomon <bernard@ugsolutions.com>
+       * DoubleTypeCharTest.vb: needs an Imports System
+
+2004-08-23 Anirban Bhattacharjee <banirban@novell.com>
+       * Makefile: Trivial bug fixing
+
+2004-08-20 Anirban Bhattacharjee <banirban@novell.com>
+       * Event_dll.vb:
+       * Event_exe.vb:
+               New tests for invoking event form other assembly
+       * Test.Sources: Updated with new file names
+       * Makefile: Added new dll name
+
+2004-08-20 Sachin Kumar <skumar1@novell.com>
+       * ConditionalStatementsB.vb:
+       * ConditionalStatementsC.vb:
+       * ConditionalStatementsD.vb:
+       * ConditionalStatementsC8.vb:
+       * ConditionalStatementsC9.vb:
+       * ConditionalStatementsC10.vb:
+       * ConditionalStatementsC11.vb:
+       * ConditionalStatementsC12.vb:
+       * ConditionalStatementsC13.vb:
+       * ConditionalStatementsC14.vb:
+       * Test.Sources: included new tests
+
+2004-08-19 Anirban Bhattacharjee <banirban@novell.com>
+       * NameSpaceTestA.vb: New test
+       * NameSpaceTestB.vb: New test
+       * Test.Source: Added new test names
+
 2004-08-19 Sachin Kumar <skumar1@novell.com>
        * ConditionalStatements1.vb:
        * ConditionalStatementsA.vb: