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

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

Issue 2680303002: Kernel debugging; service tests (Closed)
Patch Set: Changes based on feedback. Also fixed regress_28443_test Created 3 years, 10 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
(Empty)
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
3 # BSD-style license that can be found in the LICENSE file.
4
5 [ $compiler == dartk ]
6 add_breakpoint_rpc_test: SkipByDesign # non-kernel specific version of add_break point_rpc_kernel_test
7
8 next_through_for_each_loop_test: RuntimeError # Test based on source behaviour w hich just seems wrong
9
10 get_isolate_after_language_error_test: CompileTimeError
11 developer_extension_test: CompileTimeError
12
13 library_dependency_test: RuntimeError # There are no imports and exports in kern el.
14
15 # These 3 tests fail with 'dart:vmservice_io': error: [...] native function
16 # 'VMServiceIO_Shutdown' (0 arguments) cannot be found
17 # because of '--compile_all'
18 capture_stdio_test: CompileTimeError
19 vm_restart_test: CompileTimeError
20 address_mapper_test: CompileTimeError
21
22 ###
23 ### Not supported for now at least
24 ###
25 *_reload_*: Skip # no reload support for now
26 eval_internal_class_test: Skip # no evaluation test for now
27 evaluate_*: Skip # no evaluation test for now
28 ###
29
30 # Inherited from service.status
31 isolate_lifecycle_test: Pass, RuntimeError
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698