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

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

Issue 2799783004: Implement various getters on DillMember. (Closed)
Patch Set: Created 3 years, 8 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 == 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 ] 8 [ $compiler == dartk ]
9 ### 9 ###
10 ### Kernel works slightly different. There are kernel specific versions. 10 ### Kernel works slightly different. There are kernel specific versions.
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 pause_on_unhandled_async_exceptions2_test: RuntimeError 58 pause_on_unhandled_async_exceptions2_test: RuntimeError
59 pause_on_unhandled_async_exceptions_test: RuntimeError 59 pause_on_unhandled_async_exceptions_test: RuntimeError
60 60
61 ### 61 ###
62 ### Uncategorized. 62 ### Uncategorized.
63 ### 63 ###
64 object_graph_vm_test: RuntimeError 64 object_graph_vm_test: RuntimeError
65 65
66 # Inherited from service.status 66 # Inherited from service.status
67 isolate_lifecycle_test: Pass, RuntimeError 67 isolate_lifecycle_test: Pass, RuntimeError
68
69
70 [ $compiler == dartk && $mode == debug ]
71 isolate_lifecycle_test: Skip # Flaky.
72 pause_idle_isolate_test: Skip # Flaky
OLDNEW
« no previous file with comments | « pkg/front_end/lib/src/fasta/dill/dill_member_builder.dart ('k') | tests/standalone/standalone.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698