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