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

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

Issue 15316011: Report MULTIPLE_REDIRECTING_CONSTRUCTOR_INVOCATIONS and other redirection related. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fixes for review comments 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/co19/co19-analyzer.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 616 matching lines...) Expand 10 before | Expand all | Expand 10 after
627 compile_time_constant_checked3_test/06: fail 627 compile_time_constant_checked3_test/06: fail
628 compile_time_constant_d_test: fail 628 compile_time_constant_d_test: fail
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
638 constructor_redirect2_test/04: fail
639 constructor_return_with_arrow_negative_test: fail 637 constructor_return_with_arrow_negative_test: fail
640 constructor_return_with_init_and_arrow_negative_test: fail 638 constructor_return_with_init_and_arrow_negative_test: fail
641 cyclic_type_variable_test/01: fail 639 cyclic_type_variable_test/01: fail
642 cyclic_type_variable_test/02: fail 640 cyclic_type_variable_test/02: fail
643 cyclic_type_variable_test/03: fail 641 cyclic_type_variable_test/03: fail
644 cyclic_type_variable_test/04: fail 642 cyclic_type_variable_test/04: fail
645 default_factory2_test/01: fail 643 default_factory2_test/01: fail
646 default_implementation2_test: fail 644 default_implementation2_test: fail
647 duplicate_constructor_test/01: fail 645 duplicate_constructor_test/01: fail
648 dynamic2_test/00: fail 646 dynamic2_test/00: fail
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
854 *: Skip 852 *: Skip
855 853
856 [ $arch == simarm ] 854 [ $arch == simarm ]
857 *: Skip 855 *: Skip
858 856
859 [ $arch == mips ] 857 [ $arch == mips ]
860 *: Skip 858 *: Skip
861 859
862 [ $arch == simmips ] 860 [ $arch == simmips ]
863 *: Skip 861 *: Skip
OLDNEW
« no previous file with comments | « tests/co19/co19-analyzer.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698