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

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: Address 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
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 29 matching lines...) Expand all
40 CompoundAssignmentOperatorTest: Fail 40 CompoundAssignmentOperatorTest: Fail
41 ConstEscapeFrogTest: Fail 41 ConstEscapeFrogTest: Fail
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 Constructor2Test: Fail
ngeoffray 2012/01/19 08:56:12 order.
karlklose 2012/01/19 13:51:24 Done.
50 Constructor2NegativeTest: Fail 51 Constructor2NegativeTest: 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
61 ConstructorReturnTest: Fail
ngeoffray 2012/01/19 08:56:12 ditto
karlklose 2012/01/19 13:51:24 Done.
63 ConstructorReturnNegativeTest: Fail 62 ConstructorReturnNegativeTest: Fail
64 ConstructorReturnTest: Fail
65 ConstructorReturnWithArrowNegativeTest: Fail 63 ConstructorReturnWithArrowNegativeTest: Fail
64 ConstructorReturnWithInitNegativeTest: Fail
ngeoffray 2012/01/19 08:56:12 ditto
karlklose 2012/01/19 13:51:24 Done.
66 ConstructorReturnWithInitAndArrowNegativeTest: Fail 65 ConstructorReturnWithInitAndArrowNegativeTest: Fail
67 ConstructorReturnWithInitNegativeTest: Fail
68 ConstructorTest: Fail 66 ConstructorTest: Fail
69 ContextArgsWithDefaultsTest: Fail 67 ContextArgsWithDefaultsTest: Fail
70 ContextTest: Crash # NPE in Types.isSubtype. 68 ContextTest: Crash # NPE in Types.isSubtype.
71 ContinueTest: Fail 69 ContinueTest: Fail
72 CyclicImportTest: Fail 70 CyclicImportTest: Fail
73 DefaultClassImplicitConstructorTest: Fail 71 DefaultClassImplicitConstructorTest: Fail
74 DefaultFactory2Test: Fail 72 DefaultFactory2Test: Fail
75 DefaultFactoryLibraryTest: Fail 73 DefaultFactoryLibraryTest: Fail
76 DefaultFactoryTest: Fail 74 DefaultFactoryTest: Fail
77 DefaultImplementationTest: Fail 75 DefaultImplementationTest: Fail
(...skipping 14 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 26 matching lines...) Expand all
139 GenericSyntaxTest: Fail 136 GenericSyntaxTest: Fail
140 GenericTest: Fail 137 GenericTest: Fail
141 Generics2Test: Fail 138 Generics2Test: Fail
142 GenericsTest: Fail 139 GenericsTest: Fail
143 GetterClosureExecutionOrderTest: Fail 140 GetterClosureExecutionOrderTest: Fail
144 GettersSettersTest: Fail 141 GettersSettersTest: Fail
145 HelloScriptTest: Fail 142 HelloScriptTest: Fail
146 IfTest: Fail 143 IfTest: Fail
147 ImplicitClosure1Test: Fail 144 ImplicitClosure1Test: Fail
148 ImplicitClosureTest: Fail 145 ImplicitClosureTest: Fail
149 ImplicitClosureTest: Fail
150 ImplicitScopeTest: Fail 146 ImplicitScopeTest: Fail
151 ImplicitThisTest/01: Fail 147 ImplicitThisTest/01: Fail
152 ImplicitThisTest/02: Fail 148 ImplicitThisTest/02: Fail
153 ImplicitThisTest/03: Fail 149 ImplicitThisTest/03: Fail
154 ImplicitThisTest/04: Fail 150 ImplicitThisTest/04: Fail
155 ImplicitThisTest/none: Fail 151 ImplicitThisTest/none: Fail
156 ImpliedInterfaceTest: Fail 152 ImpliedInterfaceTest: Fail
157 ImportCoreImplNoPrefixTest: Fail 153 ImportCoreImplNoPrefixTest: Fail
158 ImportCoreNoPrefixTest: Fail 154 ImportCoreNoPrefixTest: Fail
159 IncrOpTest: Fail 155 IncrOpTest: Fail
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 NonConstConstructorWithoutBodyTest: Fail 228 NonConstConstructorWithoutBodyTest: Fail
233 NonConstSuperNegativeTest: Fail 229 NonConstSuperNegativeTest: Fail
234 NonParameterizedFactory2Test: Fail 230 NonParameterizedFactory2Test: Fail
235 NonParameterizedFactoryTest: Fail 231 NonParameterizedFactoryTest: Fail
236 NullPointerExceptionTest: Fail 232 NullPointerExceptionTest: Fail
237 NullTest: Fail 233 NullTest: Fail
238 NullToStringTest: Fail 234 NullToStringTest: Fail
239 NumberSyntaxTest: Fail 235 NumberSyntaxTest: Fail
240 NumbersTest: Fail 236 NumbersTest: Fail
241 ObjectDynamicMethodTest: Fail 237 ObjectDynamicMethodTest: Fail
238 Operator1NegativeTest: Fail
242 Operator2Test: Fail 239 Operator2Test: Fail
243 OperatorTest: Fail 240 OperatorTest: Fail
244 OptimizationTest: Fail 241 OptimizationTest: Fail
245 OptimizedSetterTest: Fail 242 OptimizedSetterTest: Fail
246 OrderedMapsTest: Fail 243 OrderedMapsTest: Fail
247 OverriddenNoSuchMethodTest: Fail 244 OverriddenNoSuchMethodTest: Fail
248 OverrideFieldMethod2NegativeTest: Fail 245 OverrideFieldMethod2NegativeTest: Fail
249 OverrideFieldMethod3NegativeTest: Fail 246 OverrideFieldMethod3NegativeTest: Fail
250 OverrideFieldMethod4NegativeTest: Fail 247 OverrideFieldMethod4NegativeTest: Fail
251 OverrideFieldTest/02: Fail 248 OverrideFieldTest/02: Fail
252 OverrideFieldTest/03: Fail 249 OverrideFieldTest/03: Fail
253 OverrideFieldTest/none: Fail 250 OverrideFieldTest/none: Fail
254 OverrideMethodWithFieldTest/none: Fail 251 OverrideMethodWithFieldTest/none: Fail
255 Param2Test: Fail 252 Param2Test: Fail
256 ParameterInitializer2Test: Fail 253 ParameterInitializer2Test: Fail
257 ParameterInitializerTest: Fail 254 ParameterInitializerTest: Fail
255 Prefix9NegativeTest: Crash
258 Prefix10Test: Fail 256 Prefix10Test: Fail
259 Prefix11Test: Fail 257 Prefix11Test: Fail
260 Prefix12Test: Fail 258 Prefix12Test: Fail
261 Prefix14Test: Fail 259 Prefix14Test: Fail
262 Prefix15Test: Fail 260 Prefix15Test: Fail
263 Prefix17Test: Fail 261 Prefix17Test: Fail
264 Prefix21Test: Fail 262 Prefix21Test: Fail
265 Prefix22Test: Fail # Issue 575 263 Prefix22Test: Fail # Issue 575
266 Prefix23Test: Fail # Issue 575 264 Prefix23Test: Fail # Issue 575
267 PrefixTest: Fail 265 PrefixTest: Fail
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
369 TypeVariableBoundsTest/06: Fail 367 TypeVariableBoundsTest/06: Fail
370 TypeVariableBoundsTest/09: Fail 368 TypeVariableBoundsTest/09: Fail
371 TypeVariableBoundsTest/10: Fail 369 TypeVariableBoundsTest/10: Fail
372 TypeVariableBoundsTest/none: Fail 370 TypeVariableBoundsTest/none: Fail
373 TypeVariableScopeTest/none: Fail 371 TypeVariableScopeTest/none: Fail
374 TypedMessageTest: Fail 372 TypedMessageTest: Fail
375 Unary2Test: Fail 373 Unary2Test: Fail
376 UnaryTest: Fail 374 UnaryTest: Fail
377 UnboundGetterTest: Fail 375 UnboundGetterTest: Fail
378 WhileTest: Fail 376 WhileTest: Fail
OLDNEW
« frog/tests/leg/src/ResolverTest.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