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

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

Issue 9241016: Fix two crashes. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Update leg_only status 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/tests/leg_only/leg_only.status ('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 19 matching lines...) Expand all
30 ClassExtendsNegativeTest: Fail 30 ClassExtendsNegativeTest: Fail
31 ClassOverrideNegativeTest: Fail 31 ClassOverrideNegativeTest: Fail
32 ClassTest: Fail 32 ClassTest: Fail
33 Closure2Test: Fail 33 Closure2Test: Fail
34 ClosureBreak1Test: Fail 34 ClosureBreak1Test: Fail
35 ClosureBreak2Test: Fail 35 ClosureBreak2Test: Fail
36 ClosureBreakTest: Fail 36 ClosureBreakTest: Fail
37 ClosureSharedStateTest: Fail 37 ClosureSharedStateTest: Fail
38 ClosureTest: Fail 38 ClosureTest: Fail
39 ClosuresWithComplexParamsTest: Fail 39 ClosuresWithComplexParamsTest: Fail
40 CompoundAssignmentOperatorTest: Fail
40 ConstEscapeFrogTest: Fail 41 ConstEscapeFrogTest: Fail
41 ConstInit4NegativeTest: Fail 42 ConstInit4NegativeTest: Fail
42 ConstInitNegativeTest: Fail 43 ConstInitNegativeTest: Fail
43 ConstInitTest: Fail 44 ConstInitTest: Fail
44 ConstListTest: Fail 45 ConstListTest: Fail
45 ConstNamedTest: Fail 46 ConstNamedTest: Fail
46 ConstObjectsAreImmutableTest: Fail 47 ConstObjectsAreImmutableTest: Fail
47 ConstTest: Fail 48 ConstTest: Fail
48 Constructor2NegativeTest: Fail 49 Constructor2NegativeTest: Fail
49 Constructor2Test: Fail 50 Constructor2Test: Fail
50 Constructor3NegativeTest: Fail 51 Constructor3NegativeTest: Fail
51 Constructor3Test: Fail 52 Constructor3Test: Fail
52 Constructor4Test: Fail 53 Constructor4Test: Fail
53 Constructor5Test: Fail 54 Constructor5Test: Fail
54 Constructor6Test: Fail 55 Constructor6Test: Fail
55 ConstructorBodyTest: Fail 56 ConstructorBodyTest: Fail
56 ConstructorCallWrongArgumentCountNegativeTest: Fail 57 ConstructorCallWrongArgumentCountNegativeTest: Fail
57 ConstructorDefaultTest: Fail 58 ConstructorDefaultTest: Fail
58 ConstructorDuplicateInitializersTest/none: Fail 59 ConstructorDuplicateInitializersTest/none: Fail
59 ConstructorNegativeTest: Pass # For the wrong reason. 60 ConstructorNegativeTest: Pass # For the wrong reason.
60 ConstructorRedirectTest: Fail 61 ConstructorRedirectTest: Fail
61 ConstructorReturnNegativeTest: Fail 62 ConstructorReturnNegativeTest: Fail
62 ConstructorReturnTest: Fail 63 ConstructorReturnTest: Fail
63 ConstructorReturnWithArrowNegativeTest: Fail 64 ConstructorReturnWithArrowNegativeTest: Fail
64 ConstructorReturnWithInitAndArrowNegativeTest: Fail 65 ConstructorReturnWithInitAndArrowNegativeTest: Fail
65 ConstructorReturnWithInitNegativeTest: Fail 66 ConstructorReturnWithInitNegativeTest: Fail
66 ConstructorTest: Fail 67 ConstructorTest: Fail
67 ContextArgsWithDefaultsTest: Fail 68 ContextArgsWithDefaultsTest: Fail
69 ContextTest: Crash # NPE in Types.isSubtype.
68 ContinueTest: Fail 70 ContinueTest: Fail
69 CyclicImportTest: Fail 71 CyclicImportTest: Fail
70 DefaultClassImplicitConstructorTest: Fail 72 DefaultClassImplicitConstructorTest: Fail
71 DefaultFactory2Test: Fail 73 DefaultFactory2Test: Fail
72 DefaultFactoryLibraryTest: Fail 74 DefaultFactoryLibraryTest: Fail
73 DefaultFactoryTest: Fail 75 DefaultFactoryTest: Fail
74 DefaultImplementationTest: Fail 76 DefaultImplementationTest: Fail
75 DefaultInitTest: Fail 77 DefaultInitTest: Fail
76 DeoptNoFeedbackTest: Fail 78 DeoptNoFeedbackTest: Fail
77 DeoptimizationTest: Fail 79 DeoptimizationTest: Fail
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 ImplicitClosureTest: Fail 148 ImplicitClosureTest: Fail
147 ImplicitScopeTest: Fail 149 ImplicitScopeTest: Fail
148 ImplicitThisTest/01: Fail 150 ImplicitThisTest/01: Fail
149 ImplicitThisTest/02: Fail 151 ImplicitThisTest/02: Fail
150 ImplicitThisTest/03: Fail 152 ImplicitThisTest/03: Fail
151 ImplicitThisTest/04: Fail 153 ImplicitThisTest/04: Fail
152 ImplicitThisTest/none: Fail 154 ImplicitThisTest/none: Fail
153 ImpliedInterfaceTest: Fail 155 ImpliedInterfaceTest: Fail
154 ImportCoreImplNoPrefixTest: Fail 156 ImportCoreImplNoPrefixTest: Fail
155 ImportCoreNoPrefixTest: Fail 157 ImportCoreNoPrefixTest: Fail
158 IncrOpTest: Fail
156 IndexTest: Fail 159 IndexTest: Fail
157 InlineGetterTest: Fail 160 InlineGetterTest: Fail
158 InstFieldInitializer1NegativeTest: Fail 161 InstFieldInitializer1NegativeTest: Fail
159 InstFieldInitializerTest: Fail 162 InstFieldInitializerTest: Fail
160 InstanceCallWrongArgumentCountNegativeTest: Fail 163 InstanceCallWrongArgumentCountNegativeTest: Fail
161 InstanceCompoundAssignmentOperatorTest: Fail 164 InstanceCompoundAssignmentOperatorTest: Fail
162 InstanceFieldInitializerTest: Fail 165 InstanceFieldInitializerTest: Fail
163 Instanceof2Test: Fail 166 Instanceof2Test: Fail
164 InstanceofTest: Fail 167 InstanceofTest: Fail
165 InstantiateTypeVariableNegativeTest: Pass # For the wrong reason. 168 InstantiateTypeVariableNegativeTest: Pass # For the wrong reason.
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
287 PseudoKWTest: Fail 290 PseudoKWTest: Fail
288 RawStringTest: Fail 291 RawStringTest: Fail
289 RegEx2Test: Fail 292 RegEx2Test: Fail
290 RegExp2Test: Fail 293 RegExp2Test: Fail
291 RegExp3Test: Fail 294 RegExp3Test: Fail
292 RegExpTest: Fail 295 RegExpTest: Fail
293 RethrowTest: Fail 296 RethrowTest: Fail
294 SavannahTest: Fail 297 SavannahTest: Fail
295 ScopeNegativeTest: Fail 298 ScopeNegativeTest: Fail
296 Setter0Test: Fail 299 Setter0Test: Fail
300 Setter1Test: Fail
297 StackOverflowTest: Fail 301 StackOverflowTest: Fail
298 StackTraceTest: Fail 302 StackTraceTest: Fail
299 StatementTest: Fail 303 StatementTest: Fail
300 StaticCallWrongArgumentCountNegativeTest: Fail 304 StaticCallWrongArgumentCountNegativeTest: Fail
301 StaticFieldTest: Fail 305 StaticFieldTest: Fail
302 StaticFinalFieldNegativeTest: Fail 306 StaticFinalFieldNegativeTest: Fail
303 StaticFinalFieldTest: Fail 307 StaticFinalFieldTest: Fail
304 StaticImplicitClosureTest: Fail 308 StaticImplicitClosureTest: Fail
305 StaticImplicitClosureTest: Fail 309 StaticImplicitClosureTest: Fail
306 StaticTopLevelTest/00: Fail 310 StaticTopLevelTest/00: Fail
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
365 TypeVariableBoundsTest/06: Fail 369 TypeVariableBoundsTest/06: Fail
366 TypeVariableBoundsTest/09: Fail 370 TypeVariableBoundsTest/09: Fail
367 TypeVariableBoundsTest/10: Fail 371 TypeVariableBoundsTest/10: Fail
368 TypeVariableBoundsTest/none: Fail 372 TypeVariableBoundsTest/none: Fail
369 TypeVariableScopeTest/none: Fail 373 TypeVariableScopeTest/none: Fail
370 TypedMessageTest: Fail 374 TypedMessageTest: Fail
371 Unary2Test: Fail 375 Unary2Test: Fail
372 UnaryTest: Fail 376 UnaryTest: Fail
373 UnboundGetterTest: Fail 377 UnboundGetterTest: Fail
374 WhileTest: Fail 378 WhileTest: Fail
375
376 # Tree validation fails.
377 ClassLiteralTest/28: Crash
378 ClassLiteralTest/29: Crash
379 CompoundAssignmentOperatorTest: Crash
380 IncrOpTest: Crash
381
382 # NPE in Types.isSubtype.
383 ContextTest: Crash
384
385 # Type assertion in SsaBuilder.updateDefinition.
386 Setter1Test: Crash
387 SetterDeclaration2NegativeTest: crash
388 SetterDeclarationNegativeTest: crash
OLDNEW
« no previous file with comments | « dart/frog/tests/leg_only/leg_only.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698