2004-08-26 Anirban Bhattacharjee Following tests are submtted by Manish Sinha * 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 * ConditionalStatementsC.vb: Added small test for nested Select Case Statement * ConditionalStatementsC15.vb: A new negative compilation test case 2004-08-24 Sachin Kumar * 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 * 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 * DoubleTypeCharTest.vb: needs an Imports System 2004-08-23 Anirban Bhattacharjee * Makefile: Trivial bug fixing 2004-08-20 Anirban Bhattacharjee * 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 * 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 * NameSpaceTestA.vb: New test * NameSpaceTestB.vb: New test * Test.Source: Added new test names 2004-08-19 Sachin Kumar * ConditionalStatements1.vb: * ConditionalStatementsA.vb: * ConditionalStatementsC1.vb: * ConditionalStatementsC2.vb: * ConditionalStatementsC3.vb: * ConditionalStatementsC4.vb: * ConditionalStatementsC5.vb: * ConditionalStatementsC6.vb: * ConditionalStatementsC7.vb: * Test.Sources: included new tests 2004-08-19 Anirban Bhattacharjee * Makefile: Changed the makefile to support multiple file compilation sothat we can compile files A1.vb, A2.vb, A3.vb as A*.vb 2004-08-19 Sachin Kumar * AssignmentStatements5.vb: * AssignmentStatementsC.vb: * AssignmentStatementsC4.vb: * Test.Sources: included new tests 2004-08-19 Anirban Bhattacharjee * Override_dll.vb: * Override_exe.vb: New test cases to test Overriding functions across assemblies * Delegate_dll.vb: * Delegate_exe.vb: New test cases to check delegates invoking functions across assemblies * Makefile: Added new dll names to the dependency list 2004-08-19 Anirban Bhattacharjee * EventG.vb: New test case * EventH.vb: New test case 2004-08-17 Sachin Kumar * AssignmentStatements1.vb: * AssignmentStatements2.vb: * AssignmentStatements3.vb: * AssignmentStatements4.vb: * AssignmentStatementsA.vb: * AssignmentStatementsB.vb: * AssignmentStatementsC1.vb: * AssignmentStatementsC2.vb: * AssignmentStatementsC3.vb: * Test.Sources: included new tests 2004-08-16 Sachin Kumar * WithStatementC.vb: * WithStatementC3.vb: * WithStatementC4.vb: * Test.Sources: included new tests 2004-08-14 Bernie Solomon * ForEachA.vb: * Test.Sources: new test 2004-08-12 Sachin Kumar * WithStatementA.vb: * WithStatementB.vb: * WithStatementC1.vb: * WithStatementC2.vb: * Test.Sources: included new tests 2004-08-12 Sachin Kumar * LocalDeclarationA.vb: * LocalDeclarationC1.vb: * LocalDeclarationC2.vb: * Test.Sources: Included new tests 2004-08-11 Bernie Solomon * TypeOf.vb: * Test.Sources: New test 2004-08-11 Bernie Solomon * EnumB.vb: * Test.Sources: New test 2004-08-11 Sachin Kumar * LocalVariables1.vb: * LocalVariablesA.vb: * LocalVariablesB.vb: * LocalVariablesC1.vb: * LocalVariablesC2.vb: * LocalVariablesC3.vb: * Test.Sources: Included new tests 2004-08-11 Sachin Kumar * BlockStatementsA.vb: * BlockStatementsC1.vb: * BlockStatementsC2.vb: * BlockStatementsC3.vb: * BlockStatementsC4.vb: * Test.Sources: Included new tests 2004-08-07 Bernie Solomon * GetType.vb: * Test.sources: add a test for GetType 2004-08-06 Bernie Solomon * Dll1.vb: * Import1.vb: test importing a DLL with a byref arg * Makefile: build support DLLs * Test.Sources: add new test 2004-08-06 Sachin Kumar * ArithmeticOperators.vb: * ArithmeticOperators1.vb: * ArithmeticOperators2.vb: * ArithmeticOperators3.vb: * ArithmeticOperatorsA.vb: * ArithmeticOperatorsC1.vb: * ArithmeticOperatorsC2.vb: * LikeOperator.vb: * LikeOperator1.vb: * LikeOperatorA.vb: * LikeOperatorC1.vb: * RelationalOperators1.vb: * RelationalOperatorsC1.vb: * Test.Sources: Included newly added operators tests 2004-08-06 Jambunathan K * Makefile: Added 'mkdir -p $$logpath' 2004-08-05 Sachin Kumar * ConcatenationOperator.vb: * ConcatenationOperatorC1.vb: * LogicalOperators1.vb: * LogicalOperatorsA.vb: * LogicalOperatorsC1.vb: * LogicalOperatorsC2.vb: * LogicalOperatorsC3.vb: * ShiftOperators1.vb: * ShiftOperatorsA.vb: * ShiftOperatorsC1.vb: * ShiftOperatorsC2.vb: * Test.Sources: Included newly added tests 2004-08-05 Anirban Bhattacharjee * InheritanceJ.vb: New test case * InheritanceA.vb: made corrections * InterfaceC.vb: Enhanced 2004-08-05 Anirban Bhattacharjee * InterfaceH.vb: New test case 2004-08-05 Anirban Bhattacharjee * InterfaceA.vb: Test now covers all Interface members. 2004-08-04 Jambunathan K * RegionDirectivesC5.vb: * ConditionalCompilation9.vb: * ConditionalCompilation10.vb: Removed all these redundant test cases * Test.Sources: Included the newly added pre-processor test cases 2004-08-04 Sachin Kumar * Makefile: Create clean set of test results log files * Readme: Updated readme appropriately. 2004-08-03 Jambunathan K * Readme: Reworded and Reformatted. 2004-08-01 Rafael Teixeira * LabelA.vb, LabelB.vb, LabelC.vb, LabelD.vb : new positive tests for labelled statements 2004-07-30 Jambunathan K * RegionDirectivesC1.vb: * RegionDirectives.vb: * ExternalSourceDirectivesC1.vb: * ExternalSourceDirectives.vb: * ConditionalCompilationE.vb: * ConditionalCompilationD.vb: * ConditionalCompilationC.vb: * ConditionalCompilationA.vb: * ConditionalCompilation.vb: * RegionDirectivesC5.vb: * RegionDirectivesC4.vb: * RegionDirectivesC3.vb: * RegionDirectivesC2.vb: * PreProcessorDirectiveC1.vb: * PreProcessorDirective.vb: * ExternalSourceDirectivesC4.vb: * ExternalSourceDirectivesC3.vb: * ExternalSourceDirectivesC2.vb: * ConditionalCompilationC9.vb: * ConditionalCompilationC8.vb: * ConditionalCompilationC7.vb: * ConditionalCompilationC6.vb: * ConditionalCompilationC5.vb: * ConditionalCompilationC4.vb: * ConditionalCompilationC3.vb: * ConditionalCompilation9.vb: * ConditionalCompilation10.vb: Added or modified tests for region externalsource and conditional compilation pre-processor directives 2004-07-29 Sachin Kumar * LogicalOperators.vb: Added tests for logical operators 2004-07-29 Sachin Kumar * RelationalOperators.vb: Added tests for relational operators * RelationalOperatorsA.vb: Added more tests for relational operators * AssignmentOperators.vb: Added tests for assignment operators 2004-07-26 Anirban Bhattacharjee * InheritanceC3.vb: Little correction in the test 2004-07-18 Anirban Bhattacharjee * DelegateA.vb: The test for passing AddressOf operator in method parameter is added. 2004-06-11 Anirban Bhattacharjee * Makefile: Removed inclusion of rules.make from Makefile for two reasons : - This Makefile as of now has no dependency on rules.make what so ever - Because of inclusion of INTENAL_MBAS in rules.make it was causing confliction with existing INTERNAL_MBAS in this makefile and causing lots of tests to fail 2004-05-15 Rafael Teixeira (rafaelteixeira@hotmail.com) * Makefile: corrected /libpath: compiler flag (parameter) to point to ../class/lib/default/ the new location of libraries 2004-03-16 Rafael Teixeira (rafaelteixeira@hotmail.com) * Test1.vb: corrected mispelling in keyword * Test.Sources: no misc1.vb or CharacterLiteralsA.vb sources * ConditionalCompilationC.vb: added some tests with #Const