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