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

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

Issue 15745013: Report parameters/arguments count mismatch (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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 589 matching lines...) Expand 10 before | Expand all | Expand 10 after
600 class_literal_test/27: fail 600 class_literal_test/27: fail
601 class_literal_test/28: fail 601 class_literal_test/28: fail
602 class_literal_test/29: fail 602 class_literal_test/29: fail
603 class_literal_test/none: fail 603 class_literal_test/none: fail
604 closure_call_wrong_argument_count_negative_test: fail 604 closure_call_wrong_argument_count_negative_test: fail
605 compile_time_constant10_test/none: fail 605 compile_time_constant10_test/none: fail
606 compile_time_constant8_test: fail 606 compile_time_constant8_test: fail
607 compile_time_constant_arguments_test/01: fail 607 compile_time_constant_arguments_test/01: fail
608 compile_time_constant_arguments_test/02: fail 608 compile_time_constant_arguments_test/02: fail
609 compile_time_constant_arguments_test/03: fail 609 compile_time_constant_arguments_test/03: fail
610 compile_time_constant_arguments_test/04: fail
611 compile_time_constant_arguments_test/05: fail 610 compile_time_constant_arguments_test/05: fail
612 compile_time_constant_arguments_test/06: fail 611 compile_time_constant_arguments_test/06: fail
613 compile_time_constant_b_test: fail 612 compile_time_constant_b_test: fail
614 compile_time_constant_c_test/01: fail 613 compile_time_constant_c_test/01: fail
615 compile_time_constant_c_test/02: fail 614 compile_time_constant_c_test/02: fail
616 compile_time_constant_checked2_test/01: fail 615 compile_time_constant_checked2_test/01: fail
617 compile_time_constant_checked2_test/02: fail 616 compile_time_constant_checked2_test/02: fail
618 compile_time_constant_checked2_test/03: fail 617 compile_time_constant_checked2_test/03: fail
619 compile_time_constant_checked2_test/04: fail 618 compile_time_constant_checked2_test/04: fail
620 compile_time_constant_checked2_test/05: fail 619 compile_time_constant_checked2_test/05: fail
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
709 mixin_illegal_cycles_test/04: fail 708 mixin_illegal_cycles_test/04: fail
710 mixin_illegal_cycles_test/06: fail 709 mixin_illegal_cycles_test/06: fail
711 mixin_illegal_syntax_test/13: fail 710 mixin_illegal_syntax_test/13: fail
712 mixin_type_parameters_errors_test/01: fail 711 mixin_type_parameters_errors_test/01: fail
713 mixin_type_parameters_errors_test/02: fail 712 mixin_type_parameters_errors_test/02: fail
714 mixin_type_parameters_errors_test/03: fail 713 mixin_type_parameters_errors_test/03: fail
715 mixin_type_parameters_errors_test/04: fail 714 mixin_type_parameters_errors_test/04: fail
716 mixin_type_parameters_errors_test/05: fail 715 mixin_type_parameters_errors_test/05: fail
717 named_parameters2_test: fail 716 named_parameters2_test: fail
718 named_parameters_aggregated_test/03: fail 717 named_parameters_aggregated_test/03: fail
719 named_parameters_aggregated_test/04: fail
720 named_parameters_aggregated_test/05: fail 718 named_parameters_aggregated_test/05: fail
721 new_expression_type_args_test/00: fail 719 new_expression_type_args_test/00: fail
722 new_expression_type_args_test/01: fail 720 new_expression_type_args_test/01: fail
723 new_expression_type_args_test/02: fail 721 new_expression_type_args_test/02: fail
724 nested_switch_label_test: fail 722 nested_switch_label_test: fail
725 no_such_method_negative_test: fail 723 no_such_method_negative_test: fail
726 non_const_super_negative_test: fail 724 non_const_super_negative_test: fail
727 number_identifier_negative_test: fail 725 number_identifier_negative_test: fail
728 override_field_method1_negative_test: fail 726 override_field_method1_negative_test: fail
729 override_field_method2_negative_test: fail 727 override_field_method2_negative_test: fail
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
825 *: Skip 823 *: Skip
826 824
827 [ $arch == simarm ] 825 [ $arch == simarm ]
828 *: Skip 826 *: Skip
829 827
830 [ $arch == mips ] 828 [ $arch == mips ]
831 *: Skip 829 *: Skip
832 830
833 [ $arch == simmips ] 831 [ $arch == simmips ]
834 *: Skip 832 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698