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

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

Issue 2990173002: Revert "[vm] Don't enable the profiler by default. Enable the profiler at startup with --observe, o… (Closed)
Patch Set: Created 3 years, 4 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
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 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 89
90 [ $compiler == dart2analyzer ] 90 [ $compiler == dart2analyzer ]
91 evaluate_activation_in_method_class_test: CompileTimeError # Issue 24478 91 evaluate_activation_in_method_class_test: CompileTimeError # Issue 24478
92 92
93 [ $arch == simdbc || $arch == simdbc64 ] 93 [ $arch == simdbc || $arch == simdbc64 ]
94 get_allocation_samples_test: RuntimeError # Profiling unimplemented.
95 get_cpu_profile_timeline_rpc_test: RuntimeError # Profiling unimplemented.
94 implicit_getter_setter_test: RuntimeError # Field guards unimplemented. 96 implicit_getter_setter_test: RuntimeError # Field guards unimplemented.
95 async_single_step_exception_test: RuntimeError # Issue 29218 97 async_single_step_exception_test: RuntimeError # Issue 29218
96 98
97 # Debugging StringConcatenation doesn't work the same on simdbc as on other plat forms (bug #28975). 99 # Debugging StringConcatenation doesn't work the same on simdbc as on other plat forms (bug #28975).
98 next_through_catch_test: RuntimeError 100 next_through_catch_test: RuntimeError
99 next_through_simple_async_test: RuntimeError 101 next_through_simple_async_test: RuntimeError
100 next_through_simple_linear_2_test: RuntimeError 102 next_through_simple_linear_2_test: RuntimeError
101 step_through_function_test: RuntimeError 103 step_through_function_test: RuntimeError
102 step_through_getter_test: RuntimeError 104 step_through_getter_test: RuntimeError
103 105
104 [ $hot_reload || $hot_reload_rollback ] 106 [ $hot_reload || $hot_reload_rollback ]
105 # Skip all service tests because random reloads interfere. 107 # Skip all service tests because random reloads interfere.
106 *: SkipByDesign # The service tests should run without being reloaded. 108 *: SkipByDesign # The service tests should run without being reloaded.
107 109
108 [ $system == windows ] 110 [ $system == windows ]
109 dev_fs_weird_char_test: Skip # Windows disallows question mark in paths 111 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 112 dev_fs_http_put_weird_char_test: Skip # Windows disallows carriage returns in pa ths
111 113
112 [ $system != linux || ($arch != x64 || $arch != ia32) ] 114 [ $system != linux || ($arch != x64 || $arch != ia32) ]
113 get_native_allocation_samples_test: Skip # Unsupported. 115 get_native_allocation_samples_test: Skip # Unsupported.
114 116
115 # Service protocol is not supported in product mode. 117 # Service protocol is not supported in product mode.
116 [ $mode == product ] 118 [ $mode == product ]
117 *: SkipByDesign 119 *: SkipByDesign
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698