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

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

Issue 12440035: Support optional function expression parameters in dart2js... and dart2dart. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 9 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 | « tests/co19/co19-dart2js.status ('k') | tests/language/language_dart2js.status » ('j') | 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 # 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 465 matching lines...) Expand 10 before | Expand all | Expand 10 after
476 number_identifier_negative_test: Fail 476 number_identifier_negative_test: Fail
477 # Bug in dart2js frontent: does not support this feature. 477 # Bug in dart2js frontent: does not support this feature.
478 switch_label_test: Fail 478 switch_label_test: Fail
479 # Common with language_dart2js. 479 # Common with language_dart2js.
480 factory_redirection_test/0*: Skip # Flaky negative tests, crash, fail, or pass. Not implemented. 480 factory_redirection_test/0*: Skip # Flaky negative tests, crash, fail, or pass. Not implemented.
481 factory_redirection_test/1*: Skip # Flaky negative tests, crash, fail, or pass. Not implemented. 481 factory_redirection_test/1*: Skip # Flaky negative tests, crash, fail, or pass. Not implemented.
482 function_type_alias5_test/00: Fail 482 function_type_alias5_test/00: Fail
483 function_type_alias5_test/01: Fail 483 function_type_alias5_test/01: Fail
484 function_type_alias5_test/02: Fail 484 function_type_alias5_test/02: Fail
485 function_type_alias7_test/00: Fail 485 function_type_alias7_test/00: Fail
486 function_type_parameter2_test: Fail
487 function_type_parameter_test: Fail
488 implicit_scope_test: Fail 486 implicit_scope_test: Fail
489 instanceof3_test: Fail 487 instanceof3_test: Fail
490 parameter_initializer6_negative_test: Fail # Issue 3502 488 parameter_initializer6_negative_test: Fail # Issue 3502
491 syntax_test/47: Fail 489 syntax_test/47: Fail
492 # DartVM problem. 490 # DartVM problem.
493 constructor5_test: Fail 491 constructor5_test: Fail
494 constructor6_test: Fail 492 constructor6_test: Fail
495 closure_in_initializer_test: Fail 493 closure_in_initializer_test: Fail
496 gc_test: Pass,Fail 494 gc_test: Pass,Fail
497 super_first_constructor_test: Fail 495 super_first_constructor_test: Fail
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
563 *: Skip 561 *: Skip
564 562
565 [ $arch == simarm ] 563 [ $arch == simarm ]
566 *: Skip 564 *: Skip
567 565
568 [ $arch == mips ] 566 [ $arch == mips ]
569 *: Skip 567 *: Skip
570 568
571 [ $arch == simmips ] 569 [ $arch == simmips ]
572 *: Skip 570 *: Skip
OLDNEW
« no previous file with comments | « tests/co19/co19-dart2js.status ('k') | tests/language/language_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698