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

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

Issue 9378040: Allow self-referencing 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/tests/leg_only/src/Closure4Test.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 308 matching lines...) Expand 10 before | Expand all | Expand 10 after
319 SwitchLabelTest: Fail 319 SwitchLabelTest: Fail
320 SwitchScopeTest: Fail 320 SwitchScopeTest: Fail
321 SwitchTest: Fail 321 SwitchTest: Fail
322 SyntaxTest/none: Fail 322 SyntaxTest/none: Fail
323 Throw1Test: Fail 323 Throw1Test: Fail
324 Throw2Test: Fail 324 Throw2Test: Fail
325 Throw3Test: Fail 325 Throw3Test: Fail
326 Throw4Test: Fail 326 Throw4Test: Fail
327 Throw5Test: Fail 327 Throw5Test: Fail
328 Throw6Test: Fail 328 Throw6Test: Fail
329 Throw7NegativeTest: Fail
329 ThrowTest: Fail 330 ThrowTest: Fail
330 ToStringAsFixedTest: Fail 331 ToStringAsFixedTest: Fail
331 TopLevelFuncTest: Fail 332 TopLevelFuncTest: Fail
332 TopLevelGetterArrowSyntaxTest: Fail 333 TopLevelGetterArrowSyntaxTest: Fail
333 TopLevelInInitializerTest: Fail 334 TopLevelInInitializerTest: Fail
334 TopLevelPrefixedDeclarationTest: Fail 335 TopLevelPrefixedDeclarationTest: Fail
335 TopLevelVarTest: Fail 336 TopLevelVarTest: Fail
336 ToplevelCollision2Test/none: Fail 337 ToplevelCollision2Test/none: Fail
337 TryCatchSyntaxTest/08: Fail 338 TryCatchSyntaxTest/08: Fail
338 TryCatch2Test: Fail 339 TryCatch2Test: Fail
339 TryCatch3Test: Fail 340 TryCatch3Test: Fail
340 TypeChecksInFactoryMethodTest: Fail # Issue 925 341 TypeChecksInFactoryMethodTest: Fail # Issue 925
341 TypeDartcTest: Fail 342 TypeDartcTest: Fail
342 TypeVMTest: Fail 343 TypeVMTest: Fail
343 TypeVariableBoundsTest/01: Fail 344 TypeVariableBoundsTest/01: Fail
344 TypeVariableBoundsTest/02: Fail 345 TypeVariableBoundsTest/02: Fail
345 TypeVariableBoundsTest/03: Fail 346 TypeVariableBoundsTest/03: Fail
346 TypeVariableBoundsTest/04: Fail 347 TypeVariableBoundsTest/04: Fail
347 TypeVariableBoundsTest/05: Fail 348 TypeVariableBoundsTest/05: Fail
348 TypeVariableBoundsTest/06: Fail 349 TypeVariableBoundsTest/06: Fail
349 TypeVariableBoundsTest/09: Fail 350 TypeVariableBoundsTest/09: Fail
350 TypeVariableBoundsTest/10: Fail 351 TypeVariableBoundsTest/10: Fail
351 TypeVariableBoundsTest/none: Fail 352 TypeVariableBoundsTest/none: Fail
352 TypeVariableScopeTest/none: Fail 353 TypeVariableScopeTest/none: Fail
353 TypedMessageTest: Fail 354 TypedMessageTest: Fail
354 WhileTest: Fail 355 WhileTest: Fail
355 356
OLDNEW
« no previous file with comments | « frog/tests/leg_only/src/Closure4Test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698