few more test cases
[mono.git] / mcs / btests / Test.Sources
1 #
2 # All positive test cases goes here
3 #
4
5 TEST_SOURCES = \
6 Test1 \
7 Test2 \
8 misc1 \
9 misc2 \
10 Identifier \
11 IntegerTypeCharTest\
12 IntegerTypeCharTestA \
13 IntegerTypeCharTestB \
14 LongTypeCharTest\
15 LongTypeCharTestA \
16 LongTypeCharTestB \
17 SingleTypeCharTest \
18 SingleTypeCharTestA \
19 SingleTypeCharTestB \
20 DecimalTypeCharTest \
21 DecimalTypeCharTestA \
22 DecimalTypeCharTestB \
23 DoubleTypeCharTest \
24 DoubleTypeCharTestA \
25 DoubleTypeCharTestB \
26 StringTypeCharTest \
27 StringTypeCharTestA \
28 StringTypeCharTestB \
29 IntegerLiteralTest \
30 IntegerLiteralA \
31 IntegerLiteralB \
32 IntegerLiteral1Test \
33 IntegerLiteral2Test \
34 LongLiteralA \
35 LongLiteralB \
36 SingleLiteral \
37 SingleLiteralA \
38 SingleLiteralB \
39 DecimalLiteral \
40 DecimalLiteralA \
41 DecimalLiteralB \
42 DoubleLiteral \
43 DoubleLiteralA \
44 DoubleLiteralB \
45 BoolLiteralTest \
46 BoolLiteralA \
47 StringLiterals \
48 StringLiteralsA\
49 CharacterLiterals \
50 CharacterLiteralsA \
51 DateLiterals \
52 LiteralNothing \
53 ConditionalCompilation \
54 ConditionalCompilationA \
55 ConditionalCompilationB \
56 ConditionalCompilationC \
57 ConditionalCompilationD \
58 ConditionalCompilationE \
59 ConditionalConstants \
60 ConditionalConstantsA \
61 ExternalSourceDirectives \
62 RegionDirectives \
63 NameSpace \
64 NameSpaceA \
65 NameSpaceB \
66 NameSpaceC \
67 NameSpaceD \
68 NSA \
69 NSB \
70 ModuleTest \
71 ModuleA \
72 ClassTest \
73 Scope \
74 ScopeA \
75 Overloading \
76 OverloadingA \
77 Inheritance \
78 InheritanceA \
79 InheritanceB \
80 InheritanceC \
81 InheritanceD \
82 InheritanceE \
83 InheritanceF \
84 InheritanceG \
85 InheritanceH \
86 InheritanceI \
87 MustInherit \
88 MustInheritA \
89 NotInheritable \
90 Interface \
91 InterfaceA \
92 InterfaceB \
93 InterfaceC \
94 InterfaceD \
95 InterfaceE \
96 InterfaceF \
97 InterfaceG \
98 ShadowsA \
99 ShadowsB \
100 ShadowsC \
101 ShadowsD \
102 OverrideA \
103 OverrideB \
104 Accessibility \
105 AccessibilityA \
106 AccessibilityB \
107 AccessibilityC \
108 Attributes \
109 AttributesA \
110 AttributesB \
111 AttributesC \
112 AttributesD \
113 QualifiedNames \
114 Variables \
115
116
117 # All negetive test cases which should
118 # fail during compilation goes here
119
120 TEST_NGTIVE_COMPILATION_SOURCES = \
121 CommentC1 \
122 WhiteSpaceC1 \
123 LineContinuationC1 \
124 LineContinuationC2 \
125 IdentifierFail1 \
126 IdentifierFail2 \
127 IdentifierFail3 \
128 IdentifierFail4 \
129 IntegerTypeCharTestC1 \
130 IntegerTypeCharTestC2 \
131 IntegerTypeCharTestC3 \
132 LongTypeCharTestC1 \
133 LongTypeCharTestC2 \
134 SingleTypeCharTestC1 \
135 SingleTypeCharTestC2 \
136 DecimalTypeCharTestC1 \
137 DecimalTypeCharTestC2 \
138 DoubleTypeCharTestC1 \
139 DoubleTypeCharTestC2 \
140 StringTypeCharTestC1 \
141 StringTypeCharTestC2 \
142 IntegerLiteralTestC1 \
143 IntegerLiteralTestC2 \
144 IntegerLiteralTestC3 \
145 IntegerLiteralTestC4 \
146 IntegerLiteralC1 \
147 LongLiteralC1 \
148 DecimalLiteralC1 \
149 DoubleLiteralC1 \
150 StringLiteralsC1 \
151 StringLiteralsC2 \
152 BoolLiteralTest1 \
153 CharacterLiteralsC1 \
154 CharacterLiteralsC2 \
155 CharacterLiteralsC3 \
156 CharacterLiteralsC4 \
157 DateLiteralsC1 \
158 DateLiteralsC2 \
159 DateLiteralsC3 \
160 DateLiteralsC4 \
161 DateLiteralsC5 \
162 DateLiteralsC6 \
163 DateLiteralsC7 \
164 DateLiteralsC8 \
165 DateLiteralsC9 \
166 DateLiteralsC10 \
167 DateLiteralsC11 \
168 DateLiteralsC12 \
169 DateLiteralsC13 \
170 ConditionalCompilationC1 \
171 ConditionalCompilationC2 \
172 ConditionalConstantsC1 \
173 ExternalSourceDirectivesC1 \
174 RegionDirectivesC1 \
175 NameSpaceC1 \
176 NameSpaceC2 \
177 NameSpaceC3 \
178 ModuleTestC1 \
179 ModuleTestC2 \
180 ClassTestC1 \
181 ScopeC1 \
182 OverloadingC1 \
183 OverloadingC2 \
184 OverloadingC3 \
185 InheritanceC1 \
186 InheritanceC2 \
187 InheritanceC3 \
188 MustInheritC1 \
189 MustInheritC2 \
190 MustInheritC3 \
191 MustInheritC4 \
192 MustInheritC5 \
193 MustInheritC6 \
194 MustInheritC7 \
195 NotInheritableC1 \
196 NotInheritableC2 \
197 NotInheritableC3 \
198 InterfaceC1 \
199 InterfaceC2 \
200 InterfaceC3 \
201 InterfaceC4 \
202 InterfaceC5 \
203 InterfaceC6 \
204 InterfaceC7 \
205 ShadowsC1 \
206 ShadowsC2 \
207 ShadowsC3 \
208 ShadowsC4 \
209 OverrideC1 \
210 OverrideC2 \
211 OverrideC3 \
212 OverrideC4 \
213 AccessibilityC1 \
214 AccessibilityC2 \
215 AttributesC1 \
216 AttributesC2 \
217 AttributesC3 \
218 AttributesC4 \
219 AttributesC5 \
220 AttributesC6 \
221 ConstituentTypesC1 \
222 VariablesC1 \
223
224 # All negetive test cases which should fail at
225 # runtime goes here
226
227 TEST_NGTIVE_RUNTIME_SOURCES = \
228 IntegerLiteralTest1 \
229 IntegerLiteralTest2 \
230 IntegerLiteralTest3 \
231 IntegerLiteralTest4 \
232 IntegerLiteral1 \
233 LongLiteral1 \
234 DecimalLiteral1 \
235 DoubleLiteral1 \
236 SingleLiteral1 \
237 StringLiterals1 \
238 BoolLiteralTest1 \
239 CharacterLiterals1 \
240 LiteralNothing1 \
241 Inheritance1 
242
243