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