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 [$runtime == vm && $compiler == none && $system == fuchsia] | 14 [$runtime == vm && $compiler == none && $system == fuchsia] |
15 *: Skip # Not yet triaged. | 15 *: Skip # Not yet triaged. |
16 | 16 |
| 17 [ $compiler == dartk ] |
| 18 async_single_step_into_test: RuntimeError # Issue 29158 |
| 19 async_star_single_step_into_test: RuntimeError # Issue 29158 |
| 20 |
17 # Kernel version of tests | 21 # Kernel version of tests |
18 [ $compiler != dartk ] | 22 [ $compiler != dartk ] |
19 ### | 23 ### |
20 ### Skip kernel specific versions. | 24 ### Skip kernel specific versions. |
21 ### | 25 ### |
22 add_breakpoint_rpc_kernel_test: SkipByDesign # kernel specific version of add_br
eakpoint_rpc_test | 26 add_breakpoint_rpc_kernel_test: SkipByDesign # kernel specific version of add_br
eakpoint_rpc_test |
23 | 27 |
24 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime
== dart_precompiled) ] | 28 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime
== dart_precompiled) ] |
25 evaluate_activation_test/instance: RuntimeError # http://dartbug.com/20047 | 29 evaluate_activation_test/instance: RuntimeError # http://dartbug.com/20047 |
26 evaluate_activation_test/scope: RuntimeError # http://dartbug.com/20047 | 30 evaluate_activation_test/scope: RuntimeError # http://dartbug.com/20047 |
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
95 # Skip all service tests because random reloads interfere. | 99 # Skip all service tests because random reloads interfere. |
96 *: SkipByDesign # The service tests should run without being reloaded. | 100 *: SkipByDesign # The service tests should run without being reloaded. |
97 | 101 |
98 [ $system == windows ] | 102 [ $system == windows ] |
99 dev_fs_weird_char_test: Skip # Windows disallows question mark in paths | 103 dev_fs_weird_char_test: Skip # Windows disallows question mark in paths |
100 dev_fs_http_put_weird_char_test: Skip # Windows disallows carriage returns in pa
ths | 104 dev_fs_http_put_weird_char_test: Skip # Windows disallows carriage returns in pa
ths |
101 | 105 |
102 # Service protocol is not supported in product mode. | 106 # Service protocol is not supported in product mode. |
103 [ $mode == product ] | 107 [ $mode == product ] |
104 *: SkipByDesign | 108 *: SkipByDesign |
OLD | NEW |