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

Unified Diff: runtime/observatory/tests/service/service.status

Issue 2752753002: Additional service tests (Closed)
Patch Set: Formatted some tests Created 3 years, 9 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 side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698