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 == false ] | 6 [ $strong == false ] |
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 664 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
675 unresolved_in_factory_negative_test: Skip | 675 unresolved_in_factory_negative_test: Skip |
676 unresolved_top_level_method_negative_test: Skip | 676 unresolved_top_level_method_negative_test: Skip |
677 unresolved_top_level_var_negative_test: Skip | 677 unresolved_top_level_var_negative_test: Skip |
678 unsigned_right_shift_test: Skip | 678 unsigned_right_shift_test: Skip |
679 unsupported_operators_test: Skip | 679 unsupported_operators_test: Skip |
680 variable_declaration_metadata_test: Skip | 680 variable_declaration_metadata_test: Skip |
681 void_type_test: Skip | 681 void_type_test: Skip |
682 wrong_number_type_arguments_test: Skip | 682 wrong_number_type_arguments_test: Skip |
683 | 683 |
684 [ $compiler == dart2analyzer && $strong ] | 684 [ $compiler == dart2analyzer && $strong ] |
685 async_await_test/02: StaticWarning # Issue 28823 | 685 async_await_test/02: CompileTimeError # Issue 28823 |
686 async_await_test/03: StaticWarning # Issue 28823 | 686 async_await_test/03: CompileTimeError # Issue 28823 |
687 async_await_test/none: StaticWarning # Issue 28823 | 687 async_await_test/none: CompileTimeError # Issue 28823 |
688 async_star_test/01: StaticWarning # Issue 28823 | 688 async_star_test/01: CompileTimeError # Issue 28823 |
689 async_star_test/02: StaticWarning # Issue 28823 | 689 async_star_test/02: CompileTimeError # Issue 28823 |
690 async_star_test/03: StaticWarning # Issue 28823 | 690 async_star_test/03: CompileTimeError # Issue 28823 |
691 async_star_test/04: StaticWarning # Issue 28823 | 691 async_star_test/04: CompileTimeError # Issue 28823 |
692 async_star_test/05: StaticWarning # Issue 28823 | 692 async_star_test/05: CompileTimeError # Issue 28823 |
693 async_star_test/none: StaticWarning # Issue 28823 | 693 async_star_test/none: CompileTimeError # Issue 28823 |
| 694 bailout4_test: CompileTimeError |
694 bit_operations_test/01: MissingStaticWarning # Issue 28823 | 695 bit_operations_test/01: MissingStaticWarning # Issue 28823 |
695 bit_operations_test/02: MissingStaticWarning # Issue 28823 | 696 bit_operations_test/02: MissingStaticWarning # Issue 28823 |
696 bit_operations_test/03: MissingStaticWarning # Issue 28823 | 697 bit_operations_test/03: MissingStaticWarning # Issue 28823 |
697 bit_operations_test/04: MissingStaticWarning # Issue 28823 | 698 bit_operations_test/04: MissingStaticWarning # Issue 28823 |
698 closure_side_effect_test: StaticWarning # Issue 28823 | 699 closure_in_field_initializer_test: CompileTimeError |
| 700 closure_side_effect_test: CompileTimeError # Issue 28823 |
699 constant_type_literal_test/01: MissingCompileTimeError # Issue 28823 | 701 constant_type_literal_test/01: MissingCompileTimeError # Issue 28823 |
| 702 deferred_not_loaded_check_test: CompileTimeError |
| 703 deferred_static_seperate_test: CompileTimeError |
700 field3a_negative_test: StaticWarning # Issue 28823 | 704 field3a_negative_test: StaticWarning # Issue 28823 |
| 705 first_class_types_constants_test: CompileTimeError |
| 706 generic_field_mixin4_test: CompileTimeError |
| 707 generic_field_mixin5_test: CompileTimeError |
701 generic_methods_overriding_test/01: MissingCompileTimeError # Issue 29070 | 708 generic_methods_overriding_test/01: MissingCompileTimeError # Issue 29070 |
702 generic_methods_overriding_test/03: MissingCompileTimeError # Issue 29070 | 709 generic_methods_overriding_test/03: MissingCompileTimeError # Issue 29070 |
703 generic_methods_shadowing_test: CompileTimeError # Issue 29070 | 710 generic_methods_shadowing_test: CompileTimeError # Issue 29070 |
704 generic_methods_closure_test: CompileTimeError # Issue 29070 | 711 generic_methods_closure_test: CompileTimeError # Issue 29070 |
705 generic_methods_simple_is_expression_test: CompileTimeError # Issue 29070 | 712 generic_methods_simple_is_expression_test: CompileTimeError # Issue 29070 |
706 generic_methods_local_variable_declaration_test: CompileTimeError # Issue 29070 | 713 generic_methods_local_variable_declaration_test: CompileTimeError # Issue 29070 |
| 714 inferrer_closure_test: CompileTimeError |
| 715 inferrer_constructor3_test: CompileTimeError |
707 interface_inherit_field_test: StaticWarning # Issue 28823 | 716 interface_inherit_field_test: StaticWarning # Issue 28823 |
708 internal_library_test/02: MissingStaticWarning # Issue 28823 | 717 internal_library_test/02: MissingStaticWarning # Issue 28823 |
| 718 lazy_static2_test: CompileTimeError |
| 719 lazy_static3_test: CompileTimeError |
| 720 lazy_static5_test: CompileTimeError |
| 721 lazy_static6_test: CompileTimeError |
| 722 lazy_static7_test: CompileTimeError |
709 main_not_a_function_test/01: MissingStaticWarning # Issue 28823 | 723 main_not_a_function_test/01: MissingStaticWarning # Issue 28823 |
710 main_test/03: MissingStaticWarning # Issue 28823 | 724 main_test/03: MissingStaticWarning # Issue 28823 |
711 no_main_test/01: MissingStaticWarning # Issue 28823 | 725 no_main_test/01: MissingStaticWarning # Issue 28823 |
712 regress_23089_test: CompileTimeError # Issue 28823 | 726 regress_23089_test: CompileTimeError # Issue 28823 |
713 reify_typevar_static_test/00: MissingCompileTimeError # Issue 28823 | 727 reify_typevar_static_test/00: MissingCompileTimeError # Issue 28823 |
| 728 super_operator_index2_test: CompileTimeError |
| 729 super_operator_index3_test: CompileTimeError |
| 730 super_operator_index4_test: CompileTimeError |
714 super_setter_test: StaticWarning # Issue 28823 | 731 super_setter_test: StaticWarning # Issue 28823 |
715 try_catch4_test: StaticWarning # Issue 28823 | 732 try_catch4_test: StaticWarning # Issue 28823 |
716 try_catch5_test: StaticWarning # Issue 28823 | 733 try_catch5_test: StaticWarning # Issue 28823 |
717 | 734 |
718 [ $compiler == dart2analyzer && $system != windows ] | 735 [ $compiler == dart2analyzer && $system != windows ] |
719 bad_raw_string_test/03: MissingCompileTimeError # Issue 28664 | 736 bad_raw_string_test/03: MissingCompileTimeError # Issue 28664 |
OLD | NEW |