Added new tests for Exception Handling Statements
[mono.git] / mcs / btests / ChangeLog
1 2004-08-26 Sachin Kumar <skumar1@novell.com>
2         * ExceptionHandlingA.vb:
3         * ExceptionHandlingB.vb:
4         * ExceptionHandlingC1.vb:
5         * ExceptionHandlingC2.vb:
6         * ExceptionHandlingC3.vb:
7         * ExceptionHandlingC4.vb:
8         * ExceptionHandlingC5.vb:
9         * ExceptionHandlingC6.vb:
10         * ExceptionHandlingC7.vb:
11         * ExceptionHandlingC8.vb:
12         * ExceptionHandlingC9.vb:
13         * Test.Sources: included new tests
14
15 2004-08-26 Anirban Bhattacharjee <banirban@novell.com>
16         Following tests are submtted by Manish Sinha <manishkumarsinha@sify.com>
17         * Arguments_ByValueA:
18         * Arguments_ByValueB:
19         * Arguments_ByValueC:
20         * Arguments_ByValueD:
21         * Arguments_ByReferenceA:
22         * Arguments_ByReferenceB:
23         * Arguments_ByReferenceC:
24         * Arguments_ByReferenceD:
25         * Function_ArguByValueA:
26         * Function_ArguByValueB:
27         * Function_ArguByValueC:
28         * Function_ArguByValueD:
29         * Function_ArguByReferenceA:
30         * Function_ArguByReferenceB:
31         * Function_ArguByReferenceC:
32         * Function_ArguByReferenceD:
33         * ParamArrayA:
34         * ParamArrayB:
35         * Function_ParamArrayA:
36         * Function_ParamArrayB:
37         * Function_ParamArrayc:
38         * ParamArrayC2:
39         * Function_ParamArrayC1:
40         * Function_ParamArrayC2:
41         * Function_ParamArrayC3:
42         * Function_ParamArrayC4i:
43         * Test.Sources: Included new test
44
45 2004-08-25 Sachin Kumar <skumar1@novell.com>
46         * ConditionalStatementsC.vb: 
47                 Added small test for nested Select Case Statement 
48         * ConditionalStatementsC15.vb:
49                 A new negative compilation test case
50
51 2004-08-24 Sachin Kumar <skumar1@novell.com>
52         * ForA.vb:
53         * ForB.vb:
54         * ForC1.vb:
55         * ForC2.vb:
56         * ForC3.vb:
57         * ForC4.vb:
58         * ForC5.vb:
59         * ForC6.vb:
60         * ForC7.vb:
61         * ForC8.vb:
62         * ForC9.vb:
63         * ForEachB.vb:
64         * ForEachC1.vb:
65         * ForEachC2.vb:
66         * ForEachC3.vb:
67         * ForEachC4.vb:
68         * ForEachC5.vb:
69         * ForEachC6.vb:
70         * ForEachC7.vb:
71         * ForEachC8.vb:
72         * LoopStatements1.vb:
73         * LoopStatementsA.vb:
74         * Test.Sources: included new tests
75
76 2004-08-24 Sachin Kumar <skumar1@novell.com>
77         * LoopStatementsC1.vb:
78         * LoopStatementsC2.vb:
79         * LoopStatementsC3.vb:
80         * LoopStatementsC4.vb:  
81         * LoopStatementsC5.vb:
82         * LoopStatementsC6.vb:
83         * LoopStatementsC7.vb:
84         * LoopStatementsC8.vb:
85         * Test.Sources: included new tests
86
87 2004-08-23 Bernie Solomon <bernard@ugsolutions.com>
88         * DoubleTypeCharTest.vb: needs an Imports System
89
90 2004-08-23 Anirban Bhattacharjee <banirban@novell.com>
91         * Makefile: Trivial bug fixing
92
93 2004-08-20 Anirban Bhattacharjee <banirban@novell.com>
94         * Event_dll.vb:
95         * Event_exe.vb:
96                 New tests for invoking event form other assembly
97         * Test.Sources: Updated with new file names
98         * Makefile: Added new dll name
99
100 2004-08-20 Sachin Kumar <skumar1@novell.com>
101         * ConditionalStatementsB.vb:
102         * ConditionalStatementsC.vb:
103         * ConditionalStatementsD.vb:
104         * ConditionalStatementsC8.vb:
105         * ConditionalStatementsC9.vb:
106         * ConditionalStatementsC10.vb:
107         * ConditionalStatementsC11.vb:
108         * ConditionalStatementsC12.vb:
109         * ConditionalStatementsC13.vb:
110         * ConditionalStatementsC14.vb:
111         * Test.Sources: included new tests
112
113 2004-08-19 Anirban Bhattacharjee <banirban@novell.com>
114         * NameSpaceTestA.vb: New test
115         * NameSpaceTestB.vb: New test
116         * Test.Source: Added new test names
117
118 2004-08-19 Sachin Kumar <skumar1@novell.com>
119         * ConditionalStatements1.vb:
120         * ConditionalStatementsA.vb:
121         * ConditionalStatementsC1.vb:
122         * ConditionalStatementsC2.vb:
123         * ConditionalStatementsC3.vb:
124         * ConditionalStatementsC4.vb:
125         * ConditionalStatementsC5.vb:
126         * ConditionalStatementsC6.vb:
127         * ConditionalStatementsC7.vb:
128         * Test.Sources: included new tests
129
130 2004-08-19 Anirban Bhattacharjee <banirban@novell.com>
131         * Makefile: Changed the makefile to support multiple file compilation sothat  we can compile files A1.vb, A2.vb, A3.vb as A*.vb
132
133 2004-08-19 Sachin Kumar <skumar1@novell.com>
134         * AssignmentStatements5.vb:
135         * AssignmentStatementsC.vb:
136         * AssignmentStatementsC4.vb:
137         * Test.Sources: included new tests      
138
139 2004-08-19 Anirban Bhattacharjee <banirban@novell.com>
140         * Override_dll.vb:
141         * Override_exe.vb:
142                 New test cases to test Overriding functions across assemblies
143         * Delegate_dll.vb:
144         * Delegate_exe.vb:
145                 New test cases to check delegates invoking functions across assemblies
146         * Makefile: Added new dll names to the dependency list
147
148 2004-08-19 Anirban Bhattacharjee <banirban@novell.com>
149         * EventG.vb: New test case
150         * EventH.vb: New test case
151
152 2004-08-17 Sachin Kumar <skumar1@novell.com>
153         * AssignmentStatements1.vb:
154         * AssignmentStatements2.vb:
155         * AssignmentStatements3.vb:
156         * AssignmentStatements4.vb:
157         * AssignmentStatementsA.vb:
158         * AssignmentStatementsB.vb:
159         * AssignmentStatementsC1.vb:
160         * AssignmentStatementsC2.vb:
161         * AssignmentStatementsC3.vb:
162         * Test.Sources: included new tests
163
164 2004-08-16 Sachin Kumar <skumar1@novell.com>
165         * WithStatementC.vb:
166         * WithStatementC3.vb:
167         * WithStatementC4.vb:
168         * Test.Sources: included new tests
169
170 2004-08-14 Bernie Solomon <bernard@ugsolutions.com>
171         * ForEachA.vb:
172         * Test.Sources: new test
173
174 2004-08-12 Sachin Kumar <skumar1@novell.com>
175         * WithStatementA.vb:
176         * WithStatementB.vb:
177         * WithStatementC1.vb:
178         * WithStatementC2.vb:
179         * Test.Sources: included new tests
180
181 2004-08-12 Sachin Kumar <skumar1@novell.com>
182         * LocalDeclarationA.vb:
183         * LocalDeclarationC1.vb:
184         * LocalDeclarationC2.vb:
185         * Test.Sources: Included new tests
186
187 2004-08-11 Bernie Solomon <bernard@ugsolutions.com>
188         * TypeOf.vb:
189         * Test.Sources: New test
190
191 2004-08-11 Bernie Solomon <bernard@ugsolutions.com>
192         * EnumB.vb:
193         * Test.Sources: New test
194
195 2004-08-11 Sachin Kumar <skumar1@novell.com>
196         * LocalVariables1.vb:
197         * LocalVariablesA.vb:
198         * LocalVariablesB.vb:
199         * LocalVariablesC1.vb:
200         * LocalVariablesC2.vb:
201         * LocalVariablesC3.vb:
202         * Test.Sources: Included new tests
203
204 2004-08-11 Sachin Kumar <skumar1@novell.com>
205         * BlockStatementsA.vb:
206         * BlockStatementsC1.vb:
207         * BlockStatementsC2.vb:
208         * BlockStatementsC3.vb:
209         * BlockStatementsC4.vb:
210         * Test.Sources: Included new tests 
211
212 2004-08-07 Bernie Solomon <bernard@ugsolutions.com>
213         * GetType.vb:
214         * Test.sources: add a test for GetType
215
216 2004-08-06 Bernie Solomon <bernard@Ugsolutions.com>
217
218         * Dll1.vb:
219         * Import1.vb: test importing a DLL with a byref arg
220         * Makefile: build support DLLs
221         * Test.Sources: add new test
222
223 2004-08-06 Sachin Kumar <skumar1@novell.com>
224         * ArithmeticOperators.vb:
225         * ArithmeticOperators1.vb:
226         * ArithmeticOperators2.vb:
227         * ArithmeticOperators3.vb:
228         * ArithmeticOperatorsA.vb:
229         * ArithmeticOperatorsC1.vb:
230         * ArithmeticOperatorsC2.vb:
231         * LikeOperator.vb:
232         * LikeOperator1.vb:
233         * LikeOperatorA.vb:
234         * LikeOperatorC1.vb:
235         * RelationalOperators1.vb:
236         * RelationalOperatorsC1.vb:
237         * Test.Sources: Included newly added operators tests    
238         
239 2004-08-06  Jambunathan K  <kjambunathan@novell.com>
240         * Makefile: Added 'mkdir -p $$logpath'
241
242 2004-08-05 Sachin Kumar <skumar1@novell.com>
243         * ConcatenationOperator.vb:
244         * ConcatenationOperatorC1.vb:
245         * LogicalOperators1.vb:
246         * LogicalOperatorsA.vb:
247         * LogicalOperatorsC1.vb:
248         * LogicalOperatorsC2.vb:
249         * LogicalOperatorsC3.vb:
250         * ShiftOperators1.vb:
251         * ShiftOperatorsA.vb:
252         * ShiftOperatorsC1.vb:
253         * ShiftOperatorsC2.vb:
254         * Test.Sources: Included newly added tests
255
256 2004-08-05 Anirban Bhattacharjee <banirban@novell.com>
257         * InheritanceJ.vb: New test case
258         * InheritanceA.vb: made corrections 
259         * InterfaceC.vb: Enhanced
260
261 2004-08-05 Anirban Bhattacharjee <banirban@novell.com>
262         * InterfaceH.vb: New test case
263
264 2004-08-05 Anirban Bhattacharjee <banirban@novell.com>
265         * InterfaceA.vb: Test now covers all Interface members.
266
267 2004-08-04  Jambunathan K  <kjambunathan@novell.com>
268         * RegionDirectivesC5.vb: 
269         * ConditionalCompilation9.vb: 
270         * ConditionalCompilation10.vb: Removed all these redundant test 
271           cases
272
273         * Test.Sources: Included the newly added pre-processor test cases
274
275 2004-08-04 Sachin Kumar <skumar1@novell.com>
276         * Makefile: Create clean set of test results log files
277         * Readme: Updated readme appropriately.
278
279 2004-08-03  Jambunathan K  <kjambunathan@novell.com>
280         * Readme: Reworded and Reformatted.
281
282 2004-08-01 Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
283         * LabelA.vb, LabelB.vb, LabelC.vb, LabelD.vb : new positive tests for labelled statements\r
284
285 2004-07-30  Jambunathan K  <kjambunathan@novell.com>\r
286         * RegionDirectivesC1.vb: \r
287         * RegionDirectives.vb: \r
288         * ExternalSourceDirectivesC1.vb: \r
289         * ExternalSourceDirectives.vb: \r
290         * ConditionalCompilationE.vb: \r
291         * ConditionalCompilationD.vb: \r
292         * ConditionalCompilationC.vb: \r
293         * ConditionalCompilationA.vb: \r
294         * ConditionalCompilation.vb: \r
295         * RegionDirectivesC5.vb: \r
296         * RegionDirectivesC4.vb: \r
297         * RegionDirectivesC3.vb: \r
298         * RegionDirectivesC2.vb: \r
299         * PreProcessorDirectiveC1.vb: \r
300         * PreProcessorDirective.vb: \r
301         * ExternalSourceDirectivesC4.vb: \r
302         * ExternalSourceDirectivesC3.vb: \r
303         * ExternalSourceDirectivesC2.vb: \r
304         * ConditionalCompilationC9.vb: \r
305         * ConditionalCompilationC8.vb: \r
306         * ConditionalCompilationC7.vb: \r
307         * ConditionalCompilationC6.vb: \r
308         * ConditionalCompilationC5.vb: \r
309         * ConditionalCompilationC4.vb: \r
310         * ConditionalCompilationC3.vb: \r
311         * ConditionalCompilation9.vb: \r
312         * ConditionalCompilation10.vb: Added or modified tests for region\r
313         externalsource and conditional compilation pre-processor directives\r
314 \r
315 2004-07-29 Sachin Kumar <skumar1@novell.com>\r
316         * LogicalOperators.vb: Added tests for logical operators\r
317 \r
318 2004-07-29 Sachin Kumar <skumar1@novell.com>\r
319         * RelationalOperators.vb: Added tests for relational operators\r
320         * RelationalOperatorsA.vb: Added more tests for relational operators\r
321         * AssignmentOperators.vb: Added tests for assignment operators   \r
322 \r
323 2004-07-26 Anirban Bhattacharjee <banirban@novell.com>\r
324         * InheritanceC3.vb: Little correction in the test\r
325 \r
326 2004-07-18 Anirban Bhattacharjee <banirban@novell.com>\r
327         * DelegateA.vb: The test for passing AddressOf operator in method parameter is added.\r
328 \r
329 2004-06-11 Anirban Bhattacharjee <banirban@novell.com>\r
330         * Makefile: Removed inclusion of rules.make from Makefile for two reasons :\r
331                 - This Makefile as of now has no dependency on rules.make what so ever\r
332                 - 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
333 \r
334 2004-05-15 Rafael Teixeira (rafaelteixeira@hotmail.com)\r
335         * Makefile: corrected /libpath: compiler flag (parameter) to point to ../class/lib/default/ the new location of libraries\r
336 \r
337 2004-03-16 Rafael Teixeira (rafaelteixeira@hotmail.com)\r
338         * Test1.vb: corrected mispelling in keyword\r
339         * Test.Sources: no misc1.vb or CharacterLiteralsA.vb sources\r
340         * ConditionalCompilationC.vb: added some tests with #Const\r