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

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

Issue 14668014: Report CompileTimeErrorCode.RECURSIVE_FACTORY_REDIRECT (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 661 matching lines...) Expand 10 before | Expand all | Expand 10 after
672 dynamic_field_test: fail 672 dynamic_field_test: fail
673 export_cyclic_test: fail 673 export_cyclic_test: fail
674 f_bounded_quantification_test/01: fail 674 f_bounded_quantification_test/01: fail
675 f_bounded_quantification_test/02: fail 675 f_bounded_quantification_test/02: fail
676 factory1_test/00: skip 676 factory1_test/00: skip
677 factory1_test/01: skip 677 factory1_test/01: skip
678 factory2_test: fail 678 factory2_test: fail
679 factory5_test/00: fail 679 factory5_test/00: fail
680 factory_implementation_test/00: skip 680 factory_implementation_test/00: skip
681 factory_redirection2_test/01: fail 681 factory_redirection2_test/01: fail
682 factory_redirection_test/04: fail
683 factory_redirection_test/07: fail 682 factory_redirection_test/07: fail
684 factory_redirection_test/08: skip 683 factory_redirection_test/08: skip
685 factory_redirection_test/09: skip 684 factory_redirection_test/09: skip
686 factory_redirection_test/10: skip 685 factory_redirection_test/10: skip
687 factory_redirection_test/11: skip 686 factory_redirection_test/11: skip
688 factory_redirection_test/12: skip 687 factory_redirection_test/12: skip
689 factory_redirection_test/13: skip 688 factory_redirection_test/13: skip
690 factory_redirection_test/14: skip 689 factory_redirection_test/14: skip
691 fauxverride_test/03: fail 690 fauxverride_test/03: fail
692 fauxverride_test/05: fail 691 fauxverride_test/05: fail
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
910 *: Skip 909 *: Skip
911 910
912 [ $arch == simarm ] 911 [ $arch == simarm ]
913 *: Skip 912 *: Skip
914 913
915 [ $arch == mips ] 914 [ $arch == mips ]
916 *: Skip 915 *: Skip
917 916
918 [ $arch == simmips ] 917 [ $arch == simmips ]
919 *: Skip 918 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698