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

Side by Side Diff: pkg/pkg.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 | « no previous file | runtime/lib/convert_patch.dart » ('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) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, 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 # Don't run any test-like files that show up in packages directories. It 5 # Don't run any test-like files that show up in packages directories. It
6 # shouldn't be necessary to run "pub install" in these packages, but if you do 6 # shouldn't be necessary to run "pub install" in these packages, but if you do
7 # it shouldn't break the tests. 7 # it shouldn't break the tests.
8 */packages/*/*: Skip 8 */packages/*/*: Skip
9 */*/packages/*/*: Skip 9 */*/packages/*/*: Skip
10 */*/*/packages/*/*: Skip 10 */*/*/packages/*/*: Skip
(...skipping 14 matching lines...) Expand all
25 [ $runtime != vm || $mode != release || $system != linux ] 25 [ $runtime != vm || $mode != release || $system != linux ]
26 kernel/test/closures_test: Skip 26 kernel/test/closures_test: Skip
27 27
28 # Analyze dev_compiler but don't run its tests 28 # Analyze dev_compiler but don't run its tests
29 [ $compiler != dart2analyzer ] 29 [ $compiler != dart2analyzer ]
30 dev_compiler/test/*: Skip 30 dev_compiler/test/*: Skip
31 31
32 [ $compiler == dart2analyzer ] 32 [ $compiler == dart2analyzer ]
33 dev_compiler/gen/*: SkipByDesign 33 dev_compiler/gen/*: SkipByDesign
34 34
35 # Issue #28236
36 analysis_server/test/analysis/get_errors_test: StaticWarning
37 analysis_server/test/analysis/get_hover_test: StaticWarning
38 analysis_server/test/analysis/get_navigation_test: StaticWarning
39 analysis_server/test/analysis/navigation_collector_test: StaticWarning
40 analysis_server/test/analysis/notification_analysis_options_test: StaticWarning
41 analysis_server/test/analysis/notification_analyzedFiles_test: StaticWarning
42 analysis_server/test/analysis/notification_errors_test: StaticWarning
43 analysis_server/test/analysis/notification_highlights_test: StaticWarning
44 analysis_server/test/analysis/notification_implemented_test: StaticWarning
45 analysis_server/test/analysis/notification_navigation_test: StaticWarning
46 analysis_server/test/analysis/notification_occurrences_test: StaticWarning
47 analysis_server/test/analysis/notification_outline_test: StaticWarning
48 analysis_server/test/analysis/notification_overrides_test: StaticWarning
49 analysis_server/test/analysis/reanalyze_test: StaticWarning
50 analysis_server/test/analysis/set_priority_files_test: StaticWarning
51 analysis_server/test/analysis/update_content_test: StaticWarning
52 analysis_server/test/analysis_server_test: StaticWarning
53 analysis_server/test/channel/byte_stream_channel_test: StaticWarning
54 analysis_server/test/channel/web_socket_channel_test: StaticWarning
55 analysis_server/test/completion_test: StaticWarning
56 analysis_server/test/context_manager_test: StaticWarning
57 analysis_server/test/domain_analysis_test: StaticWarning
58 analysis_server/test/domain_completion_test: StaticWarning
59 analysis_server/test/domain_diagnostic_test: StaticWarning
60 analysis_server/test/domain_execution_test: StaticWarning
61 analysis_server/test/domain_server_test: StaticWarning
62 analysis_server/test/edit/assists_test: StaticWarning
63 analysis_server/test/edit/fixes_test: StaticWarning
64 analysis_server/test/edit/format_test: StaticWarning
65 analysis_server/test/edit/organize_directives_test: StaticWarning
66 analysis_server/test/edit/refactoring_test: StaticWarning
67 analysis_server/test/edit/sort_members_test: StaticWarning
68 analysis_server/test/integration/analysis/analysis_options_test: StaticWarning
69 analysis_server/test/integration/analysis/error_test: StaticWarning
70 analysis_server/test/integration/analysis/get_errors_after_analysis_test: Static Warning
71 analysis_server/test/integration/analysis/get_errors_before_analysis_test: Stati cWarning
72 analysis_server/test/integration/analysis/get_hover_test: StaticWarning
73 analysis_server/test/integration/analysis/highlights_test: StaticWarning
74 analysis_server/test/integration/analysis/lint_test: StaticWarning
75 analysis_server/test/integration/analysis/navigation_test: StaticWarning
76 analysis_server/test/integration/analysis/occurrences_test: StaticWarning
77 analysis_server/test/integration/analysis/outline_test: StaticWarning
78 analysis_server/test/integration/analysis/overrides_test: StaticWarning
79 analysis_server/test/integration/analysis/package_root_test: StaticWarning
80 analysis_server/test/integration/analysis/reanalyze_concurrent_test: StaticWarni ng
81 analysis_server/test/integration/analysis/reanalyze_test: StaticWarning
82 analysis_server/test/integration/analysis/update_content_list_test: StaticWarnin g
83 analysis_server/test/integration/analysis/update_content_test: StaticWarning
84 analysis_server/test/integration/completion/get_suggestions_test: StaticWarning
85 analysis_server/test/integration/search/get_type_hierarchy_test: StaticWarning
86 analysis_server/test/integration/server/get_version_test: StaticWarning
87 analysis_server/test/integration/server/set_subscriptions_invalid_service_test: StaticWarning
88 analysis_server/test/integration/server/set_subscriptions_test: StaticWarning
89 analysis_server/test/integration/server/shutdown_test: StaticWarning
90 analysis_server/test/integration/server/status_test: StaticWarning
91 analysis_server/test/operation/operation_queue_test: StaticWarning
92 analysis_server/test/operation/operation_test: StaticWarning
93 analysis_server/test/plugin/protocol_dart_test: StaticWarning
94 analysis_server/test/plugin/set_analysis_domain_test: StaticWarning
95 analysis_server/test/protocol_server_test: StaticWarning
96 analysis_server/test/protocol_test: StaticWarning
97 analysis_server/test/search/element_references_test: StaticWarning
98 analysis_server/test/search/member_declarations_test: StaticWarning
99 analysis_server/test/search/member_references_test: StaticWarning
100 analysis_server/test/search/search_result_test: StaticWarning
101 analysis_server/test/search/top_level_declarations_test: StaticWarning
102 analysis_server/test/search/type_hierarchy_test: StaticWarning
103 analysis_server/test/server_options_test: StaticWarning
104 analysis_server/test/services/completion/completion_target_test: StaticWarning
105 analysis_server/test/services/completion/dart/arglist_contributor_test: StaticWa rning
106 analysis_server/test/services/completion/dart/combinator_contributor_test: Stati cWarning
107 analysis_server/test/services/completion/dart/common_usage_sorter_test: StaticWa rning
108 analysis_server/test/services/completion/dart/completion_manager_test: StaticWar ning
109 analysis_server/test/services/completion/dart/field_formal_contributor_test: Sta ticWarning
110 analysis_server/test/services/completion/dart/imported_reference_contributor_tes t: StaticWarning
111 analysis_server/test/services/completion/dart/inherited_reference_contributor_te st: StaticWarning
112 analysis_server/test/services/completion/dart/keyword_contributor_test: StaticWa rning
113 analysis_server/test/services/completion/dart/label_contributor_test: StaticWarn ing
114 analysis_server/test/services/completion/dart/library_member_contributor_test: S taticWarning
115 analysis_server/test/services/completion/dart/library_prefix_contributor_test: S taticWarning
116 analysis_server/test/services/completion/dart/local_constructor_contributor_test : StaticWarning
117 analysis_server/test/services/completion/dart/local_declaration_visitor_test: St aticWarning
118 analysis_server/test/services/completion/dart/local_library_contributor_test: St aticWarning
119 analysis_server/test/services/completion/dart/local_reference_contributor_test: StaticWarning
120 analysis_server/test/services/completion/dart/named_constructor_contributor_test : StaticWarning
121 analysis_server/test/services/completion/dart/optype_test: StaticWarning
122 analysis_server/test/services/completion/dart/override_contributor_test: StaticW arning
123 analysis_server/test/services/completion/dart/static_member_contributor_test: St aticWarning
124 analysis_server/test/services/completion/dart/type_member_contributor_test: Stat icWarning
125 analysis_server/test/services/completion/dart/uri_contributor_test: StaticWarnin g
126 analysis_server/test/services/completion/dart/variable_name_contributor_test: St aticWarning
127 analysis_server/test/services/correction/assist_test: StaticWarning
128 analysis_server/test/services/correction/change_test: StaticWarning
129 analysis_server/test/services/correction/fix_test: StaticWarning
130 analysis_server/test/services/correction/levenshtein_test: StaticWarning
131 analysis_server/test/services/correction/name_suggestion_test: StaticWarning
132 analysis_server/test/services/correction/organize_directives_test: StaticWarning
133 analysis_server/test/services/correction/sort_members_test: StaticWarning
134 analysis_server/test/services/correction/source_range_test: StaticWarning
135 analysis_server/test/services/correction/status_test: StaticWarning
136 analysis_server/test/services/correction/strings_test: StaticWarning
137 analysis_server/test/services/correction/util_test: StaticWarning
138 analysis_server/test/services/dependencies/library_dependencies_test: StaticWarn ing
139 analysis_server/test/services/dependencies/reachable_source_collector_test: Stat icWarning
140 analysis_server/test/services/index/index_test: StaticWarning
141 analysis_server/test/services/index/index_unit_test: StaticWarning
142 analysis_server/test/services/linter/linter_test: StaticWarning
143 analysis_server/test/services/refactoring/convert_getter_to_method_test: StaticW arning
144 analysis_server/test/services/refactoring/convert_method_to_getter_test: StaticW arning
145 analysis_server/test/services/refactoring/extract_local_test: StaticWarning
146 analysis_server/test/services/refactoring/extract_method_test: StaticWarning
147 analysis_server/test/services/refactoring/inline_local_test: StaticWarning
148 analysis_server/test/services/refactoring/inline_method_test: StaticWarning
149 analysis_server/test/services/refactoring/move_file_test: StaticWarning
150 analysis_server/test/services/refactoring/naming_conventions_test: StaticWarning
151 analysis_server/test/services/refactoring/rename_class_member_test: StaticWarnin g
152 analysis_server/test/services/refactoring/rename_constructor_test: StaticWarning
153 analysis_server/test/services/refactoring/rename_import_test: StaticWarning
154 analysis_server/test/services/refactoring/rename_label_test: StaticWarning
155 analysis_server/test/services/refactoring/rename_library_test: StaticWarning
156 analysis_server/test/services/refactoring/rename_local_test: StaticWarning
157 analysis_server/test/services/refactoring/rename_unit_member_test: StaticWarning
158 analysis_server/test/services/search/hierarchy_test: StaticWarning
159 analysis_server/test/services/search/search_engine2_test: StaticWarning
160 analysis_server/test/services/search/search_engine_test: StaticWarning
161 analysis_server/test/single_context_manager_test: StaticWarning
162 analysis_server/test/socket_server_test: StaticWarning
163 analysis_server/test/source/caching_put_package_map_provider_test: StaticWarning
164 analysis_server/test/src/utilities/change_builder_core_test: StaticWarning
165 analysis_server/test/src/utilities/change_builder_dart_test: StaticWarning
166 analysis_server/test/src/watch_manager_test: StaticWarning
167 analyzer/test/cancelable_future_test: StaticWarning
168 analyzer/test/context/declared_variables_test: StaticWarning
169 analyzer/test/dart/ast/ast_test: StaticWarning
170 analyzer/test/dart/ast/visitor_test: StaticWarning
171 analyzer/test/dart/element/builder_test: StaticWarning
172 analyzer/test/dart/element/element_test: StaticWarning
173 analyzer/test/file_system/memory_file_system_test: StaticWarning
174 analyzer/test/file_system/physical_resource_provider_test: StaticWarning
175 analyzer/test/file_system/resource_uri_resolver_test: StaticWarning
176 analyzer/test/generated/all_the_rest_test: StaticWarning
177 analyzer/test/generated/bazel_test: StaticWarning
178 analyzer/test/generated/checked_mode_compile_time_error_code_test: StaticWarning
179 analyzer/test/generated/compile_time_error_code_test: StaticWarning
180 analyzer/test/generated/constant_test: StaticWarning
181 analyzer/test/generated/declaration_resolver_test: StaticWarning
182 analyzer/test/generated/element_resolver_test: StaticWarning
183 analyzer/test/generated/engine_test: StaticWarning
184 analyzer/test/generated/error_suppression_test: StaticWarning
185 analyzer/test/generated/hint_code_test: StaticWarning
186 analyzer/test/generated/incremental_resolver_test: StaticWarning
187 analyzer/test/generated/inheritance_manager_test: StaticWarning
188 analyzer/test/generated/java_core_test: StaticWarning
189 analyzer/test/generated/java_io_test: StaticWarning
190 analyzer/test/generated/non_error_resolver_test: StaticWarning
191 analyzer/test/generated/non_hint_code_test: StaticWarning
192 analyzer/test/generated/package_test: StaticWarning
193 analyzer/test/generated/parser_test: StaticWarning
194 analyzer/test/generated/resolver_test: StaticWarning
195 analyzer/test/generated/scanner_test: StaticWarning
196 analyzer/test/generated/sdk_test: StaticWarning
197 analyzer/test/generated/simple_resolver_test: StaticWarning
198 analyzer/test/generated/source_factory_test: StaticWarning
199 analyzer/test/generated/static_type_analyzer_test: StaticWarning
200 analyzer/test/generated/static_type_warning_code_test: StaticWarning
201 analyzer/test/generated/static_warning_code_test: StaticWarning
202 analyzer/test/generated/strong_mode_test: StaticWarning
203 analyzer/test/generated/type_system_test: StaticWarning
204 analyzer/test/generated/utilities_dart_test: StaticWarning
205 analyzer/test/generated/utilities_test: StaticWarning
206 analyzer/test/instrumentation/instrumentation_test: StaticWarning
207 analyzer/test/parse_compilation_unit_test: StaticWarning
208 analyzer/test/source/analysis_options_provider_test: StaticWarning
209 analyzer/test/source/embedder_test: StaticWarning
210 analyzer/test/source/error_processor_test: StaticWarning
211 analyzer/test/source/package_map_provider_test: StaticWarning
212 analyzer/test/source/package_map_resolver_test: StaticWarning
213 analyzer/test/source/path_filter_test: StaticWarning
214 analyzer/test/source/sdk_ext_test: StaticWarning
215 analyzer/test/src/command_line/arguments_test: StaticWarning
216 analyzer/test/src/context/builder_test: StaticWarning
217 analyzer/test/src/context/cache_test: StaticWarning
218 analyzer/test/src/context/context_test: StaticWarning
219 analyzer/test/src/dart/analysis/byte_store_test: StaticWarning
220 analyzer/test/src/dart/analysis/driver_test: StaticWarning
221 analyzer/test/src/dart/analysis/file_state_test: StaticWarning
222 analyzer/test/src/dart/analysis/index_test: StaticWarning
223 analyzer/test/src/dart/analysis/referenced_names_test: StaticWarning
224 analyzer/test/src/dart/analysis/search_test: StaticWarning
225 analyzer/test/src/dart/ast/utilities_test: StaticWarning
226 analyzer/test/src/dart/constant/evaluation_test: StaticWarning
227 analyzer/test/src/dart/constant/utilities_test: StaticWarning
228 analyzer/test/src/dart/constant/value_test: StaticWarning
229 analyzer/test/src/dart/element/element_test: StaticWarning
230 analyzer/test/src/dart/sdk/patch_test: StaticWarning
231 analyzer/test/src/dart/sdk/sdk_test: StaticWarning
232 analyzer/test/src/lint/config_test: StaticWarning
233 analyzer/test/src/lint/io_test: StaticWarning
234 analyzer/test/src/lint/project_test: StaticWarning
235 analyzer/test/src/lint/pub_test: StaticWarning
236 analyzer/test/src/source/source_resource_test: StaticWarning
237 analyzer/test/src/summary/api_signature_test: StaticWarning
238 analyzer/test/src/summary/bazel_summary_test: StaticWarning
239 analyzer/test/src/summary/flat_buffers_test: StaticWarning
240 analyzer/test/src/summary/in_summary_source_test: StaticWarning
241 analyzer/test/src/summary/linker_test: StaticWarning
242 analyzer/test/src/summary/name_filter_test: StaticWarning
243 analyzer/test/src/summary/package_bundle_reader_test: StaticWarning
244 analyzer/test/src/summary/prelinker_test: StaticWarning
245 analyzer/test/src/summary/pub_summary_test: StaticWarning
246 analyzer/test/src/summary/resynthesize_ast_test: StaticWarning
247 analyzer/test/src/summary/summarize_ast_strong_test: StaticWarning
248 analyzer/test/src/summary/summarize_ast_test: StaticWarning
249 analyzer/test/src/task/dart_test: StaticWarning
250 analyzer/test/src/task/dart_work_manager_test: StaticWarning
251 analyzer/test/src/task/driver_test: StaticWarning
252 analyzer/test/src/task/general_test: StaticWarning
253 analyzer/test/src/task/html_test: StaticWarning
254 analyzer/test/src/task/html_work_manager_test: StaticWarning
255 analyzer/test/src/task/incremental_element_builder_test: StaticWarning
256 analyzer/test/src/task/inputs_test: StaticWarning
257 analyzer/test/src/task/manager_test: StaticWarning
258 analyzer/test/src/task/model_test: StaticWarning
259 analyzer/test/src/task/options_test: StaticWarning
260 analyzer/test/src/task/options_work_manager_test: StaticWarning
261 analyzer/test/src/task/strong/checker_test: StaticWarning
262 analyzer/test/src/task/strong/inferred_type_test: StaticWarning
263 analyzer/test/src/task/strong/non_null_checker_test: StaticWarning
264 analyzer/test/src/task/strong_mode_test: StaticWarning
265 analyzer/test/src/task/yaml_test: StaticWarning
266 analyzer/test/src/util/absolute_path_test: StaticWarning
267 analyzer/test/src/util/asserts_test: StaticWarning
268 analyzer/test/src/util/fast_uri_test: StaticWarning
269 analyzer/test/src/util/glob_test: StaticWarning
270 analyzer/test/src/util/lru_map_test: StaticWarning
271 analyzer/test/src/util/yaml_test: StaticWarning
272 analyzer/tool/summary/check_test: StaticWarning
273 analyzer/tool/task_dependency_graph/check_test: StaticWarning
274 analyzer_cli/test/build_mode_test: StaticWarning
275 analyzer_cli/test/driver_test: StaticWarning
276 analyzer_cli/test/embedder_test: StaticWarning
277 analyzer_cli/test/error_test: StaticWarning
278 analyzer_cli/test/options_test: StaticWarning
279 analyzer_cli/test/package_prefix_test: StaticWarning
280 analyzer_cli/test/perf_report_test: StaticWarning
281 analyzer_cli/test/reporter_test: StaticWarning
282 analyzer_cli/test/sdk_ext_test: StaticWarning
283 analyzer_cli/test/strong_mode_test: StaticWarning
284 analyzer_cli/test/super_mixin_test: StaticWarning
285 analyzer_cli/tool/perf_test: StaticWarning
286 compiler/tool/perf_test: StaticWarning
287 dev_compiler/test/closure/closure_annotation_test: StaticWarning
288 dev_compiler/test/closure/closure_type_test: StaticWarning
289 dev_compiler/test/codegen_test: StaticWarning
290 dev_compiler/test/js/builder_test: StaticWarning
291 dev_compiler/test/worker/worker_test: StaticWarning
292 front_end/test/dependency_grapher_test: StaticWarning
293 front_end/test/memory_file_system_test: StaticWarning
294 front_end/test/physical_file_system_test: StaticWarning
295 front_end/test/scanner_test: StaticWarning
296 front_end/test/src/async_dependency_walker_test: StaticWarning
297 front_end/test/src/base/libraries_reader_test: StaticWarning
298 front_end/test/src/base/uri_resolver_test: StaticWarning
299 front_end/test/src/dependency_walker_test: StaticWarning
300 front_end/tool/perf_test: StaticWarning
301 js_ast/test/printer_callback_test: StaticWarning
302 js_ast/test/string_escape_test: StaticWarning
303 kernel/test/baseline_spec_mode_test: StaticWarning
304 kernel/test/baseline_strong_mode_test: StaticWarning
305 kernel/test/baseline_type_propagation_test: StaticWarning
306 kernel/test/type_hashcode_test: StaticWarning
307 kernel/test/type_substitute_bounds_test: StaticWarning
308 kernel/test/type_substitution_identity_test: StaticWarning
309 kernel/test/type_subtype_test: StaticWarning
310 kernel/test/type_unification_test: StaticWarning
311 kernel/test/uint31_pair_map_test: StaticWarning
312 kernel/test/verify_test: StaticWarning
313 lookup_map/test/lookup_map_test: StaticWarning
314 lookup_map/test/version_check_test: StaticWarning
315 typed_mock/test/typed_mock_test: StaticWarning
316
317
35 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] 318 [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
36 mutation_observer: Skip # Issue 21149 319 mutation_observer: Skip # Issue 21149
37 unittest/*: Skip # Issue 21949 320 unittest/*: Skip # Issue 21949
38 lookup_map/*: SkipByDesign 321 lookup_map/*: SkipByDesign
39 front_end/*: SkipByDesign 322 front_end/*: SkipByDesign
40 323
41 [ $runtime == vm && $mode == debug ] 324 [ $runtime == vm && $mode == debug ]
42 analysis_server/test/completion_test: Pass, Slow 325 analysis_server/test/completion_test: Pass, Slow
43 326
44 [ $runtime == vm && $checked ] 327 [ $runtime == vm && $checked ]
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 analyzer/test/src/task/strong/checker_test: Crash # Issue 24485 486 analyzer/test/src/task/strong/checker_test: Crash # Issue 24485
204 analyzer/test/src/task/strong/inferred_type_test: Crash # Issue 24485 487 analyzer/test/src/task/strong/inferred_type_test: Crash # Issue 24485
205 analyzer/test/src/task/strong_mode_test: Crash # Issue 24485 488 analyzer/test/src/task/strong_mode_test: Crash # Issue 24485
206 analyzer/test/src/task/yaml_test: Crash # Issue 24485 489 analyzer/test/src/task/yaml_test: Crash # Issue 24485
207 490
208 [ $noopt || $runtime == dart_precompiled ] 491 [ $noopt || $runtime == dart_precompiled ]
209 *: SkipByDesign # The pkg test framework imports dart:mirrors. 492 *: SkipByDesign # The pkg test framework imports dart:mirrors.
210 493
211 [ $compiler == dart2js && $cps_ir && $checked ] 494 [ $compiler == dart2js && $cps_ir && $checked ]
212 *: Skip # `assert` not implemented, about 75% tests crash 495 *: Skip # `assert` not implemented, about 75% tests crash
496
497 [ $compiler == none ]
498 kernel/test/baseline_spec_mode_test: RuntimeError # Issue 28231
499 kernel/test/baseline_type_propagation_test: RuntimeError # Issue 28231
500 kernel/test/closures_test: Fail # Issue 28231
OLDNEW
« no previous file with comments | « no previous file | runtime/lib/convert_patch.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698