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

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: Move constructor name creation to lookup function. 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
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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 ConstFieldNegativeTest: Fail 42 ConstFieldNegativeTest: Fail
43 ConstInit4NegativeTest: Fail 43 ConstInit4NegativeTest: Fail
44 ConstInitNegativeTest: Fail 44 ConstInitNegativeTest: Fail
45 ConstInitTest: Fail 45 ConstInitTest: Fail
46 ConstListTest: Fail 46 ConstListTest: Fail
47 ConstNamedTest: Fail 47 ConstNamedTest: Fail
48 ConstObjectsAreImmutableTest: Fail 48 ConstObjectsAreImmutableTest: Fail
49 ConstTest: Fail 49 ConstTest: Fail
50 Constructor2NegativeTest: Fail 50 Constructor2NegativeTest: Fail
51 Constructor2Test: Fail 51 Constructor2Test: Fail
52 Constructor3NegativeTest: Fail
53 Constructor3Test: Fail 52 Constructor3Test: Fail
54 Constructor4Test: Fail 53 Constructor4Test: Fail
55 Constructor5Test: Fail 54 Constructor5Test: Fail
56 Constructor6Test: Fail 55 Constructor6Test: Fail
57 ConstructorBodyTest: Fail 56 ConstructorBodyTest: Fail
58 ConstructorCallWrongArgumentCountNegativeTest: Fail
59 ConstructorDefaultTest: Fail 57 ConstructorDefaultTest: Fail
60 ConstructorDuplicateInitializersTest/none: Fail 58 ConstructorDuplicateInitializersTest/none: Fail
61 ConstructorNegativeTest: Pass # For the wrong reason. 59 ConstructorNegativeTest: Pass # For the wrong reason.
62 ConstructorRedirectTest: Fail 60 ConstructorRedirectTest: Fail
63 ConstructorReturnNegativeTest: Fail 61 ConstructorReturnNegativeTest: Fail
64 ConstructorReturnTest: Fail 62 ConstructorReturnTest: Fail
65 ConstructorReturnWithArrowNegativeTest: Fail 63 ConstructorReturnWithArrowNegativeTest: Fail
66 ConstructorReturnWithInitAndArrowNegativeTest: Fail 64 ConstructorReturnWithInitAndArrowNegativeTest: Fail
67 ConstructorReturnWithInitNegativeTest: Fail 65 ConstructorReturnWithInitNegativeTest: Fail
68 ConstructorTest: Fail 66 ConstructorTest: Fail
(...skipping 23 matching lines...) Expand all
92 ExecuteFinally3Test: Fail 90 ExecuteFinally3Test: Fail
93 ExecuteFinally4Test: Fail 91 ExecuteFinally4Test: Fail
94 ExecuteFinally5Test: Fail 92 ExecuteFinally5Test: Fail
95 ExecuteFinally6Test: Fail 93 ExecuteFinally6Test: Fail
96 ExecuteFinally7Test: Fail 94 ExecuteFinally7Test: Fail
97 ExecuteFinally8Test: Fail 95 ExecuteFinally8Test: Fail
98 ExecuteFinally9Test: Fail 96 ExecuteFinally9Test: Fail
99 ExpectTest: Fail 97 ExpectTest: Fail
100 Factory2Test: Fail 98 Factory2Test: Fail
101 Factory3Test: Fail 99 Factory3Test: Fail
102 FactoryArrowTest: Fail
103 FactoryImplementationTest: Fail 100 FactoryImplementationTest: Fail
104 FactoryTest: Fail 101 FactoryTest: Fail
105 FannkuchTest: Fail 102 FannkuchTest: Fail
106 FauxverrideTest/01: Fail 103 FauxverrideTest/01: Fail
107 FauxverrideTest/02: Fail 104 FauxverrideTest/02: Fail
108 FauxverrideTest/04: Fail 105 FauxverrideTest/04: Fail
109 FauxverrideTest/none: Fail 106 FauxverrideTest/none: Fail
110 Field1NegativeTest: Fail 107 Field1NegativeTest: Fail
111 Field2NegativeTest: Fail 108 Field2NegativeTest: Fail
112 Field4NegativeTest: Fail 109 Field4NegativeTest: Fail
(...skipping 27 matching lines...) Expand all
140 GenericSyntaxTest: Fail 137 GenericSyntaxTest: Fail
141 GenericTest: Fail 138 GenericTest: Fail
142 Generics2Test: Fail 139 Generics2Test: Fail
143 GenericsTest: Fail 140 GenericsTest: Fail
144 GetterClosureExecutionOrderTest: Fail 141 GetterClosureExecutionOrderTest: Fail
145 GettersSettersTest: Fail 142 GettersSettersTest: Fail
146 HelloScriptTest: Fail 143 HelloScriptTest: Fail
147 IfTest: Fail 144 IfTest: Fail
148 ImplicitClosure1Test: Fail 145 ImplicitClosure1Test: Fail
149 ImplicitClosureTest: Fail 146 ImplicitClosureTest: Fail
150 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: Fail 156 IncrOpTest: Fail
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 NonConstConstructorWithoutBodyTest: Fail 229 NonConstConstructorWithoutBodyTest: Fail
234 NonConstSuperNegativeTest: Fail 230 NonConstSuperNegativeTest: Fail
235 NonParameterizedFactory2Test: Fail 231 NonParameterizedFactory2Test: Fail
236 NonParameterizedFactoryTest: Fail 232 NonParameterizedFactoryTest: Fail
237 NullPointerExceptionTest: Fail 233 NullPointerExceptionTest: Fail
238 NullTest: Fail 234 NullTest: Fail
239 NullToStringTest: Fail 235 NullToStringTest: Fail
240 NumberSyntaxTest: Fail 236 NumberSyntaxTest: Fail
241 NumbersTest: Fail 237 NumbersTest: Fail
242 ObjectDynamicMethodTest: Fail 238 ObjectDynamicMethodTest: Fail
239 Operator1NegativeTest: Fail
243 Operator2Test: Fail 240 Operator2Test: Fail
244 OperatorTest: Fail 241 OperatorTest: Fail
245 OptimizationTest: Fail 242 OptimizationTest: Fail
246 OptimizedSetterTest: Fail 243 OptimizedSetterTest: Fail
247 OrderedMapsTest: Fail 244 OrderedMapsTest: Fail
248 OverriddenNoSuchMethodTest: Fail 245 OverriddenNoSuchMethodTest: Fail
249 OverrideFieldMethod2NegativeTest: Fail 246 OverrideFieldMethod2NegativeTest: Fail
250 OverrideFieldMethod3NegativeTest: Fail 247 OverrideFieldMethod3NegativeTest: Fail
251 OverrideFieldMethod4NegativeTest: Fail 248 OverrideFieldMethod4NegativeTest: Fail
252 OverrideFieldTest/02: Fail 249 OverrideFieldTest/02: Fail
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
371 TypeVariableBoundsTest/06: Fail 368 TypeVariableBoundsTest/06: Fail
372 TypeVariableBoundsTest/09: Fail 369 TypeVariableBoundsTest/09: Fail
373 TypeVariableBoundsTest/10: Fail 370 TypeVariableBoundsTest/10: Fail
374 TypeVariableBoundsTest/none: Fail 371 TypeVariableBoundsTest/none: Fail
375 TypeVariableScopeTest/none: Fail 372 TypeVariableScopeTest/none: Fail
376 TypedMessageTest: Fail 373 TypedMessageTest: Fail
377 Unary2Test: Fail 374 Unary2Test: Fail
378 UnaryTest: Fail 375 UnaryTest: Fail
379 UnboundGetterTest: Fail 376 UnboundGetterTest: Fail
380 WhileTest: Fail 377 WhileTest: Fail
OLDNEW
« frog/leg/scanner/class_element_parser.dart ('K') | « frog/tests/leg/src/ResolverTest.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698