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

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

Issue 2803853004: Reland: VM [KERNEL] Avoid emitting :expr_temp and capturing :iterator (Closed)
Patch Set: VM [KERNEL] Avoid emitting :expr_temp and capturing :iterator 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
« no previous file with comments | « no previous file | runtime/vm/kernel_to_il.h » ('j') | 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) 2014, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2014, 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 # Flaky failures 5 # Flaky failures
6 get_allocation_samples_test: Pass, RuntimeError # Inconsistent stack trace 6 get_allocation_samples_test: Pass, RuntimeError # Inconsistent stack trace
7 reload_sources_test: Pass, Slow # Reload is slow on the bots 7 reload_sources_test: Pass, Slow # Reload is slow on the bots
8 get_retained_size_rpc_test: Pass, RuntimeError # Issue 28193 8 get_retained_size_rpc_test: Pass, RuntimeError # Issue 28193
9 pause_on_start_and_exit_test: Pass, RuntimeError # Issue 28624 9 pause_on_start_and_exit_test: Pass, RuntimeError # Issue 28624
10 pause_on_start_then_step_test: Pass, RuntimeError # Issue 28624 10 pause_on_start_then_step_test: Pass, RuntimeError # Issue 28624
11 isolate_lifecycle_test: Pass, RuntimeError # Issue 24174 11 isolate_lifecycle_test: Pass, RuntimeError # Issue 24174
12 field_script_test: Pass, RuntimeError 12 field_script_test: Pass, RuntimeError
13 13
14 [ $system == windows && $mode == debug && $checked ] 14 [ $system == windows && $mode == debug && $checked ]
15 async_scope_test: Pass, Slow 15 async_scope_test: Pass, Slow
16 16
17 [$runtime == vm && $compiler == none && $system == fuchsia] 17 [$runtime == vm && $compiler == none && $system == fuchsia]
18 *: Skip # Not yet triaged. 18 *: Skip # Not yet triaged.
19 19
20 [ $system == windows ] 20 [ $system == windows ]
21 async_generator_breakpoint_test: Skip # Issue 29145 21 async_generator_breakpoint_test: Skip # Issue 29145
22 22
23 # Kernel version of tests 23 # Kernel version of tests
24 [ $compiler != dartk ] 24 [ $compiler != dartk ]
25 ### 25 ###
26 ### Skip kernel specific versions. 26 ### Skip kernel specific versions.
27 ### 27 ###
28 add_breakpoint_rpc_kernel_test: SkipByDesign # kernel specific version of add_br eakpoint_rpc_test 28 add_breakpoint_rpc_kernel_test: SkipByDesign # kernel specific version of add_br eakpoint_rpc_test
29 29
30 [ $compiler == dartk ]
31 next_through_simple_async_test: Pass, Fail # Issue 29145
32
30 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime == dart_precompiled) ] 33 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime == dart_precompiled) ]
31 evaluate_activation_test/instance: RuntimeError # http://dartbug.com/20047 34 evaluate_activation_test/instance: RuntimeError # http://dartbug.com/20047
32 evaluate_activation_test/scope: RuntimeError # http://dartbug.com/20047 35 evaluate_activation_test/scope: RuntimeError # http://dartbug.com/20047
33 36
34 # Debugger location tests are slow in debug mode. 37 # Debugger location tests are slow in debug mode.
35 [ $mode == debug ] 38 [ $mode == debug ]
36 debugger_location_second_test: Pass, Slow 39 debugger_location_second_test: Pass, Slow
37 debugger_location_test: Pass, Slow 40 debugger_location_test: Pass, Slow
38 41
39 # These tests are slow on simulators. 42 # These tests are slow on simulators.
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 [ $system == windows ] 109 [ $system == windows ]
107 dev_fs_weird_char_test: Skip # Windows disallows question mark in paths 110 dev_fs_weird_char_test: Skip # Windows disallows question mark in paths
108 dev_fs_http_put_weird_char_test: Skip # Windows disallows carriage returns in pa ths 111 dev_fs_http_put_weird_char_test: Skip # Windows disallows carriage returns in pa ths
109 112
110 [ $system != linux && ($arch != x64 || $arch != ia32) ] 113 [ $system != linux && ($arch != x64 || $arch != ia32) ]
111 get_native_allocation_samples_test: Skip # Unsupported. 114 get_native_allocation_samples_test: Skip # Unsupported.
112 115
113 # Service protocol is not supported in product mode. 116 # Service protocol is not supported in product mode.
114 [ $mode == product ] 117 [ $mode == product ]
115 *: SkipByDesign 118 *: SkipByDesign
OLDNEW
« no previous file with comments | « no previous file | runtime/vm/kernel_to_il.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698