2004-06-09 Sebastien Pouliot <sebastien@ximian.com>
[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 EventA \
138 EventB \ 
139 EventC \
140 EventD \
141 EventE \
142 EventF 
143
144 # All negetive test cases which should
145 # fail during compilation goes here
146
147 TEST_NGTIVE_COMPILATION_SOURCES = \
148 CommentC1 \
149 WhiteSpaceC1 \
150 LineContinuationC1 \
151 LineContinuationC2 \
152 IdentifierFail1 \
153 IdentifierFail2 \
154 IdentifierFail3 \
155 IdentifierFail4 \
156 IntegerTypeCharTestC1 \
157 IntegerTypeCharTestC2 \
158 IntegerTypeCharTestC3 \
159 LongTypeCharTestC1 \
160 LongTypeCharTestC2 \
161 SingleTypeCharTestC1 \
162 SingleTypeCharTestC2 \
163 DecimalTypeCharTestC1 \
164 DecimalTypeCharTestC2 \
165 DoubleTypeCharTestC1 \
166 DoubleTypeCharTestC2 \
167 StringTypeCharTestC1 \
168 StringTypeCharTestC2 \
169 IntegerLiteralTestC1 \
170 IntegerLiteralTestC2 \
171 IntegerLiteralTestC3 \
172 IntegerLiteralTestC4 \
173 IntegerLiteralC1 \
174 LongLiteralC1 \
175 DecimalLiteralC1 \
176 DoubleLiteralC1 \
177 StringLiteralsC1 \
178 StringLiteralsC2 \
179 BoolLiteralTest1 \
180 CharacterLiteralsC1 \
181 CharacterLiteralsC2 \
182 CharacterLiteralsC3 \
183 CharacterLiteralsC4 \
184 DateLiteralsC1 \
185 DateLiteralsC2 \
186 DateLiteralsC3 \
187 DateLiteralsC4 \
188 DateLiteralsC5 \
189 DateLiteralsC6 \
190 DateLiteralsC7 \
191 DateLiteralsC8 \
192 DateLiteralsC9 \
193 DateLiteralsC10 \
194 DateLiteralsC11 \
195 DateLiteralsC12 \
196 DateLiteralsC13 \
197 ConditionalCompilationC1 \
198 ConditionalCompilationC2 \
199 ConditionalConstantsC1 \
200 ExternalSourceDirectivesC1 \
201 RegionDirectivesC1 \
202 NameSpaceC1 \
203 NameSpaceC2 \
204 NameSpaceC3 \
205 ModuleTestC1 \
206 ModuleTestC2 \
207 ModuleTestC3 \
208 ModuleTestC4 \
209 ModuleTestC5 \
210 ModuleTestC6 \
211 ClassTestC1 \
212 ScopeC1 \
213 OverloadingC1 \
214 OverloadingC2 \
215 OverloadingC3 \
216 InheritanceC1 \
217 InheritanceC2 \
218 InheritanceC3 \
219 InheritanceC4 \
220 MustInheritC1 \
221 MustInheritC2 \
222 MustInheritC3 \
223 MustInheritC4 \
224 MustInheritC5 \
225 MustInheritC6 \
226 MustInheritC7 \
227 NotInheritableC1 \
228 NotInheritableC2 \
229 NotInheritableC3 \
230 ConstructorC1 \
231 ConstructorC2 \
232 ConstructorC4 \
233 ConstructorC5 \
234 ConstructorC6 \
235 InterfaceC1 \
236 InterfaceC2 \
237 InterfaceC3 \
238 InterfaceC4 \
239 InterfaceC5 \
240 InterfaceC6 \
241 InterfaceC7 \
242 ShadowsC1 \
243 ShadowsC2 \
244 ShadowsC3 \
245 ShadowsC4 \
246 OverrideC1 \
247 OverrideC2 \
248 OverrideC3 \
249 OverrideC4 \
250 OverrideC5 \
251 OverrideC6 \
252 OverrideC7 \
253 OverrideC8 \
254 OverrideC9 \
255 AccessibilityC1 \
256 AccessibilityC2 \
257 AccessibilityC3 \
258 AccessibilityC4 \
259 AccessibilityC5 \
260 AttributesC1 \
261 AttributesC2 \
262 AttributesC3 \
263 AttributesC4 \
264 AttributesC5 \
265 AttributesC6 \
266 ConstituentTypesC1 \
267 ConstantC0 \
268 ConstantC1 \
269 ConstantC2 \
270 ConstantC3 \
271 ConstantC4 \
272 ConstantC5 \
273 VariablesC1 \
274 VariablesC2 \
275 VariablesC3 \
276 StructureC1 \
277 StructureC2 \
278 StructureC3 \
279 ArrayC1 \
280 ArrayC2 \
281 EnumC1 \
282 EnumC2 \
283 EnumC3 \
284 EnumC4 \
285 EnumC5 \
286 EnumC6 \
287 EnumC7 \
288 PropertyC1 \
289 PropertyC2 \
290 PropertyC3 \
291 PropertyC4 \
292 PropertyC5 \
293 PropertyC6 \
294 PropertyC7 \
295 PropertyC8 \
296 PropertyC9 \
297 PropertyC10 \
298 PropertyC11 \
299 DelegateC1 \
300 DelegateC2 
301
302 # All negetive test cases which should fail at
303 # runtime goes here
304
305 TEST_NGTIVE_RUNTIME_SOURCES = \
306 IntegerLiteralTest1 \
307 IntegerLiteralTest2 \
308 IntegerLiteralTest3 \
309 IntegerLiteralTest4 \
310 IntegerLiteral1 \
311 LongLiteral1 \
312 DecimalLiteral1 \
313 DoubleLiteral1 \
314 SingleLiteral1 \
315 StringLiterals1 \
316 BoolLiteralTest1 \
317 CharacterLiterals1 \
318 LiteralNothing1 \
319 Inheritance1 
320
321