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 == dartkp ] | 5 [ $compiler == dartkp ] |
6 *: Skip # Non-kernel also skips precompiled mode. | 6 *: Skip # Non-kernel also skips precompiled mode. |
7 | 7 |
8 [ $compiler == dartk ] | 8 [ $compiler == dartk ] |
9 ### | 9 ### |
10 ### Kernel works slightly different. There are kernel specific versions. | 10 ### Kernel works slightly different. There are kernel specific versions. |
(...skipping 16 matching lines...) Expand all Loading... |
27 address_mapper_test: CompileTimeError | 27 address_mapper_test: CompileTimeError |
28 | 28 |
29 ### | 29 ### |
30 ### Not supported for now at least | 30 ### Not supported for now at least |
31 ### | 31 ### |
32 *_reload_*: Skip # no reload support for now | 32 *_reload_*: Skip # no reload support for now |
33 eval_internal_class_test: Skip # no evaluation test for now | 33 eval_internal_class_test: Skip # no evaluation test for now |
34 evaluate_*: Skip # no evaluation test for now | 34 evaluate_*: Skip # no evaluation test for now |
35 | 35 |
36 ### | 36 ### |
| 37 ### Async debugging |
| 38 ### |
| 39 async_single_step_into_test: RuntimeError # Issue 29158 |
| 40 async_star_single_step_into_test: RuntimeError # Issue 29158 |
| 41 |
| 42 ### |
37 ### These tests currently crash the VM | 43 ### These tests currently crash the VM |
38 ### | 44 ### |
39 capture_stdio_test: Crash | 45 capture_stdio_test: Crash |
40 address_mapper_test: Crash | 46 address_mapper_test: Crash |
41 vm_restart_test: Crash | 47 vm_restart_test: Crash |
42 rewind_test: RuntimeError # The testee VM crashes. | |
43 | 48 |
44 ### | 49 ### |
45 ### --pause-isolates-on-unhandled-exceptions doesn't currently work. Issue #2905
6 | 50 ### --pause-isolates-on-unhandled-exceptions doesn't currently work. Issue #2905
6 |
46 ### | 51 ### |
47 pause_on_unhandled_async_exceptions2_test: RuntimeError | 52 pause_on_unhandled_async_exceptions2_test: RuntimeError |
48 pause_on_unhandled_async_exceptions_test: RuntimeError | 53 pause_on_unhandled_async_exceptions_test: RuntimeError |
49 | 54 |
50 ### | 55 ### |
51 ### Uncategorized. | 56 ### Uncategorized. |
52 ### | 57 ### |
53 object_graph_vm_test: RuntimeError | 58 object_graph_vm_test: RuntimeError |
54 | 59 |
55 # Inherited from service.status | 60 # Inherited from service.status |
56 isolate_lifecycle_test: Pass, RuntimeError | 61 isolate_lifecycle_test: Pass, RuntimeError |
OLD | NEW |