OLD | NEW |
1 # Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2017, 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 [ $mode == product ] | 5 [ $mode == product ] |
6 assertion_test: SkipByDesign # Requires checked mode. | 6 assertion_test: SkipByDesign # Requires checked mode. |
7 generic_test: SkipByDesign # Requires checked mode. | 7 generic_test: SkipByDesign # Requires checked mode. |
8 | 8 |
9 [ $compiler == none && $runtime == drt && !$checked ] | 9 [ $compiler == none && $runtime == drt && !$checked ] |
10 assertion_initializer_const_error2_test/cc02: Fail | 10 assertion_initializer_const_error2_test/cc02: Fail |
(...skipping 24 matching lines...) Expand all Loading... |
35 void_type_callbacks_test: Skip # Requires strong mode | 35 void_type_callbacks_test: Skip # Requires strong mode |
36 void_type_function_types_test: Skip # Requires strong mode | 36 void_type_function_types_test: Skip # Requires strong mode |
37 void_type_override_test: Skip # Requires strong mode | 37 void_type_override_test: Skip # Requires strong mode |
38 void_type_usage_test: Skip # Requires strong mode | 38 void_type_usage_test: Skip # Requires strong mode |
39 compile_time_constant_static_test: Skip # Requires strong mode | 39 compile_time_constant_static_test: Skip # Requires strong mode |
40 compile_time_constant_static2_test: Skip # Requires strong mode | 40 compile_time_constant_static2_test: Skip # Requires strong mode |
41 compile_time_constant_static3_test: Skip # Requires strong mode | 41 compile_time_constant_static3_test: Skip # Requires strong mode |
42 compile_time_constant_static4_test: Skip # Requires strong mode | 42 compile_time_constant_static4_test: Skip # Requires strong mode |
43 compile_time_constant_static5_test: Skip # Requires strong mode | 43 compile_time_constant_static5_test: Skip # Requires strong mode |
44 | 44 |
| 45 [ $strong ] |
| 46 compile_time_constant_static5_test/11: CompileTimeError # Issue 30546 |
| 47 compile_time_constant_static5_test/16: CompileTimeError # Issue 30546 |
| 48 compile_time_constant_static5_test/21: CompileTimeError # Issue 30546 |
| 49 compile_time_constant_static5_test/23: CompileTimeError # Issue 30546 |
| 50 |
45 [ $compiler == dartdevc ] | 51 [ $compiler == dartdevc ] |
46 compile_time_constant_e_test: RuntimeError # Issue 30466 | 52 compile_time_constant_e_test: RuntimeError # Issue 30466 |
47 compile_time_constant_k_test/none: RuntimeError # Issue 30466 | 53 compile_time_constant_k_test/none: RuntimeError # Issue 30466 |
OLD | NEW |