2004-08-11 Bernie Solomon <bernard@ugsolutions.com>
[mono.git] / mcs / btests / ChangeLog
1 2004-08-11 Bernie Solomon <bernard@ugsolutions.com>
2         * TypeOf.vb:
3         * Test.Sources: New test
4
5 2004-08-11 Bernie Solomon <bernard@ugsolutions.com>
6         * EnumB.vb:
7         * Test.Sources: New test
8
9 2004-08-11 Sachin Kumar <skumar1@novell.com>
10         * LocalVariables1.vb:
11         * LocalVariablesA.vb:
12         * LocalVariablesB.vb:
13         * LocalVariablesC1.vb:
14         * LocalVariablesC2.vb:
15         * LocalVariablesC3.vb:
16         * Test.Sources: Included new tests
17
18 2004-08-11 Sachin Kumar <skumar1@novell.com>
19         * BlockStatementsA.vb:
20         * BlockStatementsC1.vb:
21         * BlockStatementsC2.vb:
22         * BlockStatementsC3.vb:
23         * BlockStatementsC4.vb:
24         * Test.Sources: Included new tests 
25
26 2004-08-07 Bernie Solomon <bernard@ugsolutions.com>
27         * GetType.vb:
28         * Test.sources: add a test for GetType
29
30 2004-08-06 Bernie Solomon <bernard@Ugsolutions.com>
31
32         * Dll1.vb:
33         * Import1.vb: test importing a DLL with a byref arg
34         * Makefile: build support DLLs
35         * Test.Sources: add new test
36
37 2004-08-06 Sachin Kumar <skumar1@novell.com>
38         * ArithmeticOperators.vb:
39         * ArithmeticOperators1.vb:
40         * ArithmeticOperators2.vb:
41         * ArithmeticOperators3.vb:
42         * ArithmeticOperatorsA.vb:
43         * ArithmeticOperatorsC1.vb:
44         * ArithmeticOperatorsC2.vb:
45         * LikeOperator.vb:
46         * LikeOperator1.vb:
47         * LikeOperatorA.vb:
48         * LikeOperatorC1.vb:
49         * RelationalOperators1.vb:
50         * RelationalOperatorsC1.vb:
51         * Test.Sources: Included newly added operators tests    
52         
53 2004-08-06  Jambunathan K  <kjambunathan@novell.com>
54         * Makefile: Added 'mkdir -p $$logpath'
55
56 2004-08-05 Sachin Kumar <skumar1@novell.com>
57         * ConcatenationOperator.vb:
58         * ConcatenationOperatorC1.vb:
59         * LogicalOperators1.vb:
60         * LogicalOperatorsA.vb:
61         * LogicalOperatorsC1.vb:
62         * LogicalOperatorsC2.vb:
63         * LogicalOperatorsC3.vb:
64         * ShiftOperators1.vb:
65         * ShiftOperatorsA.vb:
66         * ShiftOperatorsC1.vb:
67         * ShiftOperatorsC2.vb:
68         * Test.Sources: Included newly added tests
69
70 2004-08-05 Anirban Bhattacharjee <banirban@novell.com>
71         * InterfaceH.vb: New test case
72
73 2004-08-05 Anirban Bhattacharjee <banirban@novell.com>
74         * InterfaceA.vb: Test now covers all Interface members.
75
76 2004-08-04  Jambunathan K  <kjambunathan@novell.com>
77         * RegionDirectivesC5.vb: 
78         * ConditionalCompilation9.vb: 
79         * ConditionalCompilation10.vb: Removed all these redundant test 
80           cases
81
82         * Test.Sources: Included the newly added pre-processor test cases
83
84 2004-08-04 Sachin Kumar <skumar1@novell.com>
85         * Makefile: Create clean set of test results log files
86         * Readme: Updated readme appropriately.
87
88 2004-08-03  Jambunathan K  <kjambunathan@novell.com>
89         * Readme: Reworded and Reformatted.
90
91 2004-08-01 Rafael Teixeira <rafaelteixeirabr@hotmail.com>\r
92         * LabelA.vb, LabelB.vb, LabelC.vb, LabelD.vb : new positive tests for labelled statements\r
93
94 2004-07-30  Jambunathan K  <kjambunathan@novell.com>\r
95         * RegionDirectivesC1.vb: \r
96         * RegionDirectives.vb: \r
97         * ExternalSourceDirectivesC1.vb: \r
98         * ExternalSourceDirectives.vb: \r
99         * ConditionalCompilationE.vb: \r
100         * ConditionalCompilationD.vb: \r
101         * ConditionalCompilationC.vb: \r
102         * ConditionalCompilationA.vb: \r
103         * ConditionalCompilation.vb: \r
104         * RegionDirectivesC5.vb: \r
105         * RegionDirectivesC4.vb: \r
106         * RegionDirectivesC3.vb: \r
107         * RegionDirectivesC2.vb: \r
108         * PreProcessorDirectiveC1.vb: \r
109         * PreProcessorDirective.vb: \r
110         * ExternalSourceDirectivesC4.vb: \r
111         * ExternalSourceDirectivesC3.vb: \r
112         * ExternalSourceDirectivesC2.vb: \r
113         * ConditionalCompilationC9.vb: \r
114         * ConditionalCompilationC8.vb: \r
115         * ConditionalCompilationC7.vb: \r
116         * ConditionalCompilationC6.vb: \r
117         * ConditionalCompilationC5.vb: \r
118         * ConditionalCompilationC4.vb: \r
119         * ConditionalCompilationC3.vb: \r
120         * ConditionalCompilation9.vb: \r
121         * ConditionalCompilation10.vb: Added or modified tests for region\r
122         externalsource and conditional compilation pre-processor directives\r
123 \r
124 2004-07-29 Sachin Kumar <skumar1@novell.com>\r
125         * LogicalOperators.vb: Added tests for logical operators\r
126 \r
127 2004-07-29 Sachin Kumar <skumar1@novell.com>\r
128         * RelationalOperators.vb: Added tests for relational operators\r
129         * RelationalOperatorsA.vb: Added more tests for relational operators\r
130         * AssignmentOperators.vb: Added tests for assignment operators   \r
131 \r
132 2004-07-26 Anirban Bhattacharjee <banirban@novell.com>\r
133         * InheritanceC3.vb: Little correction in the test\r
134 \r
135 2004-07-18 Anirban Bhattacharjee <banirban@novell.com>\r
136         * DelegateA.vb: The test for passing AddressOf operator in method parameter is added.\r
137 \r
138 2004-06-11 Anirban Bhattacharjee <banirban@novell.com>\r
139         * Makefile: Removed inclusion of rules.make from Makefile for two reasons :\r
140                 - This Makefile as of now has no dependency on rules.make what so ever\r
141                 - 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
142 \r
143 2004-05-15 Rafael Teixeira (rafaelteixeira@hotmail.com)\r
144         * Makefile: corrected /libpath: compiler flag (parameter) to point to ../class/lib/default/ the new location of libraries\r
145 \r
146 2004-03-16 Rafael Teixeira (rafaelteixeira@hotmail.com)\r
147         * Test1.vb: corrected mispelling in keyword\r
148         * Test.Sources: no misc1.vb or CharacterLiteralsA.vb sources\r
149         * ConditionalCompilationC.vb: added some tests with #Const\r