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