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

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

Issue 2680303002: Kernel debugging; service tests (Closed)
Patch Set: Address comments 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_kernel.status
diff --git a/runtime/observatory/tests/service/service_kernel.status b/runtime/observatory/tests/service/service_kernel.status
new file mode 100644
index 0000000000000000000000000000000000000000..21829954578448e0fca555988ea4260f8851ef5f
--- /dev/null
+++ b/runtime/observatory/tests/service/service_kernel.status
@@ -0,0 +1,36 @@
+# Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
+# for details. All rights reserved. Use of this source code is governed by a
+# BSD-style license that can be found in the LICENSE file.
+
+[ $compiler == dartk ]
+add_breakpoint_rpc_test: SkipByDesign # non-kernel specific version of add_breakpoint_rpc_kernel_test
+get_object_rpc_test: SkipByDesign # non-kernel specific. Currently no kernel-specific one exists.
+set_name_rpc_test: SkipByDesign # non-kernel specific. Currently no kernel-specific one exists.
+get_source_report_test: SkipByDesign # non-kernel specific. Currently no kernel-specific one exists.
+debugger_location_test: SkipByDesign # non-kernel specific. Currently no kernel-specific one exists.
+
+next_through_for_each_loop_test: RuntimeError # Test based on source behaviour which just seems wrong
+
+get_isolate_after_language_error_test: CompileTimeError
+developer_extension_test: CompileTimeError
+
+library_dependency_test: RuntimeError # There are no imports and exports in kernel.
+
+# These 3 tests fail with 'dart:vmservice_io': error: [...] native function
+# 'VMServiceIO_Shutdown' (0 arguments) cannot be found
+# because of '--compile_all'
+capture_stdio_test: CompileTimeError
+vm_restart_test: CompileTimeError
+address_mapper_test: CompileTimeError
+
+###
+### Not supported for now at least
+###
+*_reload_*: Skip # no reload support for now
+eval_internal_class_test: Skip # no evaluation test for now
+evaluate_*: Skip # no evaluation test for now
+causal*: Skip # no causal stack trace test for now
+###
+
+# Inherited from service.status
+isolate_lifecycle_test: Pass, RuntimeError
« no previous file with comments | « runtime/observatory/tests/service/service.status ('k') | runtime/observatory/tests/service/service_test_common.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698