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

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

Issue 14969004: Implement continue for switch. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Updated cf. comments + status updated. Created 7 years, 7 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) 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 # This directory contains tests that are intended to show the 5 # This directory contains tests that are intended to show the
6 # current state of the language. 6 # current state of the language.
7 7
8 # In order to maintain maximum test coverage for all builds, 8 # In order to maintain maximum test coverage for all builds,
9 # please use the following procedure to mark a test 9 # please use the following procedure to mark a test
10 # failed on architectures other than the one you are working on. 10 # failed on architectures other than the one you are working on.
(...skipping 452 matching lines...) Expand 10 before | Expand all | Expand 10 after
463 static_top_level_test/00: Fail 463 static_top_level_test/00: Fail
464 static_top_level_test/01: Fail 464 static_top_level_test/01: Fail
465 static_top_level_test/02: Fail 465 static_top_level_test/02: Fail
466 static_top_level_test/03: Fail 466 static_top_level_test/03: Fail
467 static_top_level_test/04: Fail 467 static_top_level_test/04: Fail
468 static_top_level_test/05: Fail 468 static_top_level_test/05: Fail
469 static_top_level_test/06: Fail 469 static_top_level_test/06: Fail
470 static_top_level_test/07: Fail 470 static_top_level_test/07: Fail
471 # Bug in dart2js parser: it happily parses 1is int; variable declaration. 471 # Bug in dart2js parser: it happily parses 1is int; variable declaration.
472 number_identifier_negative_test: Fail 472 number_identifier_negative_test: Fail
473 # Bug in dart2js frontent: does not support this feature.
ngeoffray 2013/05/17 09:00:10 frontent -> fronted
474 switch_label_test: Fail
475 # Common with language_dart2js. 473 # Common with language_dart2js.
476 factory_redirection_test/0*: Skip # Flaky negative tests, crash, fail, or pass. Not implemented. 474 factory_redirection_test/0*: Skip # Flaky negative tests, crash, fail, or pass. Not implemented.
477 factory_redirection_test/1*: Skip # Flaky negative tests, crash, fail, or pass. Not implemented. 475 factory_redirection_test/1*: Skip # Flaky negative tests, crash, fail, or pass. Not implemented.
478 function_type_alias5_test/00: Fail 476 function_type_alias5_test/00: Fail
479 function_type_alias5_test/01: Fail 477 function_type_alias5_test/01: Fail
480 function_type_alias5_test/02: Fail 478 function_type_alias5_test/02: Fail
481 function_type_alias7_test/00: Fail 479 function_type_alias7_test/00: Fail
482 implicit_scope_test: Fail 480 implicit_scope_test: Fail
483 instanceof3_test: Fail 481 instanceof3_test: Fail
484 parameter_initializer6_negative_test: Fail # Issue 3502 482 parameter_initializer6_negative_test: Fail # Issue 3502
(...skipping 424 matching lines...) Expand 10 before | Expand all | Expand 10 after
909 *: Skip 907 *: Skip
910 908
911 [ $arch == simarm ] 909 [ $arch == simarm ]
912 *: Skip 910 *: Skip
913 911
914 [ $arch == mips ] 912 [ $arch == mips ]
915 *: Skip 913 *: Skip
916 914
917 [ $arch == simmips ] 915 [ $arch == simmips ]
918 *: Skip 916 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698