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

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

Issue 9243011: Implement named constructors and resolving of redirecting constructors and super-initializers. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rename field. 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
« frog/leg/warnings.dart ('K') | « tests/corelib/corelib-leg.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 27 matching lines...) Expand all
38 ClosureTest: Fail 38 ClosureTest: Fail
39 ClosuresWithComplexParamsTest: Fail 39 ClosuresWithComplexParamsTest: Fail
40 ConstEscapeFrogTest: Fail 40 ConstEscapeFrogTest: Fail
41 ConstInit4NegativeTest: Fail 41 ConstInit4NegativeTest: Fail
42 ConstInitNegativeTest: Fail 42 ConstInitNegativeTest: Fail
43 ConstInitTest: Fail 43 ConstInitTest: Fail
44 ConstListTest: Fail 44 ConstListTest: Fail
45 ConstNamedTest: Fail 45 ConstNamedTest: Fail
46 ConstObjectsAreImmutableTest: Fail 46 ConstObjectsAreImmutableTest: Fail
47 ConstTest: Fail 47 ConstTest: Fail
48 Constructor2Test: Fail
48 Constructor2NegativeTest: Fail 49 Constructor2NegativeTest: Fail
49 Constructor2Test: Fail
50 Constructor3NegativeTest: Fail
51 Constructor3Test: Fail 50 Constructor3Test: Fail
52 Constructor4Test: Fail 51 Constructor4Test: Fail
53 Constructor5Test: Fail 52 Constructor5Test: Fail
54 Constructor6Test: Fail 53 Constructor6Test: Fail
55 ConstructorBodyTest: Fail 54 ConstructorBodyTest: Fail
56 ConstructorCallWrongArgumentCountNegativeTest: Fail
57 ConstructorDefaultTest: Fail 55 ConstructorDefaultTest: Fail
58 ConstructorDuplicateInitializersTest/none: Fail 56 ConstructorDuplicateInitializersTest/none: Fail
59 ConstructorNegativeTest: Pass # For the wrong reason. 57 ConstructorNegativeTest: Pass # For the wrong reason.
60 ConstructorRedirectTest: Fail 58 ConstructorRedirectTest: Fail
59 ConstructorReturnTest: Fail
61 ConstructorReturnNegativeTest: Fail 60 ConstructorReturnNegativeTest: Fail
62 ConstructorReturnTest: Fail
63 ConstructorReturnWithArrowNegativeTest: Fail 61 ConstructorReturnWithArrowNegativeTest: Fail
62 ConstructorReturnWithInitNegativeTest: Fail
64 ConstructorReturnWithInitAndArrowNegativeTest: Fail 63 ConstructorReturnWithInitAndArrowNegativeTest: Fail
65 ConstructorReturnWithInitNegativeTest: Fail
66 ConstructorTest: Fail 64 ConstructorTest: Fail
67 ContextArgsWithDefaultsTest: Fail 65 ContextArgsWithDefaultsTest: Fail
68 ContinueTest: Fail 66 ContinueTest: Fail
69 CyclicImportTest: Fail 67 CyclicImportTest: Fail
70 DefaultClassImplicitConstructorTest: Fail 68 DefaultClassImplicitConstructorTest: Fail
71 DefaultFactory2Test: Fail 69 DefaultFactory2Test: Fail
72 DefaultFactoryLibraryTest: Fail 70 DefaultFactoryLibraryTest: Fail
73 DefaultFactoryTest: Fail 71 DefaultFactoryTest: Fail
74 DefaultImplementationTest: Fail 72 DefaultImplementationTest: Fail
75 DefaultInitTest: Fail 73 DefaultInitTest: Fail
(...skipping 13 matching lines...) Expand all
89 ExecuteFinally3Test: Fail 87 ExecuteFinally3Test: Fail
90 ExecuteFinally4Test: Fail 88 ExecuteFinally4Test: Fail
91 ExecuteFinally5Test: Fail 89 ExecuteFinally5Test: Fail
92 ExecuteFinally6Test: Fail 90 ExecuteFinally6Test: Fail
93 ExecuteFinally7Test: Fail 91 ExecuteFinally7Test: Fail
94 ExecuteFinally8Test: Fail 92 ExecuteFinally8Test: Fail
95 ExecuteFinally9Test: Fail 93 ExecuteFinally9Test: Fail
96 ExpectTest: Fail 94 ExpectTest: Fail
97 Factory2Test: Fail 95 Factory2Test: Fail
98 Factory3Test: Fail 96 Factory3Test: Fail
99 FactoryArrowTest: Fail
100 FactoryImplementationTest: Fail 97 FactoryImplementationTest: Fail
101 FactoryTest: Fail 98 FactoryTest: Fail
102 FannkuchTest: Fail 99 FannkuchTest: Fail
103 FauxverrideTest/01: Fail 100 FauxverrideTest/01: Fail
104 FauxverrideTest/02: Fail 101 FauxverrideTest/02: Fail
105 FauxverrideTest/04: Fail 102 FauxverrideTest/04: Fail
106 FauxverrideTest/none: Fail 103 FauxverrideTest/none: Fail
107 Field1NegativeTest: Fail 104 Field1NegativeTest: Fail
108 Field2NegativeTest: Fail 105 Field2NegativeTest: Fail
109 Field4NegativeTest: Fail 106 Field4NegativeTest: Fail
(...skipping 26 matching lines...) Expand all
136 GenericSyntaxTest: Fail 133 GenericSyntaxTest: Fail
137 GenericTest: Fail 134 GenericTest: Fail
138 Generics2Test: Fail 135 Generics2Test: Fail
139 GenericsTest: Fail 136 GenericsTest: Fail
140 GetterClosureExecutionOrderTest: Fail 137 GetterClosureExecutionOrderTest: Fail
141 GettersSettersTest: Fail 138 GettersSettersTest: Fail
142 HelloScriptTest: Fail 139 HelloScriptTest: Fail
143 IfTest: Fail 140 IfTest: Fail
144 ImplicitClosure1Test: Fail 141 ImplicitClosure1Test: Fail
145 ImplicitClosureTest: Fail 142 ImplicitClosureTest: Fail
146 ImplicitClosureTest: Fail
147 ImplicitScopeTest: Fail 143 ImplicitScopeTest: Fail
148 ImplicitThisTest/01: Fail 144 ImplicitThisTest/01: Fail
149 ImplicitThisTest/02: Fail 145 ImplicitThisTest/02: Fail
150 ImplicitThisTest/03: Fail 146 ImplicitThisTest/03: Fail
151 ImplicitThisTest/04: Fail 147 ImplicitThisTest/04: Fail
152 ImplicitThisTest/none: Fail 148 ImplicitThisTest/none: Fail
153 ImpliedInterfaceTest: Fail 149 ImpliedInterfaceTest: Fail
154 ImportCoreImplNoPrefixTest: Fail 150 ImportCoreImplNoPrefixTest: Fail
155 ImportCoreNoPrefixTest: Fail 151 ImportCoreNoPrefixTest: Fail
156 IndexTest: Fail 152 IndexTest: Fail
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
230 NonConstConstructorWithoutBodyTest: Fail 226 NonConstConstructorWithoutBodyTest: Fail
231 NonConstSuperNegativeTest: Fail 227 NonConstSuperNegativeTest: Fail
232 NonParameterizedFactory2Test: Fail 228 NonParameterizedFactory2Test: Fail
233 NonParameterizedFactoryTest: Fail 229 NonParameterizedFactoryTest: Fail
234 NullPointerExceptionTest: Fail 230 NullPointerExceptionTest: Fail
235 NullTest: Fail 231 NullTest: Fail
236 NullToStringTest: Fail 232 NullToStringTest: Fail
237 NumberSyntaxTest: Fail 233 NumberSyntaxTest: Fail
238 NumbersTest: Fail 234 NumbersTest: Fail
239 ObjectDynamicMethodTest: Fail 235 ObjectDynamicMethodTest: Fail
236 Operator1NegativeTest: Fail
240 Operator2Test: Fail 237 Operator2Test: Fail
241 OperatorTest: Fail 238 OperatorTest: Fail
242 OptimizationTest: Fail 239 OptimizationTest: Fail
243 OptimizedSetterTest: Fail 240 OptimizedSetterTest: Fail
244 OrderedMapsTest: Fail 241 OrderedMapsTest: Fail
245 OverriddenNoSuchMethodTest: Fail 242 OverriddenNoSuchMethodTest: Fail
246 OverrideFieldMethod2NegativeTest: Fail 243 OverrideFieldMethod2NegativeTest: Fail
247 OverrideFieldMethod3NegativeTest: Fail 244 OverrideFieldMethod3NegativeTest: Fail
248 OverrideFieldMethod4NegativeTest: Fail 245 OverrideFieldMethod4NegativeTest: Fail
249 OverrideFieldTest/02: Fail 246 OverrideFieldTest/02: Fail
250 OverrideFieldTest/03: Fail 247 OverrideFieldTest/03: Fail
251 OverrideFieldTest/none: Fail 248 OverrideFieldTest/none: Fail
252 OverrideMethodWithFieldTest/none: Fail 249 OverrideMethodWithFieldTest/none: Fail
253 Param2Test: Fail 250 Param2Test: Fail
254 ParameterInitializer2Test: Fail 251 ParameterInitializer2Test: Fail
255 ParameterInitializerTest: Fail 252 ParameterInitializerTest: Fail
253 Prefix9NegativeTest: Crash
256 Prefix10Test: Fail 254 Prefix10Test: Fail
257 Prefix11Test: Fail 255 Prefix11Test: Fail
258 Prefix12Test: Fail 256 Prefix12Test: Fail
259 Prefix14Test: Fail 257 Prefix14Test: Fail
260 Prefix15Test: Fail 258 Prefix15Test: Fail
261 Prefix17Test: Fail 259 Prefix17Test: Fail
262 Prefix21Test: Fail 260 Prefix21Test: Fail
263 Prefix22Test: Fail # Issue 575 261 Prefix22Test: Fail # Issue 575
264 Prefix23Test: Fail # Issue 575 262 Prefix23Test: Fail # Issue 575
265 PrefixTest: Fail 263 PrefixTest: Fail
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
380 CompoundAssignmentOperatorTest: Crash 378 CompoundAssignmentOperatorTest: Crash
381 IncrOpTest: Crash 379 IncrOpTest: Crash
382 380
383 # NPE in Types.isSubtype. 381 # NPE in Types.isSubtype.
384 ContextTest: Crash 382 ContextTest: Crash
385 383
386 # Type assertion in SsaBuilder.updateDefinition. 384 # Type assertion in SsaBuilder.updateDefinition.
387 Setter1Test: Crash 385 Setter1Test: Crash
388 SetterDeclaration2NegativeTest: crash 386 SetterDeclaration2NegativeTest: crash
389 SetterDeclarationNegativeTest: crash 387 SetterDeclarationNegativeTest: crash
OLDNEW
« frog/leg/warnings.dart ('K') | « tests/corelib/corelib-leg.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698