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