blob: e347260b3ff872289ce134688c274736ebeecc68 [file] [log] [blame]
# 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
# Analyzer2dart is not maintained anymore.
analyzer2dart/test/*: Skip
dart_messages/test/dart_messages_test: Skip # Requires a package root.
# Skip dev_compiler codegen tests
dev_compiler/test/codegen/*: Skip
[ $runtime == vm && $mode == release && $system == linux ]
kernel/test/closures_test: Slow, Pass
[ $runtime != vm || $mode != release || $system != linux ]
kernel/test/closures_test: Skip
# Analyze dev_compiler but don't run its tests
[ $compiler != dart2analyzer ]
dev_compiler/test/*: Skip
[ $compiler == dart2analyzer ]
dev_compiler/gen/*: SkipByDesign
dev_compiler/test/options/*: SkipByDesign
# Issue #28236
analysis_server/test/analysis/get_errors_test: StaticWarning
analysis_server/test/analysis/get_hover_test: StaticWarning
analysis_server/test/analysis/get_navigation_test: StaticWarning
analysis_server/test/analysis/navigation_collector_test: StaticWarning
analysis_server/test/analysis/notification_analysis_options_test: StaticWarning
analysis_server/test/analysis/notification_analyzedFiles_test: StaticWarning
analysis_server/test/analysis/notification_errors_test: StaticWarning
analysis_server/test/analysis/notification_highlights_test: StaticWarning
analysis_server/test/analysis/notification_implemented_test: StaticWarning
analysis_server/test/analysis/notification_navigation_test: StaticWarning
analysis_server/test/analysis/notification_occurrences_test: StaticWarning
analysis_server/test/analysis/notification_outline_test: StaticWarning
analysis_server/test/analysis/notification_overrides_test: StaticWarning
analysis_server/test/analysis/reanalyze_test: StaticWarning
analysis_server/test/analysis/set_priority_files_test: StaticWarning
analysis_server/test/analysis/update_content_test: StaticWarning
analysis_server/test/analysis_server_test: StaticWarning
analysis_server/test/channel/byte_stream_channel_test: StaticWarning
analysis_server/test/channel/web_socket_channel_test: StaticWarning
analysis_server/test/completion_test: StaticWarning
analysis_server/test/context_manager_test: StaticWarning
analysis_server/test/domain_analysis_test: StaticWarning
analysis_server/test/domain_completion_test: StaticWarning
analysis_server/test/domain_diagnostic_test: StaticWarning
analysis_server/test/domain_execution_test: StaticWarning
analysis_server/test/domain_server_test: StaticWarning
analysis_server/test/edit/assists_test: StaticWarning
analysis_server/test/edit/fixes_test: StaticWarning
analysis_server/test/edit/format_test: StaticWarning
analysis_server/test/edit/organize_directives_test: StaticWarning
analysis_server/test/edit/refactoring_test: StaticWarning
analysis_server/test/edit/sort_members_test: StaticWarning
analysis_server/test/integration/analysis/analysis_options_test: StaticWarning
analysis_server/test/integration/analysis/error_test: StaticWarning
analysis_server/test/integration/analysis/get_errors_after_analysis_test: StaticWarning
analysis_server/test/integration/analysis/get_errors_before_analysis_test: StaticWarning
analysis_server/test/integration/analysis/get_hover_test: StaticWarning
analysis_server/test/integration/analysis/highlights_test: StaticWarning
analysis_server/test/integration/analysis/lint_test: StaticWarning
analysis_server/test/integration/analysis/navigation_test: StaticWarning
analysis_server/test/integration/analysis/occurrences_test: StaticWarning
analysis_server/test/integration/analysis/outline_test: StaticWarning
analysis_server/test/integration/analysis/overrides_test: StaticWarning
analysis_server/test/integration/analysis/package_root_test: StaticWarning
analysis_server/test/integration/analysis/reanalyze_concurrent_test: StaticWarning
analysis_server/test/integration/analysis/reanalyze_test: StaticWarning
analysis_server/test/integration/analysis/update_content_list_test: StaticWarning
analysis_server/test/integration/analysis/update_content_test: StaticWarning
analysis_server/test/integration/completion/get_suggestions_test: StaticWarning
analysis_server/test/integration/search/get_type_hierarchy_test: StaticWarning
analysis_server/test/integration/server/get_version_test: StaticWarning
analysis_server/test/integration/server/set_subscriptions_invalid_service_test: StaticWarning
analysis_server/test/integration/server/set_subscriptions_test: StaticWarning
analysis_server/test/integration/server/shutdown_test: StaticWarning
analysis_server/test/integration/server/status_test: StaticWarning
analysis_server/test/operation/operation_queue_test: StaticWarning
analysis_server/test/operation/operation_test: StaticWarning
analysis_server/test/plugin/protocol_dart_test: StaticWarning
analysis_server/test/plugin/set_analysis_domain_test: StaticWarning
analysis_server/test/protocol_server_test: StaticWarning
analysis_server/test/protocol_test: StaticWarning
analysis_server/test/search/element_references_test: StaticWarning
analysis_server/test/search/member_declarations_test: StaticWarning
analysis_server/test/search/member_references_test: StaticWarning
analysis_server/test/search/search_result_test: StaticWarning
analysis_server/test/search/top_level_declarations_test: StaticWarning
analysis_server/test/search/type_hierarchy_test: StaticWarning
analysis_server/test/server_options_test: StaticWarning
analysis_server/test/services/completion/completion_target_test: StaticWarning
analysis_server/test/services/completion/dart/arglist_contributor_test: StaticWarning
analysis_server/test/services/completion/dart/combinator_contributor_test: StaticWarning
analysis_server/test/services/completion/dart/common_usage_sorter_test: StaticWarning
analysis_server/test/services/completion/dart/completion_manager_test: StaticWarning
analysis_server/test/services/completion/dart/field_formal_contributor_test: StaticWarning
analysis_server/test/services/completion/dart/imported_reference_contributor_test: StaticWarning
analysis_server/test/services/completion/dart/inherited_reference_contributor_test: StaticWarning
analysis_server/test/services/completion/dart/keyword_contributor_test: StaticWarning
analysis_server/test/services/completion/dart/label_contributor_test: StaticWarning
analysis_server/test/services/completion/dart/library_member_contributor_test: StaticWarning
analysis_server/test/services/completion/dart/library_prefix_contributor_test: StaticWarning
analysis_server/test/services/completion/dart/local_constructor_contributor_test: StaticWarning
analysis_server/test/services/completion/dart/local_declaration_visitor_test: StaticWarning
analysis_server/test/services/completion/dart/local_library_contributor_test: StaticWarning
analysis_server/test/services/completion/dart/local_reference_contributor_test: StaticWarning
analysis_server/test/services/completion/dart/named_constructor_contributor_test: StaticWarning
analysis_server/test/services/completion/dart/optype_test: StaticWarning
analysis_server/test/services/completion/dart/override_contributor_test: StaticWarning
analysis_server/test/services/completion/dart/static_member_contributor_test: StaticWarning
analysis_server/test/services/completion/dart/type_member_contributor_test: StaticWarning
analysis_server/test/services/completion/dart/uri_contributor_test: StaticWarning
analysis_server/test/services/completion/dart/variable_name_contributor_test: StaticWarning
analysis_server/test/services/correction/assist_test: StaticWarning
analysis_server/test/services/correction/change_test: StaticWarning
analysis_server/test/services/correction/fix_test: StaticWarning
analysis_server/test/services/correction/levenshtein_test: StaticWarning
analysis_server/test/services/correction/name_suggestion_test: StaticWarning
analysis_server/test/services/correction/organize_directives_test: StaticWarning
analysis_server/test/services/correction/sort_members_test: StaticWarning
analysis_server/test/services/correction/source_range_test: StaticWarning
analysis_server/test/services/correction/status_test: StaticWarning
analysis_server/test/services/correction/strings_test: StaticWarning
analysis_server/test/services/correction/util_test: StaticWarning
analysis_server/test/services/dependencies/library_dependencies_test: StaticWarning
analysis_server/test/services/dependencies/reachable_source_collector_test: StaticWarning
analysis_server/test/services/index/index_test: StaticWarning
analysis_server/test/services/index/index_unit_test: StaticWarning
analysis_server/test/services/linter/linter_test: StaticWarning
analysis_server/test/services/refactoring/convert_getter_to_method_test: StaticWarning
analysis_server/test/services/refactoring/convert_method_to_getter_test: StaticWarning
analysis_server/test/services/refactoring/extract_local_test: StaticWarning
analysis_server/test/services/refactoring/extract_method_test: StaticWarning
analysis_server/test/services/refactoring/inline_local_test: StaticWarning
analysis_server/test/services/refactoring/inline_method_test: StaticWarning
analysis_server/test/services/refactoring/move_file_test: StaticWarning
analysis_server/test/services/refactoring/naming_conventions_test: StaticWarning
analysis_server/test/services/refactoring/rename_class_member_test: StaticWarning
analysis_server/test/services/refactoring/rename_constructor_test: StaticWarning
analysis_server/test/services/refactoring/rename_import_test: StaticWarning
analysis_server/test/services/refactoring/rename_label_test: StaticWarning
analysis_server/test/services/refactoring/rename_library_test: StaticWarning
analysis_server/test/services/refactoring/rename_local_test: StaticWarning
analysis_server/test/services/refactoring/rename_unit_member_test: StaticWarning
analysis_server/test/services/search/hierarchy_test: StaticWarning
analysis_server/test/services/search/search_engine2_test: StaticWarning
analysis_server/test/services/search/search_engine_test: StaticWarning
analysis_server/test/single_context_manager_test: StaticWarning
analysis_server/test/socket_server_test: StaticWarning
analysis_server/test/source/caching_put_package_map_provider_test: StaticWarning
analysis_server/test/src/utilities/change_builder_core_test: StaticWarning
analysis_server/test/src/utilities/change_builder_dart_test: StaticWarning
analysis_server/test/src/watch_manager_test: StaticWarning
analyzer/test/cancelable_future_test: StaticWarning
analyzer/test/context/declared_variables_test: StaticWarning
analyzer/test/dart/ast/ast_test: StaticWarning
analyzer/test/dart/ast/visitor_test: StaticWarning
analyzer/test/dart/element/builder_test: StaticWarning
analyzer/test/dart/element/element_test: StaticWarning
analyzer/test/file_system/memory_file_system_test: StaticWarning
analyzer/test/file_system/physical_resource_provider_test: StaticWarning
analyzer/test/file_system/resource_uri_resolver_test: StaticWarning
analyzer/test/generated/all_the_rest_test: StaticWarning
analyzer/test/generated/bazel_test: StaticWarning
analyzer/test/generated/checked_mode_compile_time_error_code_test: StaticWarning
analyzer/test/generated/compile_time_error_code_test: StaticWarning
analyzer/test/generated/constant_test: StaticWarning
analyzer/test/generated/declaration_resolver_test: StaticWarning
analyzer/test/generated/element_resolver_test: StaticWarning
analyzer/test/generated/engine_test: StaticWarning
analyzer/test/generated/error_suppression_test: StaticWarning
analyzer/test/generated/hint_code_test: StaticWarning
analyzer/test/generated/incremental_resolver_test: StaticWarning
analyzer/test/generated/inheritance_manager_test: StaticWarning
analyzer/test/generated/java_core_test: StaticWarning
analyzer/test/generated/java_io_test: StaticWarning
analyzer/test/generated/non_error_resolver_test: StaticWarning
analyzer/test/generated/non_hint_code_test: StaticWarning
analyzer/test/generated/package_test: StaticWarning
analyzer/test/generated/parser_test: StaticWarning
analyzer/test/generated/resolver_test: StaticWarning
analyzer/test/generated/scanner_test: StaticWarning
analyzer/test/generated/sdk_test: StaticWarning
analyzer/test/generated/simple_resolver_test: StaticWarning
analyzer/test/generated/source_factory_test: StaticWarning
analyzer/test/generated/static_type_analyzer_test: StaticWarning
analyzer/test/generated/static_type_warning_code_test: StaticWarning
analyzer/test/generated/static_warning_code_test: StaticWarning
analyzer/test/generated/strong_mode_test: StaticWarning
analyzer/test/generated/type_system_test: StaticWarning
analyzer/test/generated/utilities_dart_test: StaticWarning
analyzer/test/generated/utilities_test: StaticWarning
analyzer/test/instrumentation/instrumentation_test: StaticWarning
analyzer/test/parse_compilation_unit_test: StaticWarning
analyzer/test/source/analysis_options_provider_test: StaticWarning
analyzer/test/source/embedder_test: StaticWarning
analyzer/test/source/error_processor_test: StaticWarning
analyzer/test/source/package_map_provider_test: StaticWarning
analyzer/test/source/package_map_resolver_test: StaticWarning
analyzer/test/source/path_filter_test: StaticWarning
analyzer/test/source/sdk_ext_test: StaticWarning
analyzer/test/src/command_line/arguments_test: StaticWarning
analyzer/test/src/context/builder_test: StaticWarning
analyzer/test/src/context/cache_test: StaticWarning
analyzer/test/src/context/context_test: StaticWarning
analyzer/test/src/dart/analysis/byte_store_test: StaticWarning
analyzer/test/src/dart/analysis/driver_test: StaticWarning
analyzer/test/src/dart/analysis/file_state_test: StaticWarning
analyzer/test/src/dart/analysis/index_test: StaticWarning
analyzer/test/src/dart/analysis/referenced_names_test: StaticWarning
analyzer/test/src/dart/analysis/search_test: StaticWarning
analyzer/test/src/dart/ast/utilities_test: StaticWarning
analyzer/test/src/dart/constant/evaluation_test: StaticWarning
analyzer/test/src/dart/constant/utilities_test: StaticWarning
analyzer/test/src/dart/constant/value_test: StaticWarning
analyzer/test/src/dart/element/element_test: StaticWarning
analyzer/test/src/dart/sdk/patch_test: StaticWarning
analyzer/test/src/dart/sdk/sdk_test: StaticWarning
analyzer/test/src/lint/config_test: StaticWarning
analyzer/test/src/lint/io_test: StaticWarning
analyzer/test/src/lint/project_test: StaticWarning
analyzer/test/src/lint/pub_test: StaticWarning
analyzer/test/src/source/source_resource_test: StaticWarning
analyzer/test/src/summary/api_signature_test: StaticWarning
analyzer/test/src/summary/bazel_summary_test: StaticWarning
analyzer/test/src/summary/flat_buffers_test: StaticWarning
analyzer/test/src/summary/in_summary_source_test: StaticWarning
analyzer/test/src/summary/linker_test: StaticWarning
analyzer/test/src/summary/name_filter_test: StaticWarning
analyzer/test/src/summary/package_bundle_reader_test: StaticWarning
analyzer/test/src/summary/prelinker_test: StaticWarning
analyzer/test/src/summary/pub_summary_test: StaticWarning
analyzer/test/src/summary/resynthesize_ast_test: StaticWarning
analyzer/test/src/summary/summarize_ast_strong_test: StaticWarning
analyzer/test/src/summary/summarize_ast_test: StaticWarning
analyzer/test/src/task/dart_test: StaticWarning
analyzer/test/src/task/dart_work_manager_test: StaticWarning
analyzer/test/src/task/driver_test: StaticWarning
analyzer/test/src/task/general_test: StaticWarning
analyzer/test/src/task/html_test: StaticWarning
analyzer/test/src/task/html_work_manager_test: StaticWarning
analyzer/test/src/task/incremental_element_builder_test: StaticWarning
analyzer/test/src/task/inputs_test: StaticWarning
analyzer/test/src/task/manager_test: StaticWarning
analyzer/test/src/task/model_test: StaticWarning
analyzer/test/src/task/options_test: StaticWarning
analyzer/test/src/task/options_work_manager_test: StaticWarning
analyzer/test/src/task/strong/checker_test: StaticWarning
analyzer/test/src/task/strong/inferred_type_test: StaticWarning
analyzer/test/src/task/strong/non_null_checker_test: StaticWarning
analyzer/test/src/task/strong_mode_test: StaticWarning
analyzer/test/src/task/yaml_test: StaticWarning
analyzer/test/src/util/absolute_path_test: StaticWarning
analyzer/test/src/util/asserts_test: StaticWarning
analyzer/test/src/util/fast_uri_test: StaticWarning
analyzer/test/src/util/glob_test: StaticWarning
analyzer/test/src/util/lru_map_test: StaticWarning
analyzer/test/src/util/yaml_test: StaticWarning
analyzer/tool/summary/check_test: StaticWarning
analyzer/tool/task_dependency_graph/check_test: StaticWarning
analyzer_cli/test/build_mode_test: StaticWarning
analyzer_cli/test/driver_test: StaticWarning
analyzer_cli/test/embedder_test: StaticWarning
analyzer_cli/test/error_test: StaticWarning
analyzer_cli/test/options_test: StaticWarning
analyzer_cli/test/package_prefix_test: StaticWarning
analyzer_cli/test/perf_report_test: StaticWarning
analyzer_cli/test/reporter_test: StaticWarning
analyzer_cli/test/sdk_ext_test: StaticWarning
analyzer_cli/test/strong_mode_test: StaticWarning
analyzer_cli/test/super_mixin_test: StaticWarning
analyzer_cli/tool/perf_test: StaticWarning
compiler/tool/perf_test: StaticWarning
dev_compiler/test/closure/closure_annotation_test: StaticWarning
dev_compiler/test/closure/closure_type_test: StaticWarning
dev_compiler/test/codegen_test: StaticWarning
dev_compiler/test/js/builder_test: StaticWarning
dev_compiler/test/worker/worker_test: StaticWarning
front_end/test/dependency_grapher_test: StaticWarning
front_end/test/memory_file_system_test: StaticWarning
front_end/test/physical_file_system_test: StaticWarning
front_end/test/scanner_test: StaticWarning
front_end/test/src/async_dependency_walker_test: StaticWarning
front_end/test/src/base/libraries_reader_test: StaticWarning
front_end/test/src/base/processed_options_test: StaticWarning
front_end/test/src/base/uri_resolver_test: StaticWarning
front_end/test/src/dependency_walker_test: StaticWarning
front_end/tool/perf_test: StaticWarning
js_ast/test/printer_callback_test: StaticWarning
js_ast/test/string_escape_test: StaticWarning
kernel/test/baseline_spec_mode_test: StaticWarning
kernel/test/baseline_strong_mode_test: StaticWarning
kernel/test/baseline_type_propagation_test: StaticWarning
kernel/test/type_hashcode_test: StaticWarning
kernel/test/type_substitute_bounds_test: StaticWarning
kernel/test/type_substitution_identity_test: StaticWarning
kernel/test/type_subtype_test: StaticWarning
kernel/test/type_unification_test: StaticWarning
kernel/test/uint31_pair_map_test: StaticWarning
kernel/test/verify_test: StaticWarning
lookup_map/test/lookup_map_test: StaticWarning
lookup_map/test/version_check_test: StaticWarning
typed_mock/test/typed_mock_test: StaticWarning
[ $compiler == none && ($runtime == drt || $runtime == dartium) ]
mutation_observer: Skip # Issue 21149
unittest/*: Skip # Issue 21949
lookup_map/*: SkipByDesign
front_end/*: SkipByDesign
[ $runtime == vm && $mode == debug ]
analysis_server/test/completion_test: Pass, Slow
[ $runtime == vm && $checked ]
analysis_server/test/completion_test: Pass, Slow
[ $runtime == vm && $system == windows]
analysis_server/*: Skip # Issue 27557
analysis_server/test/analysis/get_errors_test: Skip # runtime error, Issue 22180
analysis_server/test/integration/analysis/analysis_options_test: RuntimeError # Issue 24796
analyzer/test/generated/all_the_rest_test: Fail # Issue 21772
analyzer/test/generated/source_factory_test: RuntimeError # Issue 26828
kernel/test/baseline_type_propagation_test: RuntimeError # Issue 28243
kernel/test/baseline_spec_mode_test: RuntimeError # Issue 28243
kernel/test/baseline_strong_mode_test: RuntimeError # Issue 28243
[ $compiler == dart2js ]
analysis_server/test/integration: SkipByDesign # 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.
analyzer_cli/test/*: SkipByDesign # Only meant to run on vm
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
compiler/tool/*: SkipByDesign # Only meant to run on vm
front_end/tool/*: SkipByDesign # Only meant to run on vm
lookup_map/test/version_check_test: SkipByDesign # Only meant to run in vm.
typed_data/test/typed_buffers_test/01: Fail # Not supporting Int64List, Uint64List.
front_end/test/memory_file_system_test: CompileTimeError # Issue 23773
front_end/test/dependency_grapher_test: SkipByDesign # Uses dart:io
front_end/test/physical_file_system_test: SkipByDesign # Uses dart:io
front_end/test/src/base/libraries_reader_test: SkipByDesign # Uses dart:io
front_end/test/src/base/processed_options_test: SkipByDesign # Uses dart:io
[ $compiler == dart2js && $fast_startup ]
front_end/test/*: SkipByDesign # Tests written with dart:mirrors.
[ $compiler == dart2js && $builder_tag != dart2js_analyzer ]
analyzer/test/*: Skip # Issue 26813
analyzer/tool/*: Skip # Issue 26813
analysis_server/test/*: Skip # Issue 26813
[ $compiler == dart2js && $checked ]
crypto/test/base64_test: Slow, Pass
[ $runtime == jsshell ]
async/test/stream_zip_test: RuntimeError, OK # Issue 26103. Timers are not supported.
lookup_map/test/lookup_map_test: RuntimeError, OK # Issue 26103. Timers are not supported.
front_end/test/*: RuntimeError, OK # Issue 26103. Timers are not supported.
kernel/test/*: RuntimeError, OK # Issue 26103. 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 == 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 == ie11 ]
kernel/test/verify_test: Skip # Times out. Issue 27935
[ $runtime == safarimobilesim ]
# Unexplained errors only occuring on Safari 6.1 and earlier.
typed_data/test/typed_buffers_test: RuntimeError
[ $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 ]
analyzer_cli/*: SkipByDesign # Uses dart:io.
*/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.
analyzer/tool/task_dependency_graph/check_test: SkipByDesign # Uses dart:io.
analyzer/tool/summary/check_test: SkipByDesign # Uses dart:io.
analyzer2dart/*: SkipByDesign # Uses dart:io.
compiler/tool/*: SkipByDesign # Only meant to run on vm
front_end/tool/*: SkipByDesign # Only meant to run on vm
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.
dart_messages/test/dart_messages_test: Skip # Uses dart:io.
[ $browser || $jscl ]
kernel/test/*: SkipByDesign # Uses dart:io and bigints.
[ $runtime == vm && ($arch == simarm64 || $arch == simarm || $arch == simarmv6 || $arch == simarmv5te || $arch == simmips || $arch == armv6 || $arch == armv5te) ]
# Timeout. These are not unit tests. They do not run efficiently on our
# simulator or low-end devices.
*: Skip
[ $runtime == vm ]
analyzer/test/file_system/physical_resource_provider_test: Pass, Fail # Issue 25472
# Skip tests on the VM if the package depends on dart:html
mutation_observer: Skip
[ $compiler == dart2js && $runtime == chrome && $system == macos ]
third_party/di_tests/di_test: Pass, Slow # Issue 22896
[ $use_repository_packages ]
analyzer/test/*: PubGetError
[ $compiler == dart2js && $cps_ir && $host_checked ]
analyzer/test/dart/ast/ast_test: Crash # Issue 24485
analyzer/test/dart/ast/visitor_test: Crash # Issue 24485
analyzer/test/dart/element/element_test: Crash # Issue 24485
analyzer/test/enum_test: Crash # Issue 24485
analyzer/test/generated/all_the_rest_test: Crash # Issue 24485
analyzer/test/generated/ast_test: Crash # Issue 24485
analyzer/test/generated/checked_mode_compile_time_error_code_test: Crash # Issue 24485
analyzer/test/generated/compile_time_error_code_test: Crash # Issue 24485
analyzer/test/generated/constant_test: Crash # Issue 24485
analyzer/test/generated/declaration_resolver_test: Crash # Issue 24485
analyzer/test/generated/element_resolver_test: Crash # Issue 24485
analyzer/test/generated/element_test: Crash # Issue 24485
analyzer/test/generated/error_suppression_test: Crash # Issue 24485
analyzer/test/generated/hint_code_test: Crash # Issue 24485
analyzer/test/generated/incremental_resolver_test: Crash # Issue 24485
analyzer/test/generated/incremental_scanner_test: Crash # Issue 24485
analyzer/test/generated/inheritance_manager_test: Crash # Issue 24485
analyzer/test/generated/non_error_resolver_test: Crash # Issue 24485
analyzer/test/generated/non_hint_code_test: Crash # Issue 24485
analyzer/test/generated/parser_test: Crash # Issue 24485
analyzer/test/generated/resolver_test: Crash # Issue 24485
analyzer/test/generated/scanner_test: Crash # Issue 24485
analyzer/test/generated/simple_resolver_test: Crash # Issue 24485
analyzer/test/generated/source_factory_test: Crash # Issue 24485
analyzer/test/generated/static_type_analyzer_test: Crash # Issue 24485
analyzer/test/generated/static_type_warning_code_test: Crash # Issue 24485
analyzer/test/generated/static_warning_code_test: Crash # Issue 24485
analyzer/test/generated/strong_mode_test: Crash # Issue 24485
analyzer/test/generated/utilities_test: Crash # Issue 24485
analyzer/test/src/context/cache_test: Crash # Issue 24485
analyzer/test/src/context/context_test: Crash # Issue 24485
analyzer/test/src/dart/ast/utilities_test: Crash # Issue 24485
analyzer/test/src/dart/element/element_test: Crash # Issue 24485
analyzer/test/src/summary/index_unit_test: Crash # Issue 24485
analyzer/test/src/summary/prelinker_test: Crash # Issue 24485
analyzer/test/src/summary/resynthesize_test: Crash # Issue 24485
analyzer/test/src/summary/resynthesize_strong_test: Crash # Issue 24485
analyzer/test/src/summary/summarize_ast_test: Crash # Issue 24485
analyzer/test/src/summary/summarize_elements_test: Crash # Issue 24485
analyzer/test/src/summary/summarize_elements_strong_test: Crash # Issue 24485
analyzer/test/src/task/dart_test: Crash # Issue 24485
analyzer/test/src/task/dart_work_manager_test: Crash # Issue 24485
analyzer/test/src/task/driver_test: Crash # Issue 24485
analyzer/test/src/task/general_test: Crash # Issue 24485
analyzer/test/src/task/html_test: Crash # Issue 24485
analyzer/test/src/task/html_work_manager_test: Crash # Issue 24485
analyzer/test/src/task/incremental_element_builder_test: Crash # Issue 24485
analyzer/test/src/task/inputs_test: Crash # Issue 24485
analyzer/test/src/task/manager_test: Crash # Issue 24485
analyzer/test/src/task/model_test: Crash # Issue 24485
analyzer/test/src/task/options_test: Crash # Issue 24485
analyzer/test/src/task/options_work_manager_test: Crash # Issue 24485
analyzer/test/src/task/strong/checker_test: Crash # Issue 24485
analyzer/test/src/task/strong/inferred_type_test: Crash # Issue 24485
analyzer/test/src/task/strong_mode_test: Crash # Issue 24485
analyzer/test/src/task/yaml_test: Crash # Issue 24485
[ $noopt || $runtime == dart_precompiled ]
*: SkipByDesign # The pkg test framework imports dart:mirrors.
[ $compiler == dart2js && $cps_ir && $checked ]
*: Skip # `assert` not implemented, about 75% tests crash
[ $compiler == none ]
kernel/test/closures_test: Fail