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

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

Issue 9415005: Support implicitly bound closures (aka. tear-off closures). (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments. Created 8 years, 10 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 | « frog/leg/namer.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) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, 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 && $checked ] 7 [ $component == leg && $checked ]
8 *: Skip 8 *: Skip
9 9
10 10
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 GenericInstanceofTest: Fail 141 GenericInstanceofTest: Fail
142 GenericParameterizedExtendsTest: Fail 142 GenericParameterizedExtendsTest: Fail
143 GenericSyntaxTest: Fail 143 GenericSyntaxTest: Fail
144 GenericTest: Fail 144 GenericTest: Fail
145 GenericsTest: Fail 145 GenericsTest: Fail
146 GetSetSyntaxTest/none: Fail 146 GetSetSyntaxTest/none: Fail
147 GetterClosureExecutionOrderTest: Fail 147 GetterClosureExecutionOrderTest: Fail
148 GetterDeclarationNegativeTest: Fail 148 GetterDeclarationNegativeTest: Fail
149 GettersSettersTest: Fail 149 GettersSettersTest: Fail
150 IfTest: Fail 150 IfTest: Fail
151 ImplicitClosure1Test: Fail
152 ImplicitClosureTest: Fail 151 ImplicitClosureTest: Fail
153 ImplicitScopeTest: Fail 152 ImplicitScopeTest: Fail
154 ImpliedInterfaceTest: Fail 153 ImpliedInterfaceTest: Fail
155 InstFieldInitializer1NegativeTest: Fail 154 InstFieldInitializer1NegativeTest: Fail
156 InstFieldInitializerTest: Fail 155 InstFieldInitializerTest: Fail
157 InstanceCompoundAssignmentOperatorTest: Fail 156 InstanceCompoundAssignmentOperatorTest: Fail
158 InstanceFieldInitializerTest: Fail 157 InstanceFieldInitializerTest: Fail
159 Instanceof2Test: Fail 158 Instanceof2Test: Fail
160 InstanceofTest: Fail 159 InstanceofTest: Fail
161 InstantiateTypeVariableNegativeTest: Pass # For the wrong reason. 160 InstantiateTypeVariableNegativeTest: Pass # For the wrong reason.
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
348 TypeVariableScopeTest/02: Fail 347 TypeVariableScopeTest/02: Fail
349 TypeVariableScopeTest/03: Fail 348 TypeVariableScopeTest/03: Fail
350 TypeVariableScopeTest/04: Fail 349 TypeVariableScopeTest/04: Fail
351 TypeVariableScopeTest/05: Fail 350 TypeVariableScopeTest/05: Fail
352 TypedMessageTest: Fail 351 TypedMessageTest: Fail
353 WhileTest: Fail 352 WhileTest: Fail
354 353
355 354
356 [ $component == leg && $mode == release] 355 [ $component == leg && $mode == release]
357 AssignTopMethodNegativeTest: Crash 356 AssignTopMethodNegativeTest: Crash
OLDNEW
« no previous file with comments | « frog/leg/namer.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698