| OLD | NEW |
| 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 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 156 analysis_server/test/analysis_notification_navigation_test: Pass, Slow # Issue 1
6473, 19756 | 156 analysis_server/test/analysis_notification_navigation_test: Pass, Slow # Issue 1
6473, 19756 |
| 157 analysis_server/test/domain_analysis_test: Pass, Slow # Issue 16473, 19756 | 157 analysis_server/test/domain_analysis_test: Pass, Slow # Issue 16473, 19756 |
| 158 analysis_server/test/analysis_notification_highlights_test: Pass, Slow # 16473,
19756 | 158 analysis_server/test/analysis_notification_highlights_test: Pass, Slow # 16473,
19756 |
| 159 analysis_server/test/search/top_level_declarations_test: Pass, Slow # 16473, 197
56 | 159 analysis_server/test/search/top_level_declarations_test: Pass, Slow # 16473, 197
56 |
| 160 analysis_server/test/socket_server_test: Pass, Slow # Issue 16473, 19756 | 160 analysis_server/test/socket_server_test: Pass, Slow # Issue 16473, 19756 |
| 161 analyzer/test/generated/element_test: Pass, Slow # Issue 16473 | 161 analyzer/test/generated/element_test: Pass, Slow # Issue 16473 |
| 162 | 162 |
| 163 [ $runtime == d8 || $runtime == jsshell ] | 163 [ $runtime == d8 || $runtime == jsshell ] |
| 164 stack_trace/test/chain_test: Fail # Issues 15171 and 15105 | 164 stack_trace/test/chain_test: Fail # Issues 15171 and 15105 |
| 165 stack_trace/test/vm_test: RuntimeError, OK # VM-specific traces | 165 stack_trace/test/vm_test: RuntimeError, OK # VM-specific traces |
| 166 unittest/test/missing_tick_test: Fail # Timer interface not supported: dartbug.c
om/7728. | |
| 167 | 166 |
| 168 [ $runtime == jsshell ] | 167 [ $runtime == jsshell ] |
| 169 async/test/stream_zip_test: RuntimeError, OK # Timers are not supported. | 168 async/test/stream_zip_test: RuntimeError, OK # Timers are not supported. |
| 170 scheduled_test/test/unittest_compatibility_test: Fail # Issue 7728 | 169 scheduled_test/test/unittest_compatibility_test: Fail # Issue 7728 |
| 170 unittest/test/missing_tick_test: Fail # Timer interface not supported: dartbug.c
om/7728. |
| 171 unittest/test/nested_groups_setup_teardown_test: RuntimeError # http://dartbug.c
om/10109 | 171 unittest/test/nested_groups_setup_teardown_test: RuntimeError # http://dartbug.c
om/10109 |
| 172 | 172 |
| 173 [ $compiler == dart2js && $runtime == drt ] | 173 [ $compiler == dart2js && $runtime == drt ] |
| 174 async/test/stream_zip_test: RuntimeError, Pass # Issue 18548 | 174 async/test/stream_zip_test: RuntimeError, Pass # Issue 18548 |
| 175 | 175 |
| 176 [ $runtime == vm || $runtime == d8 || $runtime == jsshell ] | 176 [ $runtime == vm || $runtime == d8 || $runtime == jsshell ] |
| 177 polymer/example: Skip # Uses dart:html | 177 polymer/example: Skip # Uses dart:html |
| 178 polymer/e2e_test: Skip # Uses dart:html | 178 polymer/e2e_test: Skip # Uses dart:html |
| 179 polymer/test/auto_binding_test: Skip # uses dart:html | 179 polymer/test/auto_binding_test: Skip # uses dart:html |
| 180 polymer/test/attr_deserialize_test: Skip # uses dart:html | 180 polymer/test/attr_deserialize_test: Skip # uses dart:html |
| (...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 352 polymer/test/build/unique_message_test: Skip # Intended only as a vm test. | 352 polymer/test/build/unique_message_test: Skip # Intended only as a vm test. |
| 353 shelf/test/shelf_io_test: Fail, OK # Uses dart:io | 353 shelf/test/shelf_io_test: Fail, OK # Uses dart:io |
| 354 shelf_web_socket/test/*: Fail, OK # Uses dart:io. | 354 shelf_web_socket/test/*: Fail, OK # Uses dart:io. |
| 355 smoke/test/codegen/end_to_end_test: Skip # Uses dart:io. | 355 smoke/test/codegen/end_to_end_test: Skip # Uses dart:io. |
| 356 smoke/test/codegen/recorder_test: Skip # Uses dart:io. | 356 smoke/test/codegen/recorder_test: Skip # Uses dart:io. |
| 357 stub_core_library/test/*: Fail, OK # Uses dart:io. | 357 stub_core_library/test/*: Fail, OK # Uses dart:io. |
| 358 third_party/angular_tests/browser_test/core_dom/cookies: Fail # Issue 16337 | 358 third_party/angular_tests/browser_test/core_dom/cookies: Fail # Issue 16337 |
| 359 third_party/angular_tests/vm_test: Skip # Uses dart:io | 359 third_party/angular_tests/vm_test: Skip # Uses dart:io |
| 360 watcher/test/*: Fail, OK # Uses dart:io. | 360 watcher/test/*: Fail, OK # Uses dart:io. |
| 361 | 361 |
| 362 scheduled_test/test/descriptor/*: Fail # http://dartbug.com/8440 | |
| 363 scheduled_test/test/scheduled_future_matchers_test: Fail # http://dartbug.com/84
40 | |
| 364 scheduled_test/test/scheduled_process_test: Fail # http://dartbug.com/8440 | |
| 365 scheduled_test/test/scheduled_test/*: Fail # http://dartbug.com/8440 | |
| 366 scheduled_test/test/scheduled_stream/stream_matcher_test: Fail # http://dartbug.
com/8440 | |
| 367 | |
| 368 | |
| 369 */test/analyzer_test: Skip # No need to run analysis tests on browser bots | 362 */test/analyzer_test: Skip # No need to run analysis tests on browser bots |
| 370 | 363 |
| 371 # Skip tests on the browser if the test depends on dart:io | 364 # Skip tests on the browser if the test depends on dart:io |
| 372 third_party/html5lib/test/parser_test: Skip | 365 third_party/html5lib/test/parser_test: Skip |
| 373 third_party/html5lib/test/tokenizer_test: Skip | 366 third_party/html5lib/test/tokenizer_test: Skip |
| 374 third_party/html5lib/test/selectors/*: Skip | 367 third_party/html5lib/test/selectors/*: Skip |
| 375 | 368 |
| 376 polymer/test/unbind_test: Pass, Fail # Issue 15259 | 369 polymer/test/unbind_test: Pass, Fail # Issue 15259 |
| 377 | 370 |
| 378 [ $minified == false ] | 371 [ $minified == false ] |
| 379 # The minified unittest tests test that the minified names of Dart types are | 372 # The minified unittest tests test that the minified names of Dart types are |
| 380 # printed. Unminified versions of these tests exist that test the behavior when | 373 # printed. Unminified versions of these tests exist that test the behavior when |
| 381 # not minified. | 374 # not minified. |
| 382 matcher/test/*_minified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART2JS | 375 matcher/test/*_minified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART2JS |
| 383 | 376 |
| 384 [ $arch == simarm && $checked ] | 377 [ $arch == simarm && $checked ] |
| 385 watcher/test/directory_watcher/linux_test: Skip # Issue 16118 | 378 watcher/test/directory_watcher/linux_test: Skip # Issue 16118 |
| 386 | 379 |
| 387 [ $arch == simarm64 ] | 380 [ $arch == simarm64 ] |
| 388 # Timeout. These are not unit tests. They do not run efficiently on our | 381 # Timeout. These are not unit tests. They do not run efficiently on our |
| 389 # simulator. | 382 # simulator. |
| 390 *: Skip | 383 *: Skip |
| 391 | 384 |
| 392 [ $compiler == none && ( $runtime == dartium || $runtime == drt || $runtime == C
ontentShellOnAndroid) ] | 385 [ $compiler == none && ( $runtime == dartium || $runtime == drt || $runtime == C
ontentShellOnAndroid) ] |
| 386 # Skip serialization test that explicitly has no library declaration in the |
| 387 # test on Dartium, which requires all tests to have a library. |
| 388 polymer/e2e_test/canonicalization/test/deploy1_test: Fail, OK # tests deploy onl
y behavior |
| 389 polymer/e2e_test/canonicalization/test/deploy2_test: Fail, OK # tests deploy onl
y behavior |
| 390 polymer/e2e_test/canonicalization/test/deploy3_test: Fail, OK # tests deploy onl
y behavior |
| 391 polymer/e2e_test/canonicalization/test/dir/dev2_test: RuntimeError # Issue 17596 |
| 392 polymer/e2e_test/canonicalization/test/dir/deploy1_test: Fail, OK # tests deploy
only behavior |
| 393 polymer/e2e_test/canonicalization/test/dir/deploy2_test: Fail, OK # tests deploy
only behavior |
| 394 scheduled_test/test/descriptor/*: RuntimeError # 13921 |
| 395 scheduled_test/test/scheduled_future_matchers_test: RuntimeError # 13921 |
| 396 scheduled_test/test/scheduled_process_test: RuntimeError # 13921 |
| 397 scheduled_test/test/scheduled_stream/stream_matcher_test: RuntimeError # 13921 |
| 398 scheduled_test/test/scheduled_test/*: RuntimeError # 13921 |
| 393 unittest/test/async_exception_test: RuntimeError # 13921 | 399 unittest/test/async_exception_test: RuntimeError # 13921 |
| 394 unittest/test/async_exception_with_future_test: RuntimeError # 13921 | 400 unittest/test/async_exception_with_future_test: RuntimeError # 13921 |
| 395 unittest/test/async_setup_teardown_test: RuntimeError # 13921 | 401 unittest/test/async_setup_teardown_test: RuntimeError # 13921 |
| 396 unittest/test/completion_test: RuntimeError # 13921 | 402 unittest/test/completion_test: RuntimeError # 13921 |
| 397 unittest/test/correct_callback_test: RuntimeError # 13921 | 403 unittest/test/correct_callback_test: RuntimeError # 13921 |
| 398 unittest/test/exception_test: RuntimeError # 13921 | 404 unittest/test/exception_test: RuntimeError # 13921 |
| 399 unittest/test/excess_callback_test: RuntimeError # 13921 | 405 unittest/test/excess_callback_test: RuntimeError # 13921 |
| 400 unittest/test/expect_async_args_test: RuntimeError # 13921 | 406 unittest/test/expect_async_args_test: RuntimeError # 13921 |
| 401 unittest/test/expect_async_test: RuntimeError # 13921 | 407 unittest/test/expect_async_test: RuntimeError # 13921 |
| 402 unittest/test/group_name_test: RuntimeError # 13921 | 408 unittest/test/group_name_test: RuntimeError # 13921 |
| 403 unittest/test/invalid_ops_test: RuntimeError # 13921 | 409 unittest/test/invalid_ops_test: RuntimeError # 13921 |
| 404 unittest/test/late_exception_test: RuntimeError # 13921 | 410 unittest/test/late_exception_test: RuntimeError # 13921 |
| 405 unittest/test/middle_exception_test: RuntimeError # 13921 | 411 unittest/test/middle_exception_test: RuntimeError # 13921 |
| 406 unittest/test/nested_groups_setup_teardown_test: RuntimeError # 13921 | 412 unittest/test/nested_groups_setup_teardown_test: RuntimeError # 13921 |
| 407 unittest/test/protect_async_test: RuntimeError # 13921 | 413 unittest/test/protect_async_test: RuntimeError # 13921 |
| 408 unittest/test/returning_future_test: RuntimeError # 13921 | 414 unittest/test/returning_future_test: RuntimeError # 13921 |
| 409 unittest/test/returning_future_using_runasync_test: RuntimeError # 13921 | 415 unittest/test/returning_future_using_runasync_test: RuntimeError # 13921 |
| 410 unittest/test/runtests_without_tests_test: RuntimeError # 13921 | 416 unittest/test/runtests_without_tests_test: RuntimeError # 13921 |
| 411 unittest/test/setup_and_teardown_test: RuntimeError # 13921 | 417 unittest/test/setup_and_teardown_test: RuntimeError # 13921 |
| 412 unittest/test/setup_test: RuntimeError # 13921 | 418 unittest/test/setup_test: RuntimeError # 13921 |
| 413 unittest/test/single_correct_test: RuntimeError # 13921 | 419 unittest/test/single_correct_test: RuntimeError # 13921 |
| 414 unittest/test/single_failing_test: RuntimeError # 13921 | 420 unittest/test/single_failing_test: RuntimeError # 13921 |
| 415 unittest/test/skipped_soloed_nested_test: RuntimeError # 13921 | 421 unittest/test/skipped_soloed_nested_test: RuntimeError # 13921 |
| 416 unittest/test/teardown_test: RuntimeError # 13921 | 422 unittest/test/teardown_test: RuntimeError # 13921 |
| 417 unittest/test/testcases_immutable_test: RuntimeError # 13921 | 423 unittest/test/testcases_immutable_test: RuntimeError # 13921 |
| 418 polymer/e2e_test/canonicalization/test/deploy1_test: Fail, OK # tests deploy onl
y behavior | 424 |
| 419 polymer/e2e_test/canonicalization/test/deploy2_test: Fail, OK # tests deploy onl
y behavior | |
| 420 polymer/e2e_test/canonicalization/test/deploy3_test: Fail, OK # tests deploy onl
y behavior | |
| 421 polymer/e2e_test/canonicalization/test/dir/dev2_test: RuntimeError # Issue 17596 | |
| 422 polymer/e2e_test/canonicalization/test/dir/deploy1_test: Fail, OK # tests deploy
only behavior | |
| 423 polymer/e2e_test/canonicalization/test/dir/deploy2_test: Fail, OK # tests deploy
only behavior | |
| 424 | 425 |
| 425 [ $runtime == vm ] | 426 [ $runtime == vm ] |
| 426 # Skip tests on the VM if the package depends on dart:html | 427 # Skip tests on the VM if the package depends on dart:html |
| 427 custom_element: Skip | 428 custom_element: Skip |
| 428 template_binding: Skip | 429 template_binding: Skip |
| 429 mutation_observer: Skip | 430 mutation_observer: Skip |
| 430 polymer_expressions/test/syntax_test: Skip | 431 polymer_expressions/test/syntax_test: Skip |
| 431 polymer_expressions/test/globals_test: Skip | 432 polymer_expressions/test/globals_test: Skip |
| 432 polymer_expressions/test/bindings_test: Skip | 433 polymer_expressions/test/bindings_test: Skip |
| 433 third_party/html5lib/test/browser/browser_test: Skip | 434 third_party/html5lib/test/browser/browser_test: Skip |
| 434 http/test/html/*: Skip | 435 http/test/html/*: Skip |
| 435 | 436 |
| 436 [ $browser ] | 437 [ $browser ] |
| 437 docgen/test/*: Skip # Uses dart:io | 438 docgen/test/*: Skip # Uses dart:io |
| 439 scheduled_test/test/scheduled_process_test: Skip # Uses dart:io |
| 438 scheduled_test/test/scheduled_server_test: Skip # Uses dart:io | 440 scheduled_test/test/scheduled_server_test: Skip # Uses dart:io |
| 441 scheduled_test/test/descriptor/*: Skip # Uses dart:io |
| 439 | 442 |
| 440 [ $browser || $runtime == vm ] | 443 [ $compiler == none && $browser ] |
| 441 unittest/test/missing_tick_test: Fail, OK # Expected to fail, due to timeout. | 444 unittest/test/missing_tick_test: RuntimeError # Expected to fail, due to timeout
. |
| 442 | 445 |
| 443 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 446 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
| 444 third_party/angular_tests/vm_test: StaticWarning # Uses removed APIs. See issue
18733. | 447 third_party/angular_tests/vm_test: StaticWarning # Uses removed APIs. See issue
18733. |
| 445 | 448 |
| 446 [ $runtime == vm && ($system == windows || $system == macos) ] | 449 [ $runtime == vm && ($system == windows || $system == macos) ] |
| 447 watcher/test/*/linux_test: Skip | 450 watcher/test/*/linux_test: Skip |
| 448 | 451 |
| 449 [ $runtime == vm && ($system == windows || $system == linux) ] | 452 [ $runtime == vm && ($system == windows || $system == linux) ] |
| 450 watcher/test/*/mac_os_test: Skip | 453 watcher/test/*/mac_os_test: Skip |
| 451 | 454 |
| 452 [ $runtime == vm && ($system == macos || $system == linux) ] | 455 [ $runtime == vm && ($system == macos || $system == linux) ] |
| 453 watcher/test/*/windows_test: Skip | 456 watcher/test/*/windows_test: Skip |
| 454 | 457 |
| 455 [ $runtime == safari || $runtime == safarimobilesim || $runtime == chrome || $ru
ntime == ff || $ie ] | 458 [ $runtime == safari || $runtime == safarimobilesim || $runtime == chrome || $ru
ntime == ff || $ie ] |
| 456 # Various issues due to limited browser testing in Angular. | 459 # Various issues due to limited browser testing in Angular. |
| 457 third_party/angular_tests/*: Skip | 460 third_party/angular_tests/*: Skip |
| 458 | 461 |
| 462 [ $runtime == ff ] |
| 463 unittest/test/async_exception_test: Timeout |
| 464 unittest/test/exception_test: Timeout |
| 465 unittest/test/excess_callback_test: Timeout |
| 466 unittest/test/expect_async_args_test: Timeout |
| 467 unittest/test/middle_exception_test: Timeout |
| 468 unittest/test/protect_async_test: RuntimeError |
| 469 unittest/test/returning_future_test: Timeout |
| 470 unittest/test/returning_future_using_runasync_test: Timeout |
| 471 unittest/test/single_failing_test: Timeout |
| 472 scheduled_test/test/scheduled_future_matchers_test: Timeout |
| 473 scheduled_test/test/scheduled_stream/stream_matcher_test: Timeout |
| 474 scheduled_test/test/scheduled_test/abort_test: Timeout |
| 475 scheduled_test/test/scheduled_test/current_schedule_errors_test: Timeout |
| 476 scheduled_test/test/scheduled_test/nested_task_test: Timeout |
| 477 scheduled_test/test/scheduled_test/on_complete_test: Timeout |
| 478 scheduled_test/test/scheduled_test/on_exception_test: Timeout |
| 479 scheduled_test/test/scheduled_test/set_up_test: Timeout |
| 480 scheduled_test/test/scheduled_test/signal_error_test: Timeout |
| 481 scheduled_test/test/scheduled_test/simple_test: Timeout |
| 482 scheduled_test/test/scheduled_test/task_return_value_test: Timeout |
| 483 scheduled_test/test/scheduled_test/tear_down_test: Timeout |
| 484 scheduled_test/test/scheduled_test/timeout_test: Timeout |
| 485 scheduled_test/test/scheduled_test/unhandled_error_test: Timeout |
| 486 scheduled_test/test/scheduled_test/wrap_async_test: Timeout |
| 487 scheduled_test/test/scheduled_test/wrap_future_test: Timeout |
| 488 |
| 459 [ $unchecked ] | 489 [ $unchecked ] |
| 460 third_party/angular_tests/browser_test/angular: Skip # Requires checked mode. | 490 third_party/angular_tests/browser_test/angular: Skip # Requires checked mode. |
| 461 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. | 491 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. |
| 462 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. | 492 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. |
| 463 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 | 493 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 |
| 464 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de
tector: Skip # Issue 17152 | 494 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de
tector: Skip # Issue 17152 |
| 465 | 495 |
| 466 [ $use_repository_packages ] | 496 [ $use_repository_packages ] |
| 467 analyzer/test/*: PubGetError | 497 analyzer/test/*: PubGetError |
| 468 | 498 |
| 469 [ $runtime == drt ] | 499 [ $runtime == drt ] |
| 470 http/test/html/client_test: Skip # Issue 18566 | 500 http/test/html/client_test: Skip # Issue 18566 |
| 471 | 501 |
| 472 [ $system == windows ] | 502 [ $system == windows ] |
| 473 analysis_server/test/integration/search/get_type_hierarchy_test: Pass, Fail # Is
sue 20436 | 503 analysis_server/test/integration/search/get_type_hierarchy_test: Pass, Fail # Is
sue 20436 |
| OLD | NEW |