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 ] |
11 abstract_exact_selector_test: Skip | |
12 abstract_runtime_error_test: Skip | |
13 argument_definition_test: Skip | |
14 assign_instance_method_negative_test: Skip | |
15 assign_static_type_test: Skip | |
16 assign_to_type_test: Skip | |
17 assign_top_method_test: Skip | |
18 assignable_expression_test: Skip | |
19 async_await_syntax_test: Skip | |
20 async_or_generator_return_type_stacktrace_test: Skip | 11 async_or_generator_return_type_stacktrace_test: Skip |
21 async_return_types_test: Skip | 12 async_return_types_test: Skip |
22 await_backwards_compatibility_test: Skip | 13 await_backwards_compatibility_test: Skip |
23 await_test: Skip | 14 await_test: Skip |
24 bad_constructor_test: Skip | 15 bad_constructor_test: Skip |
25 bad_initializer1_negative_test: Skip | 16 bad_initializer1_negative_test: Skip |
26 bad_initializer2_negative_test: Skip | 17 bad_initializer2_negative_test: Skip |
27 bad_named_constructor_negative_test: Skip | 18 bad_named_constructor_negative_test: Skip |
28 bad_named_parameters2_test: Skip | 19 bad_named_parameters2_test: Skip |
29 bad_named_parameters_test: Skip | 20 bad_named_parameters_test: Skip |
(...skipping 826 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
856 stack_overflow_stacktrace_test: RuntimeError # Issue 29920 | 847 stack_overflow_stacktrace_test: RuntimeError # Issue 29920 |
857 stack_overflow_test: RuntimeError # Issue 29920 | 848 stack_overflow_test: RuntimeError # Issue 29920 |
858 stacktrace_test: RuntimeError # Issue 29920 | 849 stacktrace_test: RuntimeError # Issue 29920 |
859 switch_label2_test: RuntimeError # Issue 29920 | 850 switch_label2_test: RuntimeError # Issue 29920 |
860 switch_label_test: RuntimeError # Issue 29920 | 851 switch_label_test: RuntimeError # Issue 29920 |
861 switch_try_catch_test: RuntimeError # Issue 29920 | 852 switch_try_catch_test: RuntimeError # Issue 29920 |
862 throwing_lazy_variable_test: RuntimeError # Issue 29920 | 853 throwing_lazy_variable_test: RuntimeError # Issue 29920 |
863 truncdiv_test: RuntimeError # Issue 29920 | 854 truncdiv_test: RuntimeError # Issue 29920 |
864 type_variable_nested_test: RuntimeError # Issue 29920 | 855 type_variable_nested_test: RuntimeError # Issue 29920 |
865 type_variable_typedef_test: RuntimeError # Issue 29920 | 856 type_variable_typedef_test: RuntimeError # Issue 29920 |
OLD | NEW |