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