| 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 hello_dart_test: Crash # error: expected: cls.is_type_finalized() |
| 10 | 11 |
| 11 [ $compiler == dartk && $runtime == vm ] | 12 [ $compiler == dartk && $runtime == vm ] |
| 12 assertion_initializer_const_error2_test/none: CompileTimeError | 13 assertion_initializer_const_error2_test/none: CompileTimeError |
| 13 assertion_initializer_const_function_error_test/01: MissingCompileTimeError | 14 assertion_initializer_const_function_error_test/01: MissingCompileTimeError |
| 14 assertion_initializer_test: CompileTimeError | 15 assertion_initializer_test: CompileTimeError |
| 15 cha_deopt1_test: RuntimeError | 16 cha_deopt1_test: RuntimeError |
| 16 cha_deopt2_test: RuntimeError | 17 cha_deopt2_test: RuntimeError |
| 17 cha_deopt3_test: RuntimeError | 18 cha_deopt3_test: RuntimeError |
| 18 generic_methods_bounds_test/01: MissingCompileTimeError | 19 generic_methods_bounds_test/01: MissingCompileTimeError |
| 19 generic_methods_bounds_test/02: MissingRuntimeError | 20 generic_methods_bounds_test/02: MissingRuntimeError |
| 20 generic_methods_dynamic_test/01: MissingCompileTimeError | 21 generic_methods_dynamic_test/01: MissingCompileTimeError |
| 21 generic_methods_dynamic_test/02: MissingRuntimeError | 22 generic_methods_dynamic_test/02: MissingRuntimeError |
| 22 generic_methods_dynamic_test/03: MissingCompileTimeError | 23 generic_methods_dynamic_test/03: MissingCompileTimeError |
| 23 generic_methods_dynamic_test/04: MissingRuntimeError | 24 generic_methods_dynamic_test/04: MissingRuntimeError |
| 24 generic_methods_generic_class_tearoff_test: RuntimeError | 25 generic_methods_generic_class_tearoff_test: RuntimeError |
| 25 generic_methods_generic_function_result_test/none: RuntimeError | 26 generic_methods_generic_function_result_test/none: RuntimeError |
| 26 generic_methods_named_parameters_test: RuntimeError | 27 generic_methods_named_parameters_test: RuntimeError |
| 27 generic_methods_optional_parameters_test: RuntimeError | 28 generic_methods_optional_parameters_test: RuntimeError |
| 28 generic_methods_overriding_test/01: MissingCompileTimeError | 29 generic_methods_overriding_test/01: MissingCompileTimeError |
| 29 generic_methods_overriding_test/03: MissingCompileTimeError | 30 generic_methods_overriding_test/03: MissingCompileTimeError |
| 30 generic_methods_recursive_bound_test/02: MissingCompileTimeError | 31 generic_methods_recursive_bound_test/02: MissingCompileTimeError |
| 31 generic_methods_simple_as_expression_test/02: MissingRuntimeError | 32 generic_methods_simple_as_expression_test/02: MissingRuntimeError |
| 32 generic_methods_simple_is_expression_test: RuntimeError | 33 generic_methods_simple_is_expression_test: RuntimeError |
| 33 generic_methods_tearoff_specialization_test: RuntimeError | 34 generic_methods_tearoff_specialization_test: RuntimeError |
| 34 generic_methods_unused_parameter_test: RuntimeError | 35 generic_methods_unused_parameter_test: RuntimeError |
| 35 generic_tearoff_test: CompileTimeError | 36 generic_tearoff_test: CompileTimeError |
| 37 getter_no_setter2_test/00: MissingCompileTimeError |
| 38 getter_no_setter2_test/01: MissingCompileTimeError |
| 39 getter_no_setter2_test/03: MissingCompileTimeError |
| 40 getter_no_setter_test/00: MissingCompileTimeError |
| 41 getter_no_setter_test/01: MissingCompileTimeError |
| 42 getter_no_setter_test/03: MissingCompileTimeError |
| 43 getters_setters2_test/01: RuntimeError |
| 44 getters_setters2_test/02: MissingCompileTimeError |
| 45 getters_setters2_test/none: RuntimeError |
| 36 | 46 |
| 37 [ $compiler == dartk && $runtime == vm && !$checked ] | 47 [ $compiler == dartk && $runtime == vm && !$checked ] |
| 38 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError | 48 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError |
| 39 | 49 |
| 40 [ $compiler == dartk && $runtime == vm && $checked ] | 50 [ $compiler == dartk && $runtime == vm && $checked ] |
| 41 assertion_initializer_const_function_test/01: RuntimeError | 51 assertion_initializer_const_function_test/01: RuntimeError |
| 42 regress_30339_test: RuntimeError | 52 regress_30339_test: RuntimeError |
| 43 | 53 |
| 44 [ $compiler == dartkp && $runtime == dart_precompiled ] | 54 [ $compiler == dartkp && $runtime == dart_precompiled ] |
| 45 assertion_initializer_const_error2_test/none: CompileTimeError | 55 assertion_initializer_const_error2_test/none: CompileTimeError |
| (...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 195 # These test entries will be valid for vm (with and without kernel). | 205 # These test entries will be valid for vm (with and without kernel). |
| 196 [ $compiler == none || $compiler == app_jit || $compiler == dartk ] | 206 [ $compiler == none || $compiler == app_jit || $compiler == dartk ] |
| 197 async_star_cancel_while_paused_test: RuntimeError | 207 async_star_cancel_while_paused_test: RuntimeError |
| 198 async_star_pause_test: Fail, OK | 208 async_star_pause_test: Fail, OK |
| 199 | 209 |
| 200 [ $compiler == dartk && $runtime == vm ] | 210 [ $compiler == dartk && $runtime == vm ] |
| 201 async_star_cancel_while_paused_test: RuntimeError | 211 async_star_cancel_while_paused_test: RuntimeError |
| 202 | 212 |
| 203 [ $compiler == app_jit || $compiler == dartk || $runtime == dart_precompiled ] | 213 [ $compiler == app_jit || $compiler == dartk || $runtime == dart_precompiled ] |
| 204 generic_methods_type_expression_test: RuntimeError # Issue 25869 / 27460 | 214 generic_methods_type_expression_test: RuntimeError # Issue 25869 / 27460 |
| OLD | NEW |