bc7220a4fd
- make Dart2 the default option for the command line VM - add option --no-preview-dart-2 as a fallback option to run dart1 - change test scripts to use the executable dart for testing dart2 mode instead of pkg/vm/tool/dart2 - adjust numerous build and test configurations Change-Id: Id813fa5b71a89c7ec9335d3f6e83cfc9f35f86e7 Reviewed-on: https://dart-review.googlesource.com/58240 Commit-Queue: Siva Annamalai <asiva@google.com> Reviewed-by: Brian Wilkerson <brianwilkerson@google.com> Reviewed-by: Alexander Thomas <athom@google.com> Reviewed-by: Nate Bosch <nbosch@google.com> Reviewed-by: Sigmund Cherem <sigmund@google.com> Reviewed-by: Vijay Menon <vsm@google.com>
406 lines
24 KiB
Plaintext
406 lines
24 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.
|
|
|
|
[ $arch == simarm64 ]
|
|
convert/utf85_test: Skip # Pass, Slow Issue 20111.
|
|
|
|
[ $arch == simarmv5te ]
|
|
mirrors/mirrors_reader_test: Pass, Slow
|
|
|
|
[ $compiler == app_jit ]
|
|
mirrors/*: Skip # Issue 27929: Triage
|
|
|
|
[ $compiler == dart2analyzer ]
|
|
*: Skip
|
|
|
|
[ $compiler == dart2js ]
|
|
async/async_await_sync_completer_test: RuntimeError # sync-async is on by default.
|
|
async/schedule_microtask6_test: RuntimeError # global error handling is not supported. Issue 5958
|
|
convert/base64_test/01: Fail, OK # Uses bit-wise operations to detect invalid values. Some large invalid values accepted by dart2js.
|
|
convert/chunked_conversion_utf88_test: Slow, Pass
|
|
convert/utf82_test: CompileTimeError # Large integer literal. Not valid in dart2.
|
|
convert/utf85_test: Slow, Pass
|
|
developer/timeline_test: Skip # Not supported
|
|
math/double_pow_test: RuntimeError
|
|
math/low_test: RuntimeError
|
|
mirrors/class_declarations_test/none: RuntimeError # Issue 13440
|
|
mirrors/class_mirror_location_test: RuntimeError # Issue 6490
|
|
mirrors/closurization_equivalence_test: RuntimeError # Issue 6490
|
|
mirrors/fake_function_with_call_test: RuntimeError # Issue 11612
|
|
mirrors/fake_function_without_call_test: RuntimeError # Issue 11612
|
|
mirrors/generic_f_bounded_mixin_application_test: RuntimeError # Issue 12087
|
|
mirrors/generic_function_typedef_test: RuntimeError # Issue 12333
|
|
mirrors/generic_interface_test: RuntimeError # Issue 12087
|
|
mirrors/get_field_static_test/00: RuntimeError # Issue 21323
|
|
mirrors/globalized_closures2_test/00: RuntimeError # Issue 17118. Please remove the multi-test comments when this test starts succeeding.
|
|
mirrors/globalized_closures_test/00: RuntimeError # Issue 17118. Please remove the multi-test comments when this test starts succeeding.
|
|
mirrors/hierarchy_invariants_test: RuntimeError # Issue 15262
|
|
mirrors/hot_get_field_test: CompileTimeError # Issue 12164
|
|
mirrors/hot_set_field_test: CompileTimeError # Issue 12164
|
|
mirrors/immutable_collections_test: RuntimeError # Issue 14030
|
|
mirrors/initializing_formals_test/01: RuntimeError # Issue 6490
|
|
mirrors/initializing_formals_test/03: CompileTimeError # Issue 12164
|
|
mirrors/instance_members_test: RuntimeError # Issue 14633
|
|
mirrors/instantiate_abstract_class_test: RuntimeError # Issue 6490
|
|
mirrors/invocation_fuzz_test: RuntimeError # Issue 29086
|
|
mirrors/invoke_call_on_closure_test: RuntimeError # 6490
|
|
mirrors/invoke_call_through_getter_previously_accessed_test/named: RuntimeError # Issue 12863. When updating the status, remove the "///" in the test.
|
|
mirrors/invoke_call_through_getter_test/named: RuntimeError # Issue 12863. When updating the status, remove the "///" in the test.
|
|
mirrors/invoke_call_through_implicit_getter_previously_accessed_test/named: RuntimeError # Issue 12863. When updating the status, remove the "///" in the test.
|
|
mirrors/invoke_call_through_implicit_getter_test: RuntimeError # Issue 17638
|
|
mirrors/invoke_named_test/none: RuntimeError # Issue 12863
|
|
mirrors/invoke_private_test: CompileTimeError # Issue 12164
|
|
mirrors/invoke_private_wrong_library_test: CompileTimeError # Issue 12164
|
|
mirrors/library_declarations_test/none: RuntimeError # Issue 13439, Issue 13733
|
|
mirrors/library_exports_hidden_test: RuntimeError # Issue 6490
|
|
mirrors/library_exports_shown_test: RuntimeError # Issue 6490
|
|
mirrors/library_import_deferred_loading_test: RuntimeError # Issue 6490
|
|
mirrors/library_imports_bad_metadata_test/none: RuntimeError # Issue 6490
|
|
mirrors/library_imports_deferred_test: RuntimeError # Issue 6490
|
|
mirrors/library_imports_hidden_test: RuntimeError # Issue 6490
|
|
mirrors/library_imports_metadata_test: RuntimeError # Issue 6490
|
|
mirrors/library_imports_prefixed_show_hide_test: RuntimeError # Issue 6490
|
|
mirrors/library_imports_prefixed_test: RuntimeError # Issue 6490
|
|
mirrors/library_imports_shown_test: RuntimeError # Issue 6490
|
|
mirrors/library_uri_io_test: SkipByDesign # Uses dart:io.
|
|
mirrors/load_library_test: RuntimeError # Issue 6335
|
|
mirrors/local_function_is_static_test: RuntimeError # Issue 6335
|
|
mirrors/lru_test: Skip # dart2js_native/lru_test is used instead
|
|
mirrors/metadata_scope_test/none: RuntimeError # Issue 10905
|
|
mirrors/method_mirror_location_test: RuntimeError # Issue 6490
|
|
mirrors/method_mirror_name_test: RuntimeError # Issue 6335
|
|
mirrors/method_mirror_properties_test: RuntimeError # Issue 11861
|
|
mirrors/method_mirror_source_line_ending_test: RuntimeError # Issue 6490
|
|
mirrors/method_mirror_source_test: RuntimeError # Issue 6490
|
|
mirrors/mirrors_nsm_mismatch_test: RuntimeError # Issue 19353
|
|
mirrors/mirrors_nsm_test/dart2js: RuntimeError # Issue 19353
|
|
mirrors/mirrors_reader_test: Slow, RuntimeError # Issue 16589
|
|
mirrors/mirrors_test: RuntimeError # TODO(ahe): I'm working on fixing this. When removing this line please change the "endsWith" to "/mirrors_test.dart".
|
|
mirrors/mixin_application_test: RuntimeError # Issue 12464
|
|
mirrors/mixin_test: RuntimeError # Issue 12464
|
|
mirrors/other_declarations_location_test: RuntimeError # Issue 10905
|
|
mirrors/parameter_of_mixin_app_constructor_test: RuntimeError # Issue 6490
|
|
mirrors/parameter_test/none: RuntimeError # Issue 6490
|
|
mirrors/private_class_field_test: CompileTimeError
|
|
mirrors/private_symbol_test: CompileTimeError # Issue 13597
|
|
mirrors/private_types_test: RuntimeError # Issue 6490
|
|
mirrors/raw_type_test/01: RuntimeError # Issue 6490
|
|
mirrors/redirecting_factory_test/02: RuntimeError # Issue 6490
|
|
mirrors/redirecting_factory_test/none: RuntimeError # Issue 6490
|
|
mirrors/reflected_type_function_type_test: RuntimeError # Issue 12607
|
|
mirrors/reflected_type_generics_test/01: Fail # Issues in reflecting generic typedefs.
|
|
mirrors/reflected_type_generics_test/02: Fail # Issues in reflecting bounded type variables.
|
|
mirrors/reflected_type_generics_test/03: Fail # Issues in reflecting generic typedefs. The following tests fail because we have disabled a test in `reflectClassByName`. `MirrorsUsed` leads to classes not having the information necessary to correctly handle these checks.
|
|
mirrors/reflected_type_generics_test/04: Fail # Issues in reflecting bounded type variables. The following tests fail because we have disabled a test in `reflectClassByName`. `MirrorsUsed` leads to classes not having the information necessary to correctly handle these checks.
|
|
mirrors/reflected_type_generics_test/05: Fail # Issues in reflecting generic typedefs. The following tests fail because we have disabled a test in `reflectClassByName`. `MirrorsUsed` leads to classes not having the information necessary to correctly handle these checks.
|
|
mirrors/reflected_type_generics_test/06: Fail # Issues in reflecting bounded type variables. The following tests fail because we have disabled a test in `reflectClassByName`. `MirrorsUsed` leads to classes not having the information necessary to correctly handle these checks.
|
|
mirrors/reflected_type_special_types_test: RuntimeError # Issue 12607
|
|
mirrors/reflected_type_typedefs_test: RuntimeError # Issue 12607
|
|
mirrors/reflected_type_typevars_test: RuntimeError # Issue 12607
|
|
mirrors/regress_26187_test: RuntimeError # Issue 6490
|
|
mirrors/relation_assignable2_test: RuntimeError # Issue 6490
|
|
mirrors/relation_assignable_test: RuntimeError # Issue 6490
|
|
mirrors/relation_subtype_test: RuntimeError # Issue 6490
|
|
mirrors/repeated_private_anon_mixin_app_test: RuntimeError # Issue 14670
|
|
mirrors/static_members_test: RuntimeError # Issue 14633, Issue 12164
|
|
mirrors/symbol_validation_test/01: RuntimeError # Issue 13597
|
|
mirrors/type_variable_is_static_test: RuntimeError # Issue 6335
|
|
mirrors/type_variable_owner_test/01: RuntimeError # Issue 12785
|
|
mirrors/typedef_metadata_test: RuntimeError # Issue 12785
|
|
mirrors/typedef_reflected_type_test/01: RuntimeError # Issue 12607
|
|
mirrors/typedef_test: RuntimeError # Issue 6490
|
|
mirrors/typevariable_mirror_metadata_test: RuntimeError # Issue 10905
|
|
mirrors/variable_is_const_test/none: RuntimeError # Issue 14671
|
|
profiler/metrics_num_test: Skip # Because of a int / double type test.
|
|
typed_data/int32x4_bigint_test: Pass
|
|
typed_data/int64_list_load_store_test: RuntimeError # Issue 10275
|
|
typed_data/typed_data_hierarchy_int64_test: RuntimeError # Issue 10275
|
|
|
|
[ $compiler == fasta ]
|
|
mirrors/metadata_allowed_values_test/02: MissingCompileTimeError
|
|
mirrors/metadata_allowed_values_test/27: MissingCompileTimeError
|
|
mirrors/metadata_constructor_arguments_test/04: MissingCompileTimeError
|
|
|
|
[ $compiler == precompiler ]
|
|
convert/chunked_conversion_utf88_test: Pass, Timeout
|
|
convert/utf85_test: Pass, Timeout
|
|
mirrors/*: SkipByDesign
|
|
|
|
[ $mode == product ]
|
|
developer/timeline_test: Skip # Not supported
|
|
|
|
[ $runtime == ff ]
|
|
convert/streamed_conversion_utf8_decode_test: Pass, Slow # Issue 12029, FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291386
|
|
mirrors/mirrors_reader_test: Timeout, Slow, RuntimeError # Issue 16589, FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291386
|
|
|
|
[ $runtime == flutter ]
|
|
async/catch_errors11_test: Skip # Flutter Issue 9113
|
|
async/intercept_schedule_microtask2_test: Skip # Flutter Issue 9113
|
|
async/intercept_schedule_microtask5_test: Skip # Flutter Issue 9113
|
|
async/intercept_schedule_microtask6_test: Skip # Flutter Issue 9113
|
|
async/stream_empty_test: Skip # Flutter Issue 9113
|
|
async/stream_event_transformed_test: Skip # Flutter Issue 9113
|
|
mirrors/*: Skip # Flutter does not support mirrors.
|
|
|
|
[ $runtime != none ]
|
|
async/stream_controller_async_test: RuntimeError # Library changed.
|
|
async/stream_from_iterable_test: RuntimeError # Library changed.
|
|
|
|
[ $runtime == safari ]
|
|
convert/json_test: Fail # https://bugs.webkit.org/show_bug.cgi?id=134920
|
|
typed_data/float32x4_test: Fail, Pass # Safari has an optimization bug (nightlies are already fine).
|
|
typed_data/int32x4_test: Fail, Pass # Safari has an optimization bug (nightlies are already fine).
|
|
|
|
[ $runtime == vm ]
|
|
convert/streamed_conversion_json_utf8_decode_test: Pass, Slow # Infrequent timeouts.
|
|
|
|
[ !$checked ]
|
|
mirrors/redirecting_factory_different_type_test: SkipByDesign # Tests type checks.
|
|
|
|
[ $fasta ]
|
|
convert/base64_test/01: CompileTimeError
|
|
math/double_pow_test: CompileTimeError
|
|
mirrors/metadata_allowed_values_test/13: MissingCompileTimeError
|
|
mirrors/metadata_allowed_values_test/14: MissingCompileTimeError
|
|
mirrors/metadata_nested_constructor_call_test/03: MissingCompileTimeError
|
|
mirrors/metadata_nested_constructor_call_test/04: MissingCompileTimeError
|
|
mirrors/native_class_test: CompileTimeError
|
|
mirrors/variable_is_const_test/01: MissingCompileTimeError
|
|
typed_data/int32x4_bigint_test: CompileTimeError
|
|
|
|
[ $hot_reload ]
|
|
async/timer_regress22626_test: Pass, RuntimeError # Timing dependent.
|
|
mirrors/generic_bounded_by_type_parameter_test/02: Fail # Type equality - Issue 26869
|
|
mirrors/generic_bounded_test/02: Fail # Type equality - Issue 26869
|
|
|
|
[ $strong ]
|
|
*: SkipByDesign # tests/lib_2 has the strong mode versions of these tests.
|
|
|
|
[ $arch == arm64 && $runtime == vm ]
|
|
mirrors/immutable_collections_test: Pass, Slow # http://dartbug.com/33057
|
|
|
|
[ $arch == ia32 && $mode == debug && $system == windows ]
|
|
convert/streamed_conversion_json_utf8_decode_test: Skip # Verification OOM.
|
|
|
|
[ $arch != ia32 && $arch != simarm && $arch != simarmv5te && $arch != simarmv6 && $arch != x64 && $mode == debug ]
|
|
convert/streamed_conversion_json_utf8_decode_test: Skip # Verification not yet implemented.
|
|
|
|
[ $arch == x64 && $mode == debug && $system == windows && ($runtime == dart_precompiled || $runtime == vm) ]
|
|
convert/streamed_conversion_json_utf8_decode_test: Pass, Slow
|
|
|
|
[ $builder_tag == asan && $mode == debug && ($runtime == dart_precompiled || $runtime == vm) ]
|
|
convert/streamed_conversion_json_utf8_decode_test: Skip # Timeout.
|
|
mirrors/immutable_collections_test: SkipSlow # Timeout.
|
|
|
|
[ $builder_tag == mac10_7 && $runtime == safari ]
|
|
typed_data/setRange_2_test: Fail # Safari doesn't fully implement spec for TypedArray.set
|
|
typed_data/setRange_3_test: Fail # Safari doesn't fully implement spec for TypedArray.set
|
|
typed_data/setRange_4_test: Fail # Safari doesn't fully implement spec for TypedArray.set
|
|
|
|
[ $compiler == dart2js && $mode == debug ]
|
|
mirrors/native_class_test: Pass, Slow
|
|
|
|
[ $compiler == dart2js && $runtime == chromeOnAndroid ]
|
|
typed_data/setRange_2_test: RuntimeError # TODO(dart2js-team): Please triage this failure.
|
|
typed_data/setRange_3_test: RuntimeError # TODO(dart2js-team): Please triage this failure.
|
|
|
|
[ $compiler == dart2js && $runtime == d8 && $system == windows ]
|
|
async/*deferred*: Pass, RuntimeError # Issue 17458
|
|
mirrors/*deferred*: Pass, RuntimeError # Issue 17458
|
|
|
|
[ $compiler == dart2js && $runtime == d8 && $fasta ]
|
|
js/null_test: RuntimeError
|
|
|
|
[ $compiler == dart2js && $runtime == jsshell ]
|
|
async/catch_errors12_test: Fail # Timer interface not supported: Issue 7728.
|
|
async/catch_errors13_test: Fail # Timer interface not supported: Issue 7728.
|
|
async/catch_errors14_test: Fail # Timer interface not supported: Issue 7728.
|
|
async/catch_errors15_test: Fail # Timer interface not supported: Issue 7728.
|
|
async/catch_errors22_test: RuntimeError # Timer interface not supported: Issue 7728.
|
|
async/catch_errors8_test: Fail # Timer interface not supported: Issue 7728.
|
|
async/future_test: RuntimeError # Timer interface not supported; Issue 7728.
|
|
async/stream_asyncexpand_test: RuntimeError # Timer interface not supported: Issue 7728.
|
|
async/stream_asyncmap_test: RuntimeError # Timer interface not supported: Issue 7728.
|
|
async/stream_controller_async_test: RuntimeError # Timer interface not supported; Issue 7728.
|
|
async/stream_controller_test: Fail # Timer interface not supported: Issue 7728.
|
|
async/stream_from_iterable_test: RuntimeError # Timer interface not supported; Issue 7728.
|
|
async/stream_periodic2_test: RuntimeError # Timer interface not supported; Issue 7728.
|
|
async/stream_periodic3_test: RuntimeError # Timer interface not supported; Issue 7728.
|
|
async/stream_periodic4_test: RuntimeError # Timer interface not supported; Issue 7728.
|
|
async/stream_periodic5_test: RuntimeError # Timer interface not supported; Issue 7728.
|
|
async/stream_periodic6_test: RuntimeError # Timer interface not supported; Issue 7728.
|
|
async/stream_periodic_test: RuntimeError # Timer interface not supported; Issue 7728.
|
|
async/stream_state_nonzero_timer_test: RuntimeError # Timer interface not supported; Issue 7728.
|
|
async/stream_subscription_cancel_test: Fail # Timer interface not supported: Issue 7728.
|
|
async/stream_take_test: Fail # Timer interface not supported: Issue 7728.
|
|
async/stream_timeout_test: Fail # Timer interface not supported: Issue 7728.
|
|
async/stream_transformation_broadcast_test: RuntimeError # Timer interface not supported: Issue 7728.
|
|
async/timer_cancel1_test: RuntimeError, OK # Needs Timer to run.
|
|
async/timer_cancel2_test: RuntimeError, OK # Needs Timer to run.
|
|
async/timer_cancel_test: RuntimeError, OK # Needs Timer to run.
|
|
async/timer_isActive_test: RuntimeError # Timer interface not supported: Issue 7728.
|
|
async/timer_regress22626_test: RuntimeError # Non-zero timers not supported; Issue 7728.
|
|
async/timer_repeat_test: RuntimeError, OK # Needs Timer to run.
|
|
async/timer_test: RuntimeError, OK # Needs Timer to run.
|
|
async/zone_bind_test: Fail # Timer interface not supported: Issue 7728.
|
|
async/zone_create_periodic_timer_test: RuntimeError # Timer interface not supported: Issue 7728.
|
|
async/zone_create_timer2_test: RuntimeError # Timer interface not supported: Issue 7728.
|
|
async/zone_empty_description2_test: RuntimeError # Timer interface not supported: Issue 7728.
|
|
mirrors/mirrors_reader_test: Skip # Running in v8 suffices. Issue 16589 - RuntimeError. Issue 22130 - Crash (out of memory).
|
|
|
|
[ $compiler == dart2js && $checked ]
|
|
convert/utf85_test: Pass, Slow # Issue 12029.
|
|
|
|
[ $compiler == dart2js && $checked && $fast_startup && $fasta && $minified ]
|
|
async/stream_listen_zone_test: RuntimeError
|
|
|
|
[ $compiler == dart2js && $checked && $fasta && $host_checked ]
|
|
async/stream_listen_zone_test: RuntimeError
|
|
|
|
[ $compiler == dart2js && $fast_startup ]
|
|
mirrors/*: Fail # mirrors not supported
|
|
mirrors/library_imports_bad_metadata_test/01: Pass # expects failure, but it fails for the wrong reason
|
|
mirrors/library_metadata2_test/01: Pass # expects failure, but it fails for the wrong reason
|
|
mirrors/metadata_allowed_values_test/0*: Pass # expects failure, but it fails for the wrong reason
|
|
mirrors/metadata_allowed_values_test/1*: Pass # expects failure, but it fails for the wrong reason
|
|
mirrors/metadata_allowed_values_test/2*: Pass # expects failure, but it fails for the wrong reason
|
|
mirrors/metadata_allowed_values_test/3*: Pass # expects failure, but it fails for the wrong reason
|
|
mirrors/metadata_constructor_arguments_test/0*: Pass # expects failure, but it fails for the wrong reason
|
|
mirrors/metadata_nested_constructor_call_test/0*: Pass # expects failure, but it fails for the wrong reason
|
|
mirrors/metadata_scope_test/01: Pass # expects failure, but it fails for the wrong reason
|
|
mirrors/mirror_in_static_init_test/01: Pass # expects failure, but it fails for the wrong reason
|
|
mirrors/model_test: Pass # this is ok
|
|
mirrors/parameter_is_const_test/01: Pass # expects failure, but it fails for the wrong reason
|
|
mirrors/regress_16321_test/01: Pass # expects failure, but if fails for the wrong reason
|
|
mirrors/syntax_error_test/01: Pass # expects failure, but it fails for the wrong reason
|
|
mirrors/variable_is_const_test/01: Pass # expects failure, but it fails for the wrong reason
|
|
|
|
[ $compiler == dart2js && $fasta ]
|
|
mirrors/*: SkipByDesign # mirrors not supported
|
|
|
|
[ $compiler == dart2js && $fasta && $host_checked ]
|
|
async/stream_controller_async_test: Crash
|
|
|
|
[ $compiler == dart2js && $host_checked ]
|
|
mirrors/metadata_allowed_values_test/28: Crash # Issue 25911
|
|
mirrors/metadata_allowed_values_test/29: Crash # Issue 25911
|
|
mirrors/metadata_allowed_values_test/30: Crash # Issue 25911
|
|
mirrors/metadata_allowed_values_test/31: Crash # Issue 25911
|
|
|
|
[ $compiler == dart2js && $minified ]
|
|
mirrors/mirrors_used_get_name2_test: RuntimeError
|
|
mirrors/mirrors_used_get_name_test: RuntimeError
|
|
|
|
[ $compiler == dart2js && ($runtime == d8 || $browser) ]
|
|
async/timer_not_available_test: Fail, OK # only meant to test when there is no way to implement timer (currently only in jsshell)
|
|
|
|
[ $compiler == dart2js && ($runtime == drt || $runtime == ie11) ]
|
|
math/math2_test: RuntimeError
|
|
math/math_test: RuntimeError
|
|
|
|
[ $compiler != dart2js && $fasta ]
|
|
convert/utf82_test: CompileTimeError # Note: dart2js passes for the wrong reason, it hasn't switched to run in 64-bits
|
|
js/datetime_roundtrip_test: CompileTimeError
|
|
js/null_test: CompileTimeError
|
|
|
|
[ $compiler != dartk && $compiler != dartkp && ($runtime == dart_precompiled || $runtime == flutter || $runtime == vm) ]
|
|
mirrors/initializing_formals_test/01: Fail # initializing formals are implicitly final as of Dart 1.21
|
|
|
|
[ $compiler == none && $mode == product ]
|
|
mirrors/library_enumeration_deferred_loading_test: RuntimeError, OK # Deferred loaded eagerly
|
|
mirrors/library_import_deferred_loading_test: RuntimeError, OK # Deferred loaded eagerly
|
|
mirrors/load_library_test: RuntimeError, OK # Deferred loaded eagerly
|
|
|
|
[ $compiler == none && !$checked ]
|
|
mirrors/reflected_type_generics_test/02: Fail, OK # Type check for a bounded type argument.
|
|
|
|
[ $runtime == chrome && $system == linux ]
|
|
mirrors/native_class_test: Pass, Slow
|
|
|
|
[ $runtime == chrome && $system == macos ]
|
|
async/catch_errors11_test: Pass, Timeout # Issue 22696
|
|
async/timer_isActive_test: Fail, Pass, Timeout # Issue 22696
|
|
|
|
[ $runtime != none && !$strong ]
|
|
async/stream_first_where_test: RuntimeError
|
|
async/stream_last_where_test: RuntimeError
|
|
|
|
[ $runtime == vm && $system == fuchsia ]
|
|
async/first_regression_test: RuntimeError # These use package:unittest
|
|
async/future_timeout_test: RuntimeError # These use package:unittest
|
|
async/multiple_timer_test: RuntimeError # These use package:unittest
|
|
async/stream_controller_async_test: RuntimeError # These use package:unittest
|
|
async/stream_first_where_test: RuntimeError # These use package:unittest
|
|
async/stream_from_iterable_test: RuntimeError # These use package:unittest
|
|
async/stream_iterator_test: RuntimeError # These use package:unittest
|
|
async/stream_join_test: RuntimeError # These use package:unittest
|
|
async/stream_last_where_test: RuntimeError # These use package:unittest
|
|
async/stream_periodic2_test: RuntimeError # These use package:unittest
|
|
async/stream_periodic3_test: RuntimeError # These use package:unittest
|
|
async/stream_periodic4_test: RuntimeError # These use package:unittest
|
|
async/stream_periodic5_test: RuntimeError # These use package:unittest
|
|
async/stream_periodic6_test: RuntimeError # These use package:unittest
|
|
async/stream_periodic_test: RuntimeError # These use package:unittest
|
|
async/stream_single_test: RuntimeError # These use package:unittest
|
|
async/stream_single_to_multi_subscriber_test: RuntimeError # These use package:unittest
|
|
async/stream_state_nonzero_timer_test: RuntimeError # These use package:unittest
|
|
async/stream_state_test: RuntimeError # These use package:unittest
|
|
async/stream_subscription_as_future_test: RuntimeError # These use package:unittest
|
|
async/stream_subscription_cancel_test: RuntimeError # These use package:unittest
|
|
async/stream_timeout_test: RuntimeError # These use package:unittest
|
|
async/stream_transform_test: RuntimeError # These use package:unittest
|
|
async/stream_transformation_broadcast_test: RuntimeError # These use package:unittest
|
|
async/timer_cancel1_test: RuntimeError # These use package:unittest
|
|
async/timer_cancel2_test: RuntimeError # These use package:unittest
|
|
async/timer_cancel_test: RuntimeError # These use package:unittest
|
|
async/timer_isActive_test: RuntimeError # These use package:unittest
|
|
async/timer_repeat_test: RuntimeError # These use package:unittest
|
|
async/timer_test: RuntimeError # These use package:unittest
|
|
convert/json_lib_test: RuntimeError # These use package:unittest
|
|
mirrors/invocation_fuzz_test: Crash # fstat bug, ZX-479.
|
|
mirrors/library_uri_io_test: RuntimeError # These use package:unittest
|
|
mirrors/library_uri_package_test: RuntimeError # These use package:unittest
|
|
|
|
[ $arch == simarm || $arch == simarmv5te || $arch == simarmv6 ]
|
|
convert/chunked_conversion_utf88_test: Skip # Pass, Slow Issue 12644.
|
|
convert/utf85_test: Skip # Pass, Slow Issue 12644.
|
|
|
|
[ $compiler == app_jit || $compiler == none || $compiler == precompiler ]
|
|
async/timer_not_available_test: SkipByDesign # only meant to test when there is no way to implement timer (currently only in d8)
|
|
async/timer_regress22626_test: Pass, RuntimeError # Issue 28254
|
|
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/symbol_validation_test: RuntimeError # Issue 13596
|
|
|
|
# All these tests have been migrated as strong mode compatible tests to
|
|
# lib_2, so skipping these tests for dartk and dartkp
|
|
[ $compiler == app_jitk || $compiler == dartk || $compiler == dartkp ]
|
|
*: SkipByDesign
|
|
|
|
[ $runtime == chrome || $runtime == ff ]
|
|
async/stream_timeout_test: SkipSlow # Times out. Issue 22050
|
|
convert/streamed_conversion_json_utf8_decode_test: SkipSlow # Times out. Issue 22050
|
|
convert/streamed_conversion_json_utf8_encode_test: SkipSlow # Times out. Issue 22050
|
|
convert/streamed_conversion_utf8_decode_test: SkipSlow # Times out. Issue 22050
|
|
convert/streamed_conversion_utf8_encode_test: SkipSlow # Times out. Issue 22050
|
|
|
|
[ $runtime == dart_precompiled || $runtime == flutter || $runtime == vm ]
|
|
async/timer_not_available_test: Fail, OK
|
|
convert/base64_test/01: CompileTimeError # Large integer literal
|
|
convert/json_utf8_chunk_test: RuntimeError # Large integers
|
|
convert/utf82_test: CompileTimeError # Large integer literal
|
|
js/*: Skip
|
|
math/double_pow_test: CompileTimeError # Large integer literal
|
|
mirrors/deferred_type_test: CompileTimeError, OK # Don't have a multitest marker for dynamic compile time errors.
|
|
mirrors/native_class_test: Fail, OK # This test is meant to run in a browser.
|
|
typed_data/int32x4_bigint_test: CompileTimeError # Large integer literal
|
|
|
|
[ $hot_reload || $hot_reload_rollback ]
|
|
async/stream_transformer_test: Pass, Fail # Closure identity
|
|
mirrors/fake_function_with_call_test: SkipByDesign # Method equality
|
|
mirrors/library_enumeration_deferred_loading_test: Crash # Deferred loading
|
|
mirrors/library_import_deferred_loading_test: Crash # Deferred loading
|
|
mirrors/library_imports_deferred_test: Crash # Deferred loading
|
|
mirrors/load_library_test: Crash # Deferred loading
|
|
mirrors/typedef_deferred_library_test: Crash # Deferred loading
|