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 # Sections in this file should contain "$compiler == dartk" or | 5 # Sections in this file should contain "$compiler == dartk" or |
6 # "$compiler == dartkp". | 6 # "$compiler == dartkp". |
7 | 7 |
8 [ $compiler == dartk ] | 8 [ $compiler == dartk ] |
9 generic_methods_generic_function_result_test/none: CompileTimeError # Issue #302
08 | 9 generic_methods_generic_function_result_test/none: CompileTimeError # Issue #302
08 |
10 | 10 |
11 [ $compiler == dartk && $runtime == vm ] | 11 [ $compiler == dartk && $runtime == vm ] |
12 assertion_initializer_const_error2_test/none: CompileTimeError | 12 assertion_initializer_const_error2_test/none: CompileTimeError |
13 assertion_initializer_const_function_error_test/01: MissingCompileTimeError | 13 assertion_initializer_const_function_error_test/01: MissingCompileTimeError |
14 assertion_initializer_test: CompileTimeError | 14 assertion_initializer_test: CompileTimeError |
15 cha_deopt1_test: RuntimeError | 15 cha_deopt1_test: RuntimeError |
16 cha_deopt2_test: RuntimeError | 16 cha_deopt2_test: RuntimeError |
17 cha_deopt3_test: RuntimeError | 17 cha_deopt3_test: RuntimeError |
18 generic_methods_bounds_test/01: MissingCompileTimeError | 18 generic_methods_bounds_test/01: MissingCompileTimeError |
19 generic_methods_bounds_test/02: MissingRuntimeError | |
20 generic_methods_dynamic_test/01: MissingCompileTimeError | 19 generic_methods_dynamic_test/01: MissingCompileTimeError |
21 generic_methods_dynamic_test/02: MissingRuntimeError | 20 generic_methods_dynamic_test/02: MissingRuntimeError |
22 generic_methods_dynamic_test/03: MissingCompileTimeError | 21 generic_methods_dynamic_test/03: MissingCompileTimeError |
23 generic_methods_dynamic_test/04: MissingRuntimeError | 22 generic_methods_dynamic_test/04: MissingRuntimeError |
24 generic_methods_generic_class_tearoff_test: RuntimeError | 23 generic_methods_generic_class_tearoff_test: RuntimeError |
25 generic_methods_generic_function_result_test/none: RuntimeError | 24 generic_methods_generic_function_result_test/none: RuntimeError |
26 generic_methods_named_parameters_test: RuntimeError | 25 generic_methods_named_parameters_test: RuntimeError |
27 generic_methods_optional_parameters_test: RuntimeError | 26 generic_methods_optional_parameters_test: RuntimeError |
28 generic_methods_overriding_test/01: MissingCompileTimeError | 27 generic_methods_overriding_test/01: MissingCompileTimeError |
29 generic_methods_overriding_test/03: MissingCompileTimeError | 28 generic_methods_overriding_test/03: MissingCompileTimeError |
30 generic_methods_recursive_bound_test/02: MissingCompileTimeError | 29 generic_methods_recursive_bound_test/02: MissingCompileTimeError |
31 generic_methods_simple_as_expression_test/02: MissingRuntimeError | 30 generic_methods_simple_as_expression_test/02: MissingRuntimeError |
32 generic_methods_simple_is_expression_test: RuntimeError | 31 generic_methods_simple_is_expression_test: RuntimeError |
33 generic_methods_tearoff_specialization_test: RuntimeError | 32 generic_methods_tearoff_specialization_test: RuntimeError |
34 generic_methods_unused_parameter_test: RuntimeError | 33 generic_methods_unused_parameter_test: RuntimeError |
35 generic_tearoff_test: CompileTimeError | 34 generic_tearoff_test: CompileTimeError |
36 | 35 |
37 [ $compiler == dartk && $runtime == vm && !$checked ] | 36 [ $compiler == dartk && $runtime == vm && !$checked ] |
38 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError | 37 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError |
| 38 generic_methods_bounds_test/02: MissingRuntimeError |
39 | 39 |
40 [ $compiler == dartk && $runtime == vm && $checked ] | 40 [ $compiler == dartk && $runtime == vm && $checked ] |
41 assertion_initializer_const_function_test/01: RuntimeError | 41 assertion_initializer_const_function_test/01: RuntimeError |
42 regress_30339_test: RuntimeError | 42 regress_30339_test: RuntimeError |
43 | 43 |
44 [ $compiler == dartkp && $runtime == dart_precompiled ] | 44 [ $compiler == dartkp && $runtime == dart_precompiled ] |
| 45 assert_assignable_type_test: Crash |
45 assertion_initializer_const_error2_test/none: CompileTimeError | 46 assertion_initializer_const_error2_test/none: CompileTimeError |
| 47 assertion_test: Crash |
| 48 assert_with_type_test_or_cast_test: Pass, Crash |
| 49 bool_check_test: RuntimeError |
| 50 bool_condition_check_test: RuntimeError |
| 51 built_in_identifier_prefix_test: CompileTimeError |
| 52 checked_null_test/01: MissingCompileTimeError |
| 53 checked_setter2_test: MissingCompileTimeError |
| 54 checked_setter3_test/01: MissingCompileTimeError |
| 55 checked_setter3_test/02: MissingCompileTimeError |
| 56 checked_setter3_test/03: MissingCompileTimeError |
| 57 function_subtype_inline2_test: RuntimeError |
| 58 generic_constructor_mixin2_test/01: MissingCompileTimeError |
| 59 generic_constructor_mixin3_test/01: MissingCompileTimeError |
| 60 generic_constructor_mixin_test/01: MissingCompileTimeError |
| 61 generic_methods_generic_function_result_test/none: CompileTimeError |
| 62 generic_methods_recursive_bound_test/02: MissingCompileTimeError |
| 63 generic_methods_recursive_bound_test/03: Pass |
| 64 generic_methods_reuse_type_variables_test: Pass |
| 65 generic_tearoff_test: CompileTimeError |
| 66 generic_test: Crash |
| 67 typevariable_substitution2_test/02: RuntimeError |
| 68 |
46 | 69 |
47 [ $compiler == dartkp && $runtime == dart_precompiled && !$checked ] | 70 [ $compiler == dartkp && $runtime == dart_precompiled && !$checked ] |
48 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError | 71 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError |
49 assertion_initializer_const_function_error_test/01: MissingCompileTimeError | 72 assertion_initializer_const_function_error_test/01: MissingCompileTimeError |
50 assertion_initializer_test: CompileTimeError | 73 assertion_initializer_test: CompileTimeError |
51 | 74 |
52 [ $compiler == dartkp && $runtime == dart_precompiled && $checked ] | 75 [ $compiler == dartkp && $runtime == dart_precompiled && $checked ] |
53 assertion_initializer_const_error2_test/cc02: Crash | 76 assertion_initializer_const_error2_test/cc02: Crash |
54 assertion_initializer_const_error_test/none: Crash | 77 assertion_initializer_const_error_test/none: Crash |
55 assertion_initializer_const_function_error_test/01: Crash | 78 assertion_initializer_const_function_error_test/01: Crash |
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
195 # These test entries will be valid for vm (with and without kernel). | 218 # These test entries will be valid for vm (with and without kernel). |
196 [ $compiler == none || $compiler == app_jit || $compiler == dartk ] | 219 [ $compiler == none || $compiler == app_jit || $compiler == dartk ] |
197 async_star_cancel_while_paused_test: RuntimeError | 220 async_star_cancel_while_paused_test: RuntimeError |
198 async_star_pause_test: Fail, OK | 221 async_star_pause_test: Fail, OK |
199 | 222 |
200 [ $compiler == dartk && $runtime == vm ] | 223 [ $compiler == dartk && $runtime == vm ] |
201 async_star_cancel_while_paused_test: RuntimeError | 224 async_star_cancel_while_paused_test: RuntimeError |
202 | 225 |
203 [ $compiler == app_jit || $compiler == dartk || $runtime == dart_precompiled ] | 226 [ $compiler == app_jit || $compiler == dartk || $runtime == dart_precompiled ] |
204 generic_methods_type_expression_test: RuntimeError # Issue 25869 / 27460 | 227 generic_methods_type_expression_test: RuntimeError # Issue 25869 / 27460 |
OLD | NEW |