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

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

Issue 14622019: Report CompileTimeErrorCode.SUPER_IN_INVALID_CONTEXT (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Check for all 'super' expressions. Don't resolve methods/accessors if invalid. 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 729 matching lines...) Expand 10 before | Expand all | Expand 10 after
740 issue1363_test: fail 740 issue1363_test: fail
741 library_juxtaposition_test: fail 741 library_juxtaposition_test: fail
742 licm_test: fail 742 licm_test: fail
743 list_literal1_negative_test: fail 743 list_literal1_negative_test: fail
744 list_literal_syntax_test/01: fail 744 list_literal_syntax_test/01: fail
745 list_literal_syntax_test/02: fail 745 list_literal_syntax_test/02: fail
746 list_literal_syntax_test/03: fail 746 list_literal_syntax_test/03: fail
747 list_literal_syntax_test/05: fail 747 list_literal_syntax_test/05: fail
748 map_literal1_negative_test: fail 748 map_literal1_negative_test: fail
749 map_literal3_test: fail 749 map_literal3_test: fail
750 method_override2_test/00: fail
751 method_override2_test/01: fail
752 method_override2_test/02: fail
753 method_override2_test/03: fail 750 method_override2_test/03: fail
754 mixin_illegal_constructor_test/13: fail 751 mixin_illegal_constructor_test/13: fail
755 mixin_illegal_constructor_test/14: fail 752 mixin_illegal_constructor_test/14: fail
756 mixin_illegal_constructor_test/15: fail 753 mixin_illegal_constructor_test/15: fail
757 mixin_illegal_constructor_test/16: fail 754 mixin_illegal_constructor_test/16: fail
758 mixin_illegal_cycles_test/02: fail 755 mixin_illegal_cycles_test/02: fail
759 mixin_illegal_cycles_test/03: fail 756 mixin_illegal_cycles_test/03: fail
760 mixin_illegal_cycles_test/04: fail 757 mixin_illegal_cycles_test/04: fail
761 mixin_illegal_cycles_test/06: fail 758 mixin_illegal_cycles_test/06: fail
762 mixin_illegal_syntax_test/13: fail 759 mixin_illegal_syntax_test/13: fail
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
917 *: Skip 914 *: Skip
918 915
919 [ $arch == simarm ] 916 [ $arch == simarm ]
920 *: Skip 917 *: Skip
921 918
922 [ $arch == mips ] 919 [ $arch == mips ]
923 *: Skip 920 *: Skip
924 921
925 [ $arch == simmips ] 922 [ $arch == simmips ]
926 *: Skip 923 *: 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