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