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

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

Issue 15074002: Report StaticTypeWarningCode.AMBIGUOUS_IMPORT when used as type annotation. (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 660 matching lines...) Expand 10 before | Expand all | Expand 10 after
671 cyclic_type_variable_test/01: fail 671 cyclic_type_variable_test/01: fail
672 cyclic_type_variable_test/02: fail 672 cyclic_type_variable_test/02: fail
673 cyclic_type_variable_test/03: fail 673 cyclic_type_variable_test/03: fail
674 cyclic_type_variable_test/04: fail 674 cyclic_type_variable_test/04: fail
675 default_factory2_test/01: fail 675 default_factory2_test/01: fail
676 default_implementation2_test: fail 676 default_implementation2_test: fail
677 duplicate_constructor_test/01: fail 677 duplicate_constructor_test/01: fail
678 duplicate_export_negative_test: fail 678 duplicate_export_negative_test: fail
679 dynamic2_test/00: fail 679 dynamic2_test/00: fail
680 dynamic_field_test: fail 680 dynamic_field_test: fail
681 export_cyclic_test: fail
682 f_bounded_quantification_test/01: fail 681 f_bounded_quantification_test/01: fail
683 f_bounded_quantification_test/02: fail 682 f_bounded_quantification_test/02: fail
684 factory1_test/00: skip 683 factory1_test/00: skip
685 factory1_test/01: skip 684 factory1_test/01: skip
686 factory2_negative_test: fail 685 factory2_negative_test: fail
687 factory2_test: fail 686 factory2_test: fail
688 factory5_test/00: fail 687 factory5_test/00: fail
689 factory_implementation_test/00: skip 688 factory_implementation_test/00: skip
690 factory_negative_test: fail 689 factory_negative_test: fail
691 factory_redirection2_test/01: fail 690 factory_redirection2_test/01: fail
(...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after
984 *: Skip 983 *: Skip
985 984
986 [ $arch == simarm ] 985 [ $arch == simarm ]
987 *: Skip 986 *: Skip
988 987
989 [ $arch == mips ] 988 [ $arch == mips ]
990 *: Skip 989 *: Skip
991 990
992 [ $arch == simmips ] 991 [ $arch == simmips ]
993 *: Skip 992 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698