Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(72)

Side by Side Diff: runtime/observatory/tests/service/service.status

Issue 2783173002: Mark service/async_scope_test as slow on windows+checked+debug. (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 ]
15 async_scope_test: Pass, Slow
16
14 [$runtime == vm && $compiler == none && $system == fuchsia] 17 [$runtime == vm && $compiler == none && $system == fuchsia]
15 *: Skip # Not yet triaged. 18 *: Skip # Not yet triaged.
16 19
17 # Kernel version of tests 20 # Kernel version of tests
18 [ $compiler != dartk ] 21 [ $compiler != dartk ]
19 ### 22 ###
20 ### Skip kernel specific versions. 23 ### Skip kernel specific versions.
21 ### 24 ###
22 add_breakpoint_rpc_kernel_test: SkipByDesign # kernel specific version of add_br eakpoint_rpc_test 25 add_breakpoint_rpc_kernel_test: SkipByDesign # kernel specific version of add_br eakpoint_rpc_test
23 26
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 [ $system == windows ] 102 [ $system == windows ]
100 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
101 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
102 105
103 [ $system != linux && ($arch != x64 || $arch != ia32) ] 106 [ $system != linux && ($arch != x64 || $arch != ia32) ]
104 get_native_allocation_samples_test: Skip # Unsupported. 107 get_native_allocation_samples_test: Skip # Unsupported.
105 108
106 # Service protocol is not supported in product mode. 109 # Service protocol is not supported in product mode.
107 [ $mode == product ] 110 [ $mode == product ]
108 *: SkipByDesign 111 *: SkipByDesign
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698