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

Side by Side Diff: pkg/pkg.status

Issue 524153002: Sharing metatest logic between unittest and scheduled_test (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: status fixes Created 6 years, 3 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 | Annotate | Revision Log
« no previous file with comments | « pkg/metatest/pubspec.yaml ('k') | pkg/scheduled_test/CHANGELOG.md » ('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 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 analysis_server/test/analysis_notification_navigation_test: Pass, Slow # Issue 1 6473, 19756 140 analysis_server/test/analysis_notification_navigation_test: Pass, Slow # Issue 1 6473, 19756
141 analysis_server/test/domain_analysis_test: Pass, Slow # Issue 16473, 19756 141 analysis_server/test/domain_analysis_test: Pass, Slow # Issue 16473, 19756
142 analysis_server/test/analysis_notification_highlights_test: Pass, Slow # 16473, 19756 142 analysis_server/test/analysis_notification_highlights_test: Pass, Slow # 16473, 19756
143 analysis_server/test/search/top_level_declarations_test: Pass, Slow # 16473, 197 56 143 analysis_server/test/search/top_level_declarations_test: Pass, Slow # 16473, 197 56
144 analysis_server/test/socket_server_test: Pass, Slow # Issue 16473, 19756 144 analysis_server/test/socket_server_test: Pass, Slow # Issue 16473, 19756
145 analyzer/test/generated/element_test: Pass, Slow # Issue 16473 145 analyzer/test/generated/element_test: Pass, Slow # Issue 16473
146 146
147 [ $runtime == d8 || $runtime == jsshell ] 147 [ $runtime == d8 || $runtime == jsshell ]
148 stack_trace/test/chain_test: Fail # Issues 15171 and 15105 148 stack_trace/test/chain_test: Fail # Issues 15171 and 15105
149 stack_trace/test/vm_test: RuntimeError, OK # VM-specific traces 149 stack_trace/test/vm_test: RuntimeError, OK # VM-specific traces
150 unittest/test/missing_tick_test: Fail # Timer interface not supported: dartbug.c om/7728.
151 150
152 [ $runtime == jsshell ] 151 [ $runtime == jsshell ]
153 async/test/stream_zip_test: RuntimeError, OK # Timers are not supported. 152 async/test/stream_zip_test: RuntimeError, OK # Timers are not supported.
154 scheduled_test/test/unittest_compatibility_test: Fail # Issue 7728 153 scheduled_test/test/unittest_compatibility_test: Fail # Issue 7728
154 unittest/test/missing_tick_test: Fail # Timer interface not supported: dartbug.c om/7728.
155 unittest/test/nested_groups_setup_teardown_test: RuntimeError # http://dartbug.c om/10109 155 unittest/test/nested_groups_setup_teardown_test: RuntimeError # http://dartbug.c om/10109
156 156
157 [ $compiler == dart2js && $runtime == drt ] 157 [ $compiler == dart2js && $runtime == drt ]
158 async/test/stream_zip_test: RuntimeError, Pass # Issue 18548 158 async/test/stream_zip_test: RuntimeError, Pass # Issue 18548
159 159
160 [ $runtime == vm || $runtime == d8 || $runtime == jsshell ] 160 [ $runtime == vm || $runtime == d8 || $runtime == jsshell ]
161 polymer/example: Skip # Uses dart:html 161 polymer/example: Skip # Uses dart:html
162 polymer/e2e_test: Skip # Uses dart:html 162 polymer/e2e_test: Skip # Uses dart:html
163 polymer/test/auto_binding_test: Skip # uses dart:html 163 polymer/test/auto_binding_test: Skip # uses dart:html
164 polymer/test/attr_deserialize_test: Skip # uses dart:html 164 polymer/test/attr_deserialize_test: Skip # uses dart:html
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
336 polymer/test/build/unique_message_test: Skip # Intended only as a vm test. 336 polymer/test/build/unique_message_test: Skip # Intended only as a vm test.
337 shelf/test/shelf_io_test: Fail, OK # Uses dart:io 337 shelf/test/shelf_io_test: Fail, OK # Uses dart:io
338 shelf_web_socket/test/*: Fail, OK # Uses dart:io. 338 shelf_web_socket/test/*: Fail, OK # Uses dart:io.
339 smoke/test/codegen/end_to_end_test: Skip # Uses dart:io. 339 smoke/test/codegen/end_to_end_test: Skip # Uses dart:io.
340 smoke/test/codegen/recorder_test: Skip # Uses dart:io. 340 smoke/test/codegen/recorder_test: Skip # Uses dart:io.
341 stub_core_library/test/*: Fail, OK # Uses dart:io. 341 stub_core_library/test/*: Fail, OK # Uses dart:io.
342 third_party/angular_tests/browser_test/core_dom/cookies: Fail # Issue 16337 342 third_party/angular_tests/browser_test/core_dom/cookies: Fail # Issue 16337
343 third_party/angular_tests/vm_test: Skip # Uses dart:io 343 third_party/angular_tests/vm_test: Skip # Uses dart:io
344 watcher/test/*: Fail, OK # Uses dart:io. 344 watcher/test/*: Fail, OK # Uses dart:io.
345 345
346 scheduled_test/test/descriptor/*: Fail # http://dartbug.com/8440
347 scheduled_test/test/scheduled_future_matchers_test: Fail # http://dartbug.com/84 40
348 scheduled_test/test/scheduled_process_test: Fail # http://dartbug.com/8440
349 scheduled_test/test/scheduled_test/*: Fail # http://dartbug.com/8440
350 scheduled_test/test/scheduled_stream/stream_matcher_test: Fail # http://dartbug. com/8440
351
352
353 */test/analyzer_test: Skip # No need to run analysis tests on browser bots 346 */test/analyzer_test: Skip # No need to run analysis tests on browser bots
354 347
355 # Skip tests on the browser if the test depends on dart:io 348 # Skip tests on the browser if the test depends on dart:io
356 third_party/html5lib/test/parser_test: Skip 349 third_party/html5lib/test/parser_test: Skip
357 third_party/html5lib/test/tokenizer_test: Skip 350 third_party/html5lib/test/tokenizer_test: Skip
358 third_party/html5lib/test/selectors/*: Skip 351 third_party/html5lib/test/selectors/*: Skip
359 352
360 polymer/test/unbind_test: Pass, Fail # Issue 15259 353 polymer/test/unbind_test: Pass, Fail # Issue 15259
361 354
362 [ $minified == false ] 355 [ $minified == false ]
363 # The minified unittest tests test that the minified names of Dart types are 356 # The minified unittest tests test that the minified names of Dart types are
364 # printed. Unminified versions of these tests exist that test the behavior when 357 # printed. Unminified versions of these tests exist that test the behavior when
365 # not minified. 358 # not minified.
366 matcher/test/*_minified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART2JS 359 matcher/test/*_minified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART2JS
367 360
368 [ $arch == simarm && $checked ] 361 [ $arch == simarm && $checked ]
369 watcher/test/directory_watcher/linux_test: Skip # Issue 16118 362 watcher/test/directory_watcher/linux_test: Skip # Issue 16118
370 363
371 [ $arch == simarm64 ] 364 [ $arch == simarm64 ]
372 # Timeout. These are not unit tests. They do not run efficiently on our 365 # Timeout. These are not unit tests. They do not run efficiently on our
373 # simulator. 366 # simulator.
374 *: Skip 367 *: Skip
375 368
376 [ $compiler == none && ( $runtime == dartium || $runtime == drt || $runtime == C ontentShellOnAndroid) ] 369 [ $compiler == none && ( $runtime == dartium || $runtime == drt || $runtime == C ontentShellOnAndroid) ]
370 # Skip serialization test that explicitly has no library declaration in the
371 # test on Dartium, which requires all tests to have a library.
372 polymer/e2e_test/canonicalization/test/deploy1_test: Fail, OK # tests deploy onl y behavior
373 polymer/e2e_test/canonicalization/test/deploy2_test: Fail, OK # tests deploy onl y behavior
374 polymer/e2e_test/canonicalization/test/deploy3_test: Fail, OK # tests deploy onl y behavior
375 polymer/e2e_test/canonicalization/test/dir/dev2_test: RuntimeError # Issue 17596
376 polymer/e2e_test/canonicalization/test/dir/deploy1_test: Fail, OK # tests deploy only behavior
377 polymer/e2e_test/canonicalization/test/dir/deploy2_test: Fail, OK # tests deploy only behavior
378 scheduled_test/test/descriptor/*: RuntimeError # 13921
379 scheduled_test/test/scheduled_future_matchers_test: RuntimeError # 13921
380 scheduled_test/test/scheduled_process_test: RuntimeError # 13921
381 scheduled_test/test/scheduled_stream/stream_matcher_test: RuntimeError # 13921
382 scheduled_test/test/scheduled_test/*: RuntimeError # 13921
377 unittest/test/async_exception_test: RuntimeError # 13921 383 unittest/test/async_exception_test: RuntimeError # 13921
378 unittest/test/async_exception_with_future_test: RuntimeError # 13921 384 unittest/test/async_exception_with_future_test: RuntimeError # 13921
379 unittest/test/async_setup_teardown_test: RuntimeError # 13921 385 unittest/test/async_setup_teardown_test: RuntimeError # 13921
380 unittest/test/completion_test: RuntimeError # 13921 386 unittest/test/completion_test: RuntimeError # 13921
381 unittest/test/correct_callback_test: RuntimeError # 13921 387 unittest/test/correct_callback_test: RuntimeError # 13921
382 unittest/test/exception_test: RuntimeError # 13921 388 unittest/test/exception_test: RuntimeError # 13921
383 unittest/test/excess_callback_test: RuntimeError # 13921 389 unittest/test/excess_callback_test: RuntimeError # 13921
384 unittest/test/expect_async_args_test: RuntimeError # 13921 390 unittest/test/expect_async_args_test: RuntimeError # 13921
385 unittest/test/expect_async_test: RuntimeError # 13921 391 unittest/test/expect_async_test: RuntimeError # 13921
386 unittest/test/group_name_test: RuntimeError # 13921 392 unittest/test/group_name_test: RuntimeError # 13921
387 unittest/test/invalid_ops_test: RuntimeError # 13921 393 unittest/test/invalid_ops_test: RuntimeError # 13921
388 unittest/test/late_exception_test: RuntimeError # 13921 394 unittest/test/late_exception_test: RuntimeError # 13921
389 unittest/test/middle_exception_test: RuntimeError # 13921 395 unittest/test/middle_exception_test: RuntimeError # 13921
390 unittest/test/nested_groups_setup_teardown_test: RuntimeError # 13921 396 unittest/test/nested_groups_setup_teardown_test: RuntimeError # 13921
391 unittest/test/protect_async_test: RuntimeError # 13921 397 unittest/test/protect_async_test: RuntimeError # 13921
392 unittest/test/returning_future_test: RuntimeError # 13921 398 unittest/test/returning_future_test: RuntimeError # 13921
393 unittest/test/returning_future_using_runasync_test: RuntimeError # 13921 399 unittest/test/returning_future_using_runasync_test: RuntimeError # 13921
394 unittest/test/runtests_without_tests_test: RuntimeError # 13921 400 unittest/test/runtests_without_tests_test: RuntimeError # 13921
395 unittest/test/setup_and_teardown_test: RuntimeError # 13921 401 unittest/test/setup_and_teardown_test: RuntimeError # 13921
396 unittest/test/setup_test: RuntimeError # 13921 402 unittest/test/setup_test: RuntimeError # 13921
397 unittest/test/single_correct_test: RuntimeError # 13921 403 unittest/test/single_correct_test: RuntimeError # 13921
398 unittest/test/single_failing_test: RuntimeError # 13921 404 unittest/test/single_failing_test: RuntimeError # 13921
399 unittest/test/skipped_soloed_nested_test: RuntimeError # 13921 405 unittest/test/skipped_soloed_nested_test: RuntimeError # 13921
400 unittest/test/teardown_test: RuntimeError # 13921 406 unittest/test/teardown_test: RuntimeError # 13921
401 unittest/test/testcases_immutable_test: RuntimeError # 13921 407 unittest/test/testcases_immutable_test: RuntimeError # 13921
402 polymer/e2e_test/canonicalization/test/deploy1_test: Fail, OK # tests deploy onl y behavior 408
403 polymer/e2e_test/canonicalization/test/deploy2_test: Fail, OK # tests deploy onl y behavior
404 polymer/e2e_test/canonicalization/test/deploy3_test: Fail, OK # tests deploy onl y behavior
405 polymer/e2e_test/canonicalization/test/dir/dev2_test: RuntimeError # Issue 17596
406 polymer/e2e_test/canonicalization/test/dir/deploy1_test: Fail, OK # tests deploy only behavior
407 polymer/e2e_test/canonicalization/test/dir/deploy2_test: Fail, OK # tests deploy only behavior
408 409
409 [ $runtime == vm ] 410 [ $runtime == vm ]
410 # Skip tests on the VM if the package depends on dart:html 411 # Skip tests on the VM if the package depends on dart:html
411 custom_element: Skip 412 custom_element: Skip
412 template_binding: Skip 413 template_binding: Skip
413 mutation_observer: Skip 414 mutation_observer: Skip
414 polymer_expressions/test/syntax_test: Skip 415 polymer_expressions/test/syntax_test: Skip
415 polymer_expressions/test/globals_test: Skip 416 polymer_expressions/test/globals_test: Skip
416 polymer_expressions/test/bindings_test: Skip 417 polymer_expressions/test/bindings_test: Skip
417 third_party/html5lib/test/browser/browser_test: Skip 418 third_party/html5lib/test/browser/browser_test: Skip
418 http/test/html/*: Skip 419 http/test/html/*: Skip
419 420
420 [ $browser ] 421 [ $browser ]
421 docgen/test/*: Skip # Uses dart:io 422 docgen/test/*: Skip # Uses dart:io
423 scheduled_test/test/scheduled_process_test: Skip # Uses dart:io
422 scheduled_test/test/scheduled_server_test: Skip # Uses dart:io 424 scheduled_test/test/scheduled_server_test: Skip # Uses dart:io
425 scheduled_test/test/descriptor/*: Skip # Uses dart:io
423 426
424 [ $browser || $runtime == vm ] 427 [ $compiler == none && $browser ]
425 unittest/test/missing_tick_test: Fail, OK # Expected to fail, due to timeout. 428 unittest/test/missing_tick_test: RuntimeError # Expected to fail, due to timeout .
426 429
427 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 430 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
428 third_party/angular_tests/vm_test: StaticWarning # Uses removed APIs. See issue 18733. 431 third_party/angular_tests/vm_test: StaticWarning # Uses removed APIs. See issue 18733.
429 432
430 [ $runtime == vm && ($system == windows || $system == macos) ] 433 [ $runtime == vm && ($system == windows || $system == macos) ]
431 watcher/test/*/linux_test: Skip 434 watcher/test/*/linux_test: Skip
432 435
433 [ $runtime == vm && ($system == windows || $system == linux) ] 436 [ $runtime == vm && ($system == windows || $system == linux) ]
434 watcher/test/*/mac_os_test: Skip 437 watcher/test/*/mac_os_test: Skip
435 438
436 [ $runtime == vm && ($system == macos || $system == linux) ] 439 [ $runtime == vm && ($system == macos || $system == linux) ]
437 watcher/test/*/windows_test: Skip 440 watcher/test/*/windows_test: Skip
438 441
439 [ $runtime == safari || $runtime == safarimobilesim || $runtime == chrome || $ru ntime == ff || $ie ] 442 [ $runtime == safari || $runtime == safarimobilesim || $runtime == chrome || $ru ntime == ff || $ie ]
440 # Various issues due to limited browser testing in Angular. 443 # Various issues due to limited browser testing in Angular.
441 third_party/angular_tests/*: Skip 444 third_party/angular_tests/*: Skip
442 445
446 [ $runtime == ff ]
447 scheduled_test/test/scheduled_stream/stream_matcher_test: Timeout
448 scheduled_test/test/scheduled_test/set_up_test: Timeout
449 scheduled_test/test/scheduled_test/signal_error_test: Timeout
450 scheduled_test/test/scheduled_test/tear_down_test: Timeout
451
443 [ $unchecked ] 452 [ $unchecked ]
444 third_party/angular_tests/browser_test/angular: Skip # Requires checked mode. 453 third_party/angular_tests/browser_test/angular: Skip # Requires checked mode.
445 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. 454 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode.
446 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. 455 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode.
447 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 456 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152
448 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de tector: Skip # Issue 17152 457 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de tector: Skip # Issue 17152
449 458
450 [ $use_repository_packages ] 459 [ $use_repository_packages ]
451 analyzer/test/*: PubGetError 460 analyzer/test/*: PubGetError
452 461
453 [ $runtime == drt ] 462 [ $runtime == drt ]
454 http/test/html/client_test: Skip # Issue 18566 463 http/test/html/client_test: Skip # Issue 18566
455 464
456 [ $system == windows ] 465 [ $system == windows ]
457 analysis_server/test/integration/search/get_type_hierarchy_test: Pass, Fail # Is sue 20436 466 analysis_server/test/integration/search/get_type_hierarchy_test: Pass, Fail # Is sue 20436
OLDNEW
« no previous file with comments | « pkg/metatest/pubspec.yaml ('k') | pkg/scheduled_test/CHANGELOG.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698