Index: runtime/observatory/tests/service/service.status |
diff --git a/runtime/observatory/tests/service/service.status b/runtime/observatory/tests/service/service.status |
index b2e9411b1e9e4b572e3eec08e5ee1a81e71432a9..9c2039ed12386953f1cba2bba6c7ae1e569d9883 100644 |
--- a/runtime/observatory/tests/service/service.status |
+++ b/runtime/observatory/tests/service/service.status |
@@ -16,6 +16,9 @@ field_script_test: Pass, RuntimeError |
# Kernel version of tests |
[ $compiler != dartk ] |
+### |
+### Skip kernel specific versions. |
+### |
add_breakpoint_rpc_kernel_test: SkipByDesign # kernel specific version of add_breakpoint_rpc_test |
[ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime == dart_precompiled) ] |
@@ -67,9 +70,11 @@ debugger_location_second_test: Skip # Issue 28180 |
# Snapshots don't include source and generated source is not 1-to-1. |
# The column offsets are thus off. |
next_through_for_each_loop_test: RuntimeError |
-next_through_for_loop_with_break_and_continue_test: RuntimeError |
next_through_create_list_and_map_test: RuntimeError |
next_through_closure_test: RuntimeError |
+step_through_switch_test: RuntimeError |
+step_through_constructor_calls_test: RuntimeError |
+step_through_function_test: RuntimeError |
[ $compiler == dart2analyzer ] |
evaluate_activation_in_method_class_test: CompileTimeError # Issue 24478 |
@@ -79,10 +84,12 @@ get_allocation_samples_test: RuntimeError # Profiling unimplemented. |
get_cpu_profile_timeline_rpc_test: RuntimeError # Profiling unimplemented. |
implicit_getter_setter_test: RuntimeError # Field guards unimplemented. |
-# Debugging StringConcatenation doesn't work the same on simdbc as on other platforms. |
+# Debugging StringConcatenation doesn't work the same on simdbc as on other platforms (bug #28975). |
next_through_catch_test: RuntimeError |
next_through_simple_async_test: RuntimeError |
next_through_simple_linear_2_test: RuntimeError |
+step_through_function_test: RuntimeError |
+step_through_getter_test: RuntimeError |
[ $hot_reload || $hot_reload_rollback ] |
# Skip all service tests because random reloads interfere. |