2004-08-19 Anirban Bhattacharjee <banirban@novell.com>
[mono.git] / mcs / btests / ChangeLog
1 2004-08-19 Anirban Bhattacharjee <banirban@novell.com>
2         * Makefile: Changed the makefile to support multiple file compilation sothat  we can compile files A1.vb, A2.vb, A3.vb as A*.vb
3
4 2004-08-19 Sachin Kumar <skumar1@novell.com>
5         * AssignmentStatements5.vb:
6         * AssignmentStatementsC.vb:
7         * AssignmentStatementsC4.vb:
8         * Test.Sources: included new tests      
9
10 2004-08-19 Anirban Bhattacharjee <banirban@novell.com>
11         * Override_dll.vb:
12         * Override_exe.vb:
13                 New test cases to test Overriding functions across assemblies
14         * Delegate_dll.vb:
15         * Delegate_exe.vb:
16                 New test cases to check delegates invoking functions across assemblies
17         * Makefile: Added new dll names to the dependency list
18
19 2004-08-19 Anirban Bhattacharjee <banirban@novell.com>
20         * EventG.vb: New test case
21         * EventH.vb: New test case
22
23 2004-08-17 Sachin Kumar <skumar1@novell.com>
24         * AssignmentStatements1.vb:
25         * AssignmentStatements2.vb:
26         * AssignmentStatements3.vb:
27         * AssignmentStatements4.vb:
28         * AssignmentStatementsA.vb:
29         * AssignmentStatementsB.vb:
30         * AssignmentStatementsC1.vb:
31         * AssignmentStatementsC2.vb:
32         * AssignmentStatementsC3.vb:
33         * Test.Sources: included new tests
34
35 2004-08-16 Sachin Kumar <skumar1@novell.com>
36         * WithStatementC.vb:
37         * WithStatementC3.vb:
38         * WithStatementC4.vb:
39         * Test.Sources: included new tests
40
41 2004-08-14 Bernie Solomon <bernard@ugsolutions.com>
42         * ForEachA.vb:
43         * Test.Sources: new test
44
45 2004-08-12 Sachin Kumar <skumar1@novell.com>
46         * WithStatementA.vb:
47         * WithStatementB.vb:
48         * WithStatementC1.vb:
49         * WithStatementC2.vb:
50         * Test.Sources: included new tests
51
52 2004-08-12 Sachin Kumar <skumar1@novell.com>
53         * LocalDeclarationA.vb:
54         * LocalDeclarationC1.vb:
55         * LocalDeclarationC2.vb:
56         * Test.Sources: Included new tests
57
58 2004-08-11 Bernie Solomon <bernard@ugsolutions.com>
59         * TypeOf.vb:
60         * Test.Sources: New test
61
62 2004-08-11 Bernie Solomon <bernard@ugsolutions.com>
63         * EnumB.vb:
64         * Test.Sources: New test
65
66 2004-08-11 Sachin Kumar <skumar1@novell.com>
67         * LocalVariables1.vb:
68         * LocalVariablesA.vb:
69         * LocalVariablesB.vb:
70         * LocalVariablesC1.vb:
71         * LocalVariablesC2.vb:
72         * LocalVariablesC3.vb:
73         * Test.Sources: Included new tests
74
75 2004-08-11 Sachin Kumar <skumar1@novell.com>
76         * BlockStatementsA.vb:
77         * BlockStatementsC1.vb:
78         * BlockStatementsC2.vb:
79         * BlockStatementsC3.vb:
80         * BlockStatementsC4.vb:
81         * Test.Sources: Included new tests 
82
83 2004-08-07 Bernie Solomon <bernard@ugsolutions.com>
84         * GetType.vb:
85         * Test.sources: add a test for GetType
86
87 2004-08-06 Bernie Solomon <bernard@Ugsolutions.com>
88
89         * Dll1.vb:
90         * Import1.vb: test importing a DLL with a byref arg
91         * Makefile: build support DLLs
92         * Test.Sources: add new test
93
94 2004-08-06 Sachin Kumar <skumar1@novell.com>
95         * ArithmeticOperators.vb:
96         * ArithmeticOperators1.vb:
97         * ArithmeticOperators2.vb:
98         * ArithmeticOperators3.vb:
99         * ArithmeticOperatorsA.vb:
100         * ArithmeticOperatorsC1.vb:
101         * ArithmeticOperatorsC2.vb:
102         * LikeOperator.vb:
103         * LikeOperator1.vb:
104         * LikeOperatorA.vb:
105         * LikeOperatorC1.vb:
106         * RelationalOperators1.vb:
107         * RelationalOperatorsC1.vb:
108         * Test.Sources: Included newly added operators tests    
109         
110 2004-08-06  Jambunathan K  <kjambunathan@novell.com>
111         * Makefile: Added 'mkdir -p $$logpath'
112
113 2004-08-05 Sachin Kumar <skumar1@novell.com>
114         * ConcatenationOperator.vb:
115         * ConcatenationOperatorC1.vb:
116         * LogicalOperators1.vb:
117         * LogicalOperatorsA.vb:
118         * LogicalOperatorsC1.vb:
119         * LogicalOperatorsC2.vb:
120         * LogicalOperatorsC3.vb:
121         * ShiftOperators1.vb:
122         * ShiftOperatorsA.vb:
123         * ShiftOperatorsC1.vb:
124         * ShiftOperatorsC2.vb:
125         * Test.Sources: Included newly added tests
126
127 2004-08-05 Anirban Bhattacharjee <banirban@novell.com>
128         * InheritanceJ.vb: New test case
129         * InheritanceA.vb: made corrections 
130         * InterfaceC.vb: Enhanced
131
132 2004-08-05 Anirban Bhattacharjee <banirban@novell.com>
133         * InterfaceH.vb: New test case
134
135 2004-08-05 Anirban Bhattacharjee <banirban@novell.com>
136         * InterfaceA.vb: Test now covers all Interface members.
137
138 2004-08-04  Jambunathan K  <kjambunathan@novell.com>
139         * RegionDirectivesC5.vb: 
140         * ConditionalCompilation9.vb: 
141         * ConditionalCompilation10.vb: Removed all these redundant test 
142           cases
143
144         * Test.Sources: Included the newly added pre-processor test cases
145
146 2004-08-04 Sachin Kumar <skumar1@novell.com>
147         * Makefile: Create clean set of test results log files
148         * Readme: Updated readme appropriately.
149
150 2004-08-03  Jambunathan K  <kjambunathan@novell.com>
151         * Readme: Reworded and Reformatted.
152
153 2004-08-01 Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
154         * LabelA.vb, LabelB.vb, LabelC.vb, LabelD.vb : new positive tests for labelled statements\r
155
156 2004-07-30  Jambunathan K  <kjambunathan@novell.com>\r
157         * RegionDirectivesC1.vb: \r
158         * RegionDirectives.vb: \r
159         * ExternalSourceDirectivesC1.vb: \r
160         * ExternalSourceDirectives.vb: \r
161         * ConditionalCompilationE.vb: \r
162         * ConditionalCompilationD.vb: \r
163         * ConditionalCompilationC.vb: \r
164         * ConditionalCompilationA.vb: \r
165         * ConditionalCompilation.vb: \r
166         * RegionDirectivesC5.vb: \r
167         * RegionDirectivesC4.vb: \r
168         * RegionDirectivesC3.vb: \r
169         * RegionDirectivesC2.vb: \r
170         * PreProcessorDirectiveC1.vb: \r
171         * PreProcessorDirective.vb: \r
172         * ExternalSourceDirectivesC4.vb: \r
173         * ExternalSourceDirectivesC3.vb: \r
174         * ExternalSourceDirectivesC2.vb: \r
175         * ConditionalCompilationC9.vb: \r
176         * ConditionalCompilationC8.vb: \r
177         * ConditionalCompilationC7.vb: \r
178         * ConditionalCompilationC6.vb: \r
179         * ConditionalCompilationC5.vb: \r
180         * ConditionalCompilationC4.vb: \r
181         * ConditionalCompilationC3.vb: \r
182         * ConditionalCompilation9.vb: \r
183         * ConditionalCompilation10.vb: Added or modified tests for region\r
184         externalsource and conditional compilation pre-processor directives\r
185 \r
186 2004-07-29 Sachin Kumar <skumar1@novell.com>\r
187         * LogicalOperators.vb: Added tests for logical operators\r
188 \r
189 2004-07-29 Sachin Kumar <skumar1@novell.com>\r
190         * RelationalOperators.vb: Added tests for relational operators\r
191         * RelationalOperatorsA.vb: Added more tests for relational operators\r
192         * AssignmentOperators.vb: Added tests for assignment operators   \r
193 \r
194 2004-07-26 Anirban Bhattacharjee <banirban@novell.com>\r
195         * InheritanceC3.vb: Little correction in the test\r
196 \r
197 2004-07-18 Anirban Bhattacharjee <banirban@novell.com>\r
198         * DelegateA.vb: The test for passing AddressOf operator in method parameter is added.\r
199 \r
200 2004-06-11 Anirban Bhattacharjee <banirban@novell.com>\r
201         * Makefile: Removed inclusion of rules.make from Makefile for two reasons :\r
202                 - This Makefile as of now has no dependency on rules.make what so ever\r
203                 - 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
204 \r
205 2004-05-15 Rafael Teixeira (rafaelteixeira@hotmail.com)\r
206         * Makefile: corrected /libpath: compiler flag (parameter) to point to ../class/lib/default/ the new location of libraries\r
207 \r
208 2004-03-16 Rafael Teixeira (rafaelteixeira@hotmail.com)\r
209         * Test1.vb: corrected mispelling in keyword\r
210         * Test.Sources: no misc1.vb or CharacterLiteralsA.vb sources\r
211         * ConditionalCompilationC.vb: added some tests with #Const\r