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