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 839 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
850 map_literal7_test: RuntimeError # Issue 29920 | 850 map_literal7_test: RuntimeError # Issue 29920 |
851 mint_arithmetic_test: RuntimeError # Issue 29920 | 851 mint_arithmetic_test: RuntimeError # Issue 29920 |
852 modulo_test: RuntimeError # Issue 29920 | 852 modulo_test: RuntimeError # Issue 29920 |
853 named_parameter_clash_test: RuntimeError # Issue 29920 | 853 named_parameter_clash_test: RuntimeError # Issue 29920 |
854 nan_identical_test: RuntimeError # Issue 29920 | 854 nan_identical_test: RuntimeError # Issue 29920 |
855 nested_switch_label_test: RuntimeError # Issue 29920 | 855 nested_switch_label_test: RuntimeError # Issue 29920 |
856 number_identity2_test: RuntimeError # Issue 29920 | 856 number_identity2_test: RuntimeError # Issue 29920 |
857 numbers_test: RuntimeError # Issue 29920 | 857 numbers_test: RuntimeError # Issue 29920 |
858 prefix10_negative_test: Fail # Issue 29920 | 858 prefix10_negative_test: Fail # Issue 29920 |
859 regress_16640_test: RuntimeError # Issue 29920 | 859 regress_16640_test: RuntimeError # Issue 29920 |
860 regress_18535_test: RuntimeError # Issue 29920 | |
861 regress_22443_test: RuntimeError # Issue 29920 | 860 regress_22443_test: RuntimeError # Issue 29920 |
862 regress_23089_test: CompileTimeError # Issue 29920 | 861 regress_23089_test: CompileTimeError # Issue 29920 |
863 reify_typevar_static_test/00: MissingCompileTimeError # Issue 29920 | 862 reify_typevar_static_test/00: MissingCompileTimeError # Issue 29920 |
864 stack_overflow_stacktrace_test: RuntimeError # Issue 29920 | 863 stack_overflow_stacktrace_test: RuntimeError # Issue 29920 |
865 stack_overflow_test: RuntimeError # Issue 29920 | 864 stack_overflow_test: RuntimeError # Issue 29920 |
866 stacktrace_test: RuntimeError # Issue 29920 | 865 stacktrace_test: RuntimeError # Issue 29920 |
867 switch_label2_test: RuntimeError # Issue 29920 | 866 switch_label2_test: RuntimeError # Issue 29920 |
868 switch_label_test: RuntimeError # Issue 29920 | 867 switch_label_test: RuntimeError # Issue 29920 |
869 switch_try_catch_test: RuntimeError # Issue 29920 | 868 switch_try_catch_test: RuntimeError # Issue 29920 |
870 throwing_lazy_variable_test: RuntimeError # Issue 29920 | 869 throwing_lazy_variable_test: RuntimeError # Issue 29920 |
871 truncdiv_test: RuntimeError # Issue 29920 | 870 truncdiv_test: RuntimeError # Issue 29920 |
872 type_variable_nested_test: RuntimeError # Issue 29920 | 871 type_variable_nested_test: RuntimeError # Issue 29920 |
873 type_variable_typedef_test: RuntimeError # Issue 29920 | 872 type_variable_typedef_test: RuntimeError # Issue 29920 |
OLD | NEW |