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

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

Issue 2896583002: Fix flaky test that makes assumptions about other things on the heap (Closed)
Patch Set: Created 3 years, 7 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 | « runtime/observatory/tests/service/object_graph_vm_test.dart ('k') | 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 ] 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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 capture_stdio_test: Crash 50 capture_stdio_test: Crash
51 address_mapper_test: Crash 51 address_mapper_test: Crash
52 vm_restart_test: Crash 52 vm_restart_test: Crash
53 53
54 ### 54 ###
55 ### --pause-isolates-on-unhandled-exceptions doesn't currently work. Issue #2905 6 55 ### --pause-isolates-on-unhandled-exceptions doesn't currently work. Issue #2905 6
56 ### 56 ###
57 pause_on_unhandled_async_exceptions2_test: RuntimeError 57 pause_on_unhandled_async_exceptions2_test: RuntimeError
58 pause_on_unhandled_async_exceptions_test: RuntimeError 58 pause_on_unhandled_async_exceptions_test: RuntimeError
59 59
60 ###
61 ### Uncategorized.
62 ###
63 object_graph_vm_test: RuntimeError
64
65 # Inherited from service.status 60 # Inherited from service.status
66 isolate_lifecycle_test: Pass, RuntimeError 61 isolate_lifecycle_test: Pass, RuntimeError
67 62
68 63
69 [ $compiler == dartk && $mode == debug ] 64 [ $compiler == dartk && $mode == debug ]
70 isolate_lifecycle_test: Skip # Flaky. 65 isolate_lifecycle_test: Skip # Flaky.
71 pause_idle_isolate_test: Skip # Flaky 66 pause_idle_isolate_test: Skip # Flaky
72 67
73 # Deferred loading kernel issue 28335. 68 # Deferred loading kernel issue 28335.
74 [ $compiler == dartk ] 69 [ $compiler == dartk ]
75 library_dependency_test: CompileTimeError # Deferred loading kernel issue 28335. 70 library_dependency_test: CompileTimeError # Deferred loading kernel issue 28335.
OLDNEW
« no previous file with comments | « runtime/observatory/tests/service/object_graph_vm_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698