| 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 | |
| 10 pause_on_start_then_step_test: Pass, RuntimeError # Issue 28624 | |
| 11 isolate_lifecycle_test: Pass, RuntimeError # Issue 24174 | 9 isolate_lifecycle_test: Pass, RuntimeError # Issue 24174 |
| 12 field_script_test: Pass, RuntimeError | 10 field_script_test: Pass, RuntimeError |
| 13 get_isolate_rpc_test: Pass, RuntimeError # Issue 29324 | 11 get_isolate_rpc_test: Pass, RuntimeError # Issue 29324 |
| 14 | 12 |
| 15 [ $system == windows && $mode == debug && $checked ] | 13 [ $system == windows && $mode == debug && $checked ] |
| 16 async_scope_test: Pass, Slow | 14 async_scope_test: Pass, Slow |
| 17 | 15 |
| 18 [$runtime == vm && $compiler == none && $system == fuchsia] | 16 [$runtime == vm && $compiler == none && $system == fuchsia] |
| 19 *: Skip # Not yet triaged. | 17 *: Skip # Not yet triaged. |
| 20 | 18 |
| (...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 109 [ $system == windows ] | 107 [ $system == windows ] |
| 110 dev_fs_weird_char_test: Skip # Windows disallows question mark in paths | 108 dev_fs_weird_char_test: Skip # Windows disallows question mark in paths |
| 111 dev_fs_http_put_weird_char_test: Skip # Windows disallows carriage returns in pa
ths | 109 dev_fs_http_put_weird_char_test: Skip # Windows disallows carriage returns in pa
ths |
| 112 | 110 |
| 113 [ $system != linux || ($arch != x64 || $arch != ia32) ] | 111 [ $system != linux || ($arch != x64 || $arch != ia32) ] |
| 114 get_native_allocation_samples_test: Skip # Unsupported. | 112 get_native_allocation_samples_test: Skip # Unsupported. |
| 115 | 113 |
| 116 # Service protocol is not supported in product mode. | 114 # Service protocol is not supported in product mode. |
| 117 [ $mode == product ] | 115 [ $mode == product ] |
| 118 *: SkipByDesign | 116 *: SkipByDesign |
| OLD | NEW |