Added new tests for Local Declaration Statements
[mono.git] / mcs / btests / ChangeLog
1 2004-08-12 Sachin Kumar <skumar1@novell.com>
2         * LocalDeclarationA.vb:
3         * LocalDeclarationC1.vb:
4         * LocalDeclarationC2.vb:
5         * Test.Sources: Included new tests
6
7 2004-08-11 Bernie Solomon <bernard@ugsolutions.com>
8         * TypeOf.vb:
9         * Test.Sources: New test
10
11 2004-08-11 Bernie Solomon <bernard@ugsolutions.com>
12         * EnumB.vb:
13         * Test.Sources: New test
14
15 2004-08-11 Sachin Kumar <skumar1@novell.com>
16         * LocalVariables1.vb:
17         * LocalVariablesA.vb:
18         * LocalVariablesB.vb:
19         * LocalVariablesC1.vb:
20         * LocalVariablesC2.vb:
21         * LocalVariablesC3.vb:
22         * Test.Sources: Included new tests
23
24 2004-08-11 Sachin Kumar <skumar1@novell.com>
25         * BlockStatementsA.vb:
26         * BlockStatementsC1.vb:
27         * BlockStatementsC2.vb:
28         * BlockStatementsC3.vb:
29         * BlockStatementsC4.vb:
30         * Test.Sources: Included new tests 
31
32 2004-08-07 Bernie Solomon <bernard@ugsolutions.com>
33         * GetType.vb:
34         * Test.sources: add a test for GetType
35
36 2004-08-06 Bernie Solomon <bernard@Ugsolutions.com>
37
38         * Dll1.vb:
39         * Import1.vb: test importing a DLL with a byref arg
40         * Makefile: build support DLLs
41         * Test.Sources: add new test
42
43 2004-08-06 Sachin Kumar <skumar1@novell.com>
44         * ArithmeticOperators.vb:
45         * ArithmeticOperators1.vb:
46         * ArithmeticOperators2.vb:
47         * ArithmeticOperators3.vb:
48         * ArithmeticOperatorsA.vb:
49         * ArithmeticOperatorsC1.vb:
50         * ArithmeticOperatorsC2.vb:
51         * LikeOperator.vb:
52         * LikeOperator1.vb:
53         * LikeOperatorA.vb:
54         * LikeOperatorC1.vb:
55         * RelationalOperators1.vb:
56         * RelationalOperatorsC1.vb:
57         * Test.Sources: Included newly added operators tests    
58         
59 2004-08-06  Jambunathan K  <kjambunathan@novell.com>
60         * Makefile: Added 'mkdir -p $$logpath'
61
62 2004-08-05 Sachin Kumar <skumar1@novell.com>
63         * ConcatenationOperator.vb:
64         * ConcatenationOperatorC1.vb:
65         * LogicalOperators1.vb:
66         * LogicalOperatorsA.vb:
67         * LogicalOperatorsC1.vb:
68         * LogicalOperatorsC2.vb:
69         * LogicalOperatorsC3.vb:
70         * ShiftOperators1.vb:
71         * ShiftOperatorsA.vb:
72         * ShiftOperatorsC1.vb:
73         * ShiftOperatorsC2.vb:
74         * Test.Sources: Included newly added tests
75
76 2004-08-05 Anirban Bhattacharjee <banirban@novell.com>
77         * InterfaceH.vb: New test case
78
79 2004-08-05 Anirban Bhattacharjee <banirban@novell.com>
80         * InterfaceA.vb: Test now covers all Interface members.
81
82 2004-08-04  Jambunathan K  <kjambunathan@novell.com>
83         * RegionDirectivesC5.vb: 
84         * ConditionalCompilation9.vb: 
85         * ConditionalCompilation10.vb: Removed all these redundant test 
86           cases
87
88         * Test.Sources: Included the newly added pre-processor test cases
89
90 2004-08-04 Sachin Kumar <skumar1@novell.com>
91         * Makefile: Create clean set of test results log files
92         * Readme: Updated readme appropriately.
93
94 2004-08-03  Jambunathan K  <kjambunathan@novell.com>
95         * Readme: Reworded and Reformatted.
96
97 2004-08-01 Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
98         * LabelA.vb, LabelB.vb, LabelC.vb, LabelD.vb : new positive tests for labelled statements\r
99
100 2004-07-30  Jambunathan K  <kjambunathan@novell.com>\r
101         * RegionDirectivesC1.vb: \r
102         * RegionDirectives.vb: \r
103         * ExternalSourceDirectivesC1.vb: \r
104         * ExternalSourceDirectives.vb: \r
105         * ConditionalCompilationE.vb: \r
106         * ConditionalCompilationD.vb: \r
107         * ConditionalCompilationC.vb: \r
108         * ConditionalCompilationA.vb: \r
109         * ConditionalCompilation.vb: \r
110         * RegionDirectivesC5.vb: \r
111         * RegionDirectivesC4.vb: \r
112         * RegionDirectivesC3.vb: \r
113         * RegionDirectivesC2.vb: \r
114         * PreProcessorDirectiveC1.vb: \r
115         * PreProcessorDirective.vb: \r
116         * ExternalSourceDirectivesC4.vb: \r
117         * ExternalSourceDirectivesC3.vb: \r
118         * ExternalSourceDirectivesC2.vb: \r
119         * ConditionalCompilationC9.vb: \r
120         * ConditionalCompilationC8.vb: \r
121         * ConditionalCompilationC7.vb: \r
122         * ConditionalCompilationC6.vb: \r
123         * ConditionalCompilationC5.vb: \r
124         * ConditionalCompilationC4.vb: \r
125         * ConditionalCompilationC3.vb: \r
126         * ConditionalCompilation9.vb: \r
127         * ConditionalCompilation10.vb: Added or modified tests for region\r
128         externalsource and conditional compilation pre-processor directives\r
129 \r
130 2004-07-29 Sachin Kumar <skumar1@novell.com>\r
131         * LogicalOperators.vb: Added tests for logical operators\r
132 \r
133 2004-07-29 Sachin Kumar <skumar1@novell.com>\r
134         * RelationalOperators.vb: Added tests for relational operators\r
135         * RelationalOperatorsA.vb: Added more tests for relational operators\r
136         * AssignmentOperators.vb: Added tests for assignment operators   \r
137 \r
138 2004-07-26 Anirban Bhattacharjee <banirban@novell.com>\r
139         * InheritanceC3.vb: Little correction in the test\r
140 \r
141 2004-07-18 Anirban Bhattacharjee <banirban@novell.com>\r
142         * DelegateA.vb: The test for passing AddressOf operator in method parameter is added.\r
143 \r
144 2004-06-11 Anirban Bhattacharjee <banirban@novell.com>\r
145         * Makefile: Removed inclusion of rules.make from Makefile for two reasons :\r
146                 - This Makefile as of now has no dependency on rules.make what so ever\r
147                 - 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\r
148 \r
149 2004-05-15 Rafael Teixeira (rafaelteixeira@hotmail.com)\r
150         * Makefile: corrected /libpath: compiler flag (parameter) to point to ../class/lib/default/ the new location of libraries\r
151 \r
152 2004-03-16 Rafael Teixeira (rafaelteixeira@hotmail.com)\r
153         * Test1.vb: corrected mispelling in keyword\r
154         * Test.Sources: no misc1.vb or CharacterLiteralsA.vb sources\r
155         * ConditionalCompilationC.vb: added some tests with #Const\r