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

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

Issue 3011493002: Mark service test as runtime error (Closed)
Patch Set: Created 3 years, 3 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
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 debugger_location_second_test: Skip # Issue 28180 79 debugger_location_second_test: Skip # Issue 28180
80 80
81 # Snapshots don't include source and generated source is not 1-to-1. 81 # Snapshots don't include source and generated source is not 1-to-1.
82 # The column offsets are thus off. 82 # The column offsets are thus off.
83 next_through_for_each_loop_test: RuntimeError 83 next_through_for_each_loop_test: RuntimeError
84 next_through_create_list_and_map_test: RuntimeError 84 next_through_create_list_and_map_test: RuntimeError
85 next_through_closure_test: RuntimeError 85 next_through_closure_test: RuntimeError
86 step_through_switch_test: RuntimeError 86 step_through_switch_test: RuntimeError
87 step_through_constructor_calls_test: RuntimeError 87 step_through_constructor_calls_test: RuntimeError
88 step_through_function_test: RuntimeError 88 step_through_function_test: RuntimeError
89 step_through_switch_with_continue_test: RuntimeError
89 90
90 [ $compiler == dart2analyzer ] 91 [ $compiler == dart2analyzer ]
91 evaluate_activation_in_method_class_test: CompileTimeError # Issue 24478 92 evaluate_activation_in_method_class_test: CompileTimeError # Issue 24478
92 93
93 [ $arch == simdbc || $arch == simdbc64 ] 94 [ $arch == simdbc || $arch == simdbc64 ]
94 implicit_getter_setter_test: RuntimeError # Field guards unimplemented. 95 implicit_getter_setter_test: RuntimeError # Field guards unimplemented.
95 async_single_step_exception_test: RuntimeError # Issue 29218 96 async_single_step_exception_test: RuntimeError # Issue 29218
96 97
97 # Debugging StringConcatenation doesn't work the same on simdbc as on other plat forms (bug #28975). 98 # Debugging StringConcatenation doesn't work the same on simdbc as on other plat forms (bug #28975).
98 next_through_catch_test: RuntimeError 99 next_through_catch_test: RuntimeError
99 next_through_simple_async_test: RuntimeError 100 next_through_simple_async_test: RuntimeError
100 next_through_simple_linear_2_test: RuntimeError 101 next_through_simple_linear_2_test: RuntimeError
101 step_through_function_test: RuntimeError 102 step_through_function_test: RuntimeError
102 step_through_getter_test: RuntimeError 103 step_through_getter_test: RuntimeError
103 104
104 [ $hot_reload || $hot_reload_rollback ] 105 [ $hot_reload || $hot_reload_rollback ]
105 # Skip all service tests because random reloads interfere. 106 # Skip all service tests because random reloads interfere.
106 *: SkipByDesign # The service tests should run without being reloaded. 107 *: SkipByDesign # The service tests should run without being reloaded.
107 108
108 [ $system == windows ] 109 [ $system == windows ]
109 dev_fs_weird_char_test: Skip # Windows disallows question mark in paths 110 dev_fs_weird_char_test: Skip # Windows disallows question mark in paths
110 dev_fs_http_put_weird_char_test: Skip # Windows disallows carriage returns in pa ths 111 dev_fs_http_put_weird_char_test: Skip # Windows disallows carriage returns in pa ths
111 112
112 [ $system != linux || ($arch != x64 || $arch != ia32) ] 113 [ $system != linux || ($arch != x64 || $arch != ia32) ]
113 get_native_allocation_samples_test: Skip # Unsupported. 114 get_native_allocation_samples_test: Skip # Unsupported.
114 115
115 # Service protocol is not supported in product mode. 116 # Service protocol is not supported in product mode.
116 [ $mode == product ] 117 [ $mode == product ]
117 *: SkipByDesign 118 *: 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