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

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

Issue 2679633004: Mark vm_timeline_flags_test as flaky everywhere. (Closed)
Patch Set: Created 3 years, 10 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 gc_test: Pass, RuntimeError # Issue 26490 6 gc_test: Pass, RuntimeError # Issue 26490
7 get_allocation_samples_test: Pass, RuntimeError # Inconsistent stack trace 7 get_allocation_samples_test: Pass, RuntimeError # Inconsistent stack trace
8 reload_sources_test: Pass, Slow # Reload is slow on the bots 8 reload_sources_test: Pass, Slow # Reload is slow on the bots
9 get_retained_size_rpc_test: Pass, RuntimeError # Issue 28193 9 get_retained_size_rpc_test: Pass, RuntimeError # Issue 28193
10 pause_on_start_and_exit_test: Pass, RuntimeError # Issue 28624 10 pause_on_start_and_exit_test: Pass, RuntimeError # Issue 28624
11 pause_on_start_then_step_test: Pass, RuntimeError # Issue 28624 11 pause_on_start_then_step_test: Pass, RuntimeError # Issue 28624
12 vm_timeline_flags_test: Pass, RuntimeError # Issue 28625
12 13
13 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime == dart_precompiled) ] 14 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime == dart_precompiled) ]
14 evaluate_activation_test/instance: RuntimeError # http://dartbug.com/20047 15 evaluate_activation_test/instance: RuntimeError # http://dartbug.com/20047
15 evaluate_activation_test/scope: RuntimeError # http://dartbug.com/20047 16 evaluate_activation_test/scope: RuntimeError # http://dartbug.com/20047
16 isolate_lifecycle_test: Pass, RuntimeError # Issue 24174 17 isolate_lifecycle_test: Pass, RuntimeError # Issue 24174
17 18
18 # Debugger location tests are slow in debug mode. 19 # Debugger location tests are slow in debug mode.
19 [ $mode == debug ] 20 [ $mode == debug ]
20 debugger_location_second_test: Pass, Slow 21 debugger_location_second_test: Pass, Slow
21 debugger_location_test: Pass, Slow 22 debugger_location_test: Pass, Slow
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 74
74 [ $hot_reload || $hot_reload_rollback ] 75 [ $hot_reload || $hot_reload_rollback ]
75 # Skip all service tests because random reloads interfere. 76 # Skip all service tests because random reloads interfere.
76 *: SkipByDesign # The service tests should run without being reloaded. 77 *: SkipByDesign # The service tests should run without being reloaded.
77 78
78 [ $system == windows ] 79 [ $system == windows ]
79 dev_fs_weird_char_test: Skip # Windows disallows question mark in paths 80 dev_fs_weird_char_test: Skip # Windows disallows question mark in paths
80 dev_fs_http_put_weird_char_test: Skip # Windows disallows carriage returns in pa ths 81 dev_fs_http_put_weird_char_test: Skip # Windows disallows carriage returns in pa ths
81 complex_reload_test: Skip # Issue 27861 82 complex_reload_test: Skip # Issue 27861
82 83
83 # Flaky test, only observed on Windows so far.
84 vm_timeline_flags_test: Pass, RuntimeError # Issue 28625
85
86 # Service protocol is not supported in product mode. 84 # Service protocol is not supported in product mode.
87 [ $mode == product ] 85 [ $mode == product ]
88 *: SkipByDesign 86 *: 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