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

Side by Side Diff: pkg/pkg.status

Issue 812253002: Delete a bunch of packages that are now on GitHub. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Un-delete http Created 6 years 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 | Annotate | Revision Log
« no previous file with comments | « pkg/path/test/windows_test.dart ('k') | pkg/pool/LICENSE » ('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
11 */*/*/*/packages/*/*: Skip 11 */*/*/*/packages/*/*: Skip
12 */*/*/*/*/packages/*/*: Skip 12 */*/*/*/*/packages/*/*: Skip
13 13
14 # Skip non-test files ending with "_test". 14 # Skip non-test files ending with "_test".
15 scheduled_test/lib/*: Skip
16 polymer/example/scoped_style/*: Skip 15 polymer/example/scoped_style/*: Skip
17 16
18 scheduled_test/test/scheduled_server_test: Pass, Fail # 13524
19 scheduled_test/test/scheduled_process_test: Pass, Slow # Issue 9231
20 scheduled_test/test/scheduled_stream/stream_matcher_test: Pass, Slow
21 polymer/test/build/script_compactor_test: Pass, Slow 17 polymer/test/build/script_compactor_test: Pass, Slow
22 polymer/test/import_test: Skip # 17873 18 polymer/test/import_test: Skip # 17873
23 19
24 [ $runtime == vm && $checked ] 20 [ $runtime == vm && $checked ]
25 analyzer2dart/test/end2end_test: RuntimeError 21872 21 analyzer2dart/test/end2end_test: RuntimeError 21872
26 22
27 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ] 23 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ]
28 third_party/angular_tests/browser_test/*: Skip # github perf_api.dart issue 5 24 third_party/angular_tests/browser_test/*: Skip # github perf_api.dart issue 5
29 third_party/angular_tests/browser_test/core_dom/shadow_root_options: Fail # Issu e 19329 25 third_party/angular_tests/browser_test/core_dom/shadow_root_options: Fail # Issu e 19329
30 intl/test/date_time_format_http_request_test: Skip # Times out flakily. Issue 19 544 26 intl/test/date_time_format_http_request_test: Skip # Times out flakily. Issue 19 544
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 analyzer/test/generated/element_test: Skip # Times out 80 analyzer/test/generated/element_test: Skip # Times out
85 analyzer/test/generated/parser_test: Skip # Times out 81 analyzer/test/generated/parser_test: Skip # Times out
86 code_transformers/test/resolver_test: Skip # Times out 82 code_transformers/test/resolver_test: Skip # Times out
87 docgen/test/*: Skip # Slow 83 docgen/test/*: Skip # Slow
88 polymer/test/build/all_phases_test: Skip # Slow 84 polymer/test/build/all_phases_test: Skip # Slow
89 smoke/test/codegen/end_to_end_test: Skip # Times out 85 smoke/test/codegen/end_to_end_test: Skip # Times out
90 smoke/test/codegen/recorder_test: Skip # Times out 86 smoke/test/codegen/recorder_test: Skip # Times out
91 template_binding/test/template_binding_test: Skip # Times out 87 template_binding/test/template_binding_test: Skip # Times out
92 third_party/html5lib/test/tokenizer_test: Skip # Times out 88 third_party/html5lib/test/tokenizer_test: Skip # Times out
93 barback/test/package_graph/repetition_test: Skip # Times out 89 barback/test/package_graph/repetition_test: Skip # Times out
94 scheduled_test/test/scheduled_server_test: Pass, Fail, Slow # 13524
95 90
96 [ $runtime == vm && ( $arch == simarm || $arch == simmips ) ] 91 [ $runtime == vm && ( $arch == simarm || $arch == simmips ) ]
97 barback/test/too_many_open_files_test: Skip # 14220 92 barback/test/too_many_open_files_test: Skip # 14220
98 code_transformers/test/resolver_test: Skip # Issue 17908 93 code_transformers/test/resolver_test: Skip # Issue 17908
99 docgen/test/*: Skip # Too slow 94 docgen/test/*: Skip # Too slow
100 polymer/test/build/all_phases_test: Skip # Slow 95 polymer/test/build/all_phases_test: Skip # Slow
101 polymer/test/build/script_compactor_test: Skip # Slow 96 polymer/test/build/script_compactor_test: Skip # Slow
102 third_party/html5lib/test/tokenizer_test: Pass, Slow 97 third_party/html5lib/test/tokenizer_test: Pass, Slow
103 analysis_server/*: Skip # Timeout in some tests. 98 analysis_server/*: Skip # Timeout in some tests.
104 99
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 analysis_server/test/analysis_notification_occurrences_test: Pass, Slow # Issue 16473, 19756 151 analysis_server/test/analysis_notification_occurrences_test: Pass, Slow # Issue 16473, 19756
157 analysis_server/test/analysis_notification_outline_test: Pass, Slow # Issue 1647 3, 19756 152 analysis_server/test/analysis_notification_outline_test: Pass, Slow # Issue 1647 3, 19756
158 analysis_server/test/analysis_notification_navigation_test: Pass, Slow # Issue 1 6473, 19756 153 analysis_server/test/analysis_notification_navigation_test: Pass, Slow # Issue 1 6473, 19756
159 analysis_server/test/domain_analysis_test: Pass, Slow # Issue 16473, 19756 154 analysis_server/test/domain_analysis_test: Pass, Slow # Issue 16473, 19756
160 analysis_server/test/analysis_notification_highlights_test: Pass, Slow # 16473, 19756 155 analysis_server/test/analysis_notification_highlights_test: Pass, Slow # 16473, 19756
161 analysis_server/test/search/top_level_declarations_test: Pass, Slow # 16473, 197 56 156 analysis_server/test/search/top_level_declarations_test: Pass, Slow # 16473, 197 56
162 analysis_server/test/socket_server_test: Pass, Slow # Issue 16473, 19756 157 analysis_server/test/socket_server_test: Pass, Slow # Issue 16473, 19756
163 analyzer/test/generated/element_test: Pass, Slow # Issue 16473 158 analyzer/test/generated/element_test: Pass, Slow # Issue 16473
164 analyzer/test/generated/incremental_resolver_test: Pass, Slow # Issue 16473 159 analyzer/test/generated/incremental_resolver_test: Pass, Slow # Issue 16473
165 160
166 [ $runtime == d8 || $runtime == jsshell ]
167 stack_trace/test/chain_test: Fail # Issues 15171 and 15105
168 stack_trace/test/vm_test: RuntimeError, OK # VM-specific traces
169
170 [ $runtime == jsshell ] 161 [ $runtime == jsshell ]
171 async/test/stream_zip_test: RuntimeError, OK # Timers are not supported. 162 async/test/stream_zip_test: RuntimeError, OK # Timers are not supported.
172 scheduled_test/test/scheduled_future_matchers_test: RuntimeError #Issue 21005
173 scheduled_test/test/scheduled_stream/stream_matcher_test: RuntimeError #Issue 21 005
174 scheduled_test/test/scheduled_test/abort_test: RuntimeError #Issue 21005
175 scheduled_test/test/scheduled_test/current_schedule_current_task_test: RuntimeEr ror #Issue 21005
176 scheduled_test/test/scheduled_test/current_schedule_errors_test: RuntimeError #I ssue 21005
177 scheduled_test/test/scheduled_test/current_schedule_state_test: RuntimeError #Is sue 21005
178 scheduled_test/test/scheduled_test/nested_task_test: RuntimeError #Issue 21005
179 scheduled_test/test/scheduled_test/on_complete_test: RuntimeError #Issue 21005
180 scheduled_test/test/scheduled_test/on_exception_test: RuntimeError #Issue 21005
181 scheduled_test/test/scheduled_test/set_up_test: RuntimeError #Issue 21005
182 scheduled_test/test/scheduled_test/simple_test: RuntimeError #Issue 21005
183 scheduled_test/test/scheduled_test/task_return_value_test: RuntimeError #Issue 2 1005
184 scheduled_test/test/scheduled_test/tear_down_test: RuntimeError #Issue 21005
185 scheduled_test/test/scheduled_test/unhandled_error_test: RuntimeError #Issue 210 05
186 scheduled_test/test/scheduled_test/wrap_future_test: RuntimeError #Issue 21005
187 scheduled_test/test/unittest_compatibility_test: RuntimeError #Issue 21005
188 unittest/test/missing_tick_test: Fail # Timer interface not supported: dartbug.c om/7728 163 unittest/test/missing_tick_test: Fail # Timer interface not supported: dartbug.c om/7728
189 unittest/test/nested_groups_setup_teardown_test: RuntimeError # http://dartbug.c om/10109 164 unittest/test/nested_groups_setup_teardown_test: RuntimeError # http://dartbug.c om/10109
190 165
191 [ $compiler == dart2js && $runtime == drt ] 166 [ $compiler == dart2js && $runtime == drt ]
192 async/test/stream_zip_test: RuntimeError, Pass # Issue 18548 167 async/test/stream_zip_test: RuntimeError, Pass # Issue 18548
193 168
194 [ $runtime == vm || $runtime == d8 || $runtime == jsshell ] 169 [ $runtime == vm || $runtime == d8 || $runtime == jsshell ]
195 polymer/example: Skip # Uses dart:html 170 polymer/example: Skip # Uses dart:html
196 polymer/e2e_test: Skip # Uses dart:html 171 polymer/e2e_test: Skip # Uses dart:html
197 polymer/test/auto_binding_test: Skip # uses dart:html 172 polymer/test/auto_binding_test: Skip # uses dart:html
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
256 polymer/test/template_attr_template_test: RuntimeError # Issue 20897 231 polymer/test/template_attr_template_test: RuntimeError # Issue 20897
257 232
258 [ $runtime == ie10 ] 233 [ $runtime == ie10 ]
259 analyzer/test/generated/java_core_test: Pass, Timeout # Issue 19747 234 analyzer/test/generated/java_core_test: Pass, Timeout # Issue 19747
260 polymer/e2e_test/*: Pass, RuntimeError # Issue 19265 235 polymer/e2e_test/*: Pass, RuntimeError # Issue 19265
261 polymer/test/event_handlers_test: Pass, Timeout # Issue 19327 236 polymer/test/event_handlers_test: Pass, Timeout # Issue 19327
262 polymer_expressions/*: Pass, RuntimeError # Issue 19265 237 polymer_expressions/*: Pass, RuntimeError # Issue 19265
263 template_binding/test/template_binding_test: Pass, RuntimeError # Issue 19265 238 template_binding/test/template_binding_test: Pass, RuntimeError # Issue 19265
264 typed_data/test/typed_buffers_test/none: Fail # Issue 17607 (I put this here e xplicitly, since this is not the same as on ie9) 239 typed_data/test/typed_buffers_test/none: Fail # Issue 17607 (I put this here e xplicitly, since this is not the same as on ie9)
265 240
266 [ $runtime == ie10 || $runtime == ie11 ]
267 scheduled_test/test/scheduled_test/current_schedule_errors_test: Skip # Issue 21 007
268 scheduled_test/test/scheduled_test/nested_task_test: Timeout # Skip 21007
269 scheduled_test/test/scheduled_test/out_of_band_task_test: Skip # Issue 21007
270 scheduled_test/test/scheduled_test/signal_error_test: Skip # Issue 21007
271 scheduled_test/test/scheduled_test/task_return_value_test: Skip # Issue 21007
272 scheduled_test/test/scheduled_test/timeout_test: Skip # Issue 21007
273 scheduled_test/test/scheduled_test/wrap_async_test: Skip # Issue 21007
274 scheduled_test/test/scheduled_test/wrap_future_test: Skip # Issue 21007
275
276 [ $runtime == safarimobilesim ] 241 [ $runtime == safarimobilesim ]
277 # Unexplained errors only occuring on Safari 6.1 and earlier. 242 # Unexplained errors only occuring on Safari 6.1 and earlier.
278 typed_data/test/typed_buffers_test: RuntimeError 243 typed_data/test/typed_buffers_test: RuntimeError
279 244
280 [ $runtime == safari ] 245 [ $runtime == safari ]
281 polymer/test/*: Skip # Issue 21434 246 polymer/test/*: Skip # Issue 21434
282 polymer/test/js_interop_test: Pass, RuntimeError # Issue 20075 247 polymer/test/js_interop_test: Pass, RuntimeError # Issue 20075
283 248
284 [ $runtime == safari || $ie ] 249 [ $runtime == safari || $ie ]
285 polymer/test/two_way_bind_test: Pass, RuntimeError # Issue 20075 250 polymer/test/two_way_bind_test: Pass, RuntimeError # Issue 20075
286 251
287 [ $runtime == ff ] 252 [ $runtime == ff ]
288 polymer/test/layout_test: RuntimeError # Issue 21787 253 polymer/test/layout_test: RuntimeError # Issue 21787
289 254
290 # Skip browser-specific tests on VM 255 # Skip browser-specific tests on VM
291 [ $runtime == vm ] 256 [ $runtime == vm ]
292 path/test/browser_test: Fail, OK # Uses dart:html
293 intl/test/find_default_locale_browser_test: Skip 257 intl/test/find_default_locale_browser_test: Skip
294 intl/test/date_time_format_http_request_test: Skip 258 intl/test/date_time_format_http_request_test: Skip
295 third_party/angular_tests/vm_test: Fail # Uses removed APIs. See issue 18733. 259 third_party/angular_tests/vm_test: Fail # Uses removed APIs. See issue 18733.
296 260
297 [ $runtime == vm && $system == windows ] 261 [ $runtime == vm && $system == windows ]
298 intl/test/find_default_locale_standalone_test: Fail # Issue 8110 262 intl/test/find_default_locale_standalone_test: Fail # Issue 8110
299 analyzer/test/generated/all_the_rest_test: Fail # Issue 21772 263 analyzer/test/generated/all_the_rest_test: Fail # Issue 21772
300 264
301 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 265 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
302 # These tests are runtime negative but statically positive, so we skip 266 # These tests are runtime negative but statically positive, so we skip
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
351 analysis_server/tool/spec/check_all_test: Skip # Uses dart:io. 315 analysis_server/tool/spec/check_all_test: Skip # Uses dart:io.
352 analyzer2dart/*: Skip # Uses dart:io. 316 analyzer2dart/*: Skip # Uses dart:io.
353 analyzer/test/*: Skip # Uses dart:io. 317 analyzer/test/*: Skip # Uses dart:io.
354 barback/test/*: Fail, OK # Uses dart:io. 318 barback/test/*: Fail, OK # Uses dart:io.
355 code_transformers/test/assets_test: Skip # Uses dart:io 319 code_transformers/test/assets_test: Skip # Uses dart:io
356 code_transformers/test/entry_point_test: Skip # Uses dart:io 320 code_transformers/test/entry_point_test: Skip # Uses dart:io
357 code_transformers/test/resolver_test: Skip # Uses dart:io 321 code_transformers/test/resolver_test: Skip # Uses dart:io
358 code_transformers/test/unique_message_test: Skip # Uses dart:io 322 code_transformers/test/unique_message_test: Skip # Uses dart:io
359 code_transformers/test/remove_sourcemap_comment_test: Skip # Uses dart:io. 323 code_transformers/test/remove_sourcemap_comment_test: Skip # Uses dart:io.
360 http/test/io/*: Fail, OK # Uses dart:io. 324 http/test/io/*: Fail, OK # Uses dart:io.
361 http_parser/test/web_socket_test: Fail, OK # Uses dart:io
362 http_multi_server/test/http_multi_server_test: Skip # Uses dart:io
363 http_server/test/*: Fail, OK # Uses dart:io. 325 http_server/test/*: Fail, OK # Uses dart:io.
364 intl/test/date_time_format_file_even_test: Fail, OK # Uses dart:io. 326 intl/test/date_time_format_file_even_test: Fail, OK # Uses dart:io.
365 intl/test/date_time_format_file_odd_test: Fail, OK # Uses dart:io. 327 intl/test/date_time_format_file_odd_test: Fail, OK # Uses dart:io.
366 intl/test/find_default_locale_standalone_test: Fail, OK # Uses dart:io. 328 intl/test/find_default_locale_standalone_test: Fail, OK # Uses dart:io.
367 intl/test/message_extraction/examples_parsing_test: Fail, OK # Users dart:io 329 intl/test/message_extraction/examples_parsing_test: Fail, OK # Users dart:io
368 intl/test/message_extraction/failed_extraction_test: Fail, OK # Users dart:io 330 intl/test/message_extraction/failed_extraction_test: Fail, OK # Users dart:io
369 intl/test/message_extraction/message_extraction_test: Fail, OK # Uses dart:io. 331 intl/test/message_extraction/message_extraction_test: Fail, OK # Uses dart:io.
370 intl/test/message_extraction/message_extraction_no_deferred_test: Fail, OK # Use s dart:io. 332 intl/test/message_extraction/message_extraction_no_deferred_test: Fail, OK # Use s dart:io.
371 intl/test/message_extraction/really_fail_extraction_test: Fail, OK # Users dart: io 333 intl/test/message_extraction/really_fail_extraction_test: Fail, OK # Users dart: io
372 intl/test/message_extraction/embedded_plural_text_after_test: Fail, OK # Uses da rt:io. 334 intl/test/message_extraction/embedded_plural_text_after_test: Fail, OK # Uses da rt:io.
373 intl/test/message_extraction/embedded_plural_text_before_test: Fail, OK # Uses d art:io. 335 intl/test/message_extraction/embedded_plural_text_before_test: Fail, OK # Uses d art:io.
374 observe/test/transformer_test: Fail, OK # Uses dart:io. 336 observe/test/transformer_test: Fail, OK # Uses dart:io.
375 observe/test/unique_message_test: Skip # Intended only as a vm test. 337 observe/test/unique_message_test: Skip # Intended only as a vm test.
376 path/test/io_test: Fail, OK # Uses dart:io.
377 polymer/test/build/all_phases_test: Fail, OK # Uses dart:io. 338 polymer/test/build/all_phases_test: Fail, OK # Uses dart:io.
378 polymer/test/build/polyfill_injector_test: Fail, OK # Uses dart:io. 339 polymer/test/build/polyfill_injector_test: Fail, OK # Uses dart:io.
379 polymer/test/build/static_clean_test: Fail, OK # Uses dart:io. 340 polymer/test/build/static_clean_test: Fail, OK # Uses dart:io.
380 polymer/test/build/build_log_combiner_test: Fail, OK # Uses dart:io. 341 polymer/test/build/build_log_combiner_test: Fail, OK # Uses dart:io.
381 polymer/test/build/script_compactor_test: Fail, OK # Uses dart:io. 342 polymer/test/build/script_compactor_test: Fail, OK # Uses dart:io.
382 polymer/test/build/utils_test: Fail, OK # Uses dart:io. 343 polymer/test/build/utils_test: Fail, OK # Uses dart:io.
383 polymer/test/build/index_page_builder_test: Fail, OK # Uses dart:io. 344 polymer/test/build/index_page_builder_test: Fail, OK # Uses dart:io.
384 polymer/test/build/import_inliner_test: Fail, OK # Uses dart:io. 345 polymer/test/build/import_inliner_test: Fail, OK # Uses dart:io.
385 polymer/test/build/linter_test: Fail, OK # Uses dart:io. 346 polymer/test/build/linter_test: Fail, OK # Uses dart:io.
386 polymer/test/build/unique_message_test: Skip # Intended only as a vm test. 347 polymer/test/build/unique_message_test: Skip # Intended only as a vm test.
387 shelf/test/shelf_io_test: Fail, OK # Uses dart:io 348 shelf/test/shelf_io_test: Fail, OK # Uses dart:io
388 shelf_web_socket/test/*: Fail, OK # Uses dart:io.
389 smoke/test/codegen/end_to_end_test: Skip # Uses dart:io. 349 smoke/test/codegen/end_to_end_test: Skip # Uses dart:io.
390 smoke/test/codegen/recorder_test: Skip # Uses dart:io. 350 smoke/test/codegen/recorder_test: Skip # Uses dart:io.
391 stub_core_library/test/*: Fail, OK # Uses dart:io. 351 stub_core_library/test/*: Fail, OK # Uses dart:io.
392 third_party/angular_tests/browser_test/core_dom/cookies: Fail # Issue 16337 352 third_party/angular_tests/browser_test/core_dom/cookies: Fail # Issue 16337
393 third_party/angular_tests/vm_test: Skip # Uses dart:io 353 third_party/angular_tests/vm_test: Skip # Uses dart:io
394 watcher/test/*: Fail, OK # Uses dart:io.
395 354
396 */test/analyzer_test: Skip # No need to run analysis tests on browser bots 355 */test/analyzer_test: Skip # No need to run analysis tests on browser bots
397 356
398 # Skip tests on the browser if the test depends on dart:io 357 # Skip tests on the browser if the test depends on dart:io
399 third_party/html5lib/test/parser_test: Skip 358 third_party/html5lib/test/parser_test: Skip
400 third_party/html5lib/test/tokenizer_test: Skip 359 third_party/html5lib/test/tokenizer_test: Skip
401 third_party/html5lib/test/selectors/*: Skip 360 third_party/html5lib/test/selectors/*: Skip
402 361
403 polymer/test/unbind_test: Pass, Fail # Issue 15259 362 polymer/test/unbind_test: Pass, Fail # Issue 15259
404 363
405 [ $minified == false ] 364 [ $minified == false ]
406 # The minified unittest tests test that the minified names of Dart types are 365 # The minified unittest tests test that the minified names of Dart types are
407 # printed. Unminified versions of these tests exist that test the behavior when 366 # printed. Unminified versions of these tests exist that test the behavior when
408 # not minified. 367 # not minified.
409 matcher/test/*_minified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART2JS 368 matcher/test/*_minified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART2JS
410 369
411 [ $arch == simarm && $checked ]
412 watcher/test/directory_watcher/linux_test: Skip # Issue 16118
413
414 [ $arch == simarm64 ] 370 [ $arch == simarm64 ]
415 # Timeout. These are not unit tests. They do not run efficiently on our 371 # Timeout. These are not unit tests. They do not run efficiently on our
416 # simulator. 372 # simulator.
417 *: Skip 373 *: Skip
418 374
419 [ $compiler == none && ( $runtime == dartium || $runtime == drt || $runtime == C ontentShellOnAndroid) ] 375 [ $compiler == none && ( $runtime == dartium || $runtime == drt || $runtime == C ontentShellOnAndroid) ]
420 # Skip serialization test that explicitly has no library declaration in the 376 # Skip serialization test that explicitly has no library declaration in the
421 # test on Dartium, which requires all tests to have a library. 377 # test on Dartium, which requires all tests to have a library.
422 polymer/e2e_test/canonicalization/test/deploy1_test: Fail, OK # tests deploy onl y behavior 378 polymer/e2e_test/canonicalization/test/deploy1_test: Fail, OK # tests deploy onl y behavior
423 polymer/e2e_test/canonicalization/test/deploy2_test: Fail, OK # tests deploy onl y behavior 379 polymer/e2e_test/canonicalization/test/deploy2_test: Fail, OK # tests deploy onl y behavior
424 polymer/e2e_test/canonicalization/test/deploy3_test: Fail, OK # tests deploy onl y behavior 380 polymer/e2e_test/canonicalization/test/deploy3_test: Fail, OK # tests deploy onl y behavior
425 polymer/e2e_test/canonicalization/test/dir/dev2_test: RuntimeError # Issue 17596 381 polymer/e2e_test/canonicalization/test/dir/dev2_test: RuntimeError # Issue 17596
426 polymer/e2e_test/canonicalization/test/dir/deploy1_test: Fail, OK # tests deploy only behavior 382 polymer/e2e_test/canonicalization/test/dir/deploy1_test: Fail, OK # tests deploy only behavior
427 polymer/e2e_test/canonicalization/test/dir/deploy2_test: Fail, OK # tests deploy only behavior 383 polymer/e2e_test/canonicalization/test/dir/deploy2_test: Fail, OK # tests deploy only behavior
428 scheduled_test/test/descriptor/*: RuntimeError # 13921
429 scheduled_test/test/scheduled_future_matchers_test: RuntimeError # 13921
430 scheduled_test/test/scheduled_process_test: RuntimeError # 13921
431 scheduled_test/test/scheduled_stream/stream_matcher_test: RuntimeError # 13921
432 scheduled_test/test/scheduled_test/*: RuntimeError # 13921
433 unittest/test/async_exception_test: RuntimeError # 13921 384 unittest/test/async_exception_test: RuntimeError # 13921
434 unittest/test/async_exception_with_future_test: RuntimeError # 13921 385 unittest/test/async_exception_with_future_test: RuntimeError # 13921
435 unittest/test/async_setup_teardown_test: RuntimeError # 13921 386 unittest/test/async_setup_teardown_test: RuntimeError # 13921
436 unittest/test/completion_test: RuntimeError # 13921 387 unittest/test/completion_test: RuntimeError # 13921
437 unittest/test/correct_callback_test: RuntimeError # 13921 388 unittest/test/correct_callback_test: RuntimeError # 13921
438 unittest/test/exception_test: RuntimeError # 13921 389 unittest/test/exception_test: RuntimeError # 13921
439 unittest/test/excess_callback_test: RuntimeError # 13921 390 unittest/test/excess_callback_test: RuntimeError # 13921
440 unittest/test/expect_async_args_test: RuntimeError # 13921 391 unittest/test/expect_async_args_test: RuntimeError # 13921
441 unittest/test/expect_async_test: RuntimeError # 13921 392 unittest/test/expect_async_test: RuntimeError # 13921
442 unittest/test/group_name_test: RuntimeError # 13921 393 unittest/test/group_name_test: RuntimeError # 13921
(...skipping 19 matching lines...) Expand all
462 template_binding: Skip 413 template_binding: Skip
463 mutation_observer: Skip 414 mutation_observer: Skip
464 polymer_expressions/test/syntax_test: Skip 415 polymer_expressions/test/syntax_test: Skip
465 polymer_expressions/test/globals_test: Skip 416 polymer_expressions/test/globals_test: Skip
466 polymer_expressions/test/bindings_test: Skip 417 polymer_expressions/test/bindings_test: Skip
467 third_party/html5lib/test/browser/browser_test: Skip 418 third_party/html5lib/test/browser/browser_test: Skip
468 http/test/html/*: Skip 419 http/test/html/*: Skip
469 420
470 [ $browser ] 421 [ $browser ]
471 docgen/test/*: Skip # Uses dart:io 422 docgen/test/*: Skip # Uses dart:io
472 scheduled_test/test/scheduled_process_test: Skip # Uses dart:io
473 scheduled_test/test/scheduled_server_test: Skip # Uses dart:io
474 scheduled_test/test/descriptor/*: Skip # Uses dart:io
475 423
476 [ $compiler == none && $browser ] 424 [ $compiler == none && $browser ]
477 unittest/test/missing_tick_test: RuntimeError # Expected to fail, due to timeout . 425 unittest/test/missing_tick_test: RuntimeError # Expected to fail, due to timeout .
478 426
479 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 427 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
480 third_party/angular_tests/vm_test: StaticWarning # Uses removed APIs. See issue 18733. 428 third_party/angular_tests/vm_test: StaticWarning # Uses removed APIs. See issue 18733.
481 429
482 [ $runtime == vm && ($system == windows || $system == macos) ]
483 watcher/test/*/linux_test: Skip
484
485 [ $runtime == vm && ($system == windows || $system == linux) ]
486 watcher/test/*/mac_os_test: Skip
487
488 [ $runtime == vm && ($system == macos || $system == linux) ]
489 watcher/test/*/windows_test: Skip
490
491 [ $runtime == safari || $runtime == safarimobilesim || $runtime == chrome || $ru ntime == ff || $ie ] 430 [ $runtime == safari || $runtime == safarimobilesim || $runtime == chrome || $ru ntime == ff || $ie ]
492 # Various issues due to limited browser testing in Angular. 431 # Various issues due to limited browser testing in Angular.
493 third_party/angular_tests/*: Skip 432 third_party/angular_tests/*: Skip
494 433
495 [ $unchecked ] 434 [ $unchecked ]
496 third_party/angular_tests/browser_test/angular: Skip # Requires checked mode. 435 third_party/angular_tests/browser_test/angular: Skip # Requires checked mode.
497 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. 436 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode.
498 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. 437 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode.
499 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 438 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152
500 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de tector: Skip # Issue 17152 439 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de tector: Skip # Issue 17152
501 440
502 [ $use_repository_packages ] 441 [ $use_repository_packages ]
503 analyzer/test/*: PubGetError 442 analyzer/test/*: PubGetError
504 443
505 [ $runtime == drt ] 444 [ $runtime == drt ]
506 http/test/html/client_test: Skip # Issue 18566 445 http/test/html/client_test: Skip # Issue 18566
OLDNEW
« no previous file with comments | « pkg/path/test/windows_test.dart ('k') | pkg/pool/LICENSE » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698