| OLD | NEW |
| 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 672 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 683 main_not_a_function_test/01: MissingStaticWarning # Issue 28823 | 683 main_not_a_function_test/01: MissingStaticWarning # Issue 28823 |
| 684 main_test/03: MissingStaticWarning # Issue 28823 | 684 main_test/03: MissingStaticWarning # Issue 28823 |
| 685 no_main_test/01: MissingStaticWarning # Issue 28823 | 685 no_main_test/01: MissingStaticWarning # Issue 28823 |
| 686 regress_23089_test: CompileTimeError # Issue 28823 | 686 regress_23089_test: CompileTimeError # Issue 28823 |
| 687 reify_typevar_static_test/00: MissingCompileTimeError # Issue 28823 | 687 reify_typevar_static_test/00: MissingCompileTimeError # Issue 28823 |
| 688 super_setter_test: StaticWarning # Issue 28823 | 688 super_setter_test: StaticWarning # Issue 28823 |
| 689 try_catch4_test: StaticWarning # Issue 28823 | 689 try_catch4_test: StaticWarning # Issue 28823 |
| 690 try_catch5_test: StaticWarning # Issue 28823 | 690 try_catch5_test: StaticWarning # Issue 28823 |
| 691 | 691 |
| 692 [ $compiler == dartdevc ] | 692 [ $compiler == dartdevc ] |
| 693 regress_23089_test: CompileTimeError # Issue 29920 |
| 694 constant_type_literal_test/01: MissingCompileTimeError # DDC allows type paramet
er type literals in const expressions. |
| 695 generic_methods_closure_test: CompileTimeError # Issue 29920 |
| 696 generic_methods_overriding_test/01: MissingCompileTimeError # Issue 29920 |
| 697 generic_methods_overriding_test/03: MissingCompileTimeError # Issue 29920 |
| 698 generic_methods_shadowing_test: CompileTimeError # Issue 29920 |
| 699 generic_methods_simple_is_expression_test: CompileTimeError # Issue 29920 |
| 700 reify_typevar_static_test/00: MissingCompileTimeError # Issue 29920 |
| 701 export_private_test/01: MissingCompileTimeError # Issue 29920 |
| 702 generic_methods_local_variable_declaration_test: CompileTimeError # Issue 29920 |
| 703 import_private_test/01: MissingCompileTimeError # Issue 29920 |
| 704 internal_library_test/01: MissingCompileTimeError # Issue 29920 |
| 705 |
| 706 [ $compiler == dartdevc && $runtime != none ] |
| 693 async_star_cancel_while_paused_test: RuntimeError # Issue 29920 | 707 async_star_cancel_while_paused_test: RuntimeError # Issue 29920 |
| 694 async_star_test/01: RuntimeError # Issue 28969 | 708 async_star_test/01: RuntimeError # Issue 28969 |
| 695 async_star_test/02: RuntimeError # Issue 28969 | 709 async_star_test/02: RuntimeError # Issue 28969 |
| 696 async_star_test/03: RuntimeError # Issue 28969 | 710 async_star_test/03: RuntimeError # Issue 28969 |
| 697 async_star_test/04: RuntimeError # Issue 28969 | 711 async_star_test/04: RuntimeError # Issue 28969 |
| 698 async_star_test/05: RuntimeError # Issue 28969 | 712 async_star_test/05: RuntimeError # Issue 28969 |
| 699 async_star_test/none: RuntimeError # Issue 28969 | 713 async_star_test/none: RuntimeError # Issue 28969 |
| 700 asyncstar_throw_in_catch_test: Timeout # Issue 29920 | 714 asyncstar_throw_in_catch_test: Timeout # Issue 29920 |
| 701 await_future_test: Pass, Timeout # Issue 29920 | 715 await_future_test: Pass, Timeout # Issue 29920 |
| 702 bit_operations_test/01: RuntimeError # No bigints on web. | 716 bit_operations_test/01: RuntimeError # No bigints on web. |
| 703 bit_operations_test/02: RuntimeError # No bigints on web. | 717 bit_operations_test/02: RuntimeError # No bigints on web. |
| 704 bit_operations_test/03: RuntimeError # No bigints on web. | 718 bit_operations_test/03: RuntimeError # No bigints on web. |
| 705 bit_operations_test/04: RuntimeError # No bigints on web. | 719 bit_operations_test/04: RuntimeError # No bigints on web. |
| 706 bit_operations_test/none: RuntimeError # No bigints on web. | 720 bit_operations_test/none: RuntimeError # No bigints on web. |
| 707 call_closurization_test: RuntimeError # Issue 29920 | 721 call_closurization_test: RuntimeError # Issue 29920 |
| 708 canonical_const2_test: RuntimeError # Ints and doubles are unified. | 722 canonical_const2_test: RuntimeError # Ints and doubles are unified. |
| 709 canonical_const_test: RuntimeError # Ints and doubles are unified. | 723 canonical_const_test: RuntimeError # Ints and doubles are unified. |
| 710 compile_time_constant_a_test: RuntimeError # Allows mutating const map. | 724 compile_time_constant_a_test: RuntimeError # Allows mutating const map. |
| 711 compile_time_constant_b_test: RuntimeError # Issue 29920 | 725 compile_time_constant_b_test: RuntimeError # Issue 29920 |
| 712 compile_time_constant_d_test: RuntimeError # Issue 29920 | 726 compile_time_constant_d_test: RuntimeError # Issue 29920 |
| 713 const_evaluation_test/01: RuntimeError # Issue 29920 | 727 const_evaluation_test/01: RuntimeError # Issue 29920 |
| 714 const_switch_test/02: RuntimeError # Issue 29920 | 728 const_switch_test/02: RuntimeError # Issue 29920 |
| 715 const_switch_test/04: RuntimeError # Ints and doubles are unified. | 729 const_switch_test/04: RuntimeError # Ints and doubles are unified. |
| 716 constant_type_literal_test/01: MissingCompileTimeError # DDC allows type paramet
er type literals in const expressions. | |
| 717 constructor12_test: RuntimeError # Issue 29920 | 730 constructor12_test: RuntimeError # Issue 29920 |
| 718 covariant_subtyping_test: RuntimeError # Issue 29920 | 731 covariant_subtyping_test: RuntimeError # Issue 29920 |
| 719 custom_await_stack_trace_test: RuntimeError # Issue 29920 | 732 custom_await_stack_trace_test: RuntimeError # Issue 29920 |
| 720 cyclic_type2_test: RuntimeError # Issue 29920 | 733 cyclic_type2_test: RuntimeError # Issue 29920 |
| 721 cyclic_type_test/02: RuntimeError # Issue 29920 | 734 cyclic_type_test/02: RuntimeError # Issue 29920 |
| 722 cyclic_type_test/03: RuntimeError # Issue 29920 | 735 cyclic_type_test/03: RuntimeError # Issue 29920 |
| 723 cyclic_type_test/04: RuntimeError # Issue 29920 | 736 cyclic_type_test/04: RuntimeError # Issue 29920 |
| 724 deferred_call_empty_before_load_test: RuntimeError # Issue 27777 | 737 deferred_call_empty_before_load_test: RuntimeError # Issue 27777 |
| 725 deferred_load_library_wrong_args_test/01: MissingRuntimeError, RuntimeError # Is
sue 29920 | 738 deferred_load_library_wrong_args_test/01: MissingRuntimeError, RuntimeError # Is
sue 29920 |
| 726 deferred_not_loaded_check_test: RuntimeError # Issue 27777 | 739 deferred_not_loaded_check_test: RuntimeError # Issue 27777 |
| 727 deferred_redirecting_factory_test: RuntimeError # Issue 27777 | 740 deferred_redirecting_factory_test: RuntimeError # Issue 27777 |
| 728 deferred_regression_22995_test: RuntimeError # Issue 29920 | 741 deferred_regression_22995_test: RuntimeError # Issue 29920 |
| 729 deferred_static_seperate_test: RuntimeError # Issue 27777 | 742 deferred_static_seperate_test: RuntimeError # Issue 27777 |
| 730 double_int_to_string_test: RuntimeError # Issue 29920 | 743 double_int_to_string_test: RuntimeError # Issue 29920 |
| 731 dynamic_test: RuntimeError # Strong mode is-check failure: M1 does not soundly s
ubtype Iface<dynamic, num> | 744 dynamic_test: RuntimeError # Strong mode is-check failure: M1 does not soundly s
ubtype Iface<dynamic, num> |
| 732 exception_test: RuntimeError # DDC doesn't implement NullThrownError? | 745 exception_test: RuntimeError # DDC doesn't implement NullThrownError? |
| 733 execute_finally6_test: RuntimeError # Issue 29920 | 746 execute_finally6_test: RuntimeError # Issue 29920 |
| 734 expect_test: RuntimeError # Issue 29920 | 747 expect_test: RuntimeError # Issue 29920 |
| 735 export_private_test/01: MissingCompileTimeError # Issue 29920 | |
| 736 f_bounded_quantification3_test: RuntimeError # Issue 29920 | 748 f_bounded_quantification3_test: RuntimeError # Issue 29920 |
| 737 field_increment_bailout_test: RuntimeError # Issue 29920 | 749 field_increment_bailout_test: RuntimeError # Issue 29920 |
| 738 field_optimization3_test: RuntimeError # Issue 29920 | 750 field_optimization3_test: RuntimeError # Issue 29920 |
| 739 first_class_types_test: RuntimeError, OK # Strong mode reifies inferred type arg
ument. | 751 first_class_types_test: RuntimeError, OK # Strong mode reifies inferred type arg
ument. |
| 740 flatten_test/05: MissingRuntimeError # Issue 29920 | 752 flatten_test/05: MissingRuntimeError # Issue 29920 |
| 741 flatten_test/08: MissingRuntimeError # Issue 29920 | 753 flatten_test/08: MissingRuntimeError # Issue 29920 |
| 742 flatten_test/09: MissingRuntimeError # Issue 29920 | 754 flatten_test/09: MissingRuntimeError # Issue 29920 |
| 743 flatten_test/12: MissingRuntimeError # Issue 29920 | 755 flatten_test/12: MissingRuntimeError # Issue 29920 |
| 744 for_variable_capture_test: RuntimeError # Issue 29920 | 756 for_variable_capture_test: RuntimeError # Issue 29920 |
| 745 function_subtype0_test: RuntimeError # Issue 29920 | 757 function_subtype0_test: RuntimeError # Issue 29920 |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 780 function_subtype_top_level0_test: RuntimeError # Issue 29920 | 792 function_subtype_top_level0_test: RuntimeError # Issue 29920 |
| 781 function_subtype_top_level1_test: RuntimeError # Issue 29920 | 793 function_subtype_top_level1_test: RuntimeError # Issue 29920 |
| 782 function_subtype_typearg2_test: RuntimeError # Issue 29920 | 794 function_subtype_typearg2_test: RuntimeError # Issue 29920 |
| 783 function_subtype_typearg4_test: RuntimeError # Issue 29920 | 795 function_subtype_typearg4_test: RuntimeError # Issue 29920 |
| 784 function_type_alias2_test: RuntimeError # Issue 29920 | 796 function_type_alias2_test: RuntimeError # Issue 29920 |
| 785 function_type_alias3_test: RuntimeError # Issue 29920 | 797 function_type_alias3_test: RuntimeError # Issue 29920 |
| 786 function_type_alias4_test: RuntimeError # Issue 29920 | 798 function_type_alias4_test: RuntimeError # Issue 29920 |
| 787 generic_instanceof2_test: RuntimeError # Issue 29920 | 799 generic_instanceof2_test: RuntimeError # Issue 29920 |
| 788 generic_instanceof_test: RuntimeError # Issue 29920 | 800 generic_instanceof_test: RuntimeError # Issue 29920 |
| 789 generic_is_check_test: RuntimeError # Issue 29920 | 801 generic_is_check_test: RuntimeError # Issue 29920 |
| 790 generic_methods_closure_test: CompileTimeError # Issue 29920 | |
| 791 generic_methods_generic_class_tearoff_test: RuntimeError # Issue 29920 | 802 generic_methods_generic_class_tearoff_test: RuntimeError # Issue 29920 |
| 792 generic_methods_local_variable_declaration_test: CompileTimeError # Issue 29920 | |
| 793 generic_methods_named_parameters_test: RuntimeError # Issue 29920 | 803 generic_methods_named_parameters_test: RuntimeError # Issue 29920 |
| 794 generic_methods_optional_parameters_test: RuntimeError # Issue 29920 | 804 generic_methods_optional_parameters_test: RuntimeError # Issue 29920 |
| 795 generic_methods_overriding_test/01: MissingCompileTimeError # Issue 29920 | |
| 796 generic_methods_overriding_test/03: MissingCompileTimeError # Issue 29920 | |
| 797 generic_methods_shadowing_test: CompileTimeError # Issue 29920 | |
| 798 generic_methods_simple_is_expression_test: CompileTimeError # Issue 29920 | |
| 799 generic_methods_tearoff_specialization_test: RuntimeError # Issue 29920 | 805 generic_methods_tearoff_specialization_test: RuntimeError # Issue 29920 |
| 800 generic_typedef_test: RuntimeError # Issue 29920 | 806 generic_typedef_test: RuntimeError # Issue 29920 |
| 801 getter_closure_execution_order_test: RuntimeError # Issue 29920 | 807 getter_closure_execution_order_test: RuntimeError # Issue 29920 |
| 802 identical_closure2_test: RuntimeError # Issue 29920 | 808 identical_closure2_test: RuntimeError # Issue 29920 |
| 803 import_private_test/01: MissingCompileTimeError # Issue 29920 | |
| 804 infinite_switch_label_test: RuntimeError # Issue 29920 | 809 infinite_switch_label_test: RuntimeError # Issue 29920 |
| 805 infinity_test: RuntimeError # Issue 29920 | 810 infinity_test: RuntimeError # Issue 29920 |
| 806 initializing_formal_final_test: RuntimeError # Issue 29920 | 811 initializing_formal_final_test: RuntimeError # Issue 29920 |
| 807 instance_creation_in_function_annotation_test: RuntimeError # Issue 29920 | 812 instance_creation_in_function_annotation_test: RuntimeError # Issue 29920 |
| 808 instanceof2_test: RuntimeError # Issue 29920 | 813 instanceof2_test: RuntimeError # Issue 29920 |
| 809 instanceof4_test/01: RuntimeError # Issue 29920 | 814 instanceof4_test/01: RuntimeError # Issue 29920 |
| 810 instanceof4_test/none: RuntimeError # Issue 29920 | 815 instanceof4_test/none: RuntimeError # Issue 29920 |
| 811 integer_division_by_zero_test: RuntimeError # Issue 29920 | 816 integer_division_by_zero_test: RuntimeError # Issue 29920 |
| 812 internal_library_test/01: MissingCompileTimeError # Issue 29920 | |
| 813 issue23244_test: RuntimeError # Issue 29920 | 817 issue23244_test: RuntimeError # Issue 29920 |
| 814 lazy_static3_test: RuntimeError # Issue 29920 | 818 lazy_static3_test: RuntimeError # Issue 29920 |
| 815 left_shift_test: RuntimeError # Issue 29920 | 819 left_shift_test: RuntimeError # Issue 29920 |
| 816 list_is_test: RuntimeError # Issue 29920 | 820 list_is_test: RuntimeError # Issue 29920 |
| 817 list_literal3_test: RuntimeError # Issue 29920 | 821 list_literal3_test: RuntimeError # Issue 29920 |
| 818 main_test/03: MissingRuntimeError # Issue 29920 | 822 main_test/03: MissingRuntimeError # Issue 29920 |
| 819 many_generic_instanceof_test: RuntimeError # Issue 29920 | 823 many_generic_instanceof_test: RuntimeError # Issue 29920 |
| 820 map_literal10_test: RuntimeError # Issue 29920 | 824 map_literal10_test: RuntimeError # Issue 29920 |
| 821 map_literal7_test: RuntimeError # Issue 29920 | 825 map_literal7_test: RuntimeError # Issue 29920 |
| 822 mint_arithmetic_test: RuntimeError # Issue 29920 | 826 mint_arithmetic_test: RuntimeError # Issue 29920 |
| 823 modulo_test: RuntimeError # Issue 29920 | 827 modulo_test: RuntimeError # Issue 29920 |
| 824 named_parameter_clash_test: RuntimeError # Issue 29920 | 828 named_parameter_clash_test: RuntimeError # Issue 29920 |
| 825 nan_identical_test: RuntimeError # Issue 29920 | 829 nan_identical_test: RuntimeError # Issue 29920 |
| 826 nested_switch_label_test: RuntimeError # Issue 29920 | 830 nested_switch_label_test: RuntimeError # Issue 29920 |
| 827 number_identity2_test: RuntimeError # Issue 29920 | 831 number_identity2_test: RuntimeError # Issue 29920 |
| 828 numbers_test: RuntimeError # Issue 29920 | 832 numbers_test: RuntimeError # Issue 29920 |
| 829 regress_16640_test: RuntimeError # Issue 29920 | 833 regress_16640_test: RuntimeError # Issue 29920 |
| 830 regress_22443_test: RuntimeError # Issue 29920 | 834 regress_22443_test: RuntimeError # Issue 29920 |
| 831 regress_23089_test: CompileTimeError # Issue 29920 | |
| 832 reify_typevar_static_test/00: MissingCompileTimeError # Issue 29920 | |
| 833 stack_overflow_stacktrace_test: RuntimeError # Issue 29920 | 835 stack_overflow_stacktrace_test: RuntimeError # Issue 29920 |
| 834 stack_overflow_test: RuntimeError # Issue 29920 | 836 stack_overflow_test: RuntimeError # Issue 29920 |
| 835 stacktrace_test: RuntimeError # Issue 29920 | 837 stacktrace_test: RuntimeError # Issue 29920 |
| 836 switch_label2_test: RuntimeError # Issue 29920 | 838 switch_label2_test: RuntimeError # Issue 29920 |
| 837 switch_label_test: RuntimeError # Issue 29920 | 839 switch_label_test: RuntimeError # Issue 29920 |
| 838 switch_try_catch_test: RuntimeError # Issue 29920 | 840 switch_try_catch_test: RuntimeError # Issue 29920 |
| 839 throwing_lazy_variable_test: RuntimeError # Issue 29920 | 841 throwing_lazy_variable_test: RuntimeError # Issue 29920 |
| 840 truncdiv_test: RuntimeError # Issue 29920 | 842 truncdiv_test: RuntimeError # Issue 29920 |
| 841 type_variable_nested_test: RuntimeError # Issue 29920 | 843 type_variable_nested_test: RuntimeError # Issue 29920 |
| 842 type_variable_typedef_test: RuntimeError # Issue 29920 | 844 type_variable_typedef_test: RuntimeError # Issue 29920 |
| 845 field_type_check2_test/01: RuntimeError # Issue 29920 |
| 846 prefix10_negative_test: Fail # Issue 29920 |
| OLD | NEW |