From f2789f74fc8baf04a4bbdc7c3eada017549fd087 Mon Sep 17 00:00:00 2001 From: Karl Klose Date: Wed, 4 Sep 2019 07:18:51 +0000 Subject: [PATCH] [infra] Remove non-essential test expectations with comments from pkg status file Change-Id: I8e5d565cf92491c486d1210455837adeb317c6b5 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/114856 Commit-Queue: Karl Klose Reviewed-by: Alexander Thomas --- pkg/pkg.status | 33 +++------------------------------ 1 file changed, 3 insertions(+), 30 deletions(-) diff --git a/pkg/pkg.status b/pkg/pkg.status index 5e7d823d314..47913ba30ef 100644 --- a/pkg/pkg.status +++ b/pkg/pkg.status @@ -50,7 +50,7 @@ front_end/test/minimal_incremental_kernel_generator_test: Slow, Pass front_end/test/whole_program_test: Slow, Pass front_end/testcases/*: Skip # These are not tests but input for tests. front_end/tool/incremental_perf_test: Slow, Pass -kernel/test/closures_test: Slow, Pass +kernel/test/closures_test: Slow kernel/testcases/*: Skip # These are not tests but input for tests. vm/test/frontend_server_test: Slow vm/test/transformations/type_flow/transformer_test: Slow @@ -71,12 +71,6 @@ analyzer_cli/test/*: SkipByDesign # Only meant to run on vm analyzer_plugin/test/*: SkipByDesign # Only meant to run on vm analyzer_plugin/tool/*: SkipByDesign # Only meant to run on vm build_integration/test/*: SkipByDesign # Only meant to run on vm, most use dart:mirrors and dart:io -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 dartfix/test/*: SkipByDesign # Only meant to run on vm front_end/test/*: SkipByDesign # Only meant to run on vm, most use dart:mirrors and dart:io @@ -89,23 +83,15 @@ status_file/test/repo_status_files_test: SkipByDesign # Uses dart:io telemetry/test/*: SkipByDesign # Only meant to run on vm test_runner/test/*: SkipByDesign # Only meant to run on vm testing/*: SkipByDesign # Only meant to run on vm -typed_data/test/typed_buffers_test/01: Fail # Not supporting Int64List, Uint64List. [ $runtime == dart_precompiled ] *: SkipByDesign # The pkg test framework imports dart:mirrors. -[ $runtime == jsshell ] -async/test/stream_zip_test: RuntimeError, OK # Issue 26103. Timers are not supported. -front_end/test/*: RuntimeError, OK, Pass # Issue 26103. Timers are not supported. -kernel/test/*: RuntimeError, OK # Issue 26103. Timers are not supported. - [ $runtime == vm ] analysis_server/test/benchmarks_test: Slow analysis_server/test/domain_completion_test: Slow analysis_server/test/edit/refactoring_test: Slow analysis_server/test/integration/*: Slow -analysis_server/test/integration/analysis/package_root_test: Pass, RuntimeError # Issue 33382 -analysis_server/test/integration/search/find_top_level_declarations_test: Pass, RuntimeError # 31571 analysis_server/test/services/completion/dart/imported_reference_contributor_test: Slow analysis_server/test/services/completion/dart/keyword_contributor_test: Slow analysis_server/test/services/completion/dart/local_constructor_contributor_test: Slow @@ -116,7 +102,6 @@ analysis_server/test/services/refactoring/extract_method_test: Slow analysis_server/test/services/refactoring/inline_method_test: Slow analysis_server/test/socket_server_test: Skip # Pass, Slow analysis_server/test/src/plugin/plugin_manager_test: Slow -analyzer/test/file_system/physical_resource_provider_watch_test: Pass, Fail # Issue 25472 analyzer/test/generated/hint_code_driver_test: Slow analyzer/test/generated/non_error_resolver_kernel_test: Slow analyzer/test/generated/strong_mode_driver_test: Slow @@ -127,7 +112,6 @@ analyzer/test/src/task/strong/front_end_inference_test: Slow analyzer/test/src/task/strong/inferred_type_test: Slow analyzer_plugin/test/src/utilities/change_builder/change_builder_dart_test: Slow analyzer_plugin/test/src/utilities/completion/optype_test: Slow -dartfix/test/src/driver_test: RuntimeError # dartbug.com/35478 mutation_observer: Skip # Skip tests on the VM if the package depends on dart:html [ $runtime != vm ] @@ -136,9 +120,6 @@ front_end/test/hot_reload_e2e_test: Skip vm/test/*: SkipByDesign # Only meant to run on vm vm_service/test/*: SkipByDesign # Uses dart:io -[ $system == linux ] -analysis_server/test/integration/analysis/package_root_test: Pass, RuntimeError # Issue 33382 - [ $system == windows ] analysis_server/test/integration/analysis/get_errors_nonStandard_sdk_test: Skip front_end/test/fasta/ast_builder_test: Pass, Slow, Timeout @@ -158,9 +139,7 @@ analyzer/tool/task_dependency_graph/check_test: SkipByDesign # Uses dart:io. analyzer_cli/*: 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. kernel/test/*: SkipByDesign # Uses dart:io and bigints. -observe/test/transformer_test: Fail, OK # Uses dart:io. observe/test/unique_message_test: SkipByDesign # Uses dart:io. status_file/*: SkipByDesign # Only meant to run on the standalone VM. testing/test/analyze_test: SkipByDesign @@ -168,10 +147,6 @@ testing/test/analyze_test: SkipByDesign [ $jscl ] kernel/test/*: SkipByDesign # Uses dart:io and bigints. -[ !$preview_dart_2 ] -dev_compiler/*: SkipByDesign # uses Dart 2. -smith/test/*: Skip # Uses optional new. - [ $arch == x64 && $runtime == vm && $system == windows && $checked ] analyzer/test/src/task/strong/inferred_type_test: Slow @@ -189,7 +164,7 @@ modular_test/test/specification_parser_test: SkipByDesign modular_test/test/src/find_sdk_root2_test: SkipByDesign [ $compiler == dart2js && $runtime == chrome && $system == macos ] -third_party/di_tests/di_test: Pass, Slow # Issue 22896 +third_party/di_tests/di_test: Slow # Issue 22896 [ $compiler == dart2js && $runtime == d8 ] front_end/test/src/base/uri_resolver_test: SkipByDesign # Relies on access to file system @@ -213,9 +188,7 @@ collection/test/unmodifiable_collection_test: SkipSlow # Times out. Issue 22050 [ $runtime == vm && $system == windows ] analysis_server/test/analysis/get_errors_test: Skip # runtime error, Issue 22180 -analysis_server/test/benchmarks_test: RuntimeError # Issue 32355 -analysis_server/test/src/plugin/plugin_manager_test: Pass, Slow, RuntimeError # Issue 34231 -analyzer/test/generated/non_error_resolver_kernel_test: RuntimeError # Issue 30785 +analysis_server/test/src/plugin/plugin_manager_test: Slow # Issue 34231 analyzer/test/src/task/strong/checker_test: Slow analyzer/tool/task_dependency_graph/check_test: Slow