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

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

Issue 2759533002: Remove legacy restart code (Closed)
Patch Set: 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 unified diff | Download patch
OLDNEW
1 # Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2017, 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 [ $compiler == dartk ] 5 [ $compiler == dartk ]
6 add_breakpoint_rpc_test: SkipByDesign # non-kernel specific version of add_break point_rpc_kernel_test 6 add_breakpoint_rpc_test: SkipByDesign # non-kernel specific version of add_break point_rpc_kernel_test
7 get_object_rpc_test: SkipByDesign # non-kernel specific. Currently no kernel-spe cific one exists. 7 get_object_rpc_test: SkipByDesign # non-kernel specific. Currently no kernel-spe cific one exists.
8 set_name_rpc_test: SkipByDesign # non-kernel specific. Currently no kernel-speci fic one exists. 8 set_name_rpc_test: SkipByDesign # non-kernel specific. Currently no kernel-speci fic one exists.
9 get_source_report_test: SkipByDesign # non-kernel specific. Currently no kernel- specific one exists. 9 get_source_report_test: SkipByDesign # non-kernel specific. Currently no kernel- specific one exists.
10 debugger_location_test: SkipByDesign # non-kernel specific. Currently no kernel- specific one exists. 10 debugger_location_test: SkipByDesign # non-kernel specific. Currently no kernel- specific one exists.
11 11
12 next_through_for_each_loop_test: RuntimeError # Test based on source behaviour w hich just seems wrong 12 next_through_for_each_loop_test: RuntimeError # Test based on source behaviour w hich just seems wrong
13 13
14 get_isolate_after_language_error_test: CompileTimeError 14 get_isolate_after_language_error_test: CompileTimeError
15 developer_extension_test: CompileTimeError 15 developer_extension_test: CompileTimeError
16 16
17 library_dependency_test: RuntimeError # There are no imports and exports in kern el. 17 library_dependency_test: RuntimeError # There are no imports and exports in kern el.
18 18
19 # These 3 tests fail with 'dart:vmservice_io': error: [...] native function 19 # These 3 tests fail with 'dart:vmservice_io': error: [...] native function
20 # 'VMServiceIO_Shutdown' (0 arguments) cannot be found 20 # 'VMServiceIO_Shutdown' (0 arguments) cannot be found
21 # because of '--compile_all' 21 # because of '--compile_all'
22 capture_stdio_test: CompileTimeError 22 capture_stdio_test: CompileTimeError
23 vm_restart_test: CompileTimeError
24 address_mapper_test: CompileTimeError 23 address_mapper_test: CompileTimeError
25 24
26 ### 25 ###
27 ### Not supported for now at least 26 ### Not supported for now at least
28 ### 27 ###
29 *_reload_*: Skip # no reload support for now 28 *_reload_*: Skip # no reload support for now
30 eval_internal_class_test: Skip # no evaluation test for now 29 eval_internal_class_test: Skip # no evaluation test for now
31 evaluate_*: Skip # no evaluation test for now 30 evaluate_*: Skip # no evaluation test for now
32 causal*: Skip # no causal stack trace test for now 31 causal*: Skip # no causal stack trace test for now
33 ### 32 ###
34 33
35 # Inherited from service.status 34 # Inherited from service.status
36 isolate_lifecycle_test: Pass, RuntimeError 35 isolate_lifecycle_test: Pass, RuntimeError
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698