dart-sdk/pkg/pkg.status

321 lines
18 KiB
Plaintext

# 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
[ $compiler != dartanalyzer && $compiler != dart2analyzer ]
docgen/test/inherited_comments_test: Fail # issue 22233
[ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == ContentShellOnAndroid) ]
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/*: 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
[ $runtime == vm && $system == windows]
analysis_server/test/analysis/get_errors_test: Skip # runtime error, Issue 22180
[ $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
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
analyzer/test/src/context/context_test: Pass, Timeout # dartbug.com/23658
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
[ $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 19756, 21628
analysis_server/test/analysis_notification_occurrences_test: Pass, Slow # Issue 19756, 21628
analysis_server/test/analysis_notification_outline_test: Pass, Slow # Issue 19756, 21628
analysis_server/test/analysis_notification_navigation_test: Pass, Slow # Issue 19756, 21628
analysis_server/test/domain_analysis_test: Pass, Slow # Issue 19756, 21628
analysis_server/test/analysis_notification_highlights_test: Pass, Slow # 19756, 21628
analysis_server/test/search/top_level_declarations_test: Pass, Slow # 19756, 21628
analysis_server/test/socket_server_test: Pass, Slow # Issue 19756, 21628
analyzer/test/generated/all_the_rest_test: Pass, Slow # Issue 21628
analyzer/test/generated/element_test: Pass, Slow # Issue 21628
analyzer/test/generated/incremental_resolver_test: Pass, Slow # Issue 21628
analyzer/test/generated/utilities_test: Pass, Slow # Issue 21628
analyzer/test/generated/parser_test: Pass, Slow # Issue 21628
analyzer/test/src/task/dart_test: Pass, Slow # Issue 21628
[ $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 == 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
[ $runtime == vm && $system == windows ]
analyzer/test/generated/all_the_rest_test: Fail # Issue 21772
[ $compiler == dartanalyzer || $compiler == dart2analyzer ]
compiler/samples/compile_loop/compile_loop: CompileTimeError # Issue 16524
[ $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.
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.
[ $runtime == vm && ($arch == simarm64 || $arch == simarm || $arch == simarmv5te || $arch == simmips || $arch == armv5te) ]
# Timeout. These are not unit tests. They do not run efficiently on our
# simulator or low-end devices.
*: Skip
[ $runtime == vm ]
# 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 ]
analysis_server/tool/spec/check_all_test: Crash # Invalid argument(s)
analyzer/test/cancelable_future_test: Crash # Invalid argument(s)
analyzer/test/enum_test: Crash # Invalid argument(s)
analyzer/test/file_system/memory_file_system_test: Crash # Invalid argument(s)
analyzer/test/file_system/physical_resource_provider_test: Crash # Invalid argument(s)
analyzer/test/file_system/resource_uri_resolver_test: Crash # Invalid argument(s)
analyzer/test/generated/all_the_rest_test: Crash # Invalid argument(s)
analyzer/test/generated/ast_test: Crash # Invalid argument(s)
analyzer/test/generated/compile_time_error_code_test: Crash # Invalid argument(s)
analyzer/test/generated/element_test: Crash # Invalid argument(s)
analyzer/test/generated/incremental_resolver_test: Crash # Invalid argument(s)
analyzer/test/generated/incremental_scanner_test: Crash # Invalid argument(s)
analyzer/test/generated/java_core_test: Crash # Invalid argument(s)
analyzer/test/generated/java_io_test: Crash # Invalid argument(s)
analyzer/test/generated/non_error_resolver_test: Crash # Invalid argument(s)
analyzer/test/generated/parser_test: Crash # Invalid argument(s)
analyzer/test/generated/resolver_test: Crash # Invalid argument(s)
analyzer/test/generated/scanner_test: Crash # Invalid argument(s)
analyzer/test/generated/static_type_warning_code_test: Crash # Invalid argument(s)
analyzer/test/generated/static_warning_code_test: Crash # Invalid argument(s)
analyzer/test/generated/type_system_test: Crash # Invalid argument(s)
analyzer/test/generated/utilities_test: Crash # Invalid argument(s)
analyzer/test/instrumentation/instrumentation_test: Crash # Invalid argument(s)
analyzer/test/parse_compilation_unit_test: Crash # Invalid argument(s)
analyzer/test/source/package_map_provider_test: Crash # Invalid argument(s)
analyzer/test/source/package_map_resolver_test: Crash # Invalid argument(s)
analyzer/test/src/context/cache_test: Crash # Invalid argument(s)
analyzer/test/src/context/context_test: Crash # Invalid argument(s)
analyzer/test/src/task/dart_test: Crash # Invalid argument(s)
analyzer/test/src/task/dart_work_manager_test: Crash # Invalid argument(s)
analyzer/test/src/task/driver_test: Crash # Invalid argument(s)
analyzer/test/src/task/general_test: Crash # Invalid argument(s)
analyzer/test/src/task/html_test: Crash # Invalid argument(s)
analyzer/test/src/task/html_work_manager_test: Crash # Invalid argument(s)
analyzer/test/src/task/incremental_element_builder_test: Crash # Invalid argument(s)
analyzer/test/src/task/inputs_test: Crash # Invalid argument(s)
analyzer/test/src/task/manager_test: Crash # Invalid argument(s)
analyzer/test/src/task/model_test: Crash # Invalid argument(s)
analyzer/test/src/util/asserts_test: Crash # Invalid argument(s)
analyzer/test/src/util/lru_map_test: Crash # Invalid argument(s)
fixnum/test/int_32_test: Crash # Invalid argument(s)
fixnum/test/int_64_test: Crash # Invalid argument(s)
typed_data/test/typed_buffers_test/01: Crash # Invalid argument(s)
typed_data/test/typed_buffers_test/none: Crash # Invalid argument(s)
typed_mock/test/typed_mock_test: Crash # Invalid argument(s)
analyzer/test/generated/source_factory_test : Crash # Invalid argument(s)
[ $compiler == dart2analyzer ]
analysis_server/test/analysis/get_errors_test: StaticWarning
analysis_server/test/analysis/get_hover_test: StaticWarning
analysis_server/test/analysis/notification_errors_test: StaticWarning
analysis_server/test/analysis/notification_highlights_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/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_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/refactoring_test: StaticWarning
analysis_server/test/edit/sort_members_test: StaticWarning
analysis_server/test/operation/operation_queue_test: StaticWarning
analysis_server/test/operation/operation_test: StaticWarning
analysis_server/test/protocol_server_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/services/completion/arglist_contributor_test: StaticWarning
analysis_server/test/services/completion/combinator_contributor_test: StaticWarning
analysis_server/test/services/completion/common_usage_computer_test: StaticWarning
analysis_server/test/services/completion/completion_computer_test: StaticWarning
analysis_server/test/services/completion/completion_manager_test: StaticWarning
analysis_server/test/services/completion/completion_target_test: StaticWarning
ng
analysis_server/test/services/completion/imported_reference_contributor_test: StaticWarning
analysis_server/test/services/completion/import_uri_contributor_test: StaticWarning
analysis_server/test/services/completion/keyword_contributor_test: StaticWarning
analysis_server/test/services/completion/local_declaration_visitor_test: StaticWarning
analysis_server/test/services/completion/local_reference_contributor_test: StaticWarning
analysis_server/test/services/completion/optype_test: StaticWarning
analysis_server/test/services/completion/prefixed_element_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/name_suggestion_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/dependencies/library_dependencies_test: StaticWarning
analysis_server/test/services/index/dart_index_contributor_test: StaticWarning
analysis_server/test/services/index/local_file_index_test: StaticWarning
analysis_server/test/services/index/local_index_test: StaticWarning
analysis_server/test/services/index/store/codec_test: StaticWarning
analysis_server/test/services/index/store/split_store_test: StaticWarning
analysis_server/test/services/index/store/temporary_folder_file_manager_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_engine_test: StaticWarning
analysis_server/test/socket_server_test: StaticWarning
analysis_server/test/source/caching_put_package_map_provider_test: StaticWarning
analysis_server/test/source/optimizing_pub_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
analyzer/test/enum_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/ast_test: StaticWarning
analyzer/test/generated/compile_time_error_code_test: StaticWarning
analyzer/test/generated/element_test: StaticWarning
analyzer/test/generated/engine_test: StaticWarning
analyzer/test/generated/incremental_resolver_test: StaticWarning
analyzer/test/generated/incremental_scanner_test: StaticWarning
analyzer/test/generated/non_error_resolver_test: StaticWarning
analyzer/test/generated/parser_test: StaticWarning
analyzer/test/generated/resolver_test: StaticWarning
analyzer/test/generated/scanner_test: StaticWarning
analyzer/test/generated/source_factory_test: StaticWarning
analyzer/test/generated/static_type_warning_code_test: StaticWarning
analyzer/test/generated/static_warning_code_test: StaticWarning
analyzer/test/generated/type_system_test: StaticWarning
analyzer/test/generated/utilities_test: StaticWarning
analyzer/test/instrumentation/instrumentation_test: StaticWarning
analyzer/test/parse_compilation_unit_test: StaticWarning
analyzer/test/source/package_map_provider_test: StaticWarning
analyzer/test/source/package_map_resolver_test: StaticWarning
analyzer/test/src/context/cache_test: StaticWarning
analyzer/test/src/context/context_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/task/task_dart_test: StaticWarning