Reflect latest API changes.
[mono.git] / mcs / btests / Test.Sources
1 #
2 # All positive test cases goes here
3 #
4
5 TEST_SOURCES = \
6 Test1 \
7 Test2 \
8 misc2 \
9 Identifier \
10 IntegerTypeCharTest\
11 IntegerTypeCharTestA \
12 IntegerTypeCharTestB \
13 LongTypeCharTest\
14 LongTypeCharTestA \
15 LongTypeCharTestB \
16 SingleTypeCharTest \
17 SingleTypeCharTestA \
18 SingleTypeCharTestB \
19 DecimalTypeCharTest \
20 DecimalTypeCharTestA \
21 DecimalTypeCharTestB \
22 DoubleTypeCharTest \
23 DoubleTypeCharTestA \
24 DoubleTypeCharTestB \
25 StringTypeCharTest \
26 StringTypeCharTestA \
27 StringTypeCharTestB \
28 IntegerLiteralTest \
29 IntegerLiteralA \
30 IntegerLiteralB \
31 IntegerLiteral1Test \
32 IntegerLiteral2Test \
33 LongLiteralA \
34 LongLiteralB \
35 SingleLiteral \
36 SingleLiteralA \
37 SingleLiteralB \
38 DecimalLiteral \
39 DecimalLiteralA \
40 DecimalLiteralB \
41 DoubleLiteral \
42 DoubleLiteralA \
43 DoubleLiteralB \
44 BoolLiteralTest \
45 BoolLiteralA \
46 StringLiterals \
47 StringLiteralsA\
48 CharacterLiterals \
49 DateLiterals \
50 LiteralNothing \
51 ConditionalCompilation \
52 ConditionalCompilationA \
53 ConditionalCompilationB \
54 ConditionalCompilationC \
55 ConditionalCompilationD \
56 ConditionalCompilationE \
57 ConditionalConstants \
58 ConditionalConstantsA \
59 ExternalSourceDirectives \
60 RegionDirectives \
61 NameSpace \
62 NameSpaceA \
63 NameSpaceB \
64 NameSpaceC \
65 NameSpaceD \
66 NSA \
67 NSB \
68 ModuleTest \
69 ModuleA \
70 ModuleB \
71 ClassTest \
72 Scope \
73 ScopeA \
74 Overloading \
75 OverloadingA \
76 Inheritance \
77 InheritanceA \
78 InheritanceB \
79 InheritanceC \
80 InheritanceD \
81 InheritanceE \
82 InheritanceF \
83 InheritanceG \
84 InheritanceH \
85 InheritanceI \
86 MustInherit \
87 MustInheritA \
88 NotInheritable \
89 ConstructorA \
90 ConstructorB \
91 ConstructorC \
92 Interface \
93 InterfaceA \
94 InterfaceB \
95 InterfaceC \
96 InterfaceD \
97 InterfaceE \
98 InterfaceF \
99 InterfaceG \
100 ShadowsA \
101 ShadowsB \
102 ShadowsC \
103 ShadowsD \
104 OverrideA \
105 OverrideB \
106 Accessibility \
107 AccessibilityA \
108 AccessibilityB \
109 AccessibilityC \
110 Attributes \
111 AttributesA \
112 AttributesB \
113 AttributesC \
114 AttributesD \
115 QualifiedNames \
116 Variables \
117 VariablesA \
118 VariablesB \
119 VariablesC \
120 VariablesD \
121 VariablesE \
122 ConstantA \
123 ConstantB \
124 StructureA \
125 StructureB \
126 ArrayA \
127 ArrayB \
128 ArrayC \
129 ArrayD \
130 EnumA \
131 PropertyA \
132 PropertyB \
133 PropertyC \
134 PropertyD \
135 PropertyE \
136 DelegateA
137
138 # All negetive test cases which should
139 # fail during compilation goes here
140
141 TEST_NGTIVE_COMPILATION_SOURCES = \
142 CommentC1 \
143 WhiteSpaceC1 \
144 LineContinuationC1 \
145 LineContinuationC2 \
146 IdentifierFail1 \
147 IdentifierFail2 \
148 IdentifierFail3 \
149 IdentifierFail4 \
150 IntegerTypeCharTestC1 \
151 IntegerTypeCharTestC2 \
152 IntegerTypeCharTestC3 \
153 LongTypeCharTestC1 \
154 LongTypeCharTestC2 \
155 SingleTypeCharTestC1 \
156 SingleTypeCharTestC2 \
157 DecimalTypeCharTestC1 \
158 DecimalTypeCharTestC2 \
159 DoubleTypeCharTestC1 \
160 DoubleTypeCharTestC2 \
161 StringTypeCharTestC1 \
162 StringTypeCharTestC2 \
163 IntegerLiteralTestC1 \
164 IntegerLiteralTestC2 \
165 IntegerLiteralTestC3 \
166 IntegerLiteralTestC4 \
167 IntegerLiteralC1 \
168 LongLiteralC1 \
169 DecimalLiteralC1 \
170 DoubleLiteralC1 \
171 StringLiteralsC1 \
172 StringLiteralsC2 \
173 BoolLiteralTest1 \
174 CharacterLiteralsC1 \
175 CharacterLiteralsC2 \
176 CharacterLiteralsC3 \
177 CharacterLiteralsC4 \
178 DateLiteralsC1 \
179 DateLiteralsC2 \
180 DateLiteralsC3 \
181 DateLiteralsC4 \
182 DateLiteralsC5 \
183 DateLiteralsC6 \
184 DateLiteralsC7 \
185 DateLiteralsC8 \
186 DateLiteralsC9 \
187 DateLiteralsC10 \
188 DateLiteralsC11 \
189 DateLiteralsC12 \
190 DateLiteralsC13 \
191 ConditionalCompilationC1 \
192 ConditionalCompilationC2 \
193 ConditionalConstantsC1 \
194 ExternalSourceDirectivesC1 \
195 RegionDirectivesC1 \
196 NameSpaceC1 \
197 NameSpaceC2 \
198 NameSpaceC3 \
199 ModuleTestC1 \
200 ModuleTestC2 \
201 ModuleTestC3 \
202 ModuleTestC4 \
203 ModuleTestC5 \
204 ModuleTestC6 \
205 ClassTestC1 \
206 ScopeC1 \
207 OverloadingC1 \
208 OverloadingC2 \
209 OverloadingC3 \
210 InheritanceC1 \
211 InheritanceC2 \
212 InheritanceC3 \
213 InheritanceC4 \
214 MustInheritC1 \
215 MustInheritC2 \
216 MustInheritC3 \
217 MustInheritC4 \
218 MustInheritC5 \
219 MustInheritC6 \
220 MustInheritC7 \
221 NotInheritableC1 \
222 NotInheritableC2 \
223 NotInheritableC3 \
224 ConstructorC1 \
225 ConstructorC2 \
226 ConstructorC4 \
227 ConstructorC5 \
228 ConstructorC6 \
229 InterfaceC1 \
230 InterfaceC2 \
231 InterfaceC3 \
232 InterfaceC4 \
233 InterfaceC5 \
234 InterfaceC6 \
235 InterfaceC7 \
236 ShadowsC1 \
237 ShadowsC2 \
238 ShadowsC3 \
239 ShadowsC4 \
240 OverrideC1 \
241 OverrideC2 \
242 OverrideC3 \
243 OverrideC4 \
244 OverrideC5 \
245 OverrideC6 \
246 OverrideC7 \
247 OverrideC8 \
248 OverrideC9 \
249 AccessibilityC1 \
250 AccessibilityC2 \
251 AccessibilityC3 \
252 AccessibilityC4 \
253 AccessibilityC5 \
254 AttributesC1 \
255 AttributesC2 \
256 AttributesC3 \
257 AttributesC4 \
258 AttributesC5 \
259 AttributesC6 \
260 ConstituentTypesC1 \
261 ConstantC0 \
262 ConstantC1 \
263 ConstantC2 \
264 ConstantC3 \
265 ConstantC4 \
266 ConstantC5 \
267 VariablesC1 \
268 VariablesC2 \
269 VariablesC3 \
270 StructureC1 \
271 StructureC2 \
272 StructureC3 \
273 ArrayC1 \
274 ArrayC2 \
275 EnumC1 \
276 EnumC2 \
277 EnumC3 \
278 EnumC4 \
279 EnumC5 \
280 EnumC6 \
281 EnumC7 \
282 PropertyC1 \
283 PropertyC2 \
284 PropertyC3 \
285 PropertyC4 \
286 PropertyC5 \
287 PropertyC6 \
288 PropertyC7 \
289 PropertyC8 \
290 PropertyC9 \
291 PropertyC10 \
292 PropertyC11 \
293 DelegateC1 \
294 DelegateC2 
295
296 # All negetive test cases which should fail at
297 # runtime goes here
298
299 TEST_NGTIVE_RUNTIME_SOURCES = \
300 IntegerLiteralTest1 \
301 IntegerLiteralTest2 \
302 IntegerLiteralTest3 \
303 IntegerLiteralTest4 \
304 IntegerLiteral1 \
305 LongLiteral1 \
306 DecimalLiteral1 \
307 DoubleLiteral1 \
308 SingleLiteral1 \
309 StringLiterals1 \
310 BoolLiteralTest1 \
311 CharacterLiterals1 \
312 LiteralNothing1 \
313 Inheritance1 
314
315