7a0d9455e4
When the CFE compiles an application as a whole (reads in all source code), the interface targets to members of mixin applications are the original mixin classes. When the CFE compiles an application modularly (dependencies are supplied as kernel files), the interface targets to members of mixin applications are the copied members in the mixin application classes. This slight difference does not surface in any test failures. Yet if we start running our AOT kernel pipeline, we will deduplicate the mixin application classes. This leaves dangling references (with no target). The C++ AOT compiler, `gen_snapshot`, will crash if it hits any of those. Issue https://github.com/dart-lang/sdk/issues/39375 Change-Id: I17a57370a87cfbdc174829c2e68ecdb7c4a9757e Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/124993 Commit-Queue: Martin Kustermann <kustermann@google.com> Reviewed-by: Alexander Markov <alexmarkov@google.com> Reviewed-by: Johnni Winther <johnniwinther@google.com> Reviewed-by: Samir Jindel <sjindel@google.com>
232 lines
11 KiB
Plaintext
232 lines
11 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
|
|
analyzer/test/generated/compile_time_error_code_driver_test: Slow
|
|
analyzer/test/generated/compile_time_error_code_kernel_test: Slow
|
|
analyzer/test/generated/compile_time_error_code_test: Slow
|
|
analyzer/test/generated/hint_code_kernel_test: Slow
|
|
analyzer/test/generated/non_error_resolver_driver_test: Slow
|
|
analyzer/test/generated/non_error_resolver_kernel_test: Slow
|
|
analyzer/test/generated/non_hint_code_kernel_test: Slow
|
|
analyzer/test/generated/static_type_warning_code_kernel_test: Slow
|
|
analyzer/test/generated/static_warning_code_driver_test: Slow
|
|
analyzer/test/generated/static_warning_code_kernel_test: Slow
|
|
analyzer/test/generated/strong_mode_kernel_test: Slow
|
|
analyzer/test/src/dart/analysis/driver_kernel_test: Slow
|
|
analyzer/test/src/summary/resynthesize_kernel_test: Slow
|
|
analyzer/test/src/task/strong/checker_test: Slow
|
|
analyzer_plugin/test/plugin/folding_mixin_test: Slow
|
|
dev_compiler/test/modular/*: Slow
|
|
dev_compiler/test/options/*: Skip # test needs fixes
|
|
dev_compiler/test/sourcemap/*: SkipByDesign # Skip sourcemap tests
|
|
dev_compiler/test/sourcemap/testfiles/*: SkipByDesign # Skip dev_compiler codegen tests
|
|
dev_compiler/test/worker/*: Skip # test needs fixes
|
|
front_end/test/fasta/analyze_test: Pass, Slow
|
|
front_end/test/fasta/ast_builder_test: Pass, Slow
|
|
front_end/test/fasta/bootstrap_test: Pass, Slow
|
|
front_end/test/fasta/fast_legacy_test: Pass, Slow
|
|
front_end/test/fasta/fast_strong_test: Pass, Slow
|
|
front_end/test/fasta/legacy_test: Pass, ExtraSlow
|
|
front_end/test/fasta/outline_test: Pass, Slow
|
|
front_end/test/fasta/rasta/*: SkipByDesign # Anything in rasta is input to fasta unit tests and shouldn't be run as tests.
|
|
front_end/test/fasta/sdk_test: SkipByDesign # sdk_test would take too long to complete, and should be run in a different way.
|
|
front_end/test/fasta/shaker_test: Skip # Issue http://dartbug.com/32531
|
|
front_end/test/fasta/strong1_test: Pass, ExtraSlow
|
|
front_end/test/fasta/strong2_test: Pass, ExtraSlow
|
|
front_end/test/fasta/strong3_test: Pass, ExtraSlow
|
|
front_end/test/fasta/strong4_test: Pass, ExtraSlow
|
|
front_end/test/fasta/text_serialization_test: Pass, ExtraSlow
|
|
front_end/test/fasta/types/dart2js_benchmark_test: Pass, Slow
|
|
front_end/test/fasta/types/large_app_benchmark_test: Pass, ExtraSlow
|
|
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
|
|
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
|
|
vm/testcases/*: SkipByDesign # These are not tests but input for tests.
|
|
|
|
[ $compiler == dart2analyzer ]
|
|
dev_compiler/test/options/*: SkipByDesign
|
|
testing/test/dart_sdk_negative_test: SkipByDesign
|
|
|
|
[ $compiler != dart2analyzer ]
|
|
analyzer/test/src/summary/summarize_fasta_test: Slow
|
|
|
|
[ $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.
|
|
analysis_server/tool/*: SkipByDesign # Only meant to run on vm
|
|
analysis_server_client/test/live_test: SkipByDesign # Only meant to run on vm
|
|
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
|
|
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
|
|
front_end/tool/*: SkipByDesign # Only meant to run on vm
|
|
modular_test/test/memory_pipeline_test: Slow
|
|
modular_test/test/validate_pipeline_test: Slow
|
|
modular_test/test/validate_suite_test: Slow
|
|
nnbd_migration/test/*: SkipByDesign # Uses mirrors
|
|
smith/test/*: SkipByDesign # Only meant to run on vm
|
|
status_file/test/normalize_test: SkipByDesign # Uses dart:io
|
|
status_file/test/parse_and_normalize_test: SkipByDesign # Uses dart:io
|
|
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
|
|
|
|
[ $runtime == dart_precompiled ]
|
|
*: SkipByDesign # The pkg test framework imports dart:mirrors.
|
|
|
|
[ $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/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
|
|
analysis_server/test/services/completion/dart/local_reference_contributor_test: Slow
|
|
analysis_server/test/services/completion/dart/type_member_contributor_test: Slow
|
|
analysis_server/test/services/correction/assist_test: Slow
|
|
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/generated/hint_code_driver_test: Slow
|
|
analyzer/test/generated/non_error_resolver_kernel_test: Slow
|
|
analyzer/test/generated/strong_mode_driver_test: Slow
|
|
analyzer/test/src/dart/analysis/driver_resolution_kernel_test: Slow
|
|
analyzer/test/src/dart/analysis/driver_test: Slow
|
|
analyzer/test/src/summary/resynthesize_ast_test: Slow
|
|
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
|
|
mutation_observer: Skip # Skip tests on the VM if the package depends on dart:html
|
|
|
|
[ $runtime != vm ]
|
|
dev_compiler/test/options/*: SkipByDesign
|
|
front_end/test/hot_reload_e2e_test: Skip
|
|
frontend_server/test/*: SkipByDesign # Only meant to run on vm
|
|
vm/test/*: SkipByDesign # Only meant to run on vm
|
|
vm_service/test/*: SkipByDesign # Uses dart:io
|
|
|
|
[ $system == windows ]
|
|
analysis_server/test/integration/analysis/get_errors_nonStandard_sdk_test: Skip
|
|
front_end/test/fasta/ast_builder_test: Pass, Slow, Timeout
|
|
front_end/test/fasta/bootstrap_test: Skip # Issue 31902
|
|
front_end/test/fasta/strong_test: Pass, Slow, Timeout
|
|
front_end/test/fasta/text_serialization_test: Pass, Slow, Timeout
|
|
front_end/test/incremental_dart2js_load_from_dill_test: Pass, Slow
|
|
front_end/test/whole_program_test: Skip # Issue 31902
|
|
|
|
[ $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.
|
|
analyzer/tool/summary/check_test: SkipByDesign # Uses dart:io.
|
|
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
|
|
kernel/test/*: SkipByDesign # Uses dart:io and bigints.
|
|
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
|
|
|
|
[ $jscl ]
|
|
kernel/test/*: SkipByDesign # Uses dart:io and bigints.
|
|
|
|
[ $arch == x64 && $runtime == vm && $system == windows && $checked ]
|
|
analyzer/test/src/task/strong/inferred_type_test: Slow
|
|
|
|
[ $builder_tag != dart2js_analyzer && $compiler == dart2js ]
|
|
analysis_server/test/*: Skip # Issue 26813
|
|
analyzer/test/*: Skip # Issue 26813
|
|
analyzer/tool/*: Skip # Issue 26813
|
|
|
|
[ $compiler != dart2analyzer && $runtime != vm ]
|
|
dev_compiler/test/*: Skip
|
|
modular_test/test/find_sdk_root1_test: SkipByDesign
|
|
modular_test/test/io_pipeline_test: SkipByDesign
|
|
modular_test/test/loader/loader_test: SkipByDesign
|
|
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: Slow # Issue 22896
|
|
|
|
[ $compiler == dart2js && $runtime == d8 ]
|
|
front_end/test/src/base/uri_resolver_test: SkipByDesign # Relies on access to file system
|
|
|
|
[ $compiler == dart2js && $runtime != d8 ]
|
|
front_end/test/mixin_export_test: RuntimeError # Issue 30576
|
|
|
|
[ $compiler == dart2js && $browser ]
|
|
crypto/test/sha1_test: Slow
|
|
crypto/test/sha256_test: Slow
|
|
|
|
[ $compiler == dart2js && $checked ]
|
|
crypto/test/base64_test: Slow
|
|
|
|
[ $compiler == dart2js && $csp ]
|
|
mutation_observer: Skip # This test cannot run under CSP because it is injecting a JavaScript polyfill
|
|
|
|
[ $compiler == dart2js && $host_checked ]
|
|
js_ast/test/printer_callback_test: Slow, Pass
|
|
js_ast/test/string_escape_test: Slow, Pass
|
|
|
|
[ $compiler == dart2js && ($runtime == chrome || $runtime == ff) ]
|
|
async/test/stream_zip_test: SkipSlow # Times out. Issue 22050
|
|
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/src/plugin/plugin_manager_test: Slow # Issue 34231
|
|
analyzer/test/src/task/strong/checker_test: Slow
|
|
analyzer/tool/task_dependency_graph/check_test: Slow
|
|
|
|
[ $runtime == vm && $system == windows && $checked ]
|
|
front_end/tool/perf_test: Slow, Pass
|
|
|
|
[ $runtime == vm && $checked ]
|
|
analysis_server/test/completion_test: Slow
|
|
analysis_server/test/integration/edit/sort_members_test: Slow
|
|
analysis_server/test/services/correction/fix_test: Slow
|
|
analysis_server/test/socket_server_test: Skip # Pass, Slow
|
|
analyzer/test/generated/non_error_resolver_kernel_test: Slow
|
|
analyzer/test/src/summary/resynthesize_ast_test: Slow
|
|
analyzer/test/src/task/strong/front_end_inference_test: Slow
|
|
|
|
# Timeout. These tests do not run efficiently on our simulator or low-end
|
|
# devices.
|
|
[ $runtime == vm && ($arch == armv6 || $arch == simarm || $arch == simarm64 || $arch == simarmv6) ]
|
|
*: Skip
|
|
|
|
[ $arch != x64 || $compiler != none || $mode != release || $runtime != vm ]
|
|
front_end/test/whole_program_test: SkipByDesign
|
|
|
|
[ $mode == debug || $runtime != vm || $system == android ]
|
|
vm/test/modular_kernel_plus_aot_test: SkipByDesign # This test should only run if binary is run from build dir
|
|
|
|
[ $mode != release || $runtime != vm ]
|
|
front_end/test/fasta/*: Skip
|
|
front_end/tool/_fasta/*: Skip
|
|
|
|
[ $mode != release || $runtime != vm || $system == windows ]
|
|
kernel/test/closures_test: Skip
|