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

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

Issue 9231023: Categorize crashes. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Address review comments Created 8 years, 11 months 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
« no previous file with comments | « dart/frog/leg/tree_validator.dart ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 prefix language 5 prefix language
6 6
7 [ $component == leg ] 7 [ $component == leg ]
8 AbstractStaticNegativeTest: Fail 8 AbstractStaticNegativeTest: Fail
9 AllocateTest: Fail 9 AllocateTest: Fail
10 ApplicationTest: Fail 10 ApplicationTest: Fail
(...skipping 10 matching lines...) Expand all
21 BreakTest: Fail 21 BreakTest: Fail
22 CTConst3Test: Fail 22 CTConst3Test: Fail
23 CTConst4Test: Fail 23 CTConst4Test: Fail
24 CTConstTest: Fail 24 CTConstTest: Fail
25 CallThroughGetterTest: Fail 25 CallThroughGetterTest: Fail
26 CallThroughNullGetterTest: Fail 26 CallThroughNullGetterTest: Fail
27 CanonicalConstTest: Fail 27 CanonicalConstTest: Fail
28 CharEscapeTest: Fail 28 CharEscapeTest: Fail
29 ClassCycleNegativeTest: Fail 29 ClassCycleNegativeTest: Fail
30 ClassExtendsNegativeTest: Fail 30 ClassExtendsNegativeTest: Fail
31 ClassLiteralTest/28: Crash
32 ClassLiteralTest/29: Crash
33 ClassOverrideNegativeTest: Fail 31 ClassOverrideNegativeTest: Fail
34 ClassTest: Fail 32 ClassTest: Fail
35 Closure2Test: Fail 33 Closure2Test: Fail
36 ClosureBreak1Test: Fail 34 ClosureBreak1Test: Fail
37 ClosureBreak2Test: Fail 35 ClosureBreak2Test: Fail
38 ClosureBreakTest: Fail 36 ClosureBreakTest: Fail
39 ClosureSharedStateTest: Fail 37 ClosureSharedStateTest: Fail
40 ClosureTest: Fail 38 ClosureTest: Fail
41 ClosuresWithComplexParamsTest: Fail 39 ClosuresWithComplexParamsTest: Fail
42 CompoundAssignmentOperatorTest: Crash
43 ConstEscapeFrogTest: Fail 40 ConstEscapeFrogTest: Fail
44 ConstInit4NegativeTest: Fail 41 ConstInit4NegativeTest: Fail
45 ConstInitNegativeTest: Fail 42 ConstInitNegativeTest: Fail
46 ConstInitTest: Fail 43 ConstInitTest: Fail
47 ConstListTest: Fail 44 ConstListTest: Fail
48 ConstNamedTest: Fail 45 ConstNamedTest: Fail
49 ConstObjectsAreImmutableTest: Fail 46 ConstObjectsAreImmutableTest: Fail
50 ConstTest: Fail 47 ConstTest: Fail
51 Constructor2NegativeTest: Fail 48 Constructor2NegativeTest: Fail
52 Constructor2Test: Fail 49 Constructor2Test: Fail
53 Constructor3NegativeTest: Fail 50 Constructor3NegativeTest: Fail
54 Constructor3Test: Fail 51 Constructor3Test: Fail
55 Constructor4Test: Fail 52 Constructor4Test: Fail
56 Constructor5Test: Fail 53 Constructor5Test: Fail
57 Constructor6Test: Fail 54 Constructor6Test: Fail
58 ConstructorBodyTest: Fail 55 ConstructorBodyTest: Fail
59 ConstructorCallWrongArgumentCountNegativeTest: Fail 56 ConstructorCallWrongArgumentCountNegativeTest: Fail
60 ConstructorDefaultTest: Fail 57 ConstructorDefaultTest: Fail
61 ConstructorDuplicateInitializersTest/none: Fail 58 ConstructorDuplicateInitializersTest/none: Fail
62 ConstructorNegativeTest: Pass # For the wrong reason. 59 ConstructorNegativeTest: Pass # For the wrong reason.
63 ConstructorRedirectTest: Fail 60 ConstructorRedirectTest: Fail
64 ConstructorReturnNegativeTest: Fail 61 ConstructorReturnNegativeTest: Fail
65 ConstructorReturnTest: Fail 62 ConstructorReturnTest: Fail
66 ConstructorReturnWithArrowNegativeTest: Fail 63 ConstructorReturnWithArrowNegativeTest: Fail
67 ConstructorReturnWithInitAndArrowNegativeTest: Fail 64 ConstructorReturnWithInitAndArrowNegativeTest: Fail
68 ConstructorReturnWithInitNegativeTest: Fail 65 ConstructorReturnWithInitNegativeTest: Fail
69 ConstructorTest: Fail 66 ConstructorTest: Fail
70 ContextArgsWithDefaultsTest: Fail 67 ContextArgsWithDefaultsTest: Fail
71 ContextTest: Crash
72 ContinueTest: Fail 68 ContinueTest: Fail
73 CyclicImportTest: Fail 69 CyclicImportTest: Fail
74 DefaultClassImplicitConstructorTest: Fail 70 DefaultClassImplicitConstructorTest: Fail
75 DefaultFactory2Test: Fail 71 DefaultFactory2Test: Fail
76 DefaultFactoryLibraryTest: Fail 72 DefaultFactoryLibraryTest: Fail
77 DefaultFactoryTest: Fail 73 DefaultFactoryTest: Fail
78 DefaultImplementationTest: Fail 74 DefaultImplementationTest: Fail
79 DefaultInitTest: Fail 75 DefaultInitTest: Fail
80 DeoptNoFeedbackTest: Fail 76 DeoptNoFeedbackTest: Fail
81 DeoptimizationTest: Fail 77 DeoptimizationTest: Fail
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 ImplicitClosureTest: Fail 146 ImplicitClosureTest: Fail
151 ImplicitScopeTest: Fail 147 ImplicitScopeTest: Fail
152 ImplicitThisTest/01: Fail 148 ImplicitThisTest/01: Fail
153 ImplicitThisTest/02: Fail 149 ImplicitThisTest/02: Fail
154 ImplicitThisTest/03: Fail 150 ImplicitThisTest/03: Fail
155 ImplicitThisTest/04: Fail 151 ImplicitThisTest/04: Fail
156 ImplicitThisTest/none: Fail 152 ImplicitThisTest/none: Fail
157 ImpliedInterfaceTest: Fail 153 ImpliedInterfaceTest: Fail
158 ImportCoreImplNoPrefixTest: Fail 154 ImportCoreImplNoPrefixTest: Fail
159 ImportCoreNoPrefixTest: Fail 155 ImportCoreNoPrefixTest: Fail
160 IncrOpTest: Crash
161 IndexTest: Fail 156 IndexTest: Fail
162 InlineGetterTest: Fail 157 InlineGetterTest: Fail
163 InstFieldInitializer1NegativeTest: Fail 158 InstFieldInitializer1NegativeTest: Fail
164 InstFieldInitializerTest: Fail 159 InstFieldInitializerTest: Fail
165 InstanceCallWrongArgumentCountNegativeTest: Fail 160 InstanceCallWrongArgumentCountNegativeTest: Fail
166 InstanceCompoundAssignmentOperatorTest: Fail 161 InstanceCompoundAssignmentOperatorTest: Fail
167 InstanceFieldInitializerTest: Fail 162 InstanceFieldInitializerTest: Fail
168 Instanceof2Test: Fail 163 Instanceof2Test: Fail
169 InstanceofTest: Fail 164 InstanceofTest: Fail
170 InstantiateTypeVariableNegativeTest: Pass # For the wrong reason. 165 InstantiateTypeVariableNegativeTest: Pass # For the wrong reason.
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
223 NamingTest: Fail 218 NamingTest: Fail
224 NativeClassInheritance1FrogTest: Fail 219 NativeClassInheritance1FrogTest: Fail
225 NativeClassInheritance2FrogTest: Fail 220 NativeClassInheritance2FrogTest: Fail
226 NativeClassInheritance3FrogTest: Fail 221 NativeClassInheritance3FrogTest: Fail
227 NativeClassIsCheck1FrogTest: Fail 222 NativeClassIsCheck1FrogTest: Fail
228 NativeClassIsCheck2FrogTest: Fail 223 NativeClassIsCheck2FrogTest: Fail
229 NativeLibrarySameNameUsedFrogTest: Fail 224 NativeLibrarySameNameUsedFrogTest: Fail
230 NativeNamedConstructors1FrogTest: Fail 225 NativeNamedConstructors1FrogTest: Fail
231 NativeNamedConstructors2FrogTest: Fail 226 NativeNamedConstructors2FrogTest: Fail
232 NativePropertyFrogTest: Fail 227 NativePropertyFrogTest: Fail
233 NewExpression2NegativeTest: Crash
234 NewExpression3NegativeTest: Crash
235 NewExpressionTypeArgsFrogTest/02: Fail 228 NewExpressionTypeArgsFrogTest/02: Fail
236 NoSuchMethodTest: Fail 229 NoSuchMethodTest: Fail
237 NonConstConstructorWithoutBodyTest: Fail 230 NonConstConstructorWithoutBodyTest: Fail
238 NonConstSuperNegativeTest: Fail 231 NonConstSuperNegativeTest: Fail
239 NonParameterizedFactory2Test: Fail 232 NonParameterizedFactory2Test: Fail
240 NonParameterizedFactoryTest: Fail 233 NonParameterizedFactoryTest: Fail
241 NullPointerExceptionTest: Fail 234 NullPointerExceptionTest: Fail
242 NullTest: Fail 235 NullTest: Fail
243 NullToStringTest: Fail 236 NullToStringTest: Fail
244 NumberSyntaxTest: Fail 237 NumberSyntaxTest: Fail
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 PseudoKWTest: Fail 287 PseudoKWTest: Fail
295 RawStringTest: Fail 288 RawStringTest: Fail
296 RegEx2Test: Fail 289 RegEx2Test: Fail
297 RegExp2Test: Fail 290 RegExp2Test: Fail
298 RegExp3Test: Fail 291 RegExp3Test: Fail
299 RegExpTest: Fail 292 RegExpTest: Fail
300 RethrowTest: Fail 293 RethrowTest: Fail
301 SavannahTest: Fail 294 SavannahTest: Fail
302 ScopeNegativeTest: Fail 295 ScopeNegativeTest: Fail
303 Setter0Test: Fail 296 Setter0Test: Fail
304 Setter1Test: Crash
305 SetterDeclaration2NegativeTest: Crash
306 SetterDeclarationNegativeTest: Crash
307 StackOverflowTest: Fail 297 StackOverflowTest: Fail
308 StackTraceTest: Fail 298 StackTraceTest: Fail
309 StatementTest: Fail 299 StatementTest: Fail
310 StaticCallWrongArgumentCountNegativeTest: Fail 300 StaticCallWrongArgumentCountNegativeTest: Fail
311 StaticFieldTest: Fail 301 StaticFieldTest: Fail
312 StaticFinalFieldNegativeTest: Fail 302 StaticFinalFieldNegativeTest: Fail
313 StaticFinalFieldTest: Fail 303 StaticFinalFieldTest: Fail
314 StaticImplicitClosureTest: Fail 304 StaticImplicitClosureTest: Fail
315 StaticImplicitClosureTest: Fail 305 StaticImplicitClosureTest: Fail
316 StaticTopLevelTest/00: Fail 306 StaticTopLevelTest/00: Fail
(...skipping 22 matching lines...) Expand all
339 SuperOperatorTest: Fail 329 SuperOperatorTest: Fail
340 SuperSetterTest: Fail 330 SuperSetterTest: Fail
341 SuperTest: Fail 331 SuperTest: Fail
342 Switch6Test: Fail 332 Switch6Test: Fail
343 SwitchFallthruTest: Fail 333 SwitchFallthruTest: Fail
344 SwitchLabelTest: Fail 334 SwitchLabelTest: Fail
345 SwitchScopeTest: Fail 335 SwitchScopeTest: Fail
346 SwitchTest: Fail 336 SwitchTest: Fail
347 SyntaxTest/none: Fail 337 SyntaxTest/none: Fail
348 TernaryTest: Fail 338 TernaryTest: Fail
349 TestNegativeTest: Crash
350 Throw1Test: Fail 339 Throw1Test: Fail
351 Throw2Test: Fail 340 Throw2Test: Fail
352 Throw3Test: Fail 341 Throw3Test: Fail
353 Throw4Test: Fail 342 Throw4Test: Fail
354 Throw5Test: Fail 343 Throw5Test: Fail
355 Throw6Test: Fail 344 Throw6Test: Fail
356 ThrowTest: Fail 345 ThrowTest: Fail
357 ToStringAsFixedTest: Fail 346 ToStringAsFixedTest: Fail
358 TopLevelEntryTest: Fail 347 TopLevelEntryTest: Fail
359 TopLevelFuncTest: Fail 348 TopLevelFuncTest: Fail
(...skipping 17 matching lines...) Expand all
377 TypeVariableBoundsTest/06: Fail 366 TypeVariableBoundsTest/06: Fail
378 TypeVariableBoundsTest/09: Fail 367 TypeVariableBoundsTest/09: Fail
379 TypeVariableBoundsTest/10: Fail 368 TypeVariableBoundsTest/10: Fail
380 TypeVariableBoundsTest/none: Fail 369 TypeVariableBoundsTest/none: Fail
381 TypeVariableScopeTest/none: Fail 370 TypeVariableScopeTest/none: Fail
382 TypedMessageTest: Fail 371 TypedMessageTest: Fail
383 Unary2Test: Fail 372 Unary2Test: Fail
384 UnaryTest: Fail 373 UnaryTest: Fail
385 UnboundGetterTest: Fail 374 UnboundGetterTest: Fail
386 WhileTest: Fail 375 WhileTest: Fail
376
377 # Tree validation fails.
378 ClassLiteralTest/28: Crash
379 ClassLiteralTest/29: Crash
380 CompoundAssignmentOperatorTest: Crash
381 IncrOpTest: Crash
382
383 # NPE in Types.isSubtype.
384 ContextTest: Crash
385
386 # Type assertion in SsaBuilder.updateDefinition.
387 Setter1Test: Crash
388 SetterDeclaration2NegativeTest: crash
389 SetterDeclarationNegativeTest: crash
OLDNEW
« no previous file with comments | « dart/frog/leg/tree_validator.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698