Index: runtime/observatory/tests/service/service.status |
diff --git a/runtime/observatory/tests/service/service.status b/runtime/observatory/tests/service/service.status |
index 6318dfabd99e2afa38a7a1ac44aa820d1a367189..124f0066334f3349f80cc81b4b41d6f0fd0a5e11 100644 |
--- a/runtime/observatory/tests/service/service.status |
+++ b/runtime/observatory/tests/service/service.status |
@@ -14,7 +14,7 @@ evaluate_activation_test/scope: RuntimeError # http://dartbug.com/20047 |
isolate_lifecycle_test: Pass, RuntimeError # Issue 24174 |
# Disable on simulators. |
-[ $arch == simarm || $arch == simmips || $arch == simarm64] |
+[ $arch == simarm || $arch == simmips || $arch == simarm64 ] |
*: SkipSlow |
# All tests use dart:io |
@@ -51,9 +51,14 @@ coverage_test: Pass, Slow |
evaluate_activation_in_method_class_test: CompileTimeError # Issue 24478 |
[ $arch == simdbc || $arch == simdbc64 ] |
-# TODO(vegorov) re-enable when debugger, coverage and profiling is completely |
-# fixed for SIMDBC. |
-*: Skip |
+get_source_report_test: RuntimeError # Coverage unimplemented. |
+get_allocation_samples_test: RuntimeError # Profiling unimplemented. |
+get_cpu_profile_timeline_rpc_test: RuntimeError # Profiling unimplemented. |
+implicit_getter_setter_test: RuntimeError # Field guards unimplemented. |
+get_stack_rpc_test: RuntimeError # Missing breakpoint at fast Smi op |
+vm_restart_test: RuntimeError # Missing breakpoint at fast Smi op |
+steal_breakpoint_test: Skip # Testee crashes / hangs |
+debugging_test: Skip # Testee crashes / hangs |
[ $hot_reload ] |
# Skip all service tests because random reloads interfere. |