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

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

Issue 2907003002: Update test failures after 3b9cf73. (Closed)
Patch Set: Update test failures after 3b9cf73. Created 3 years, 6 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/tests/vm/vm.status » ('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
(...skipping 12 matching lines...) Expand all
23 23
24 # Kernel version of tests 24 # Kernel version of tests
25 [ $compiler != dartk ] 25 [ $compiler != dartk ]
26 ### 26 ###
27 ### Skip kernel specific versions. 27 ### Skip kernel specific versions.
28 ### 28 ###
29 add_breakpoint_rpc_kernel_test: SkipByDesign # kernel specific version of add_br eakpoint_rpc_test 29 add_breakpoint_rpc_kernel_test: SkipByDesign # kernel specific version of add_br eakpoint_rpc_test
30 30
31 [ $compiler == dartk ] 31 [ $compiler == dartk ]
32 next_through_simple_async_test: Pass, Fail # Issue 29145 32 next_through_simple_async_test: Pass, Fail # Issue 29145
33 code_test : RuntimeError # Issue #29740
34 step_through_property_get_test : RuntimeError # Issue #29740
35 step_through_property_set_test : RuntimeError # Issue #29740
33 36
34 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime == dart_precompiled) ] 37 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime == dart_precompiled) ]
35 evaluate_activation_test/instance: RuntimeError # http://dartbug.com/20047 38 evaluate_activation_test/instance: RuntimeError # http://dartbug.com/20047
36 evaluate_activation_test/scope: RuntimeError # http://dartbug.com/20047 39 evaluate_activation_test/scope: RuntimeError # http://dartbug.com/20047
37 40
38 # Debugger location tests are slow in debug mode. 41 # Debugger location tests are slow in debug mode.
39 [ $mode == debug ] 42 [ $mode == debug ]
40 debugger_location_second_test: Pass, Slow 43 debugger_location_second_test: Pass, Slow
41 debugger_location_test: Pass, Slow 44 debugger_location_test: Pass, Slow
42 45
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 [ $system == windows ] 113 [ $system == windows ]
111 dev_fs_weird_char_test: Skip # Windows disallows question mark in paths 114 dev_fs_weird_char_test: Skip # Windows disallows question mark in paths
112 dev_fs_http_put_weird_char_test: Skip # Windows disallows carriage returns in pa ths 115 dev_fs_http_put_weird_char_test: Skip # Windows disallows carriage returns in pa ths
113 116
114 [ $system != linux || ($arch != x64 || $arch != ia32) ] 117 [ $system != linux || ($arch != x64 || $arch != ia32) ]
115 get_native_allocation_samples_test: Skip # Unsupported. 118 get_native_allocation_samples_test: Skip # Unsupported.
116 119
117 # Service protocol is not supported in product mode. 120 # Service protocol is not supported in product mode.
118 [ $mode == product ] 121 [ $mode == product ]
119 *: SkipByDesign 122 *: SkipByDesign
OLDNEW
« no previous file with comments | « no previous file | runtime/tests/vm/vm.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698