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 23 matching lines...) Expand all Loading... |
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 | 41 async_step_out_test: RuntimeError # Issue 29158 |
42 async_star_step_out_test: RuntimeError # Issue 29158 | 42 async_star_step_out_test: RuntimeError # Issue 29158 |
43 awaiter_async_stack_contents_test: RuntimeError # Issue 29158 | 43 awaiter_async_stack_contents_test: RuntimeError # Issue 29158 |
| 44 async_single_step_out_test: RuntimeError # Issue 29158 |
| 45 async_generator_breakpoint_test: Skip # Issue 29158 |
| 46 async_single_step_exception_test: RuntimeError # Issue 29218 |
44 | 47 |
45 ### | 48 ### |
46 ### These tests currently crash the VM | 49 ### These tests currently crash the VM |
47 ### | 50 ### |
48 capture_stdio_test: Crash | 51 capture_stdio_test: Crash |
49 address_mapper_test: Crash | 52 address_mapper_test: Crash |
50 vm_restart_test: Crash | 53 vm_restart_test: Crash |
51 | 54 |
52 ### | 55 ### |
53 ### --pause-isolates-on-unhandled-exceptions doesn't currently work. Issue #2905
6 | 56 ### --pause-isolates-on-unhandled-exceptions doesn't currently work. Issue #2905
6 |
54 ### | 57 ### |
55 pause_on_unhandled_async_exceptions2_test: RuntimeError | 58 pause_on_unhandled_async_exceptions2_test: RuntimeError |
56 pause_on_unhandled_async_exceptions_test: RuntimeError | 59 pause_on_unhandled_async_exceptions_test: RuntimeError |
57 | 60 |
58 ### | 61 ### |
59 ### Uncategorized. | 62 ### Uncategorized. |
60 ### | 63 ### |
61 object_graph_vm_test: RuntimeError | 64 object_graph_vm_test: RuntimeError |
62 | 65 |
63 # Inherited from service.status | 66 # Inherited from service.status |
64 isolate_lifecycle_test: Pass, RuntimeError | 67 isolate_lifecycle_test: Pass, RuntimeError |
OLD | NEW |