Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(203)

Side by Side Diff: dart/tests/language/language.status

Issue 8372095: Bleeding edge change to get frog integrated into the testing infrastructure. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 # This directory contains tests that are intended to show the 5 # This directory contains tests that are intended to show the
6 # current state of the language. 6 # current state of the language.
7 7
8 # In order to maintain maximum test coverage for all builds, 8 # In order to maintain maximum test coverage for all builds,
9 # please use the following procedure to mark a test 9 # please use the following procedure to mark a test
10 # failed on an architecture other than the one you are working on. 10 # failed on an architecture other than the one you are working on.
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 # TODO: These need to be retriaged. 172 # TODO: These need to be retriaged.
173 ExpectTest: Fail 173 ExpectTest: Fail
174 StackTraceTest: Fail 174 StackTraceTest: Fail
175 RichardsTest: Fail 175 RichardsTest: Fail
176 UnboundGetterTest: Fail 176 UnboundGetterTest: Fail
177 Private2Test: Fail 177 Private2Test: Fail
178 Private3Test: Fail 178 Private3Test: Fail
179 179
180 TypedMessageTest: Fail # Bug 5246195 180 TypedMessageTest: Fail # Bug 5246195
181 181
182
183 [ $component == frogsh ]
184 PrivateMemberTest/01: Skip # leads to stack overflows when self-hosted
ahe 2011/11/03 11:18:38 Proper sentence.
ahe 2011/11/03 11:18:38 Mark as crash?
ngeoffray 2011/11/03 11:53:00 Done.
ngeoffray 2011/11/03 11:53:00 This is copy/pasted lines. I won't change the outc
185 PrivateMemberTest/02: Skip # leads to stack overflows when self-hosted
186 PrivateMemberTest/03: Skip # leads to stack overflows when self-hosted
187 PrivateMemberTest/04: Skip # leads to stack overflows when self-hosted
188 CTConstTest: Fail # not checking for generic type in const expression
189
190 [ $component == frog ]
191 ToStringAsFixedTest: Fail # fails due to rounding in constant propagation
192 CTConstTest: Pass # pass for the wrong reason: how numbers are printed, rather
193 # than checking for generic type in const expression
194 PrivateMemberTest/01: Fail
195 PrivateMemberTest/02: Fail
196 PrivateMemberTest/03: Fail
197 PrivateMemberTest/04: Fail
198
199 [ $component == frogsh || $component == frog ]
200
201 # VM or DartC specific tests not to be run by Frog. See language.status
202 *VMTest: Skip
203 *VMNegativeTest: Skip
204 *DartcTest: Skip
205 *DartcNegativeTest: Skip
206
207 BitOperationsTest: Skip # relies on big integers not available in JS
208 CallThroughGetterTest: Fail
209 CallThroughNullGetterTest: Fail
210 CanonicalConstTest: Fail # type in const array allocation is erased
211 CharEscapeTest: Fail
212 ClassOverrideNegativeTest: Fail
213 ClosuresWithComplexParamsTest: Fail
214 CompoundAssignmentOperatorTest: Fail
215 ConstFactoryNegativeTest: Fail
216 ConstObjectsAreImmutableTest: Fail
217 ConstructorDefaultTest: Fail
218 ConstructorSetterNegativeTest: Fail # we were passing this test for the wrong reason
219 DynamicTest: Fail # newly added on 10/27
220 EmptyBodyMemberNegativeTest: Fail
221 ExampleConstructorTest: Fail
222 Constructor2Test: Fail
223 Constructor3Test: Fail
224 Constructor4Test: Fail
225 Constructor5Test: Fail # Order of initializers.
226 Constructor6Test: Fail # Parse failure in initializers.
227 ExecuteFinally6Test: Fail
228 ExpectTest: Fail
229 #FauxverrideTest/01: Fail # see r607 (10/21) passes, but we should be issuing w arnings
230 #FauxverrideTest/02: Fail # see r607 (10/21) passes, but we should be issuing w arnings
231 FauxverrideTest/03: Fail
232 #FauxverrideTest/04: Fail # see r607 (10/21) passes, but we should be issuing w arnings
233 FauxverrideTest/05: Fail
234 FieldOverrideTest/01: Fail # newly added on r607 (10/21)
235 FieldOverrideTest/02: Fail # newly added on r607 (10/21)
236 Field3NegativeTest: Fail
237 FieldNegativeTest: Fail
238 FinalParamNegativeTest: Fail
239 FinalVarNegativeTest: Fail
240 FunctionLiterals2Test: Fail
241 FunctionSyntaxTest: Fail
242 FunctionTest: Fail
243 FunctionTypeAliasNegativeTest: Fail
244 FunctionTypeAliasTest: Fail
245 FunctionTypeParameter2Test: Fail
246 FunctionTypeParameterTest: Fail
247 GenericDeepTest: Fail
248 GenericInstanceofTest: Fail
249 GenericSyntaxTest: Fail
250 GenericTest: Fail
251 GenericsTest: Fail
252 ImplicitScopeTest: Fail
253 ImpliedInterfaceTest: Fail
254 IncrOpTest: Fail
255 InstanceFieldNegativeTest: Fail
256 Instanceof2Test: Fail
257 InstanceofTest: Fail
258 InterfaceFactory3NegativeTest: Fail
259 InterfaceFactoryConstructorNegativeTest: Fail
260 InterfaceStaticMethodNegativeTest: Fail
261 IsNotClass4NegativeTest: Fail
262 IsOperatorTest: Fail
263 LabelTest: Fail
264 LibraryPrefixesTest: Fail
265 Library1NegativeTest: Fail
266 Library4NegativeTest: Fail
267 Library5NegativeTest: Fail # newly added on r658 (10/24)
268 Library6NegativeTest: Fail # newly added on r658 (10/24)
269 ListLiteral3Test: Fail
270 ListTest: Fail # array bound checks not implemented
271 LocalFunction3Test: Fail
272 LocalFunctionTest: Fail
273 ManyGenericInstanceofTest: Fail
274 MathTest: Fail
275 MethodInvocationTest: Fail
276 MethodOverrideTest: Fail # newly added on r771 (10/26)
277 NamedParameters5NegativeTest: Skip # passes, but for the wrong reason
278 NamedParameters6NegativeTest: Skip # passes, but for the wrong reason
279 NamedParameters7NegativeTest: Skip # passes, but for the wrong reason
280 NamedParameters8NegativeTest: Skip # passes, but for the wrong reason
281 NamedParametersPassingFalsyTest: Fail
282 NamedParametersTypeTest: Fail
283 NamedParametersWithConversionsTest: Fail
284 NamingTest: Fail
285 NonConstSuperNegativeTest: Fail
286 NullPointerExceptionTest: Fail
287 NullTest: Fail
288 NullToStringTest: Fail
289 NumberSyntaxTest: Fail
290 NumbersTest: Fail
291 Operator1NegativeTest: Fail
292 OperatorTest: Fail
293 OverrideMethodWithFieldTest/01: Fail # newly added in r607 (10/21)
294 OverrideFieldTest/01: Fail # newly added in r607 (10/21)
295 #OverrideFieldTest/02: Fail # see r607 (10/21) passes, but we should be issuing warnings
296 #OverrideFieldTest/03: Fail # see r607 (10/21) passes, but we should be issuing warnings
297 OverrideFieldTest/04: Fail # newly added in r607 (10/21)
298 Prefix3NegativeTest: Fail
299 Prefix7NegativeTest: Fail
300 Prefix8NegativeTest: Fail # was passing for the wrong reason
301 Prefix9NegativeTest: Fail # was passing for the wrong reason
302 Prefix11NegativeTest: Fail
303 Prefix14NegativeTest: Fail
304 Prefix16NegativeTest: Fail
305 Prefix20NegativeTest: Fail # added in r1104 (11/02)
306 Prefix15Test: Fail
307 Private3Test: Fail
308 PrivateTest: Fail
309 PseudoKWNegativeTest: Fail
310 RegExp3Test: Fail
311 SavannahTest: Fail
312 ScopeNegativeTest: Fail
313 Script1NegativeTest: Fail
314 ScriptNegativeTest: Fail
315 SourceSelfNegativeTest: Skip # imports itself and gets confused
316 StaticField3NegativeTest: Fail
317 StaticField3aNegativeTest: Fail
318 StaticField4NegativeTest: Fail
319 StaticFinalFieldNegativeTest: Fail
320 StringConcatTest: Fail
321 StringEscapesTest: Fail
322 StringInterpolate1NegativeTest: Fail
323 StringInterpolate2Test: Fail
324 StringInterpolateTest: Fail
325 StringTest: Fail
326 SuperFieldTest: Fail
327 SuperImplicitClosureTest: Fail
328 SuperNegativeTest: Fail
329 SuperOperatorTest: Fail
330 SuperTest: Fail
331 SwitchLabelTest: Fail
332 TryCatch9NegativeTest: Fail
333 TypeVariableBoundsTest/00: Fail # Is the test syntax valid? VM gives an error.
334 TypeVariableBoundsTest/05: Fail # Disagree! Body not analyzed if not invoked.
335 TypedMessageTest: Fail
336 UnboundGetterTest: Fail
337 VarInitTest: Fail
338 WrongNumberTypeArgumentsTest: Skip # Test updated without clarity!
339 GetterClosureExecutionOrderTest: Fail
340
341
342
182 [ $arch == x64 ] 343 [ $arch == x64 ]
183 *: Skip 344 *: Skip
184 345
185 [ $arch == simarm ] 346 [ $arch == simarm ]
186 *: Skip 347 *: Skip
187 348
188 [ $arch == arm ] 349 [ $arch == arm ]
189 *: Skip 350 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698