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

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

Issue 14951006: Report CTEC.FIELD_INITIALIZER_REDIRECTING_CONSTRUCTOR (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 636 matching lines...) Expand 10 before | Expand all | Expand 10 after
647 compile_time_constant_test/02: fail 647 compile_time_constant_test/02: fail
648 const_optional_args_negative_test: fail 648 const_optional_args_negative_test: fail
649 const_syntax_test/06: fail 649 const_syntax_test/06: fail
650 constructor2_negative_test: fail 650 constructor2_negative_test: fail
651 constructor3_negative_test: fail 651 constructor3_negative_test: fail
652 constructor_call_wrong_argument_count_negative_test: fail 652 constructor_call_wrong_argument_count_negative_test: fail
653 constructor_negative_test: fail 653 constructor_negative_test: fail
654 constructor_redirect1_negative_test: fail 654 constructor_redirect1_negative_test: fail
655 constructor_redirect2_negative_test: fail 655 constructor_redirect2_negative_test: fail
656 constructor_redirect2_test/02: fail 656 constructor_redirect2_test/02: fail
657 constructor_redirect2_test/03: fail
658 constructor_redirect2_test/04: fail 657 constructor_redirect2_test/04: fail
659 constructor_redirect_test/01: fail 658 constructor_redirect_test/01: fail
660 constructor_return_with_arrow_negative_test: fail 659 constructor_return_with_arrow_negative_test: fail
661 constructor_return_with_init_and_arrow_negative_test: fail 660 constructor_return_with_init_and_arrow_negative_test: fail
662 cyclic_constructor_test/01: fail 661 cyclic_constructor_test/01: fail
663 cyclic_type_variable_test/01: fail 662 cyclic_type_variable_test/01: fail
664 cyclic_type_variable_test/02: fail 663 cyclic_type_variable_test/02: fail
665 cyclic_type_variable_test/03: fail 664 cyclic_type_variable_test/03: fail
666 cyclic_type_variable_test/04: fail 665 cyclic_type_variable_test/04: fail
667 default_factory2_test/01: fail 666 default_factory2_test/01: fail
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
769 number_identifier_negative_test: fail 768 number_identifier_negative_test: fail
770 override_field_method1_negative_test: fail 769 override_field_method1_negative_test: fail
771 override_field_method2_negative_test: fail 770 override_field_method2_negative_test: fail
772 override_field_method4_negative_test: fail 771 override_field_method4_negative_test: fail
773 override_field_method5_negative_test: fail 772 override_field_method5_negative_test: fail
774 override_field_test/01: fail 773 override_field_test/01: fail
775 override_field_test/02: fail 774 override_field_test/02: fail
776 override_field_test/03: fail 775 override_field_test/03: fail
777 override_method_with_field_test/01: fail 776 override_method_with_field_test/01: fail
778 override_method_with_field_test/02: fail 777 override_method_with_field_test/02: fail
779 parameter_initializer3_negative_test: fail
780 parameter_initializer5_negative_test: fail 778 parameter_initializer5_negative_test: fail
781 positional_parameters_type_test: fail 779 positional_parameters_type_test: fail
782 prefix10_negative_test: fail 780 prefix10_negative_test: fail
783 prefix11_negative_test: fail 781 prefix11_negative_test: fail
784 prefix12_negative_test: fail 782 prefix12_negative_test: fail
785 prefix1_negative_test: fail 783 prefix1_negative_test: fail
786 prefix22_test: fail 784 prefix22_test: fail
787 prefix23_test: fail 785 prefix23_test: fail
788 prefix2_negative_test: fail 786 prefix2_negative_test: fail
789 prefix4_negative_test: fail 787 prefix4_negative_test: fail
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
912 *: Skip 910 *: Skip
913 911
914 [ $arch == simarm ] 912 [ $arch == simarm ]
915 *: Skip 913 *: Skip
916 914
917 [ $arch == mips ] 915 [ $arch == mips ]
918 *: Skip 916 *: Skip
919 917
920 [ $arch == simmips ] 918 [ $arch == simmips ]
921 *: Skip 919 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698