| # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| # for details. All rights reserved. Use of this source code is governed by a |
| # BSD-style license that can be found in the LICENSE file. |
| |
| # Don't run any test-like files that show up in packages directories. It |
| # shouldn't be necessary to run "pub install" in these packages, but if you do |
| # it shouldn't break the tests. |
| */packages/*/*: Skip |
| */*/packages/*/*: Skip |
| */*/*/packages/*/*: Skip |
| */*/*/*/packages/*/*: Skip |
| */*/*/*/*/packages/*/*: Skip |
| |
| [ $compiler != dartanalyzer && $compiler != dart2analyzer ] |
| docgen/test/inherited_comments_test: Fail # issue 22233 |
| |
| [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == ContentShellOnAndroid) ] |
| third_party/angular_tests/browser_test/*: Skip # github perf_api.dart issue 5 |
| third_party/angular_tests/browser_test/core_dom/shadow_root_options: Fail # Issue 19329 |
| mutation_observer: Skip # Issue 21149 |
| unittest/*: Skip # Issue 21949 |
| |
| [ $runtime == vm && $mode == debug] |
| analysis_server/test/analysis_server_test: SkipSlow # Times out |
| analysis_server/test/completion_test: SkipSlow # Times out |
| analysis_server/test/domain_context_test: SkipSlow # Times out |
| analysis_server/test/domain_server_test: SkipSlow # Times out |
| analysis_server/test/integration/analysis/reanalyze_concurrent_test: SkipSlow # Times out |
| analysis_server/test/integration/analysis/update_content_test: SkipSlow # Times out |
| analysis_server/tool/spec/check_all_test: SkipSlow # Times out |
| analyzer/test/generated/element_test: SkipSlow # Times out |
| analyzer/test/generated/parser_test: SkipSlow # Times out |
| docgen/test/*: SkipSlow |
| third_party/html5lib/test/tokenizer_test: SkipSlow # Times out |
| |
| [ $runtime == vm && $system == windows] |
| analysis_server/test/analysis/get_errors_test: Skip # runtime error, Issue 22180 |
| |
| [ $runtime == vm && ( $arch == simarm || $arch == simmips ) ] |
| docgen/test/*: SkipSlow |
| third_party/html5lib/test/tokenizer_test: Pass, Slow |
| analysis_server/*: SkipSlow # Timeout in some tests. |
| |
| [ $compiler == dart2js ] |
| collection/test/equality_test/01: Fail # Issue 1533 |
| collection/test/equality_test/02: Fail # Issue 1533 |
| collection/test/equality_test/03: Fail # Issue 1533 |
| collection/test/equality_test/04: Fail # Issue 1533 |
| collection/test/equality_test/05: Fail # Issue 1533 |
| collection/test/equality_test/none: Pass, Fail # Issue 14348 |
| docgen/test/*: SkipSlow # Far too slow |
| third_party/angular_tests/browser_test: Pass, Slow # Large dart2js compile time |
| typed_data/test/typed_buffers_test/01: Fail # Not supporting Int64List, Uint64List. |
| analyzer/test/generated/engine_test: SkipSlow |
| analyzer/test/generated/static_type_warning_code_test: Pass, Slow |
| analyzer/test/generated/compile_time_error_code_test: Pass, Slow |
| |
| analyzer/test/enum_test: Slow, Pass, Fail # Issue 21323 |
| |
| analysis_server/test/*: Skip # Issue 22161 |
| analysis_server/test/search/element_references_test: Pass, Slow |
| analysis_server/test/services/index/store/codec_test: Pass, Slow |
| analysis_server/test/domain_completion_test: Pass, Slow |
| analysis_server/test/edit/assists_test: Pass, Slow |
| analysis_server/test/edit/format_test: Pass, Slow |
| |
| # Analysis server integration tests don't make sense to run under |
| # dart2js, since the code under test always runs in the Dart vm as a |
| # subprocess. |
| analysis_server/test/integration: Skip |
| |
| [ $compiler == dart2js && $checked ] |
| crypto/test/base64_test: Slow, Pass |
| |
| [ $compiler == dart2js && $runtime == drt ] |
| third_party/angular_tests/browser_test/core_dom/shadow_root_options: Fail # Issue 19329 |
| |
| [ $runtime == d8 ] |
| analysis_server/test/analysis_notification_overrides_test: Pass, Slow # Issue 19756 |
| analysis_server/test/analysis_notification_occurrences_test: Pass, Slow # Issue 19756 |
| analysis_server/test/analysis_notification_outline_test: Pass, Slow # Issue 19756 |
| analysis_server/test/domain_search_test: Pass, Slow # Issue 19756 |
| analysis_server/test/search/element_reference_test: Pass, Slow # Issue 19756 |
| analysis_server/index/store/codec_test: Pass, Slow # Issue 19756 |
| |
| [ $compiler == dart2js ] |
| analysis_server/test/edit/refactoring_test: Pass, Slow # Issue 16473, 19756 |
| analysis_server/test/analysis_notification_occurrences_test: Pass, Slow # Issue 16473, 19756 |
| analysis_server/test/analysis_notification_outline_test: Pass, Slow # Issue 16473, 19756 |
| analysis_server/test/analysis_notification_navigation_test: Pass, Slow # Issue 16473, 19756 |
| analysis_server/test/domain_analysis_test: Pass, Slow # Issue 16473, 19756 |
| analysis_server/test/analysis_notification_highlights_test: Pass, Slow # 16473, 19756 |
| analysis_server/test/search/top_level_declarations_test: Pass, Slow # 16473, 19756 |
| analysis_server/test/socket_server_test: Pass, Slow # Issue 16473, 19756 |
| analyzer/test/generated/element_test: Pass, Slow # Issue 16473 |
| analyzer/test/generated/incremental_resolver_test: Pass, Slow # Issue 16473 |
| |
| [ $runtime == jsshell ] |
| async/test/stream_zip_test: RuntimeError, OK # Timers are not supported. |
| |
| [ $compiler == dart2js && $runtime == drt ] |
| async/test/stream_zip_test: RuntimeError, Pass # Issue 18548 |
| |
| [ $compiler == dart2js && ($runtime == chrome || $runtime == ff) ] |
| collection/test/unmodifiable_collection_test: SkipSlow # Times out. Issue 22050 |
| async/test/stream_zip_test: SkipSlow # Times out. Issue 22050 |
| |
| [ $runtime == vm || $runtime == d8 || $runtime == jsshell ] |
| third_party/angular_tests/browser_test: SkipByDesign # uses dart:html |
| |
| [$compiler == dart2dart] |
| *: Skip |
| |
| [ $runtime == ie10 ] |
| analyzer/test/generated/java_core_test: Pass, Timeout # Issue 19747 |
| typed_data/test/typed_buffers_test/none: Fail # Issue 17607 (I put this here explicitly, since this is not the same as on ie9) |
| |
| [ $runtime == safarimobilesim ] |
| # Unexplained errors only occuring on Safari 6.1 and earlier. |
| typed_data/test/typed_buffers_test: RuntimeError |
| |
| # Skip browser-specific tests on VM |
| [ $runtime == vm ] |
| third_party/angular_tests/vm_test: Fail # Uses removed APIs. See issue 18733. |
| |
| [ $runtime == vm && $system == windows ] |
| analyzer/test/generated/all_the_rest_test: Fail # Issue 21772 |
| |
| [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
| # These tests are runtime negative but statically positive, so we skip |
| # them in the analyzer. |
| mock/test/mock_regexp_negative_test: Skip |
| mock/test/mock_stepwise_negative_test: Skip |
| |
| compiler/samples/compile_loop/compile_loop: CompileTimeError # Issue 16524 |
| |
| [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
| # This test uses third_party/pkg/perf_api/lib/perf_api.dart, which |
| # contains illegal constant constructors. |
| third_party/angular_tests/browser_test: CompileTimeError |
| |
| [ $compiler == dart2js && $csp ] |
| # This test cannot run under CSP because it is injecting a JavaScript polyfill |
| mutation_observer: Skip |
| |
| [ $compiler == dart2js && $browser ] |
| crypto/test/sha256_test: Slow, Pass |
| crypto/test/sha1_test: Slow, Pass |
| |
| [ $browser ] |
| */test/analyzer_test: SkipByDesign # No need to run analysis tests on browser bots |
| analysis_server/test/*: SkipByDesign # Uses dart:io. |
| analysis_server/tool/spec/check_all_test: SkipByDesign # Uses dart:io. |
| analyzer/test/*: SkipByDesign # Uses dart:io. |
| analyzer2dart/*: SkipByDesign # Uses dart:io. |
| docgen/test/*: SkipByDesign # Uses dart:io. |
| http_server/test/*: Fail, OK # Uses dart:io. |
| observe/test/transformer_test: Fail, OK # Uses dart:io. |
| observe/test/unique_message_test: SkipByDesign # Uses dart:io. |
| stub_core_library/test/*: Fail, OK # Uses dart:io. |
| third_party/angular_tests/browser_test/core_dom/cookies: Fail # Issue 16337 |
| third_party/angular_tests/vm_test: SkipByDesign # Uses dart:io |
| third_party/html5lib/test/parser_test: SkipByDesign # Uses dart:io. |
| third_party/html5lib/test/selectors/*: SkipByDesign # Uses dart:io. |
| third_party/html5lib/test/tokenizer_test: SkipByDesign # Uses dart:io. |
| |
| [ $arch == simarm64 ] |
| # Timeout. These are not unit tests. They do not run efficiently on our |
| # simulator. |
| *: Skip |
| |
| [ $runtime == vm ] |
| # Skip tests on the VM if the package depends on dart:html |
| mutation_observer: Skip |
| third_party/html5lib/test/browser/browser_test: Skip |
| |
| [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
| third_party/angular_tests/vm_test: StaticWarning # Uses removed APIs. See issue 18733. |
| analyzer2dart/test/driver_test: StaticWarning # Issue 22418 |
| analyzer2dart/test/sexpr_test: StaticWarning # Issue 22418 |
| analyzer2dart/test/tree_shaker_test: StaticWarning # Issue 22418 |
| analyzer2dart/test/end2end_test: StaticWarning # Issue 22418 |
| |
| [ $runtime == safari || $runtime == safarimobilesim || $runtime == chrome || $runtime == ff || $ie ] |
| # Various issues due to limited browser testing in Angular. |
| third_party/angular_tests/*: Skip |
| |
| [ $unchecked ] |
| third_party/angular_tests/browser_test/angular: SkipByDesign # Requires checked mode. |
| third_party/angular_tests/browser_test/core/scope: SkipByDesign # Requires checked mode. |
| third_party/angular_tests/browser_test/core/zone: SkipByDesign # Requires checked mode. |
| third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 |
| third_party/angular_tests/browser_test/change_detection/dirty_checking_change_detector: Skip # Issue 17152 |
| |
| [ $use_repository_packages ] |
| analyzer/test/*: PubGetError |