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

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

Issue 2752753002: Additional service tests (Closed)
Patch Set: Formatted some tests 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
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 [$runtime == vm && $compiler == none && $system == fuchsia] 14 [$runtime == vm && $compiler == none && $system == fuchsia]
15 *: Skip # Not yet triaged. 15 *: Skip # Not yet triaged.
16 16
17 # Kernel version of tests 17 # Kernel version of tests
18 [ $compiler != dartk ] 18 [ $compiler != dartk ]
19 ###
20 ### Skip kernel specific versions.
21 ###
19 add_breakpoint_rpc_kernel_test: SkipByDesign # kernel specific version of add_br eakpoint_rpc_test 22 add_breakpoint_rpc_kernel_test: SkipByDesign # kernel specific version of add_br eakpoint_rpc_test
20 23
21 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime == dart_precompiled) ] 24 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime == dart_precompiled) ]
22 evaluate_activation_test/instance: RuntimeError # http://dartbug.com/20047 25 evaluate_activation_test/instance: RuntimeError # http://dartbug.com/20047
23 evaluate_activation_test/scope: RuntimeError # http://dartbug.com/20047 26 evaluate_activation_test/scope: RuntimeError # http://dartbug.com/20047
24 27
25 # Debugger location tests are slow in debug mode. 28 # Debugger location tests are slow in debug mode.
26 [ $mode == debug ] 29 [ $mode == debug ]
27 debugger_location_second_test: Pass, Slow 30 debugger_location_second_test: Pass, Slow
28 debugger_location_test: Pass, Slow 31 debugger_location_test: Pass, Slow
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 evaluate_activation_test/scope: RuntimeError # Issue 27806 63 evaluate_activation_test/scope: RuntimeError # Issue 27806
61 get_object_rpc_test: RuntimeError # Issue 27806 64 get_object_rpc_test: RuntimeError # Issue 27806
62 get_source_report_test: RuntimeError # Issue 27806 65 get_source_report_test: RuntimeError # Issue 27806
63 set_name_rpc_test: RuntimeError # Issue 27806 66 set_name_rpc_test: RuntimeError # Issue 27806
64 67
65 debugger_location_second_test: Skip # Issue 28180 68 debugger_location_second_test: Skip # Issue 28180
66 69
67 # Snapshots don't include source and generated source is not 1-to-1. 70 # Snapshots don't include source and generated source is not 1-to-1.
68 # The column offsets are thus off. 71 # The column offsets are thus off.
69 next_through_for_each_loop_test: RuntimeError 72 next_through_for_each_loop_test: RuntimeError
70 next_through_for_loop_with_break_and_continue_test: RuntimeError
71 next_through_create_list_and_map_test: RuntimeError 73 next_through_create_list_and_map_test: RuntimeError
72 next_through_closure_test: RuntimeError 74 next_through_closure_test: RuntimeError
75 step_through_switch_test: RuntimeError
76 step_through_constructor_calls_test: RuntimeError
77 step_through_function_test: RuntimeError
73 78
74 [ $compiler == dart2analyzer ] 79 [ $compiler == dart2analyzer ]
75 evaluate_activation_in_method_class_test: CompileTimeError # Issue 24478 80 evaluate_activation_in_method_class_test: CompileTimeError # Issue 24478
76 81
77 [ $arch == simdbc || $arch == simdbc64 ] 82 [ $arch == simdbc || $arch == simdbc64 ]
78 get_allocation_samples_test: RuntimeError # Profiling unimplemented. 83 get_allocation_samples_test: RuntimeError # Profiling unimplemented.
79 get_cpu_profile_timeline_rpc_test: RuntimeError # Profiling unimplemented. 84 get_cpu_profile_timeline_rpc_test: RuntimeError # Profiling unimplemented.
80 implicit_getter_setter_test: RuntimeError # Field guards unimplemented. 85 implicit_getter_setter_test: RuntimeError # Field guards unimplemented.
81 86
82 # Debugging StringConcatenation doesn't work the same on simdbc as on other plat forms. 87 # Debugging StringConcatenation doesn't work the same on simdbc as on other plat forms (bug #28975).
83 next_through_catch_test: RuntimeError 88 next_through_catch_test: RuntimeError
84 next_through_simple_async_test: RuntimeError 89 next_through_simple_async_test: RuntimeError
85 next_through_simple_linear_2_test: RuntimeError 90 next_through_simple_linear_2_test: RuntimeError
91 step_through_function_test: RuntimeError
92 step_through_getter_test: RuntimeError
86 93
87 [ $hot_reload || $hot_reload_rollback ] 94 [ $hot_reload || $hot_reload_rollback ]
88 # Skip all service tests because random reloads interfere. 95 # Skip all service tests because random reloads interfere.
89 *: SkipByDesign # The service tests should run without being reloaded. 96 *: SkipByDesign # The service tests should run without being reloaded.
90 97
91 [ $system == windows ] 98 [ $system == windows ]
92 dev_fs_weird_char_test: Skip # Windows disallows question mark in paths 99 dev_fs_weird_char_test: Skip # Windows disallows question mark in paths
93 dev_fs_http_put_weird_char_test: Skip # Windows disallows carriage returns in pa ths 100 dev_fs_http_put_weird_char_test: Skip # Windows disallows carriage returns in pa ths
94 101
95 # Service protocol is not supported in product mode. 102 # Service protocol is not supported in product mode.
96 [ $mode == product ] 103 [ $mode == product ]
97 *: SkipByDesign 104 *: SkipByDesign
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698