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

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

Issue 15409002: Report CTEC.IMPLICIT_THIS_REFERENCE_IN_INITIALIZER (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
« no previous file with comments | « tests/isolate/isolate.status ('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 # 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 618 matching lines...) Expand 10 before | Expand all | Expand 10 after
629 compile_time_constant_e_test: fail 629 compile_time_constant_e_test: fail
630 compile_time_constant_test/02: fail 630 compile_time_constant_test/02: fail
631 const_optional_args_negative_test: fail 631 const_optional_args_negative_test: fail
632 const_syntax_test/06: fail 632 const_syntax_test/06: fail
633 constructor2_negative_test: fail 633 constructor2_negative_test: fail
634 constructor3_negative_test: fail 634 constructor3_negative_test: fail
635 constructor_call_wrong_argument_count_negative_test: fail 635 constructor_call_wrong_argument_count_negative_test: fail
636 constructor_negative_test: fail 636 constructor_negative_test: fail
637 constructor_redirect2_test/02: fail 637 constructor_redirect2_test/02: fail
638 constructor_redirect2_test/04: fail 638 constructor_redirect2_test/04: fail
639 constructor_redirect_test/01: fail
640 constructor_return_with_arrow_negative_test: fail 639 constructor_return_with_arrow_negative_test: fail
641 constructor_return_with_init_and_arrow_negative_test: fail 640 constructor_return_with_init_and_arrow_negative_test: fail
642 cyclic_type_variable_test/01: fail 641 cyclic_type_variable_test/01: fail
643 cyclic_type_variable_test/02: fail 642 cyclic_type_variable_test/02: fail
644 cyclic_type_variable_test/03: fail 643 cyclic_type_variable_test/03: fail
645 cyclic_type_variable_test/04: fail 644 cyclic_type_variable_test/04: fail
646 default_factory2_test/01: fail 645 default_factory2_test/01: fail
647 default_implementation2_test: fail 646 default_implementation2_test: fail
648 duplicate_constructor_test/01: fail 647 duplicate_constructor_test/01: fail
649 dynamic2_test/00: fail 648 dynamic2_test/00: fail
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
732 number_identifier_negative_test: fail 731 number_identifier_negative_test: fail
733 override_field_method1_negative_test: fail 732 override_field_method1_negative_test: fail
734 override_field_method2_negative_test: fail 733 override_field_method2_negative_test: fail
735 override_field_method4_negative_test: fail 734 override_field_method4_negative_test: fail
736 override_field_method5_negative_test: fail 735 override_field_method5_negative_test: fail
737 override_field_test/01: fail 736 override_field_test/01: fail
738 override_field_test/02: fail 737 override_field_test/02: fail
739 override_field_test/03: fail 738 override_field_test/03: fail
740 override_method_with_field_test/01: fail 739 override_method_with_field_test/01: fail
741 override_method_with_field_test/02: fail 740 override_method_with_field_test/02: fail
742 parameter_initializer5_negative_test: fail
743 prefix10_negative_test: fail 741 prefix10_negative_test: fail
744 prefix11_negative_test: fail 742 prefix11_negative_test: fail
745 prefix12_negative_test: fail 743 prefix12_negative_test: fail
746 prefix1_negative_test: fail 744 prefix1_negative_test: fail
747 prefix22_test: fail 745 prefix22_test: fail
748 prefix23_test: fail 746 prefix23_test: fail
749 prefix2_negative_test: fail 747 prefix2_negative_test: fail
750 prefix4_negative_test: fail 748 prefix4_negative_test: fail
751 prefix5_negative_test: fail 749 prefix5_negative_test: fail
752 prefix6_negative_test: fail 750 prefix6_negative_test: fail
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
856 *: Skip 854 *: Skip
857 855
858 [ $arch == simarm ] 856 [ $arch == simarm ]
859 *: Skip 857 *: Skip
860 858
861 [ $arch == mips ] 859 [ $arch == mips ]
862 *: Skip 860 *: Skip
863 861
864 [ $arch == simmips ] 862 [ $arch == simmips ]
865 *: Skip 863 *: Skip
OLDNEW
« no previous file with comments | « tests/isolate/isolate.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698