2008-02-12  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* misc/ctest.vb, misc/RedimPreserve.vb, misc/test3.vb: Fix line endings.

2005-10-07  Rafael Teixeira <rafaelteixeirabr@hotmail.com> 
	* in all versions of test-mbas.make at every depth added line:
		RUNTIME_FLAGS = --debug
		so that logs for individual test execution give ever so helpful 
		stacktraces WITH line-numbers when exceptions occur in the compiler.
		 
2005-08-04 Rafael Teixeira <rafaelteixeirabr@hotmail.com>
	* misc/RedimPreserve.vb : Refactored printing code and now test redimensioning 
		multiple arrays in the same statement (previously not working)

2005-07-08 Satya Sudha K <ksathyasudha@novell.com>
	* Few testcases for Properties

2005-06-05  Ben Maurer  <bmaurer@ximian.com>

	* misc/Makefile: Remove --stacktrace to make the test log a bit
	more plesent for everyone.

2005-05-24 Satya Sudha K <ksathyasudha@novell.com>
	* Testcases for overload resolution involving 'object' arguments

2005-05-17 Satya Sudha K <ksathyasudha@novell.com>
           Sudharsan V <vsudharsan@novell.com>
	* Testcases for named arguments and typemembers

2005-05-05 Satya Sudha K <ksathyasudha@novell.com>
           Sudharsan V <vsudharsan@novell.com>
	* Testcases for 'For' statement and optional arguments

2005-04-29 Satya Sudha K <ksathyasudha@novell.com>
           Sudharsan V <vsudharsan@novell.com>

	* More testcases for Late binding

2005-04-26 Satya Sudha K <ksathyasudha@novell.com>
           Sudharsan V <vsudharsan@novell.com>

	* Testcases for Late binding
	* Few negative testcases for typemembers

2005-03-30 Satya Sudha K <ksathyasudha@novell.com>
           Sudharsan V <vsudharsan@novell.com>

	* Separate 'test-mbas.pl' scripts for 'tests' and 'errors'
	* Under 'errors': taking the line no also into account while verifying errors

2005-03-29 Satya Sudha K <ksathyasudha@novell.com>
           Sudharsan V <vsudharsan@novell.com>

	* Test cases for Array creation expressions

2005-03-18 Manjula GHM <mmanjula@novell.com>
           Sudharsan V <vsudharsan@novell.com>
	* Test cases for Type members and Like operator

2005-02-09  Raja R Harinath  <rharinath@novell.com>

	* Makefile (SUBDIRS): Add 'rerrors'.

2005-01-26 Rafael Teixeira <rafaelteixeirabr@hotmail.com>
	* misc/test3.vb : better winforms code (this one runs with current MWF implementation)

2004-12-20  Jambunathan K  <kjambunathan@novell.com>
	* README.tests: Added
	* Makefile (DISTFILES): Added README.tests

2004-11-25  Raja R Harinath  <rharinath@novell.com>

	* Makefile: New.
	* test-mbas.make (thisdir): Remove.
	(COMPILER): Use $(BASCOMPILE).
	(run-test-local): Quote arguments.
	* test-mbas.pl ($Runtime): Don't try to auto-detect.
	* errors/Makefile, misc/Makefile, tests/Makefile, dlls/Makefile: Update.

2004-11-22  Jambunathan K  <kjambunathan@novell.com>
	* EnumD.vb: New positive test case.

2004-11-22  Jambunathan K  <kjambunathan@novell.com>
	* test-mbas.make: Implemented all STD_TARGETS specifically run-test and
	run-test-ondotnet.

2004-11-02  Jambunathan K  <kjambunathan@novell.com>
	* test-mbas.pl:
	* test-mbas.make: Added support for --runtime option in
	test-mbas.pl. When working with mbas within the cygwin
	environment, this option permits executing of compiled test cases
	either within the Microsoft's .NET runtime environment or the
	mono's runtime environment.

2004-10-29  Jambunathan K  <kjambunathan@novell.com>
	* errors/AttributesC8.vb: 
	* errors/AttributesC7.vb: 
	* errors/AttributesC3.vb: Newly added.

2004-10-18  Jambunathan K  <kjambunathan@novell.com>
	* Migrating mbas test cases from mcs/btests to mcs/mbas/Test
	folder.

2004-10-15  Jambunathan K  <kjambunathan@novell.com>
	* Audited existing negative test cases that emit multiple,
	mutually independent error messages and splitted them in to
	multiple files where possible so that atmost one error is tested
	for in any given file.

2004-10-14 Anirban Bhattacharjee <banirban@novell.com>
	* ForB.vb: Correction in test case
	* ForC.vb: New test case
	* Test.Sources: ForC.vb got included

2004-10-15  Jambunathan K  <kjambunathan@novell.com>
 	* Audited existing negative test cases that emit multiple,
	mutually independent error messages and splitted them in to
	multiple files where possible so that atmost one error is tested
	for in any given file.

2004-10-14  Jambunathan K  <kjambunathan@novell.com>
	* Added LineNo, ExpectedError and ErrorMessage to all negative
	test case files that emit just a single compile time error. All
	these files have multiple errors. Each of these files need to be
	broken in to multiple files so that no more than one error gets
	reported by a test case.


2004-10-13  Jambunathan K  <kjambunathan@novell.com>
	* InheritanceK.vb: Yet another test case
	* test-mbas.pl: Perl driver for regressing mbas - first cut

2004-10-12  Jambunathan K  <kjambunathan@novell.com>
	* Added LineNo, ExpectedError and ErrorMessage to all
	negative test case files that emit just a single compile time
	error

2004-09-30 Anirban Bhattacharjee <banirban@novell.com>
	* EventH.vb:
	* EventI.vb:
		Couple of more scenario got covered

2004-09-29 K Satya Sudha
        * Makefile : Modified it to log the names of the testcases that 
                     passed successfully 

2004-09-21 Anirban Bhattacharjee <banirban@novell.com>
	* EventF.vb: Modified
	* EventI.vb: New test
	* Test.Sources: Modified

2004-09-15 Anirban Bhattacharjee <banirban@novell.com>
	* OptionalArgu_dll.vb:
	* OptionalArgu_exe.vb:
		Tests for optional argument accross assembly
	* Test.Sources : updated
	* Makefile: Added dll name

2004-09-09 Bernie Solomon <bernard@ugsolutions.com>
	* Test.Sources: fix case of a couple of filenames

2004-09-08 Anirban Bhattacharjee <banirban@novell.com>
	* OptionalArgu_ByRefFuncA.vb:
	* OptionalArgu_ByValFuncD.vb:
	* OptionalArgu_ByValueD.vb:
	* OptionalArgu_ByRefFuncB.vb:  
	* OptionalArgu_ByValFuncE.vb:
	* OptionalArgu_ByValueE.vb:
	* OptionalArgu_ByFunctionC1.vb:
	* OptionalArgu_ByRefFuncC.vb:
	* OptionalArgu_ByReferenceA.vb:
	* OptionalArgu_ByRefFuncD.vb:
	* OptionalArgu_ByValueA.vb:
	* OptionalArgu_ByReferenceB.vb:
	* OptionalArgu_ByValFuncA.vb:
	* OptionalArgu_ByValueB.vb:
	* Optional_ParamArrayC1.vb:
	* OptionalArgu_ByReferenceC.vb:
	* OptionalArgu_ByValFuncB.vb:
	* OptionalArgu_ByValueC1.vb:
	* Optional_ParamArrayC2.vb:
	* OptionalArgu_ByReferenceD.vb:
	* OptionalArgu_ByValFuncC.vb:
	* OptionalArgu_ByValueC.vb:
	* Test.Sources: Updated with new test names
		This set of tests are developed by Manish Sinha <manishkumarsinha@sify.com> which nicely compliment Bernie Sonomon's nice & long work.


2004-07-07 Bernie Solomon <bernard@ugsolutions.com>
	* Test.Sources: make file names match actual files
	
2004-07-07 Bernie Solomon <bernard@ugsolutions.com>
	* OptionalA.vb: new test for optional args + overloads
	* Test.Sources:

2004-09-03 Sachin Kumar <skumar1@novell.com>
	* ConversionsA.vb:

2004-09-02 Sachin Kumar <skumar1@novell.com>
	* ControlFlowA.vb;
	* ControlFlowC1.vb:
	* SyncLock1.vb:
	* SyncLockA.vb:
	* SyncLockC1.vb:
	* SyncLockC2.vb:
	* SyncLockC3.vb:
	* Test.Sources: added more tests

2004-09-01 Sachin Kumar <skumar1@novell.com>
	* Array1.vb:
	* Array2.vb:
	* Array3.vb:
	* ArrayC3.vb:
	* ArrayC4.vb:
	* ArrayC5.vb:
	* ArrayC6.vb:
	* ArrayF.vb:
	* ArrayG.vb:
	* Test.Sources: included new tests

2004-08-31 Sachin Kumar <skumar1@novell.com>
	* ArrayE.vb:
	* InvocationStatementA.vb:
	* Test.Sources: included new tests

2004-08-27 Sachin Kumar <skumar1@novell.com>
	* ExceptionHandlingC.vb:
	* ExceptionHandlingC10.vb:
	* ExceptionHandlingC11.vb:
	* ExceptionHandlingC12.vb:
	* ExceptionHandlingC13.vb:
	* ExceptionHandlingC14.vb:
	* ExceptionHandlingC15.vb:
	* ExceptionHandlingC16.vb:
	* ExceptionHandlingC17.vb:
	* Test.Sources: included new tests	

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:
	* ConditionalStatementsC1.vb:
	* ConditionalStatementsC2.vb:
	* ConditionalStatementsC3.vb:
	* ConditionalStatementsC4.vb:
	* ConditionalStatementsC5.vb:
	* ConditionalStatementsC6.vb:
	* ConditionalStatementsC7.vb:
	* Test.Sources: included new tests

2004-08-19 Anirban Bhattacharjee <banirban@novell.com>
	* 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 <skumar1@novell.com>
	* AssignmentStatements5.vb:
	* AssignmentStatementsC.vb:
	* AssignmentStatementsC4.vb:
	* Test.Sources: included new tests	

2004-08-19 Anirban Bhattacharjee <banirban@novell.com>
	* 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 <banirban@novell.com>
	* EventG.vb: New test case
	* EventH.vb: New test case

2004-08-17 Sachin Kumar <skumar1@novell.com>
	* 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 <skumar1@novell.com>
	* WithStatementC.vb:
	* WithStatementC3.vb:
	* WithStatementC4.vb:
	* Test.Sources: included new tests

2004-08-14 Bernie Solomon <bernard@ugsolutions.com>
	* ForEachA.vb:
	* Test.Sources: new test

2004-08-12 Sachin Kumar <skumar1@novell.com>
	* WithStatementA.vb:
	* WithStatementB.vb:
	* WithStatementC1.vb:
	* WithStatementC2.vb:
	* Test.Sources: included new tests

2004-08-12 Sachin Kumar <skumar1@novell.com>
	* LocalDeclarationA.vb:
	* LocalDeclarationC1.vb:
	* LocalDeclarationC2.vb:
	* Test.Sources: Included new tests

2004-08-11 Bernie Solomon <bernard@ugsolutions.com>
	* TypeOf.vb:
	* Test.Sources: New test

2004-08-11 Bernie Solomon <bernard@ugsolutions.com>
	* EnumB.vb:
	* Test.Sources: New test

2004-08-11 Sachin Kumar <skumar1@novell.com>
	* LocalVariables1.vb:
	* LocalVariablesA.vb:
	* LocalVariablesB.vb:
	* LocalVariablesC1.vb:
	* LocalVariablesC2.vb:
	* LocalVariablesC3.vb:
	* Test.Sources: Included new tests

2004-08-11 Sachin Kumar <skumar1@novell.com>
	* BlockStatementsA.vb:
	* BlockStatementsC1.vb:
	* BlockStatementsC2.vb:
	* BlockStatementsC3.vb:
	* BlockStatementsC4.vb:
	* Test.Sources: Included new tests 

2004-08-07 Bernie Solomon <bernard@ugsolutions.com>
	* GetType.vb:
	* Test.sources: add a test for GetType

2004-08-06 Bernie Solomon <bernard@Ugsolutions.com>

	* 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 <skumar1@novell.com>
	* 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  <kjambunathan@novell.com>
	* Makefile: Added 'mkdir -p $$logpath'

2004-08-05 Sachin Kumar <skumar1@novell.com>
	* 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 <banirban@novell.com>
	* InheritanceJ.vb: New test case
	* InheritanceA.vb: made corrections 
	* InterfaceC.vb: Enhanced

2004-08-05 Anirban Bhattacharjee <banirban@novell.com>
	* InterfaceH.vb: New test case

2004-08-05 Anirban Bhattacharjee <banirban@novell.com>
	* InterfaceA.vb: Test now covers all Interface members.

2004-08-04  Jambunathan K  <kjambunathan@novell.com>
	* 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 <skumar1@novell.com>
	* Makefile: Create clean set of test results log files
	* Readme: Updated readme appropriately.

2004-08-03  Jambunathan K  <kjambunathan@novell.com>
	* Readme: Reworded and Reformatted.

2004-08-01 Rafael Teixeira <rafaelteixeirabr@hotmail.com>
	* LabelA.vb, LabelB.vb, LabelC.vb, LabelD.vb : new positive tests for labelled statements

2004-07-30  Jambunathan K  <kjambunathan@novell.com>
	* 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 <skumar1@novell.com>
	* LogicalOperators.vb: Added tests for logical operators

2004-07-29 Sachin Kumar <skumar1@novell.com>
	* 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 <banirban@novell.com>
	* InheritanceC3.vb: Little correction in the test

2004-07-18 Anirban Bhattacharjee <banirban@novell.com>
	* DelegateA.vb: The test for passing AddressOf operator in method parameter is added.

2004-06-11 Anirban Bhattacharjee <banirban@novell.com>
	* 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
