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

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

Issue 2529393002: Make core libraries use generic method syntax. (Closed)
Patch Set: Update status files. Created 3 years, 11 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/lib/convert_patch.dart ('k') | runtime/vm/method_recognizer.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 vm_timeline_flags_test: Pass, RuntimeError # Issue 26483 6 vm_timeline_flags_test: Pass, RuntimeError # Issue 26483
7 gc_test: Pass, RuntimeError # Issue 26490 7 gc_test: Pass, RuntimeError # Issue 26490
8 pause_on_start_and_exit_test: Pass, RuntimeError # Issue 26470 8 pause_on_start_and_exit_test: Pass, RuntimeError # Issue 26470
9 pause_on_start_then_step_test: Pass, RuntimeError # Issue 26470 9 pause_on_start_then_step_test: Pass, RuntimeError # Issue 26470
10 get_allocation_samples_test: Pass, RuntimeError # Inconsistent stack trace 10 get_allocation_samples_test: Pass, RuntimeError # Inconsistent stack trace
(...skipping 22 matching lines...) Expand all
33 33
34 # All tests use dart:io 34 # All tests use dart:io
35 [ $browser || $compiler == dart2js ] 35 [ $browser || $compiler == dart2js ]
36 *: SkipByDesign 36 *: SkipByDesign
37 37
38 # Tests with known analyzer issues 38 # Tests with known analyzer issues
39 [ $compiler == dart2analyzer ] 39 [ $compiler == dart2analyzer ]
40 developer_extension_test: SkipByDesign 40 developer_extension_test: SkipByDesign
41 get_isolate_after_language_error_test: SkipByDesign 41 get_isolate_after_language_error_test: SkipByDesign
42 42
43 # Issue #28236
44 add_breakpoint_rpc_test: StaticWarning
45 address_mapper_test: StaticWarning
46 allocations_test: StaticWarning
47 async_generator_breakpoint_test: StaticWarning
48 async_next_test: StaticWarning
49 async_scope_test: StaticWarning
50 auth_token1_test: StaticWarning
51 auth_token_test: StaticWarning
52 bad_web_socket_address_test: StaticWarning
53 break_on_activation_test: StaticWarning
54 break_on_function_test: StaticWarning
55 breakpoint_two_args_checked_test: StaticWarning
56 caching_test: StaticWarning
57 capture_stdio_test: StaticWarning
58 code_test: StaticWarning
59 command_test: StaticWarning
60 complex_reload_test: StaticWarning
61 contexts_test: StaticWarning
62 crash_dump_test: StaticWarning
63 debugger_inspect_test: StaticWarning
64 debugger_location_second_test: StaticWarning
65 debugger_location_test: StaticWarning
66 debugging_inlined_finally_test: StaticWarning
67 debugging_test: StaticWarning
68 dev_fs_http_put_test: StaticWarning
69 dev_fs_http_put_weird_char_test: StaticWarning
70 dev_fs_spawn_test: StaticWarning
71 dev_fs_test: StaticWarning
72 dev_fs_weird_char_test: StaticWarning
73 developer_server_control_test: StaticWarning
74 developer_service_get_isolate_id_test: StaticWarning
75 dominator_tree_user_test: StaticWarning
76 dominator_tree_vm_test: StaticWarning
77 echo_test: StaticWarning
78 eval_internal_class_test: StaticWarning
79 eval_test: StaticWarning
80 evaluate_activation_test/instance: StaticWarning
81 evaluate_activation_test/none: StaticWarning
82 evaluate_activation_test/scope: StaticWarning
83 evaluate_in_async_activation_test: StaticWarning
84 evaluate_in_async_star_activation_test: StaticWarning
85 evaluate_in_frame_rpc_test: StaticWarning
86 evaluate_in_sync_star_activation_test: StaticWarning
87 file_service_test: StaticWarning
88 gc_test: StaticWarning
89 get_allocation_profile_rpc_test: StaticWarning
90 get_allocation_samples_test: StaticWarning
91 get_cpu_profile_timeline_rpc_test: StaticWarning
92 get_flag_list_rpc_test: StaticWarning
93 get_heap_map_rpc_test: StaticWarning
94 get_instances_rpc_test: StaticWarning
95 get_isolate_after_async_error_test: StaticWarning
96 get_isolate_after_stack_overflow_error_test: StaticWarning
97 get_isolate_after_sync_error_test: StaticWarning
98 get_isolate_rpc_test: StaticWarning
99 get_object_rpc_test: StaticWarning
100 get_object_store_rpc_test: StaticWarning
101 get_ports_rpc_test: StaticWarning
102 get_retained_size_rpc_test: StaticWarning
103 get_retaining_path_rpc_test: StaticWarning
104 get_source_report_test: StaticWarning
105 get_stack_rpc_test: StaticWarning
106 get_version_rpc_test: StaticWarning
107 get_vm_rpc_test: StaticWarning
108 get_vm_timeline_rpc_test: StaticWarning
109 get_zone_memory_info_rpc_test: StaticWarning
110 implicit_getter_setter_test: StaticWarning
111 inbound_references_test: StaticWarning
112 instance_field_order_rpc_test: StaticWarning
113 isolate_lifecycle_test: StaticWarning
114 issue_25465_test: StaticWarning
115 issue_27238_test: StaticWarning
116 issue_27287_test: StaticWarning
117 library_dependency_test: StaticWarning
118 local_variable_declaration_test: StaticWarning
119 logging_test: StaticWarning
120 malformed_test: StaticWarning
121 metrics_test: StaticWarning
122 mirror_references_test: StaticWarning
123 native_metrics_test: StaticWarning
124 object_graph_stack_reference_test: StaticWarning
125 object_graph_user_test: StaticWarning
126 object_graph_vm_test: StaticWarning
127 observatory_assets_test: StaticWarning
128 parameters_in_scope_at_entry_test: StaticWarning
129 pause_idle_isolate_test: StaticWarning
130 pause_on_exceptions_test: StaticWarning
131 pause_on_start_and_exit_test: StaticWarning
132 pause_on_start_then_step_test: StaticWarning
133 pause_on_unhandled_exceptions_test: StaticWarning
134 positive_token_pos_test: StaticWarning
135 process_service_test: StaticWarning
136 reachable_size_test: StaticWarning
137 read_stream_test: StaticWarning
138 regexp_function_test: StaticWarning
139 reload_sources_test: StaticWarning
140 rewind_optimized_out_test: StaticWarning
141 rewind_test: StaticWarning
142 set_library_debuggable_rpc_test: StaticWarning
143 set_library_debuggable_test: StaticWarning
144 set_name_rpc_test: StaticWarning
145 set_vm_name_rpc_test: StaticWarning
146 smart_next_test: StaticWarning
147 steal_breakpoint_test: StaticWarning
148 step_into_async_no_await_test: StaticWarning
149 step_over_await_test: StaticWarning
150 step_test: StaticWarning
151 string_escaping_test: StaticWarning
152 tcp_socket_closing_service_test: StaticWarning
153 tcp_socket_service_test: StaticWarning
154 type_arguments_test: StaticWarning
155 typed_data_test: StaticWarning
156 udp_socket_service_test: StaticWarning
157 vm_restart_test: StaticWarning
158 vm_test: StaticWarning
159 vm_timeline_events_test: StaticWarning
160 vm_timeline_flags_test: StaticWarning
161 weak_properties_test: StaticWarning
162
43 [ $arch == arm ] 163 [ $arch == arm ]
44 process_service_test: Pass, Fail # Issue 24344 164 process_service_test: Pass, Fail # Issue 24344
45 165
46 [ ($noopt || $compiler == precompiler) ] 166 [ ($noopt || $compiler == precompiler) ]
47 *: Skip # Issue 24651 167 *: Skip # Issue 24651
48 168
49 [ $runtime == vm ] 169 [ $runtime == vm ]
50 developer_extension_test: Pass, Fail # Issue 27225 170 developer_extension_test: Pass, Fail # Issue 27225
51 171
52 [ $compiler == app_jit ] 172 [ $compiler == app_jit ]
(...skipping 26 matching lines...) Expand all
79 *: SkipByDesign # The service tests should run without being reloaded. 199 *: SkipByDesign # The service tests should run without being reloaded.
80 200
81 [ $system == windows ] 201 [ $system == windows ]
82 dev_fs_weird_char_test: Skip # Windows disallows question mark in paths 202 dev_fs_weird_char_test: Skip # Windows disallows question mark in paths
83 dev_fs_http_put_weird_char_test: Skip # Windows disallows carriage returns in pa ths 203 dev_fs_http_put_weird_char_test: Skip # Windows disallows carriage returns in pa ths
84 complex_reload_test: Skip # Issue 27861 204 complex_reload_test: Skip # Issue 27861
85 205
86 # Service protocol is not supported in product mode. 206 # Service protocol is not supported in product mode.
87 [ $mode == product ] 207 [ $mode == product ]
88 *: SkipByDesign 208 *: SkipByDesign
OLDNEW
« no previous file with comments | « runtime/lib/convert_patch.dart ('k') | runtime/vm/method_recognizer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698