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

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

Issue 2766513004: Don't run service tests via dartk in debug mode (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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 == dartkp ] 5 [ $compiler == dartkp ]
6 *: Skip # Non-kernel also skips precompiled mode. 6 *: Skip # Non-kernel also skips precompiled mode.
7 7
8 [ $compiler == dartk && $mode == debug ]
9 *: Skip # ~2/3 fail because of finalization issues. Issue #29123.
10
8 [ $compiler == dartk ] 11 [ $compiler == dartk ]
9 ### 12 ###
10 ### Kernel works slightly different. There are kernel specific versions. 13 ### Kernel works slightly different. There are kernel specific versions.
11 ### These are the non-kernel specific versions so skip these tests. 14 ### These are the non-kernel specific versions so skip these tests.
12 ### 15 ###
13 add_breakpoint_rpc_test: SkipByDesign # non-kernel specific version of add_break point_rpc_kernel_test. 16 add_breakpoint_rpc_test: SkipByDesign # non-kernel specific version of add_break point_rpc_kernel_test.
14 17
15 ### 18 ###
16 ### Kernel works slightly different. At least for now allow errors. 19 ### Kernel works slightly different. At least for now allow errors.
17 ### 20 ###
(...skipping 29 matching lines...) Expand all
47 pause_on_unhandled_async_exceptions2_test: RuntimeError 50 pause_on_unhandled_async_exceptions2_test: RuntimeError
48 pause_on_unhandled_async_exceptions_test: RuntimeError 51 pause_on_unhandled_async_exceptions_test: RuntimeError
49 52
50 ### 53 ###
51 ### Uncategorized. 54 ### Uncategorized.
52 ### 55 ###
53 object_graph_vm_test: RuntimeError 56 object_graph_vm_test: RuntimeError
54 57
55 # Inherited from service.status 58 # Inherited from service.status
56 isolate_lifecycle_test: Pass, RuntimeError 59 isolate_lifecycle_test: Pass, RuntimeError
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698