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 [ $compiler == dartk ] | 5 [ $compiler == dartk ] |
6 add_breakpoint_rpc_test: SkipByDesign # non-kernel specific version of add_break
point_rpc_kernel_test | 6 ### |
7 get_object_rpc_test: SkipByDesign # non-kernel specific. Currently no kernel-spe
cific one exists. | 7 ### Kernel works slightly different. There are kernel specific versions. |
8 set_name_rpc_test: SkipByDesign # non-kernel specific. Currently no kernel-speci
fic one exists. | 8 ### These are the non-kernel specific versions so skip these tests. |
9 get_source_report_test: SkipByDesign # non-kernel specific. Currently no kernel-
specific one exists. | 9 ### |
10 debugger_location_test: SkipByDesign # non-kernel specific. Currently no kernel-
specific one exists. | 10 add_breakpoint_rpc_test: SkipByDesign # non-kernel specific version of add_break
point_rpc_kernel_test. |
11 | 11 |
12 next_through_for_each_loop_test: RuntimeError # Test based on source behaviour w
hich just seems wrong | 12 ### |
13 | 13 ### Kernel works slightly different. At least for now allow errors. |
| 14 ### |
| 15 library_dependency_test: RuntimeError # There are no imports and exports in kern
el. |
14 get_isolate_after_language_error_test: CompileTimeError | 16 get_isolate_after_language_error_test: CompileTimeError |
15 developer_extension_test: CompileTimeError | 17 developer_extension_test: CompileTimeError |
16 | 18 step_through_arithmetic_test: RuntimeError # probably constant evaluator pre-eva
luating e.g. 1+2 |
17 library_dependency_test: RuntimeError # There are no imports and exports in kern
el. | |
18 | 19 |
19 # These 3 tests fail with 'dart:vmservice_io': error: [...] native function | 20 # These 3 tests fail with 'dart:vmservice_io': error: [...] native function |
20 # 'VMServiceIO_Shutdown' (0 arguments) cannot be found | 21 # 'VMServiceIO_Shutdown' (0 arguments) cannot be found |
21 # because of '--compile_all' | 22 # because of '--compile_all' |
22 capture_stdio_test: CompileTimeError | 23 capture_stdio_test: CompileTimeError |
23 address_mapper_test: CompileTimeError | 24 address_mapper_test: CompileTimeError |
24 | 25 |
25 ### | 26 ### |
26 ### Not supported for now at least | 27 ### Not supported for now at least |
27 ### | 28 ### |
28 *_reload_*: Skip # no reload support for now | 29 *_reload_*: Skip # no reload support for now |
29 eval_internal_class_test: Skip # no evaluation test for now | 30 eval_internal_class_test: Skip # no evaluation test for now |
30 evaluate_*: Skip # no evaluation test for now | 31 evaluate_*: Skip # no evaluation test for now |
31 causal*: Skip # no causal stack trace test for now | 32 |
32 ### | 33 ### |
| 34 ### These tests currently crash the VM |
| 35 ### |
| 36 capture_stdio_test: Crash |
| 37 address_mapper_test: Crash |
| 38 vm_restart_test: Crash |
| 39 rewind_test: RuntimeError # The testee VM crashes. |
| 40 |
| 41 ### |
| 42 ### --pause-isolates-on-unhandled-exceptions doesn't currently work. Issue #2905
6 |
| 43 ### |
| 44 pause_on_unhandled_async_exceptions2_test: RuntimeError |
| 45 pause_on_unhandled_async_exceptions_test: RuntimeError |
| 46 |
| 47 ### |
| 48 ### Uncategorized. |
| 49 ### |
| 50 object_graph_vm_test: RuntimeError |
33 | 51 |
34 # Inherited from service.status | 52 # Inherited from service.status |
35 isolate_lifecycle_test: Pass, RuntimeError | 53 isolate_lifecycle_test: Pass, RuntimeError |
OLD | NEW |