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 20 matching lines...) Expand all Loading... |
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 | 37 ### Async debugging |
38 ### | 38 ### |
39 async_single_step_into_test: RuntimeError # Issue 29158 | 39 async_single_step_into_test: RuntimeError # Issue 29158 |
40 async_star_single_step_into_test: RuntimeError # Issue 29158 | 40 async_star_single_step_into_test: RuntimeError # Issue 29158 |
| 41 async_step_out_test: RuntimeError # Issue 29158 |
| 42 async_star_step_out_test: RuntimeError # Issue 29158 |
41 | 43 |
42 ### | 44 ### |
43 ### These tests currently crash the VM | 45 ### These tests currently crash the VM |
44 ### | 46 ### |
45 capture_stdio_test: Crash | 47 capture_stdio_test: Crash |
46 address_mapper_test: Crash | 48 address_mapper_test: Crash |
47 vm_restart_test: Crash | 49 vm_restart_test: Crash |
48 | 50 |
49 ### | 51 ### |
50 ### --pause-isolates-on-unhandled-exceptions doesn't currently work. Issue #2905
6 | 52 ### --pause-isolates-on-unhandled-exceptions doesn't currently work. Issue #2905
6 |
51 ### | 53 ### |
52 pause_on_unhandled_async_exceptions2_test: RuntimeError | 54 pause_on_unhandled_async_exceptions2_test: RuntimeError |
53 pause_on_unhandled_async_exceptions_test: RuntimeError | 55 pause_on_unhandled_async_exceptions_test: RuntimeError |
54 | 56 |
55 ### | 57 ### |
56 ### Uncategorized. | 58 ### Uncategorized. |
57 ### | 59 ### |
58 object_graph_vm_test: RuntimeError | 60 object_graph_vm_test: RuntimeError |
59 | 61 |
60 # Inherited from service.status | 62 # Inherited from service.status |
61 isolate_lifecycle_test: Pass, RuntimeError | 63 isolate_lifecycle_test: Pass, RuntimeError |
OLD | NEW |