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

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

Issue 2996573002: fix #28988, remove throw on Dart1 incompatible is-checks for dartdevc (Closed)
Patch Set: fix changelog Created 3 years, 4 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
« no previous file with comments | « tests/corelib_2/corelib_2.status ('k') | tests/lib_strong/lib_strong.status » ('j') | 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) 2016, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2016, 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 # Skip entire suite if not running in strong mode. 5 # Skip entire suite if not running in strong mode.
6 [ ! $strong ] 6 [ ! $strong ]
7 *: SkipByDesign 7 *: SkipByDesign
8 8
9 # Skip tests that are not yet strong-mode clean. 9 # Skip tests that are not yet strong-mode clean.
10 [ $strong ] 10 [ $strong ]
(...skipping 710 matching lines...) Expand 10 before | Expand all | Expand 10 after
721 covariant_subtyping_test: RuntimeError # Issue 29920 721 covariant_subtyping_test: RuntimeError # Issue 29920
722 custom_await_stack_trace_test: RuntimeError # Issue 29920 722 custom_await_stack_trace_test: RuntimeError # Issue 29920
723 cyclic_type2_test: RuntimeError # Issue 29920 723 cyclic_type2_test: RuntimeError # Issue 29920
724 cyclic_type_test/02: RuntimeError # Issue 29920 724 cyclic_type_test/02: RuntimeError # Issue 29920
725 cyclic_type_test/03: RuntimeError # Issue 29920 725 cyclic_type_test/03: RuntimeError # Issue 29920
726 cyclic_type_test/04: RuntimeError # Issue 29920 726 cyclic_type_test/04: RuntimeError # Issue 29920
727 deferred_call_empty_before_load_test: RuntimeError # Issue 27777 727 deferred_call_empty_before_load_test: RuntimeError # Issue 27777
728 deferred_load_library_wrong_args_test/01: MissingRuntimeError, RuntimeError # Is sue 29920 728 deferred_load_library_wrong_args_test/01: MissingRuntimeError, RuntimeError # Is sue 29920
729 deferred_not_loaded_check_test: RuntimeError # Issue 27777 729 deferred_not_loaded_check_test: RuntimeError # Issue 27777
730 deferred_redirecting_factory_test: RuntimeError # Issue 27777 730 deferred_redirecting_factory_test: RuntimeError # Issue 27777
731 deferred_regression_22995_test: RuntimeError # Issue 29920
732 deferred_static_seperate_test: RuntimeError # Issue 27777 731 deferred_static_seperate_test: RuntimeError # Issue 27777
733 double_int_to_string_test: RuntimeError # Issue 29920 732 double_int_to_string_test: RuntimeError # Issue 29920
734 dynamic_test: RuntimeError # Strong mode is-check failure: M1 does not soundly s ubtype Iface<dynamic, num> 733 dynamic_test: RuntimeError # Strong mode is-check failure: M1 does not soundly s ubtype Iface<dynamic, num>
735 exception_test: RuntimeError # DDC doesn't implement NullThrownError? 734 exception_test: RuntimeError # DDC doesn't implement NullThrownError?
736 execute_finally6_test: RuntimeError # Issue 29920 735 execute_finally6_test: RuntimeError # Issue 29920
737 expect_test: RuntimeError # Issue 29920 736 expect_test: RuntimeError # Issue 29920
738 f_bounded_quantification3_test: RuntimeError # Issue 29920 737 f_bounded_quantification3_test: RuntimeError # Issue 29920
739 field_increment_bailout_test: RuntimeError # Issue 29920 738 field_increment_bailout_test: RuntimeError # Issue 29920
740 field_optimization3_test: RuntimeError # Issue 29920 739 field_optimization3_test: RuntimeError # Issue 29920
741 first_class_types_test: RuntimeError, OK # Strong mode reifies inferred type arg ument. 740 first_class_types_test: RuntimeError, OK # Strong mode reifies inferred type arg ument.
742 flatten_test/05: MissingRuntimeError # Issue 29920 741 flatten_test/05: MissingRuntimeError # Issue 29920
743 flatten_test/08: MissingRuntimeError # Issue 29920 742 flatten_test/08: MissingRuntimeError # Issue 29920
744 flatten_test/09: MissingRuntimeError # Issue 29920 743 flatten_test/09: MissingRuntimeError # Issue 29920
745 flatten_test/12: MissingRuntimeError # Issue 29920 744 flatten_test/12: MissingRuntimeError # Issue 29920
746 for_variable_capture_test: RuntimeError # Issue 29920 745 for_variable_capture_test: RuntimeError # Issue 29920
747 function_subtype0_test: RuntimeError # Issue 29920
748 function_subtype1_test: RuntimeError # Issue 29920
749 function_subtype2_test: RuntimeError # Issue 29920
750 function_subtype3_test: RuntimeError # Issue 29920
751 function_subtype_bound_closure0_test: RuntimeError # Issue 29920
752 function_subtype_bound_closure1_test: RuntimeError # Issue 29920
753 function_subtype_bound_closure2_test: RuntimeError # Issue 29920
754 function_subtype_bound_closure3_test: RuntimeError # Issue 29920
755 function_subtype_bound_closure4_test: RuntimeError # Issue 29920
756 function_subtype_bound_closure5_test: RuntimeError # Issue 29920
757 function_subtype_bound_closure5a_test: RuntimeError # Issue 29920
758 function_subtype_bound_closure6_test: RuntimeError # Issue 29920
759 function_subtype_call0_test: RuntimeError # Issue 29920
760 function_subtype_call1_test: RuntimeError # Issue 29920
761 function_subtype_call2_test: RuntimeError # Issue 29920
762 function_subtype_cast0_test: RuntimeError # Issue 29920 746 function_subtype_cast0_test: RuntimeError # Issue 29920
763 function_subtype_cast1_test: RuntimeError # Issue 29920 747 function_subtype_cast1_test: RuntimeError # Issue 29920
764 function_subtype_cast2_test: RuntimeError # Issue 29920 748 function_subtype_cast2_test: RuntimeError # Issue 29920
765 function_subtype_cast3_test: RuntimeError # Issue 29920 749 function_subtype_cast3_test: RuntimeError # Issue 29920
766 function_subtype_factory0_test: RuntimeError # Issue 29920
767 function_subtype_inline0_test: RuntimeError # Issue 29920
768 function_subtype_local0_test: RuntimeError # Issue 29920
769 function_subtype_local1_test: RuntimeError # Issue 29920
770 function_subtype_local2_test: RuntimeError # Issue 29920
771 function_subtype_local3_test: RuntimeError # Issue 29920
772 function_subtype_local4_test: RuntimeError # Issue 29920
773 function_subtype_local5_test: RuntimeError # Issue 29920
774 function_subtype_named1_test: RuntimeError # Issue 29920 750 function_subtype_named1_test: RuntimeError # Issue 29920
775 function_subtype_named2_test: RuntimeError # Issue 29920 751 function_subtype_named2_test: RuntimeError # Issue 29920
776 function_subtype_not0_test: RuntimeError # Issue 29920
777 function_subtype_not1_test: RuntimeError # Issue 29920
778 function_subtype_not2_test: RuntimeError # Issue 29920
779 function_subtype_not3_test: RuntimeError # Issue 29920
780 function_subtype_optional1_test: RuntimeError # Issue 29920 752 function_subtype_optional1_test: RuntimeError # Issue 29920
781 function_subtype_optional2_test: RuntimeError # Issue 29920 753 function_subtype_optional2_test: RuntimeError # Issue 29920
782 function_subtype_top_level0_test: RuntimeError # Issue 29920
783 function_subtype_top_level1_test: RuntimeError # Issue 29920
784 function_subtype_typearg2_test: RuntimeError # Issue 29920 754 function_subtype_typearg2_test: RuntimeError # Issue 29920
785 function_subtype_typearg4_test: RuntimeError # Issue 29920 755 function_subtype_typearg4_test: RuntimeError # Issue 29920
786 function_type_alias2_test: RuntimeError # Issue 29920
787 function_type_alias3_test: RuntimeError # Issue 29920 756 function_type_alias3_test: RuntimeError # Issue 29920
788 function_type_alias4_test: RuntimeError # Issue 29920
789 generic_instanceof2_test: RuntimeError # Issue 29920 757 generic_instanceof2_test: RuntimeError # Issue 29920
790 generic_instanceof_test: RuntimeError # Issue 29920 758 generic_instanceof_test: RuntimeError # Issue 29920
791 generic_is_check_test: RuntimeError # Issue 29920 759 generic_is_check_test: RuntimeError # Issue 29920
792 generic_methods_generic_class_tearoff_test: RuntimeError # Issue 29920 760 generic_methods_generic_class_tearoff_test: RuntimeError # Issue 29920
793 generic_methods_named_parameters_test: RuntimeError # Issue 29920
794 generic_methods_optional_parameters_test: RuntimeError # Issue 29920
795 generic_methods_tearoff_specialization_test: RuntimeError # Issue 29920
796 generic_typedef_test: RuntimeError # Issue 29920
797 getter_closure_execution_order_test: RuntimeError # Issue 29920 761 getter_closure_execution_order_test: RuntimeError # Issue 29920
798 identical_closure2_test: RuntimeError # Issue 29920 762 identical_closure2_test: RuntimeError # Issue 29920
799 infinite_switch_label_test: RuntimeError # Issue 29920 763 infinite_switch_label_test: RuntimeError # Issue 29920
800 infinity_test: RuntimeError # Issue 29920 764 infinity_test: RuntimeError # Issue 29920
801 initializing_formal_final_test: RuntimeError # Issue 29920 765 initializing_formal_final_test: RuntimeError # Issue 29920
802 instance_creation_in_function_annotation_test: RuntimeError # Issue 29920 766 instance_creation_in_function_annotation_test: RuntimeError # Issue 29920
803 instanceof2_test: RuntimeError # Issue 29920 767 instanceof2_test: RuntimeError # Issue 29920
804 instanceof4_test/01: RuntimeError # Issue 29920 768 instanceof4_test/01: RuntimeError # Issue 29920
805 instanceof4_test/none: RuntimeError # Issue 29920 769 instanceof4_test/none: RuntimeError # Issue 29920
806 integer_division_by_zero_test: RuntimeError # Issue 29920 770 integer_division_by_zero_test: RuntimeError # Issue 29920
(...skipping 17 matching lines...) Expand all
824 regress_22443_test: RuntimeError # Issue 29920 788 regress_22443_test: RuntimeError # Issue 29920
825 stack_overflow_stacktrace_test: RuntimeError # Issue 29920 789 stack_overflow_stacktrace_test: RuntimeError # Issue 29920
826 stack_overflow_test: RuntimeError # Issue 29920 790 stack_overflow_test: RuntimeError # Issue 29920
827 stacktrace_test: RuntimeError # Issue 29920 791 stacktrace_test: RuntimeError # Issue 29920
828 switch_label2_test: RuntimeError # Issue 29920 792 switch_label2_test: RuntimeError # Issue 29920
829 switch_label_test: RuntimeError # Issue 29920 793 switch_label_test: RuntimeError # Issue 29920
830 switch_try_catch_test: RuntimeError # Issue 29920 794 switch_try_catch_test: RuntimeError # Issue 29920
831 throwing_lazy_variable_test: RuntimeError # Issue 29920 795 throwing_lazy_variable_test: RuntimeError # Issue 29920
832 truncdiv_test: RuntimeError # Issue 29920 796 truncdiv_test: RuntimeError # Issue 29920
833 type_variable_nested_test: RuntimeError # Issue 29920 797 type_variable_nested_test: RuntimeError # Issue 29920
834 type_variable_typedef_test: RuntimeError # Issue 29920
835 798
836 # This test does not generate the expected compile time error, but it also does 799 # This test does not generate the expected compile time error, but it also does
837 # not behave correctly at runtime. We cannot record this as "Fail" without 800 # not behave correctly at runtime. We cannot record this as "Fail" without
838 # confusing the DDC travis bot (as "Fail" is normally used for compile time 801 # confusing the DDC travis bot (as "Fail" is normally used for compile time
839 # failures of _negative_tests). Remove "Skip" once we have the DDC travis bot 802 # failures of _negative_tests). Remove "Skip" once we have the DDC travis bot
840 # running on test.dart, OR when we fix dartanalyzer/dartdevc CommandOutput 803 # running on test.dart, OR when we fix dartanalyzer/dartdevc CommandOutput
841 # classes to invert negative test status in the same way our other tools do. 804 # classes to invert negative test status in the same way our other tools do.
842 prefix10_negative_test: Skip # Issue 29920 805 prefix10_negative_test: Skip # Issue 29920
843 806
844 [ $compiler == dartdevc && $system == windows ] 807 [ $compiler == dartdevc && $system == windows ]
845 multiline_strings_test: RuntimeError # Issue 30336 808 multiline_strings_test: RuntimeError # Issue 30336
846 raw_string_test: RuntimeError # Issue 30336 809 raw_string_test: RuntimeError # Issue 30336
OLDNEW
« no previous file with comments | « tests/corelib_2/corelib_2.status ('k') | tests/lib_strong/lib_strong.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698