| OLD | NEW |
| 1 # Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2014, 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 # Flaky failures | 5 # Flaky failures |
| 6 get_allocation_samples_test: Pass, RuntimeError # Inconsistent stack trace | 6 get_allocation_samples_test: Pass, RuntimeError # Inconsistent stack trace |
| 7 reload_sources_test: Pass, Slow # Reload is slow on the bots | 7 reload_sources_test: Pass, Slow # Reload is slow on the bots |
| 8 get_retained_size_rpc_test: Pass, RuntimeError # Issue 28193 | 8 get_retained_size_rpc_test: Pass, RuntimeError # Issue 28193 |
| 9 pause_on_start_and_exit_test: Pass, RuntimeError # Issue 28624 | 9 pause_on_start_and_exit_test: Pass, RuntimeError # Issue 28624 |
| 10 pause_on_start_then_step_test: Pass, RuntimeError # Issue 28624 | 10 pause_on_start_then_step_test: Pass, RuntimeError # Issue 28624 |
| 11 isolate_lifecycle_test: Pass, RuntimeError # Issue 24174 | 11 isolate_lifecycle_test: Pass, RuntimeError # Issue 24174 |
| 12 field_script_test: Pass, RuntimeError | 12 field_script_test: Pass, RuntimeError |
| 13 | 13 |
| 14 [ $system == windows && $mode == debug && $checked ] | 14 [ $system == windows && $mode == debug && $checked ] |
| 15 async_scope_test: Pass, Slow | 15 async_scope_test: Pass, Slow |
| 16 | 16 |
| 17 [$runtime == vm && $compiler == none && $system == fuchsia] | 17 [$runtime == vm && $compiler == none && $system == fuchsia] |
| 18 *: Skip # Not yet triaged. | 18 *: Skip # Not yet triaged. |
| 19 | 19 |
| 20 [ $compiler == dartk && $mode == debug ] |
| 21 async_generator_breakpoint_test: Slow |
| 22 |
| 20 [ $compiler == dartk ] | 23 [ $compiler == dartk ] |
| 21 async_generator_breakpoint_test: Pass, Crash # Issue 29145 | 24 async_generator_breakpoint_test: Pass, Crash # Issue 29145 |
| 22 | 25 |
| 23 # Kernel version of tests | 26 # Kernel version of tests |
| 24 [ $compiler != dartk ] | 27 [ $compiler != dartk ] |
| 25 ### | 28 ### |
| 26 ### Skip kernel specific versions. | 29 ### Skip kernel specific versions. |
| 27 ### | 30 ### |
| 28 add_breakpoint_rpc_kernel_test: SkipByDesign # kernel specific version of add_br
eakpoint_rpc_test | 31 add_breakpoint_rpc_kernel_test: SkipByDesign # kernel specific version of add_br
eakpoint_rpc_test |
| 29 | 32 |
| (...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 105 [ $system == windows ] | 108 [ $system == windows ] |
| 106 dev_fs_weird_char_test: Skip # Windows disallows question mark in paths | 109 dev_fs_weird_char_test: Skip # Windows disallows question mark in paths |
| 107 dev_fs_http_put_weird_char_test: Skip # Windows disallows carriage returns in pa
ths | 110 dev_fs_http_put_weird_char_test: Skip # Windows disallows carriage returns in pa
ths |
| 108 | 111 |
| 109 [ $system != linux && ($arch != x64 || $arch != ia32) ] | 112 [ $system != linux && ($arch != x64 || $arch != ia32) ] |
| 110 get_native_allocation_samples_test: Skip # Unsupported. | 113 get_native_allocation_samples_test: Skip # Unsupported. |
| 111 | 114 |
| 112 # Service protocol is not supported in product mode. | 115 # Service protocol is not supported in product mode. |
| 113 [ $mode == product ] | 116 [ $mode == product ] |
| 114 *: SkipByDesign | 117 *: SkipByDesign |
| OLD | NEW |