| 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 generic_no_such_method_dispatcher_test: CompileTimeError | 10 generic_no_such_method_dispatcher_test: CompileTimeError |
| (...skipping 22 matching lines...) Expand all Loading... |
| 33 generic_methods_simple_is_expression_test: RuntimeError | 33 generic_methods_simple_is_expression_test: RuntimeError |
| 34 generic_methods_tearoff_specialization_test: RuntimeError | 34 generic_methods_tearoff_specialization_test: RuntimeError |
| 35 generic_methods_unused_parameter_test: RuntimeError | 35 generic_methods_unused_parameter_test: RuntimeError |
| 36 generic_tearoff_test: CompileTimeError | 36 generic_tearoff_test: CompileTimeError |
| 37 getter_no_setter2_test/00: MissingCompileTimeError | 37 getter_no_setter2_test/00: MissingCompileTimeError |
| 38 getter_no_setter2_test/01: MissingCompileTimeError | 38 getter_no_setter2_test/01: MissingCompileTimeError |
| 39 getter_no_setter2_test/03: MissingCompileTimeError | 39 getter_no_setter2_test/03: MissingCompileTimeError |
| 40 getter_no_setter_test/00: MissingCompileTimeError | 40 getter_no_setter_test/00: MissingCompileTimeError |
| 41 getter_no_setter_test/01: MissingCompileTimeError | 41 getter_no_setter_test/01: MissingCompileTimeError |
| 42 getter_no_setter_test/03: MissingCompileTimeError | 42 getter_no_setter_test/03: MissingCompileTimeError |
| 43 getters_setters2_test/01: RuntimeError | |
| 44 getters_setters2_test/02: MissingCompileTimeError | 43 getters_setters2_test/02: MissingCompileTimeError |
| 45 getters_setters2_test/none: RuntimeError | |
| 46 | 44 |
| 47 [ $compiler == dartk && $runtime == vm && !$checked ] | 45 [ $compiler == dartk && $runtime == vm && !$checked ] |
| 48 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError | 46 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError |
| 49 generic_methods_bounds_test/02: MissingRuntimeError | 47 generic_methods_bounds_test/02: MissingRuntimeError |
| 48 getters_setters2_test/none: RuntimeError |
| 49 getters_setters2_test/01: RuntimeError |
| 50 | 50 |
| 51 [ $compiler == dartk && $runtime == vm && $checked ] | 51 [ $compiler == dartk && $runtime == vm && $checked ] |
| 52 assertion_initializer_const_function_test/01: RuntimeError | 52 assertion_initializer_const_function_test/01: RuntimeError |
| 53 regress_30339_test: RuntimeError | 53 regress_30339_test: RuntimeError |
| 54 | 54 |
| 55 [ $compiler == dartkp && $runtime == dart_precompiled ] | 55 [ $compiler == dartkp && $runtime == dart_precompiled ] |
| 56 assert_assignable_type_test: Crash | 56 assert_assignable_type_test: Crash |
| 57 assertion_initializer_const_error2_test/none: CompileTimeError | 57 assertion_initializer_const_error2_test/none: CompileTimeError |
| 58 assertion_test: Crash | 58 assertion_test: Crash |
| 59 assert_with_type_test_or_cast_test: Pass, Crash | 59 assert_with_type_test_or_cast_test: Pass, Crash |
| (...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 229 # These test entries will be valid for vm (with and without kernel). | 229 # These test entries will be valid for vm (with and without kernel). |
| 230 [ $compiler == none || $compiler == app_jit || $compiler == dartk ] | 230 [ $compiler == none || $compiler == app_jit || $compiler == dartk ] |
| 231 async_star_cancel_while_paused_test: RuntimeError | 231 async_star_cancel_while_paused_test: RuntimeError |
| 232 async_star_pause_test: Fail, OK | 232 async_star_pause_test: Fail, OK |
| 233 | 233 |
| 234 [ $compiler == dartk && $runtime == vm ] | 234 [ $compiler == dartk && $runtime == vm ] |
| 235 async_star_cancel_while_paused_test: RuntimeError | 235 async_star_cancel_while_paused_test: RuntimeError |
| 236 | 236 |
| 237 [ $compiler == app_jit || $compiler == dartk || $runtime == dart_precompiled ] | 237 [ $compiler == app_jit || $compiler == dartk || $runtime == dart_precompiled ] |
| 238 generic_methods_type_expression_test: RuntimeError # Issue 25869 / 27460 | 238 generic_methods_type_expression_test: RuntimeError # Issue 25869 / 27460 |
| OLD | NEW |