0dc324a68d
This reverts commit 2a3f00a179.
Reason for revert: SIMARM bots are timing out.
Original change's description:
> [VM] Enable --limit-ints-to-64-bits in Dart 2.0 precompiler, v2.
>
> * Enable --limit-ints-to-64-bits for CFE when it is used to generate
> kernel for VM as CFE relies on int.parse being able to parse correct
> literals and reject incorrect.
>
> * Pass --limit-ints-to-64-bits to gen_kernel via environment
> variable to support batch mode compilation.
>
> * Use current Dart SDK instead of checked-in Dart SDK to run CFE
> in gen_kernel as checked-in Dart SDK is old and it doesn't have
> int.parse fix yet.
>
> Issue: https://github.com/dart-lang/sdk/issues/31339
> Change-Id: Iaba2a7945a3faa9427f9aab1e9f2b907fa2246a3
> Reviewed-on: https://dart-review.googlesource.com/29941
> Commit-Queue: Alexander Markov <alexmarkov@google.com>
> Reviewed-by: Martin Kustermann <kustermann@google.com>
TBR=vegorov@google.com,kustermann@google.com,alexmarkov@google.com,zra@google.com,asiva@google.com
Change-Id: Iecf26953bc6ae95c3bf0d1142bb89fb51cb0aaee
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Issue: https://github.com/dart-lang/sdk/issues/31339
Reviewed-on: https://dart-review.googlesource.com/30440
Reviewed-by: Vyacheslav Egorov <vegorov@google.com>
Commit-Queue: Vyacheslav Egorov <vegorov@google.com>
489 lines
28 KiB
Plaintext
489 lines
28 KiB
Plaintext
# Copyright (c) 2017, 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.
|
|
# Sections in this file should contain "$compiler == dartk" or
|
|
# "$compiler == dartkp".
|
|
#
|
|
# Note: Sections in this file are normalized so we can update them with
|
|
# automated tools. Please add any new status lines affecting those two compilers
|
|
# in the existing sections, if possible keep the alphabetic ordering. If we are
|
|
# missing a section you need, please reach out to sigmund@ to see the best way
|
|
# to add them.
|
|
|
|
[ $compiler == dartkp ]
|
|
typed_data/int32x4_arithmetic_test/int64: CompileTimeError # Issue 31339
|
|
|
|
[ $arch == x64 && $compiler == dartk && $mode == debug && $runtime == vm && $strong ]
|
|
mirrors/invocation_fuzz_test: Skip # Because it times out, issue 29439.
|
|
mirrors/variable_is_const_test/01: Crash
|
|
|
|
[ $compiler == dartk && $mode == debug && $runtime == vm && $strong ]
|
|
isolate/isolate_complex_messages_test: Crash
|
|
isolate/static_function_test: Skip # Flaky (https://github.com/dart-lang/sdk/issues/30063).
|
|
mirrors/other_declarations_location_test: Crash # assertion error, TypeParameter not having position.
|
|
|
|
[ $compiler == dartk && $runtime == vm && $checked && $strong ]
|
|
mirrors/invocation_fuzz_test/smi: Crash
|
|
mirrors/redirecting_factory_different_type_test/01: Crash # Issue 28424
|
|
mirrors/redirecting_factory_different_type_test/none: Crash # Issue 28424
|
|
mirrors/reflected_type_generics_test/02: Pass
|
|
|
|
# ===== dartk + vm status lines =====
|
|
[ $compiler == dartk && $runtime == vm && $strong ]
|
|
async/async_await_sync_completer_test: RuntimeError
|
|
async/future_or_only_in_async_test/00: MissingCompileTimeError
|
|
async/future_or_strong_test: RuntimeError
|
|
async/slow_consumer2_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
async/slow_consumer3_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
async/slow_consumer_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
async/stream_controller_async_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
async/stream_from_iterable_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
async/stream_join_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
async/stream_subscription_as_future_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
async/timer_cancel2_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
async/timer_cancel_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
async/timer_isActive_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
async/timer_not_available_test: RuntimeError
|
|
async/timer_repeat_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
async/zone_run_unary_test: CompileTimeError # Issue 31537
|
|
convert/streamed_conversion_json_utf8_decode_test: Pass, Slow # Infrequent timeouts.
|
|
html/*: SkipByDesign # dart:html not supported on VM.
|
|
isolate/compile_time_error_test/01: MissingCompileTimeError
|
|
isolate/count_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
isolate/cross_isolate_message_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
isolate/deferred_in_isolate2_test: Skip # Times out. Deferred loading kernel issue 28335.
|
|
isolate/deferred_in_isolate_test: Skip # Times out. Deferred loading kernel issue 28335.
|
|
isolate/error_at_spawnuri_test: RuntimeError # Issue 31402 (Return and yield statements)
|
|
isolate/error_exit_at_spawnuri_test: RuntimeError # Issue 31402 (Return and yield statements)
|
|
isolate/exit_at_spawnuri_test: RuntimeError # Issue 31402 (Return and yield statements)
|
|
isolate/handle_error2_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
isolate/handle_error3_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
isolate/illegal_msg_function_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
isolate/illegal_msg_mirror_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
isolate/isolate_current_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
isolate/issue_21398_parent_isolate1_test: RuntimeError # Issue 31402 (List literal)
|
|
isolate/issue_21398_parent_isolate2_test/01: Skip # Times out. Deferred loading kernel issue 28335.
|
|
isolate/issue_21398_parent_isolate_test: RuntimeError # Issue 31402 (Return and yield statements)
|
|
isolate/kill_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
isolate/mandel_isolate_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
isolate/message2_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
isolate/message3_test/byteBuffer: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
isolate/message3_test/constInstance: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
isolate/message3_test/constList: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
isolate/message3_test/constList_identical: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
isolate/message3_test/constMap: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
isolate/message3_test/fun: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
isolate/message3_test/int32x4: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
isolate/message3_test/none: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
isolate/message_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
isolate/mint_maker_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
isolate/nested_spawn2_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
isolate/nested_spawn_test: RuntimeError # Issue 31402 (Invocation arguments)
|
|
isolate/ping_pause_test: Pass, Timeout
|
|
isolate/raw_port_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
isolate/request_reply_test: RuntimeError # Issue 31402 (Invocation arguments)
|
|
isolate/spawn_function_custom_class_test: RuntimeError # Issue 31402 (Invocation arguments)
|
|
isolate/spawn_function_test: RuntimeError # Issue 31402 (Invocation arguments)
|
|
isolate/spawn_uri_exported_main_test: RuntimeError # Issue 31402 (Return and yield statements)
|
|
isolate/spawn_uri_multi_test/none: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
isolate/spawn_uri_nested_vm_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
isolate/spawn_uri_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
isolate/spawn_uri_vm_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
isolate/static_function_test: RuntimeError # Issue 31402 (Invocation arguments)
|
|
isolate/typed_message_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
isolate/unresolved_ports_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
js/datetime_roundtrip_test: CompileTimeError
|
|
js/null_test: CompileTimeError
|
|
js/prototype_access_test: CompileTimeError
|
|
mirrors/abstract_class_test: RuntimeError
|
|
mirrors/abstract_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
mirrors/class_declarations_test/01: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
mirrors/class_declarations_test/none: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
mirrors/class_mirror_location_test: RuntimeError
|
|
mirrors/closures_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
mirrors/constructor_kinds_test/01: RuntimeError
|
|
mirrors/constructor_kinds_test/none: RuntimeError
|
|
mirrors/constructor_optional_args_test: CompileTimeError
|
|
mirrors/constructor_optional_args_test: Crash # Issue 29201
|
|
mirrors/constructor_private_name_test: RuntimeError
|
|
mirrors/constructors_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
mirrors/dart2js_mirrors_test: CompileTimeError # Issue 31537
|
|
mirrors/deferred_mirrors_metadata_test: CompileTimeError # Deferred loading kernel issue 28335.
|
|
mirrors/deferred_mirrors_metadata_test: RuntimeError
|
|
mirrors/deferred_mirrors_metatarget_test: CompileTimeError # Deferred loading kernel issue 28335.
|
|
mirrors/deferred_mirrors_metatarget_test: RuntimeError
|
|
mirrors/deferred_mirrors_test: Crash
|
|
mirrors/deferred_mirrors_update_test: CompileTimeError # Deferred loading kernel issue 28335.
|
|
mirrors/deferred_mirrors_update_test: RuntimeError
|
|
mirrors/deferred_type_test: CompileTimeError
|
|
mirrors/deferred_type_test: RuntimeError
|
|
mirrors/empty_test: Crash
|
|
mirrors/empty_test: RuntimeError
|
|
mirrors/enum_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
mirrors/equality_test: RuntimeError
|
|
mirrors/fake_function_without_call_test: RuntimeError
|
|
mirrors/function_type_mirror_test: RuntimeError
|
|
mirrors/generic_bounded_by_type_parameter_test/02: MissingCompileTimeError
|
|
mirrors/generic_bounded_test/01: MissingCompileTimeError
|
|
mirrors/generic_bounded_test/02: MissingCompileTimeError
|
|
mirrors/generic_class_declaration_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
mirrors/generic_f_bounded_mixin_application_test: RuntimeError
|
|
mirrors/generic_function_typedef_test: RuntimeError
|
|
mirrors/generic_interface_test/01: MissingCompileTimeError
|
|
mirrors/generic_interface_test/01: RuntimeError
|
|
mirrors/generic_interface_test/none: RuntimeError
|
|
mirrors/generic_mixin_applications_test: RuntimeError
|
|
mirrors/generic_mixin_test: RuntimeError
|
|
mirrors/generics_double_substitution_test/01: RuntimeError
|
|
mirrors/generics_double_substitution_test/none: RuntimeError
|
|
mirrors/generics_dynamic_test: RuntimeError
|
|
mirrors/generics_substitution_test: RuntimeError
|
|
mirrors/generics_test/01: MissingCompileTimeError
|
|
mirrors/generics_test/none: RuntimeError
|
|
mirrors/hot_get_field_test: RuntimeError
|
|
mirrors/hot_set_field_test: RuntimeError
|
|
mirrors/inherit_field_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
mirrors/intercepted_class_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
mirrors/intercepted_object_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
mirrors/invocation_fuzz_test/emptyarray: Crash
|
|
mirrors/invocation_fuzz_test/false: Crash
|
|
mirrors/invocation_fuzz_test/none: Crash
|
|
mirrors/invocation_fuzz_test/smi: RuntimeError
|
|
mirrors/invocation_fuzz_test/string: Crash
|
|
mirrors/invoke_private_test: RuntimeError
|
|
mirrors/invoke_private_wrong_library_test: RuntimeError
|
|
mirrors/invoke_throws_test: Crash
|
|
mirrors/invoke_throws_test: RuntimeError
|
|
mirrors/lazy_static_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
mirrors/library_declarations_test/01: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
mirrors/library_declarations_test/none: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
mirrors/library_enumeration_deferred_loading_test: CompileTimeError # Deferred loading kernel issue 28335.
|
|
mirrors/library_enumeration_deferred_loading_test: RuntimeError
|
|
mirrors/library_exports_hidden_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
mirrors/library_exports_hidden_test: RuntimeError, Crash
|
|
mirrors/library_exports_shown_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
mirrors/library_exports_shown_test: RuntimeError
|
|
mirrors/library_import_deferred_loading_test: CompileTimeError # Deferred loading kernel issue 28335.
|
|
mirrors/library_imports_bad_metadata_test/none: Crash
|
|
mirrors/library_imports_deferred_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
mirrors/library_imports_deferred_test: RuntimeError
|
|
mirrors/library_imports_hidden_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
mirrors/library_imports_hidden_test: RuntimeError
|
|
mirrors/library_imports_metadata_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
mirrors/library_imports_metadata_test: RuntimeError
|
|
mirrors/library_imports_prefixed_show_hide_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
mirrors/library_imports_prefixed_show_hide_test: RuntimeError
|
|
mirrors/library_imports_prefixed_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
mirrors/library_imports_prefixed_test: RuntimeError
|
|
mirrors/library_imports_shown_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
mirrors/library_imports_shown_test: RuntimeError
|
|
mirrors/library_metadata_test: RuntimeError
|
|
mirrors/list_constructor_test/01: Crash
|
|
mirrors/list_constructor_test/01: RuntimeError
|
|
mirrors/list_constructor_test/none: Crash
|
|
mirrors/list_constructor_test/none: RuntimeError
|
|
mirrors/load_library_test: Crash
|
|
mirrors/load_library_test: RuntimeError
|
|
mirrors/metadata_allowed_values_test/13: MissingCompileTimeError
|
|
mirrors/metadata_allowed_values_test/14: MissingCompileTimeError
|
|
mirrors/metadata_allowed_values_test/16: Skip # Flaky, crashes.
|
|
mirrors/metadata_constructed_constant_test: Crash
|
|
mirrors/metadata_constructed_constant_test: RuntimeError
|
|
mirrors/metadata_scope_test/none: RuntimeError
|
|
mirrors/method_mirror_location_test: RuntimeError
|
|
mirrors/method_mirror_name_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
mirrors/method_mirror_source_line_ending_test: Crash
|
|
mirrors/method_mirror_source_test: Crash
|
|
mirrors/mirrors_nsm_mismatch_test: CompileTimeError # Issue 31533
|
|
mirrors/mirrors_nsm_test/dart2js: CompileTimeError # Issue 31533
|
|
mirrors/mirrors_nsm_test/none: CompileTimeError # Issue 31533
|
|
mirrors/mirrors_reader_test: Crash
|
|
mirrors/mirrors_test: CompileTimeError # Issue 31537
|
|
mirrors/mirrors_used*: SkipByDesign # Invalid tests. MirrorsUsed does not have a specification, and dart:mirrors is not required to hide declarations that are not covered by any MirrorsUsed annotation.
|
|
mirrors/mirrors_used_inheritance_test: RuntimeError
|
|
mirrors/mirrors_used_typedef_declaration_test/01: RuntimeError
|
|
mirrors/mirrors_used_typedef_declaration_test/none: RuntimeError
|
|
mirrors/mixin_application_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
mirrors/mixin_members_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
mirrors/mixin_simple_test: RuntimeError
|
|
mirrors/mixin_test: RuntimeError
|
|
mirrors/native_class_test: SkipByDesign # Imports dart:html
|
|
mirrors/no_metadata_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
mirrors/operator_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
mirrors/other_declarations_location_test: RuntimeError
|
|
mirrors/parameter_annotation_mirror_test: RuntimeError
|
|
mirrors/parameter_metadata_test: Crash
|
|
mirrors/parameter_metadata_test: RuntimeError
|
|
mirrors/parameter_of_mixin_app_constructor_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
mirrors/parameter_test/01: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
mirrors/parameter_test/none: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
mirrors/private_class_field_test: RuntimeError
|
|
mirrors/private_field_test: RuntimeError
|
|
mirrors/private_symbol_test: RuntimeError
|
|
mirrors/private_types_test: RuntimeError
|
|
mirrors/redirecting_factory_different_type_test/01: Crash
|
|
mirrors/redirecting_factory_different_type_test/01: MissingCompileTimeError
|
|
mirrors/redirecting_factory_different_type_test/02: Crash
|
|
mirrors/redirecting_factory_different_type_test/none: Crash
|
|
mirrors/redirecting_factory_test/01: Crash
|
|
mirrors/redirecting_factory_test/02: Crash
|
|
mirrors/redirecting_factory_test/none: Crash
|
|
mirrors/reflect_class_test/none: RuntimeError
|
|
mirrors/reflect_model_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
mirrors/reflected_type_classes_test/01: RuntimeError
|
|
mirrors/reflected_type_function_type_test: RuntimeError
|
|
mirrors/reflected_type_generics_test/01: RuntimeError
|
|
mirrors/reflected_type_generics_test/02: RuntimeError
|
|
mirrors/reflected_type_test/01: RuntimeError
|
|
mirrors/reflected_type_typedefs_test: RuntimeError
|
|
mirrors/reflected_type_typevars_test: RuntimeError
|
|
mirrors/regress_26187_test: RuntimeError
|
|
mirrors/relation_assignable_test: RuntimeError
|
|
mirrors/relation_subclass_test: CompileTimeError # Issue 31533
|
|
mirrors/relation_subtype_test: RuntimeError
|
|
mirrors/repeated_private_anon_mixin_app_test: RuntimeError
|
|
mirrors/return_type_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
mirrors/static_members_easier_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
mirrors/static_members_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
mirrors/static_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
mirrors/symbol_validation_test/01: CompileTimeError # Issue 31537
|
|
mirrors/symbol_validation_test/none: CompileTimeError # Issue 31537
|
|
mirrors/synthetic_accessor_properties_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
mirrors/type_variable_is_static_test: RuntimeError
|
|
mirrors/type_variable_owner_test/01: RuntimeError
|
|
mirrors/typearguments_mirror_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
mirrors/typedef_deferred_library_test: CompileTimeError # Deferred loading kernel issue 28335.
|
|
mirrors/typedef_deferred_library_test: RuntimeError
|
|
mirrors/typedef_in_signature_test: RuntimeError
|
|
mirrors/typedef_library_test: RuntimeError
|
|
mirrors/typedef_metadata_test: RuntimeError
|
|
mirrors/typedef_reflected_type_test/01: RuntimeError
|
|
mirrors/typedef_reflected_type_test/none: RuntimeError
|
|
mirrors/typedef_test: RuntimeError
|
|
mirrors/typevariable_mirror_metadata_test: RuntimeError
|
|
mirrors/variable_is_const_test/01: MissingCompileTimeError
|
|
typed_data/float32x4_static_test: Pass # Issue 31402 (Invocation arguments)
|
|
typed_data/int32x4_static_test/01: Pass # Issue 31402 (Invocation arguments)
|
|
typed_data/int32x4_static_test/02: Pass # Issue 31402 (Invocation arguments)
|
|
|
|
[ $compiler == dartk && $strong ]
|
|
async/future_test/01: RuntimeError
|
|
async/future_test/none: RuntimeError
|
|
async/slow_consumer2_test: RuntimeError
|
|
async/slow_consumer_test: RuntimeError
|
|
async/stream_controller_async_test: RuntimeError
|
|
async/stream_distinct_test: RuntimeError
|
|
async/stream_from_iterable_test: RuntimeError
|
|
async/stream_join_test: RuntimeError
|
|
async/stream_subscription_as_future_test: RuntimeError
|
|
async/timer_cancel2_test: RuntimeError
|
|
async/timer_cancel_test: RuntimeError
|
|
async/timer_isActive_test: RuntimeError
|
|
async/timer_repeat_test: RuntimeError
|
|
async/zone_run_unary_test: RuntimeError
|
|
convert/chunked_conversion_json_decode1_test: RuntimeError
|
|
convert/json_chunk_test: RuntimeError
|
|
convert/json_test: RuntimeError
|
|
convert/json_toEncodable_reviver_test: CompileTimeError
|
|
convert/json_utf8_chunk_test: RuntimeError
|
|
convert/streamed_conversion_json_encode1_test: RuntimeError
|
|
convert/streamed_conversion_json_utf8_encode_test: RuntimeError
|
|
isolate/count_test: Timeout
|
|
isolate/cross_isolate_message_test: RuntimeError
|
|
isolate/illegal_msg_function_test: RuntimeError
|
|
isolate/illegal_msg_mirror_test: RuntimeError
|
|
isolate/isolate_current_test: RuntimeError
|
|
isolate/isolate_import_test/01: MissingCompileTimeError
|
|
isolate/issue_22778_test: Crash
|
|
isolate/issue_24243_parent_isolate_test: RuntimeError
|
|
isolate/kill_self_synchronously_test: RuntimeError
|
|
isolate/kill_test: RuntimeError
|
|
isolate/mandel_isolate_test: RuntimeError
|
|
isolate/message2_test: RuntimeError
|
|
isolate/message3_test/byteBuffer: RuntimeError
|
|
isolate/message3_test/constInstance: RuntimeError
|
|
isolate/message3_test/constList: RuntimeError
|
|
isolate/message3_test/constList_identical: RuntimeError
|
|
isolate/message3_test/constMap: RuntimeError
|
|
isolate/message3_test/fun: RuntimeError
|
|
isolate/message3_test/int32x4: RuntimeError
|
|
isolate/message3_test/none: RuntimeError
|
|
isolate/message_test: RuntimeError
|
|
isolate/mint_maker_test: RuntimeError
|
|
isolate/nested_spawn2_test: RuntimeError
|
|
isolate/nested_spawn_test: Timeout
|
|
isolate/ping_pause_test: RuntimeError
|
|
isolate/raw_port_test: RuntimeError
|
|
isolate/request_reply_test: Timeout
|
|
isolate/spawn_function_test: Timeout
|
|
isolate/spawn_uri_multi_test/none: RuntimeError
|
|
isolate/spawn_uri_nested_vm_test: RuntimeError
|
|
isolate/spawn_uri_test: RuntimeError
|
|
isolate/spawn_uri_vm_test: RuntimeError
|
|
isolate/stacktrace_message_test: RuntimeError
|
|
isolate/static_function_test: Timeout
|
|
isolate/typed_message_test: RuntimeError
|
|
isolate/unresolved_ports_test: RuntimeError
|
|
mirrors/class_mirror_type_variables_test: RuntimeError
|
|
mirrors/closures_test: RuntimeError
|
|
mirrors/constructors_test: RuntimeError
|
|
mirrors/fake_function_with_call_test: RuntimeError
|
|
mirrors/function_apply_test: RuntimeError
|
|
mirrors/generic_bounded_by_type_parameter_test/none: RuntimeError
|
|
mirrors/generic_bounded_test/none: RuntimeError
|
|
mirrors/generic_class_declaration_test: RuntimeError
|
|
mirrors/generic_f_bounded_test/01: RuntimeError
|
|
mirrors/generic_f_bounded_test/none: RuntimeError
|
|
mirrors/generic_local_function_test: RuntimeError
|
|
mirrors/generic_superclass_test/01: RuntimeError
|
|
mirrors/generic_superclass_test/none: RuntimeError
|
|
mirrors/generic_type_mirror_test: RuntimeError
|
|
mirrors/hierarchy_invariants_test: RuntimeError
|
|
mirrors/immutable_collections_test: RuntimeError
|
|
mirrors/initializing_formals_test/01: RuntimeError
|
|
mirrors/initializing_formals_test/03: RuntimeError
|
|
mirrors/initializing_formals_test/none: RuntimeError
|
|
mirrors/instance_members_easier_test: RuntimeError
|
|
mirrors/instance_members_test: RuntimeError
|
|
mirrors/instance_members_unimplemented_interface_test: RuntimeError
|
|
mirrors/instance_members_with_override_test: RuntimeError
|
|
mirrors/instantiate_abstract_class_test: RuntimeError
|
|
mirrors/intercepted_class_test: RuntimeError
|
|
mirrors/invocation_fuzz_test/smi: Pass
|
|
mirrors/invoke_closurization2_test: RuntimeError
|
|
mirrors/invoke_named_test/none: RuntimeError
|
|
mirrors/library_declarations_test/01: RuntimeError
|
|
mirrors/library_imports_bad_metadata_test/none: RuntimeError
|
|
mirrors/metadata_const_map_test: Crash
|
|
mirrors/mixin_members_test: RuntimeError
|
|
mirrors/null_test: RuntimeError
|
|
mirrors/operator_test: RuntimeError
|
|
mirrors/parameter_is_const_test/none: RuntimeError
|
|
mirrors/parameter_test/01: RuntimeError
|
|
mirrors/parameter_test/none: RuntimeError
|
|
mirrors/reflect_model_test: RuntimeError
|
|
mirrors/reflected_type_classes_test/01: MissingCompileTimeError
|
|
mirrors/reflected_type_classes_test/02: MissingCompileTimeError
|
|
mirrors/reflected_type_classes_test/03: MissingCompileTimeError
|
|
mirrors/reflected_type_test/01: MissingCompileTimeError
|
|
mirrors/reflected_type_test/02: MissingCompileTimeError
|
|
mirrors/reflected_type_test/03: MissingCompileTimeError
|
|
mirrors/regress_16321_test/none: Crash
|
|
mirrors/regress_19731_test: RuntimeError
|
|
mirrors/return_type_test: RuntimeError
|
|
mirrors/top_level_accessors_test/01: MissingCompileTimeError
|
|
mirrors/type_argument_is_type_variable_test: RuntimeError
|
|
mirrors/typearguments_mirror_test: RuntimeError
|
|
typed_data/float32x4_static_test: MissingCompileTimeError
|
|
typed_data/int32x4_static_test/01: MissingCompileTimeError
|
|
typed_data/int32x4_static_test/02: MissingCompileTimeError
|
|
|
|
# Enabling of dartk for sim{arm,arm64,dbc64} revelaed these test failures, which
|
|
# are to be triaged. Isolate tests are skipped on purpose due to the usage of
|
|
# batch mode.
|
|
[ $compiler == dartk && $strong && ($arch == simarm || $arch == simarm64) ]
|
|
mirrors/invocation_fuzz_test/emptyarray: CompileTimeError # Please triage.
|
|
mirrors/invocation_fuzz_test/false: CompileTimeError # Please triage.
|
|
mirrors/invocation_fuzz_test/none: CompileTimeError # Please triage.
|
|
mirrors/invocation_fuzz_test/smi: CompileTimeError # Please triage.
|
|
mirrors/invocation_fuzz_test/string: CompileTimeError # Please triage.
|
|
mirrors/spawn_function_root_library_test: Skip
|
|
typed_data/int32x4_arithmetic_test/int64: CompileTimeError # Please triage.
|
|
|
|
# Enabling of dartk for sim{arm,arm64,dbc64} revelaed these test failures, which
|
|
# are to be triaged. Isolate tests are skipped on purpose due to the usage of
|
|
# batch mode.
|
|
[ $compiler == dartk && $strong && ($arch == simarm || $arch == simarm64 || $arch == simdbc64) ]
|
|
isolate/*: Skip
|
|
|
|
# ===== Skip dartk and darkp in !$strong mode ====
|
|
[ $compiler == dartk && !$strong ]
|
|
*: SkipByDesign
|
|
|
|
[ $compiler == dartkp && $mode == debug && $runtime == dart_precompiled && $strong ]
|
|
isolate/isolate_complex_messages_test: Crash
|
|
isolate/static_function_test: Skip # Flaky (https://github.com/dart-lang/sdk/issues/30063).
|
|
|
|
# ===== dartkp + dart_precompiled status lines =====
|
|
[ $compiler == dartkp && $runtime == dart_precompiled && $strong ]
|
|
async/async_await_sync_completer_test: RuntimeError
|
|
async/future_or_only_in_async_test/00: MissingCompileTimeError
|
|
async/future_or_strong_test: RuntimeError
|
|
async/future_test/01: RuntimeError
|
|
async/future_test/none: RuntimeError
|
|
async/slow_consumer2_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
async/slow_consumer3_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
async/slow_consumer_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
async/stream_controller_async_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
async/stream_distinct_test: RuntimeError
|
|
async/stream_first_where_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
async/stream_from_iterable_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
async/stream_iterator_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
async/stream_join_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
async/stream_last_where_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
async/stream_periodic2_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
async/stream_periodic3_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
async/stream_periodic4_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
async/stream_periodic5_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
async/stream_periodic6_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
async/stream_periodic_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
async/stream_single_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
async/stream_single_to_multi_subscriber_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
async/stream_state_nonzero_timer_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
async/stream_state_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
async/stream_subscription_as_future_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
async/stream_subscription_cancel_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
async/stream_timeout_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
async/stream_transform_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
async/stream_transformation_broadcast_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
async/timer_cancel1_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
async/timer_cancel2_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
async/timer_cancel_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
async/timer_isActive_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
async/timer_not_available_test: RuntimeError
|
|
async/timer_repeat_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
async/timer_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
async/zone_run_unary_test: CompileTimeError # Issue 31537
|
|
convert/chunked_conversion_json_decode1_test: RuntimeError
|
|
convert/json_chunk_test: RuntimeError
|
|
convert/json_test: RuntimeError
|
|
convert/json_toEncodable_reviver_test: CompileTimeError
|
|
convert/json_utf8_chunk_test: RuntimeError
|
|
convert/streamed_conversion_json_encode1_test: RuntimeError
|
|
convert/streamed_conversion_json_utf8_encode_test: RuntimeError
|
|
html/*: SkipByDesign # dart:html not supported on VM.
|
|
isolate/compile_time_error_test/01: Crash
|
|
isolate/compile_time_error_test/01: MissingCompileTimeError
|
|
isolate/deferred_in_isolate2_test: Skip # Times out. Deferred loading kernel issue 28335.
|
|
isolate/deferred_in_isolate_test: Skip # Times out. Deferred loading kernel issue 28335.
|
|
isolate/handle_error2_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
isolate/handle_error3_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
isolate/isolate_current_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
isolate/isolate_import_test/01: MissingCompileTimeError
|
|
isolate/issue_21398_parent_isolate2_test/01: Skip # Times out. Deferred loading kernel issue 28335.
|
|
isolate/issue_22778_test: Crash
|
|
isolate/kill_self_synchronously_test: RuntimeError
|
|
isolate/kill_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
isolate/message3_test/byteBuffer: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
isolate/message3_test/constInstance: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
isolate/message3_test/constList: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
isolate/message3_test/constList_identical: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
isolate/message3_test/constMap: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
isolate/message3_test/fun: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
isolate/message3_test/int32x4: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
isolate/message3_test/none: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
isolate/ping_pause_test: Crash
|
|
isolate/ping_pause_test: Pass, Timeout
|
|
isolate/spawn_function_custom_class_test: Pass, Timeout
|
|
isolate/spawn_uri_nested_vm_test: Pass, Timeout
|
|
isolate/timer_isolate_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
isolate/typed_message_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
js/datetime_roundtrip_test: CompileTimeError
|
|
js/null_test: CompileTimeError
|
|
js/prototype_access_test: CompileTimeError
|
|
mirrors/*: SkipByDesign # Mirrors are not supported in AOT mode.
|
|
|
|
[ $compiler == dartkp && !$strong ]
|
|
*: SkipByDesign
|
|
|