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