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