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

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

Issue 14671018: Report CompileTimeErrorCode.INVALID_FACTORY_NAME_NOT_A_CLASS (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Check if name is resolved not to the enclosing ClassElement 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 659 matching lines...) Expand 10 before | Expand all | Expand 10 after
670 default_factory2_test/01: fail 670 default_factory2_test/01: fail
671 default_implementation2_test: fail 671 default_implementation2_test: fail
672 duplicate_constructor_test/01: fail 672 duplicate_constructor_test/01: fail
673 dynamic2_test/00: fail 673 dynamic2_test/00: fail
674 dynamic_field_test: fail 674 dynamic_field_test: fail
675 export_cyclic_test: fail 675 export_cyclic_test: fail
676 f_bounded_quantification_test/01: fail 676 f_bounded_quantification_test/01: fail
677 f_bounded_quantification_test/02: fail 677 f_bounded_quantification_test/02: fail
678 factory1_test/00: skip 678 factory1_test/00: skip
679 factory1_test/01: skip 679 factory1_test/01: skip
680 factory2_negative_test: fail
681 factory2_test: fail 680 factory2_test: fail
682 factory5_test/00: fail 681 factory5_test/00: fail
683 factory_implementation_test/00: skip 682 factory_implementation_test/00: skip
684 factory_negative_test: fail
685 factory_redirection2_test/01: fail 683 factory_redirection2_test/01: fail
686 factory_redirection_test/04: fail 684 factory_redirection_test/04: fail
687 factory_redirection_test/07: fail 685 factory_redirection_test/07: fail
688 factory_redirection_test/08: skip 686 factory_redirection_test/08: skip
689 factory_redirection_test/09: skip 687 factory_redirection_test/09: skip
690 factory_redirection_test/10: skip 688 factory_redirection_test/10: skip
691 factory_redirection_test/11: skip 689 factory_redirection_test/11: skip
692 factory_redirection_test/12: skip 690 factory_redirection_test/12: skip
693 factory_redirection_test/13: skip 691 factory_redirection_test/13: skip
694 factory_redirection_test/14: skip 692 factory_redirection_test/14: skip
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
914 *: Skip 912 *: Skip
915 913
916 [ $arch == simarm ] 914 [ $arch == simarm ]
917 *: Skip 915 *: Skip
918 916
919 [ $arch == mips ] 917 [ $arch == mips ]
920 *: Skip 918 *: Skip
921 919
922 [ $arch == simmips ] 920 [ $arch == simmips ]
923 *: Skip 921 *: 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