| 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 hello_dart_test: Crash # error: expected: cls.is_type_finalized() | 11 hello_dart_test: Crash # error: expected: cls.is_type_finalized() |
| 11 | 12 |
| 12 [ $compiler == dartk && $runtime == vm ] | 13 [ $compiler == dartk && $runtime == vm ] |
| 13 assertion_initializer_const_error2_test/none: CompileTimeError | 14 assertion_initializer_const_error2_test/none: CompileTimeError |
| 14 assertion_initializer_const_function_error_test/01: MissingCompileTimeError | 15 assertion_initializer_const_function_error_test/01: MissingCompileTimeError |
| 15 assertion_initializer_test: CompileTimeError | 16 assertion_initializer_test: CompileTimeError |
| 16 cha_deopt1_test: RuntimeError | 17 cha_deopt1_test: RuntimeError |
| 17 cha_deopt2_test: RuntimeError | 18 cha_deopt2_test: RuntimeError |
| 18 cha_deopt3_test: RuntimeError | 19 cha_deopt3_test: RuntimeError |
| 19 generic_methods_bounds_test/01: MissingCompileTimeError | 20 generic_methods_bounds_test/01: MissingCompileTimeError |
| (...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 205 # These test entries will be valid for vm (with and without kernel). | 206 # These test entries will be valid for vm (with and without kernel). |
| 206 [ $compiler == none || $compiler == app_jit || $compiler == dartk ] | 207 [ $compiler == none || $compiler == app_jit || $compiler == dartk ] |
| 207 async_star_cancel_while_paused_test: RuntimeError | 208 async_star_cancel_while_paused_test: RuntimeError |
| 208 async_star_pause_test: Fail, OK | 209 async_star_pause_test: Fail, OK |
| 209 | 210 |
| 210 [ $compiler == dartk && $runtime == vm ] | 211 [ $compiler == dartk && $runtime == vm ] |
| 211 async_star_cancel_while_paused_test: RuntimeError | 212 async_star_cancel_while_paused_test: RuntimeError |
| 212 | 213 |
| 213 [ $compiler == app_jit || $compiler == dartk || $runtime == dart_precompiled ] | 214 [ $compiler == app_jit || $compiler == dartk || $runtime == dart_precompiled ] |
| 214 generic_methods_type_expression_test: RuntimeError # Issue 25869 / 27460 | 215 generic_methods_type_expression_test: RuntimeError # Issue 25869 / 27460 |
| OLD | NEW |