| 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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 63 checked_null_test/01: MissingCompileTimeError | 63 checked_null_test/01: MissingCompileTimeError |
| 64 checked_setter2_test: MissingCompileTimeError | 64 checked_setter2_test: MissingCompileTimeError |
| 65 checked_setter3_test/01: MissingCompileTimeError | 65 checked_setter3_test/01: MissingCompileTimeError |
| 66 checked_setter3_test/02: MissingCompileTimeError | 66 checked_setter3_test/02: MissingCompileTimeError |
| 67 checked_setter3_test/03: MissingCompileTimeError | 67 checked_setter3_test/03: MissingCompileTimeError |
| 68 function_subtype_inline2_test: RuntimeError | 68 function_subtype_inline2_test: RuntimeError |
| 69 generic_constructor_mixin2_test/01: MissingCompileTimeError | 69 generic_constructor_mixin2_test/01: MissingCompileTimeError |
| 70 generic_constructor_mixin3_test/01: MissingCompileTimeError | 70 generic_constructor_mixin3_test/01: MissingCompileTimeError |
| 71 generic_constructor_mixin_test/01: MissingCompileTimeError | 71 generic_constructor_mixin_test/01: MissingCompileTimeError |
| 72 generic_methods_generic_function_result_test/none: CompileTimeError | 72 generic_methods_generic_function_result_test/none: CompileTimeError |
| 73 generic_no_such_method_dispatcher_test : CompileTimeError |
| 73 generic_methods_recursive_bound_test/02: MissingCompileTimeError | 74 generic_methods_recursive_bound_test/02: MissingCompileTimeError |
| 74 generic_methods_recursive_bound_test/03: Pass | 75 generic_methods_recursive_bound_test/03: Pass |
| 75 generic_methods_reuse_type_variables_test: Pass | 76 generic_methods_reuse_type_variables_test: Pass |
| 76 generic_tearoff_test: CompileTimeError | 77 generic_tearoff_test: CompileTimeError |
| 77 generic_test: Crash | 78 generic_test: Crash |
| 78 typevariable_substitution2_test/02: RuntimeError | 79 typevariable_substitution2_test/02: RuntimeError |
| 79 | 80 |
| 80 | 81 |
| 81 [ $compiler == dartkp && $runtime == dart_precompiled && !$checked ] | 82 [ $compiler == dartkp && $runtime == dart_precompiled && !$checked ] |
| 82 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError | 83 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError |
| (...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 229 # These test entries will be valid for vm (with and without kernel). | 230 # These test entries will be valid for vm (with and without kernel). |
| 230 [ $compiler == none || $compiler == app_jit || $compiler == dartk ] | 231 [ $compiler == none || $compiler == app_jit || $compiler == dartk ] |
| 231 async_star_cancel_while_paused_test: RuntimeError | 232 async_star_cancel_while_paused_test: RuntimeError |
| 232 async_star_pause_test: Fail, OK | 233 async_star_pause_test: Fail, OK |
| 233 | 234 |
| 234 [ $compiler == dartk && $runtime == vm ] | 235 [ $compiler == dartk && $runtime == vm ] |
| 235 async_star_cancel_while_paused_test: RuntimeError | 236 async_star_cancel_while_paused_test: RuntimeError |
| 236 | 237 |
| 237 [ $compiler == app_jit || $compiler == dartk || $runtime == dart_precompiled ] | 238 [ $compiler == app_jit || $compiler == dartk || $runtime == dart_precompiled ] |
| 238 generic_methods_type_expression_test: RuntimeError # Issue 25869 / 27460 | 239 generic_methods_type_expression_test: RuntimeError # Issue 25869 / 27460 |
| OLD | NEW |