Chromium Code Reviews| 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 ] | |
|
kustermann
2017/03/21 14:09:26
Maybe add a comment that these are also skipped on
| |
| 6 *: Skip | |
| 7 | |
| 5 [ $compiler == dartk ] | 8 [ $compiler == dartk ] |
| 6 ### | 9 ### |
| 7 ### Kernel works slightly different. There are kernel specific versions. | 10 ### Kernel works slightly different. There are kernel specific versions. |
| 8 ### These are the non-kernel specific versions so skip these tests. | 11 ### These are the non-kernel specific versions so skip these tests. |
| 9 ### | 12 ### |
| 10 add_breakpoint_rpc_test: SkipByDesign # non-kernel specific version of add_break point_rpc_kernel_test. | 13 add_breakpoint_rpc_test: SkipByDesign # non-kernel specific version of add_break point_rpc_kernel_test. |
| 11 | 14 |
| 12 ### | 15 ### |
| 13 ### Kernel works slightly different. At least for now allow errors. | 16 ### Kernel works slightly different. At least for now allow errors. |
| 14 ### | 17 ### |
| (...skipping 29 matching lines...) Expand all Loading... | |
| 44 pause_on_unhandled_async_exceptions2_test: RuntimeError | 47 pause_on_unhandled_async_exceptions2_test: RuntimeError |
| 45 pause_on_unhandled_async_exceptions_test: RuntimeError | 48 pause_on_unhandled_async_exceptions_test: RuntimeError |
| 46 | 49 |
| 47 ### | 50 ### |
| 48 ### Uncategorized. | 51 ### Uncategorized. |
| 49 ### | 52 ### |
| 50 object_graph_vm_test: RuntimeError | 53 object_graph_vm_test: RuntimeError |
| 51 | 54 |
| 52 # Inherited from service.status | 55 # Inherited from service.status |
| 53 isolate_lifecycle_test: Pass, RuntimeError | 56 isolate_lifecycle_test: Pass, RuntimeError |
| OLD | NEW |