| OLD | NEW |
| (Empty) | |
| 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 |
| 3 # BSD-style license that can be found in the LICENSE file. |
| 4 |
| 5 [ $compiler == dartk ] |
| 6 add_breakpoint_rpc_test: SkipByDesign # non-kernel specific version of add_break
point_rpc_kernel_test |
| 7 |
| 8 next_through_for_each_loop_test: RuntimeError # Test based on source behaviour w
hich just seems wrong |
| 9 |
| 10 get_isolate_after_language_error_test: CompileTimeError |
| 11 developer_extension_test: CompileTimeError |
| 12 |
| 13 library_dependency_test: RuntimeError # There are no imports and exports in kern
el. |
| 14 |
| 15 # These 3 tests fail with 'dart:vmservice_io': error: [...] native function |
| 16 # 'VMServiceIO_Shutdown' (0 arguments) cannot be found |
| 17 # because of '--compile_all' |
| 18 capture_stdio_test: CompileTimeError |
| 19 vm_restart_test: CompileTimeError |
| 20 address_mapper_test: CompileTimeError |
| 21 |
| 22 ### |
| 23 ### Not supported for now at least |
| 24 ### |
| 25 *_reload_*: Skip # no reload support for now |
| 26 eval_internal_class_test: Skip # no evaluation test for now |
| 27 evaluate_*: Skip # no evaluation test for now |
| 28 causal*: Skip # no causal stack trace test for now |
| 29 ### |
| 30 |
| 31 # Inherited from service.status |
| 32 isolate_lifecycle_test: Pass, RuntimeError |
| OLD | NEW |