b452b39962
It can compile and run tests on Chrome. There are a lot of failing tests that I (or the team) will need to triage, but I think at least basic tests are working as expected. There is code that could be cleaned up to more neatly factor how dart2js and dartdevc are handled now that there are two separate compilers to JS. There's also some redundant code between the path for testing compile errors (enqueueStandardTest()) and the path for running a test in the browser. R=whesse@google.com Review-Url: https://codereview.chromium.org/2947473002 .
584 lines
27 KiB
Plaintext
584 lines
27 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.
|
|
|
|
# This directory contains tests that are intended to show the
|
|
# current state of the language.
|
|
|
|
[ $strong ]
|
|
*: SkipByDesign # tests/language_strong has the strong mode versions of these tests.
|
|
|
|
[ ($runtime == vm || $runtime == flutter || $runtime == dart_precompiled) && $compiler != dartk && $compiler != dartkp ]
|
|
abstract_beats_arguments2_test/01: Crash # Issue 29171
|
|
|
|
# These test entries will be valid for vm/dartium (with and without kernel).
|
|
[ $compiler == none || $compiler == app_jit || $compiler == dartk || $runtime == dart_precompiled ]
|
|
async_star_cancel_while_paused_test: RuntimeError
|
|
# This is OK for now, but we may want to change the semantics to match the test.
|
|
async_star_pause_test: Fail, OK
|
|
|
|
# These tests are skipped in the VM because it has "--supermixin"
|
|
# functionality enabled unconditionally. The tests should be removed
|
|
# once the same is true for analyzer (#24478) and dart2js (#23773)
|
|
mixin_illegal_super_use_test: Skip # Issues 24478 and 23773
|
|
mixin_illegal_superclass_test: Skip # Issues 24478 and 23773
|
|
|
|
# These bugs refer currently ongoing language discussions.
|
|
constructor5_test: Fail # Issue 6422
|
|
constructor6_test: Fail # Issue 6422
|
|
|
|
generic_methods_type_expression_test: RuntimeError # Issue 25869 / 27460
|
|
|
|
# Failures related to super call in ctor initializer list
|
|
super_test: Fail, OK
|
|
final_field_initialization_order_test: Fail, OK
|
|
field_initialization_order_test: Fail, OK
|
|
example_constructor_test: Fail, OK
|
|
constructor3_test: Fail, OK
|
|
constructor2_test: Fail, OK
|
|
|
|
# Regular bugs which should be fixed.
|
|
duplicate_export_negative_test: Fail # Issue 6134
|
|
|
|
# Non-contractive types are not supported in the vm.
|
|
cyclic_type_test/02: Fail, OK
|
|
cyclic_type_test/04: Fail, OK
|
|
cyclic_type2_test: Fail, OK
|
|
least_upper_bound_expansive_test/*: Fail, OK
|
|
|
|
# Skipped temporarily until fixed
|
|
vm/regress_29145_test: Skip # Issue 29145
|
|
|
|
# Skipped temporaril until Issue 29895 is fixed.
|
|
no_main_test/01: Skip
|
|
main_not_a_function_test/01: Skip
|
|
|
|
[ $compiler == none || $compiler == precompiler || $compiler == app_jit ]
|
|
dynamic_prefix_core_test/01: RuntimeError # Issue 12478
|
|
multiline_strings_test: Fail # Issue 23020
|
|
|
|
deferred_redirecting_factory_test: Fail, Crash # Issue 23408
|
|
redirecting_constructor_initializer_test: RuntimeError # Issue 23488
|
|
|
|
async_star_regression_2238_test: CompileTimeError, RuntimeError # drt only runtime-errs.
|
|
|
|
[ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $checked ]
|
|
# These generic functions tests pass for the wrong reason in checked mode,
|
|
# because the parsed type parameters are mapped to dynamic type.
|
|
generic_methods_function_type_test: Pass # Issue 25869
|
|
generic_methods_test: Pass # Issue 25869
|
|
generic_methods_new_test: Pass # Issue 25869
|
|
generic_local_functions_test: Pass # Issue 25869
|
|
generic_functions_test: Pass # Issue 25869
|
|
generic_methods_generic_function_parameter_test: Pass # Issue 25869
|
|
|
|
[ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && ($runtime == vm || $runtime == dart_precompiled || $runtime == flutter) ]
|
|
class_keyword_test/02: MissingCompileTimeError # Issue 13627
|
|
unicode_bom_test: Fail # Issue 16067
|
|
vm/debug_break_enabled_vm_test/01: Crash, OK # Expected to hit breakpoint.
|
|
|
|
[ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $checked ]
|
|
type_variable_bounds4_test/01: Fail # Issue 14006
|
|
|
|
[ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && ($runtime == vm || $runtime == dart_precompiled || $runtime == flutter || $runtime == drt || $runtime == dartium) ]
|
|
export_ambiguous_main_negative_test: Fail # Issue 14763
|
|
|
|
[ ($compiler == none || $compiler == precompiler || $compiler == app_jit || $compiler == dartk || $compiler == dartkp) && (($runtime == vm || $runtime == dart_precompiled) || $runtime == drt || $runtime == dartium || $runtime == flutter) ]
|
|
dynamic_prefix_core_test/none: Fail # Issue 12478
|
|
|
|
[ $compiler == none && $runtime == dartium && ! $checked ]
|
|
assertion_test: Fail # Issue 14651.
|
|
generic_test: Fail # Issue 14651.
|
|
list_literal4_test: Fail # Issue 14651.
|
|
map_literal4_test: Fail # Issue 14651.
|
|
named_parameters_type_test/01: Fail # Issue 14651.
|
|
named_parameters_type_test/02: Fail # Issue 14651.
|
|
named_parameters_type_test/03: Fail # Issue 14651.
|
|
positional_parameters_type_test/01: Fail # Issue 14651.
|
|
positional_parameters_type_test/02: Fail # Issue 14651.
|
|
type_checks_in_factory_method_test: Fail # Issue 14651.
|
|
vm/type_vm_test: Fail # Issue 14651.
|
|
|
|
[ $compiler == none && ($runtime == dartium || $runtime == drt)]
|
|
abstract_beats_arguments2_test/01: Skip # Issue 29171
|
|
# Other issues.
|
|
issue13474_test: Pass, Fail # Issue 14651.
|
|
config_import_test: Fail # Issue 14651.
|
|
vm/optimized_guarded_field_isolates_test: RuntimeError, OK # Uses Isolate.spawn.
|
|
main_test/01: Fail # Issue 20028
|
|
main_test/02: Fail # Issue 20028
|
|
main_test/04: Fail # Issue 20028
|
|
main_test/05: Fail # Issue 20028
|
|
main_test/21: Fail # Issue 20028
|
|
main_test/42: Fail # Issue 20028
|
|
mirror_in_static_init_test: Fail # Issue 22071
|
|
vm/debug_break_enabled_vm_test/*: Skip # Issue 14651.
|
|
vm/regress_28325_test: SkipByDesign # Requires dart:io
|
|
|
|
# These tests need the flag --initializing-formal-access to pass:
|
|
initializing_formal_access_test: Skip
|
|
initializing_formal_capture_test: Skip
|
|
initializing_formal_final_test: Skip
|
|
initializing_formal_promotion_test: Skip
|
|
initializing_formal_type_test: Skip
|
|
parameter_initializer5_test: Skip
|
|
|
|
# Experimental feature: Syntactic support for generic methods.
|
|
# Skip these in dartium, because the test framework can't pass VM flags to
|
|
generic_methods_test: Skip # Issue 25869
|
|
generic_functions_test: Skip # Issue 25869
|
|
generic_local_functions_test: Skip # Issue 25869
|
|
generic_sends_test: Skip # Issue 25869
|
|
generic_methods_new_test: Skip # Issue 25869
|
|
generic_methods_function_type_test: Skip # Issue 25869
|
|
generic_methods_type_expression_test: Skip # Issue 25869
|
|
|
|
config_import_test: Skip # Issue 26250
|
|
|
|
[ $compiler == none && $runtime == dartium && $system == linux && $arch != x64 ]
|
|
issue_22780_test/01: Pass, Timeout # Issue 24473
|
|
|
|
[ $compiler == none && $runtime == dartium && $system == linux && $arch == x64 ]
|
|
async_await_test: Skip # Issue 26198
|
|
|
|
[ $compiler == none && $runtime == drt ]
|
|
disassemble_test: Pass, Fail # Issue 18122
|
|
|
|
[ ($runtime == vm || $runtime == dart_precompiled) && $arch == mips && $mode == debug ]
|
|
large_class_declaration_test: SkipSlow # Times out. Issue 20352
|
|
|
|
[ ($runtime == vm || $runtime == flutter || $runtime == dart_precompiled) && $arch == arm64 ]
|
|
large_class_declaration_test: SkipSlow # Uses too much memory.
|
|
closure_cycles_test: Pass, Slow
|
|
|
|
[ $compiler == none && ($runtime == dartium || $runtime == drt) && $mode == debug ]
|
|
large_class_declaration_test: SkipSlow # Times out. Issue 20352
|
|
|
|
[ ($runtime == vm || $runtime == dart_precompiled) && ($arch == simmips || $arch == mips) ]
|
|
vm/load_to_load_unaligned_forwarding_vm_test: Pass, Crash # Unaligned offset. Issue 22151
|
|
vm/unaligned_float_access_literal_index_test: Pass, Crash # Unaligned offset. Issue 22151
|
|
vm/unaligned_float_access_literal_index_test: Pass, Crash # Unaligned offset. Issue 22151
|
|
|
|
|
|
[ $compiler == none && ($runtime == dartium || $runtime == drt) ]
|
|
issue23244_test: Fail # Issue 23244
|
|
|
|
[ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && (($runtime == vm || $runtime == dart_precompiled) || $runtime == drt || $runtime == dartium) && $arch == ia32 ]
|
|
vm/regress_24517_test: Pass, Fail # Issue 24517.
|
|
|
|
[ $compiler == precompiler && $runtime == dart_precompiled ]
|
|
vm/regress_27671_test: Skip # Unsupported
|
|
export_double_same_main_test: Skip # Issue 29895
|
|
export_ambiguous_main_negative_test: Skip # Issue 29895
|
|
|
|
[ $compiler == precompiler && $runtime == dart_precompiled && $mode == debug ]
|
|
regress_29025_test: Crash # Issue dartbug.com/29331
|
|
|
|
[ $runtime == dart_precompiled || $mode == product ]
|
|
# Imports dart:mirrors
|
|
const_evaluation_test: SkipByDesign
|
|
deferred_constraints_constants_test: SkipByDesign
|
|
enum_mirror_test: SkipByDesign
|
|
field_increment_bailout_test: SkipByDesign
|
|
instance_creation_in_function_annotation_test: SkipByDesign
|
|
invocation_mirror2_test: SkipByDesign
|
|
invocation_mirror_invoke_on2_test: SkipByDesign
|
|
invocation_mirror_invoke_on_test: SkipByDesign
|
|
issue21079_test: SkipByDesign
|
|
many_overridden_no_such_method_test: SkipByDesign
|
|
no_such_method_test: SkipByDesign
|
|
null_test/none: SkipByDesign
|
|
overridden_no_such_method_test: SkipByDesign
|
|
redirecting_factory_reflection_test: SkipByDesign
|
|
regress_13462_0_test: SkipByDesign
|
|
regress_13462_1_test: SkipByDesign
|
|
regress_18535_test: SkipByDesign
|
|
super_call4_test: SkipByDesign
|
|
super_getter_setter_test: SkipByDesign
|
|
vm/reflect_core_vm_test: SkipByDesign
|
|
regress_28255_test: SkipByDesign
|
|
# Causal async stacks are not supported in product mode
|
|
vm/causal_async_exception_stack_test: SkipByDesign
|
|
vm/causal_async_exception_stack2_test: SkipByDesign
|
|
|
|
[ $mode == product || $compiler == app_jit || $compiler == precompiler ]
|
|
# Deferred loading happens eagerly. Issue #27587
|
|
deferred_load_constants_test/02: Fail
|
|
deferred_load_constants_test/03: Fail
|
|
deferred_load_constants_test/05: Fail
|
|
deferred_not_loaded_check_test: Fail
|
|
vm/regress_27201_test: Fail
|
|
|
|
[ $compiler == app_jit ]
|
|
deferred_inheritance_constraints_test/redirecting_constructor: Crash
|
|
|
|
[ $compiler == precompiler ]
|
|
# Deferred loading happens eagerly. Issue #27587
|
|
deferred_global_test: Fail
|
|
vm/regress_27201_test: Fail
|
|
regress_23408_test: RuntimeError
|
|
|
|
[ $compiler == precompiler ]
|
|
implicit_closure_test: Skip # Incompatible flag: --use_slow_path
|
|
deopt_inlined_function_lazy_test: Skip # Incompatible flag: --deoptimize-alot
|
|
|
|
[ $runtime == dart_precompiled || $compiler == app_jit ]
|
|
ct_const2_test: Skip # Incompatible flag: --compile_all
|
|
hello_dart_test: Skip # Incompatible flag: --compile_all
|
|
vm/type_vm_test: RuntimeError # Expects line and column numbers
|
|
vm/type_cast_vm_test: RuntimeError # Expects line and column numbers
|
|
|
|
[ $mode == product ]
|
|
issue13474_test: SkipByDesign # Requires checked mode.
|
|
assertion_test: SkipByDesign # Requires checked mode.
|
|
named_parameters_type_test/01: SkipByDesign # Requires checked mode.
|
|
named_parameters_type_test/02: SkipByDesign # Requires checked mode.
|
|
named_parameters_type_test/03: SkipByDesign # Requires checked mode.
|
|
type_checks_in_factory_method_test: SkipByDesign # Requires checked mode.
|
|
positional_parameters_type_test/01: SkipByDesign # Requires checked mode.
|
|
positional_parameters_type_test/02: SkipByDesign # Requires checked mode.
|
|
list_literal4_test: SkipByDesign # Requires checked mode.
|
|
generic_test: SkipByDesign # Requires checked mode.
|
|
map_literal4_test: SkipByDesign # Requires checked mode.
|
|
|
|
vm/type_vm_test: Fail,OK # Expects exact type name.
|
|
|
|
stacktrace_demangle_ctors_test: SkipByDesign # Names are not scrubbed.
|
|
|
|
[ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $browser ]
|
|
# The following tests are supposed to fail.
|
|
library_env_test/has_io_support: RuntimeError, OK
|
|
library_env_test/has_no_html_support: RuntimeError, OK
|
|
|
|
[ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && ! $browser ]
|
|
# The following tests are supposed to fail.
|
|
library_env_test/has_html_support: RuntimeError, OK
|
|
library_env_test/has_no_io_support: RuntimeError, OK
|
|
|
|
[ ($compiler == none || $compiler == app_jit) && $mode != product ]
|
|
# The following tests are supposed to fail.
|
|
library_env_test/has_no_mirror_support: RuntimeError, OK
|
|
|
|
[ $runtime == dart_precompiled || $mode == product ]
|
|
# The following tests are supposed to fail.
|
|
library_env_test/has_mirror_support: RuntimeError, OK
|
|
|
|
[ $hot_reload || $hot_reload_rollback ]
|
|
issue21159_test: Pass, Crash # Issue 29094
|
|
issue_22780_test/01: Pass, Crash # Issue 29094
|
|
static_closure_identical_test: Pass, Fail # Closure identity
|
|
cha_deopt1_test: Crash # Requires deferred libraries
|
|
cha_deopt2_test: Crash # Requires deferred libraries
|
|
cha_deopt3_test: Crash # Requires deferred libraries
|
|
deferred_call_empty_before_load_test: Crash # Requires deferred libraries
|
|
deferred_closurize_load_library_test: Crash # Requires deferred libraries
|
|
deferred_constant_list_test: Crash # Requires deferred libraries
|
|
deferred_constraints_constants_test: Crash # Requires deferred libraries
|
|
deferred_constraints_type_annotation_test: Crash # Requires deferred libraries
|
|
deferred_function_type_test: Crash # Requires deferred libraries
|
|
deferred_global_test: Crash # Requires deferred libraries
|
|
deferred_import_core_test: Crash # Requires deferred libraries
|
|
deferred_inlined_test: Crash # Requires deferred libraries
|
|
deferred_inheritance_constraints_test: Crash # Requires deferred libraries
|
|
deferred_load_constants_test: Crash # Requires deferred libraries
|
|
deferred_load_inval_code_test: Crash # Requires deferred libraries
|
|
deferred_load_library_wrong_args_test: Crash # Requires deferred libraries
|
|
deferred_mixin_test: Crash # Requires deferred libraries
|
|
deferred_no_such_method_test: Crash # Requires deferred libraries
|
|
deferred_not_loaded_check_test: Crash # Requires deferred libraries
|
|
deferred_only_constant_test: Crash # Requires deferred libraries
|
|
deferred_optimized_test: Crash # Requires deferred libraries
|
|
deferred_redirecting_factory_test: Crash # Requires deferred libraries
|
|
deferred_regression_22995_test: Crash # Requires deferred libraries
|
|
deferred_regression_28678_test: Crash # Requires deferred libraries
|
|
deferred_shadow_load_library_test: Crash # Requires deferred libraries
|
|
deferred_shared_and_unshared_classes_test: Crash # Requires deferred libraries
|
|
deferred_static_seperate_test: Crash # Requires deferred libraries
|
|
deferred_super_dependency_test: Pass, Crash # Requires deferred libraries
|
|
deferred_type_dependency_test: Crash # Requires deferred libraries
|
|
issue_1751477_test: Crash # Requires deferred libraries
|
|
regress_23408_test: Crash # Requires deferred libraries
|
|
regress_22443_test: Crash # Requires deferred libraries
|
|
regress_28278_test: Crash # Requires deferred libraries
|
|
conditional_import_test: Crash # Requires deferred libraries
|
|
conditional_import_string_test: Crash # Requires deferred libraries
|
|
vm/regress_27201_test: Pass, Crash # Requires deferred libraries
|
|
vm/optimized_stacktrace_test: Pass, Slow
|
|
|
|
[ ($runtime != vm && $compiler != dartk && $compiler != dartkp ) || ($compiler != none && $compiler != dartk && $compiler != dartkp )]
|
|
assert_initializer_test/*: SKIP # not implemented yet, experiment is VM only.
|
|
|
|
[($runtime == vm || $runtime == flutter) && $compiler == none && $checked]
|
|
# The VM doesn't enforce that potentially const expressions are actually
|
|
# const expressions when the constructor is called with `const`.
|
|
assert_initializer_test/4*: MissingCompileTimeError # Issue 392.
|
|
|
|
[($runtime == vm || $runtime == flutter) && $compiler == none]
|
|
duplicate_part_test/01: MissingCompileTimeError # Issue 27516
|
|
|
|
[$runtime == vm && $compiler == none && $system == windows && $arch == ia32]
|
|
vm/optimized_stacktrace_test: Pass, Crash # Issue 28276
|
|
|
|
[$runtime == vm && $compiler == none && $system == fuchsia]
|
|
# Use package:unittest
|
|
async_await_test: RuntimeError
|
|
async_star_test: RuntimeError
|
|
vm/causal_async_exception_stack_test: RuntimeError
|
|
# TODO(zra): Investigate
|
|
vm/regress_28325_test: RuntimeError
|
|
closure_cycles_test: Pass, Crash
|
|
|
|
[$compiler == dart2analyzer]
|
|
vm/regress_27201_test: SkipByDesign # Loads bad library, so will always crash.
|
|
config_import_corelib_test: StaticWarning, OK
|
|
|
|
[ ($runtime == vm || $runtime == flutter || $runtime == dart_precompiled || $runtime == dartium || $runtime == drt) && ($compiler == none || $compiler == app_jit || $compiler == precompiler) ]
|
|
await_for_test: RuntimeError # issue 28974
|
|
|
|
# flutter uses --error_on_bad_type, --error_on_bad_override
|
|
# and --await_is_keyword so # the following tests fail with
|
|
# a Compilation Error
|
|
[ $runtime == flutter ]
|
|
await_backwards_compatibility_test/none: CompileTimeError
|
|
await_test: CompileTimeError
|
|
async_await_test: CompileTimeError
|
|
async_await_syntax_test/a05c: CompileTimeError
|
|
async_await_syntax_test/a05e: CompileTimeError
|
|
async_await_syntax_test/d08c: CompileTimeError
|
|
static_initializer_type_error_test: CompileTimeError
|
|
new_expression_type_args_test/02: CompileTimeError
|
|
super_getter_setter_test: CompileTimeError
|
|
malformed_test/none: CompileTimeError
|
|
malbounded_type_test_test/02: CompileTimeError
|
|
factory6_test/00: CompileTimeError
|
|
method_override2_test/01: CompileTimeError
|
|
regress_22438_test: CompileTimeError
|
|
regress_13462_1_test: CompileTimeError
|
|
instance_creation_in_function_annotation_test: CompileTimeError
|
|
type_variable_scope_test/none: CompileTimeError
|
|
type_variable_scope_test/00: CompileTimeError
|
|
type_variable_scope_test/01: CompileTimeError
|
|
type_variable_scope_test/03: CompileTimeError
|
|
type_variable_scope_test/02: CompileTimeError
|
|
type_variable_scope_test/04: CompileTimeError
|
|
type_variable_scope_test/05: CompileTimeError
|
|
invocation_mirror_invoke_on_test: CompileTimeError
|
|
method_override3_test/00: CompileTimeError
|
|
method_override3_test/01: CompileTimeError
|
|
method_override3_test/02: CompileTimeError
|
|
type_variable_bounds_test/00: CompileTimeError
|
|
type_variable_bounds_test/06: CompileTimeError
|
|
type_variable_bounds_test/07: CompileTimeError
|
|
type_variable_bounds_test/09: CompileTimeError
|
|
type_variable_bounds_test/10: CompileTimeError
|
|
type_variable_bounds_test/08: CompileTimeError
|
|
factory4_test: CompileTimeError
|
|
factory2_test: CompileTimeError
|
|
regress_18535_test: CompileTimeError
|
|
prefix22_test: CompileTimeError
|
|
regress_28255_test: CompileTimeError
|
|
enum_mirror_test: CompileTimeError
|
|
field_override_test/01: CompileTimeError
|
|
override_inheritance_field_test/05: CompileTimeError
|
|
override_inheritance_field_test/07: CompileTimeError
|
|
override_inheritance_field_test/06: CompileTimeError
|
|
override_inheritance_field_test/08: CompileTimeError
|
|
override_inheritance_field_test/28: CompileTimeError
|
|
override_inheritance_field_test/29: CompileTimeError
|
|
override_inheritance_field_test/30: CompileTimeError
|
|
override_inheritance_field_test/31: CompileTimeError
|
|
override_inheritance_field_test/44: CompileTimeError
|
|
override_inheritance_field_test/45: CompileTimeError
|
|
override_inheritance_field_test/48: CompileTimeError
|
|
override_inheritance_field_test/47: CompileTimeError
|
|
override_inheritance_field_test/53: CompileTimeError
|
|
override_inheritance_field_test/10: CompileTimeError
|
|
override_inheritance_field_test/54: CompileTimeError
|
|
override_inheritance_field_test/09: CompileTimeError
|
|
override_inheritance_field_test/33a: CompileTimeError
|
|
override_inheritance_field_test/34: CompileTimeError
|
|
override_inheritance_field_test/32: CompileTimeError
|
|
override_inheritance_field_test/11: CompileTimeError
|
|
override_inheritance_field_test/33: CompileTimeError
|
|
issue_25671b_test/01: CompileTimeError
|
|
mixin_super_bound2_test/01: CompileTimeError
|
|
override_inheritance_method_test/04: CompileTimeError
|
|
override_inheritance_method_test/06: CompileTimeError
|
|
override_inheritance_method_test/11: CompileTimeError
|
|
override_inheritance_method_test/12: CompileTimeError
|
|
override_inheritance_method_test/13: CompileTimeError
|
|
override_inheritance_method_test/14: CompileTimeError
|
|
override_inheritance_method_test/19: CompileTimeError
|
|
override_inheritance_method_test/20: CompileTimeError
|
|
override_inheritance_method_test/21: CompileTimeError
|
|
override_inheritance_method_test/27: CompileTimeError
|
|
override_inheritance_method_test/28: CompileTimeError
|
|
override_inheritance_method_test/29: CompileTimeError
|
|
override_inheritance_method_test/05: CompileTimeError
|
|
override_inheritance_method_test/31: CompileTimeError
|
|
override_inheritance_method_test/33: CompileTimeError
|
|
override_inheritance_method_test/32: CompileTimeError
|
|
override_inheritance_method_test/30: CompileTimeError
|
|
redirecting_factory_reflection_test: CompileTimeError
|
|
method_override6_test: CompileTimeError
|
|
try_catch_syntax_test/08: CompileTimeError
|
|
async_return_types_test/tooManyTypeParameters: CompileTimeError
|
|
method_override4_test: CompileTimeError
|
|
super_call4_test: CompileTimeError
|
|
wrong_number_type_arguments_test/00: CompileTimeError
|
|
wrong_number_type_arguments_test/02: CompileTimeError
|
|
wrong_number_type_arguments_test/01: CompileTimeError
|
|
is_malformed_type_test/97: CompileTimeError
|
|
class_keyword_test/02: CompileTimeError
|
|
is_malformed_type_test/98: CompileTimeError
|
|
is_malformed_type_test/99: CompileTimeError
|
|
is_malformed_type_test/95: CompileTimeError
|
|
is_malformed_type_test/96: CompileTimeError
|
|
is_malformed_type_test/94: CompileTimeError
|
|
field_increment_bailout_test: CompileTimeError
|
|
on_catch_malformed_type_test: CompileTimeError
|
|
f_bounded_quantification_test/01: CompileTimeError
|
|
f_bounded_quantification_test/02: CompileTimeError
|
|
mixin_type_parameters_errors_test/02: CompileTimeError
|
|
mixin_type_parameters_errors_test/05: CompileTimeError
|
|
mixin_type_parameters_errors_test/01: CompileTimeError
|
|
mixin_type_parameters_errors_test/03: CompileTimeError
|
|
mixin_type_parameters_errors_test/04: CompileTimeError
|
|
issue21079_test: CompileTimeError
|
|
f_bounded_quantification5_test: CompileTimeError
|
|
malformed_type_test: CompileTimeError
|
|
issue_25671a_test/01: CompileTimeError
|
|
regress_13462_0_test: CompileTimeError
|
|
overridden_no_such_method_test: CompileTimeError
|
|
deferred_constraints_type_annotation_test/new_before_load: CompileTimeError
|
|
deferred_constraints_type_annotation_test/type_annotation_null: CompileTimeError
|
|
deferred_constraints_type_annotation_test/type_annotation_generic2: CompileTimeError
|
|
deferred_constraints_type_annotation_test/type_annotation_generic3: CompileTimeError
|
|
deferred_constraints_type_annotation_test/new: CompileTimeError
|
|
deferred_constraints_type_annotation_test/new_generic1: CompileTimeError
|
|
deferred_constraints_type_annotation_test/new_generic2: CompileTimeError
|
|
deferred_constraints_type_annotation_test/new_generic3: CompileTimeError
|
|
deferred_constraints_type_annotation_test/is_check: CompileTimeError
|
|
deferred_constraints_type_annotation_test/as_operation: CompileTimeError
|
|
deferred_constraints_type_annotation_test/catch_check: CompileTimeError
|
|
deferred_constraints_type_annotation_test/type_annotation_top_level: CompileTimeError
|
|
deferred_constraints_constants_test/none: CompileTimeError
|
|
deferred_constraints_constants_test/reference_after_load: CompileTimeError
|
|
no_such_method_test: CompileTimeError
|
|
conditional_import_string_test: CompileTimeError
|
|
try_catch_on_syntax_test/07: CompileTimeError
|
|
non_parameterized_factory_test: CompileTimeError
|
|
instanceof3_test: CompileTimeError
|
|
malbounded_redirecting_factory_test/none: CompileTimeError
|
|
malbounded_redirecting_factory_test/01: CompileTimeError
|
|
null_test/none: CompileTimeError
|
|
check_method_override_test/01: CompileTimeError
|
|
check_method_override_test/02: CompileTimeError
|
|
malformed_inheritance_test/02: CompileTimeError
|
|
malformed_inheritance_test/04: CompileTimeError
|
|
malformed_inheritance_test/06: CompileTimeError
|
|
call_constructor_on_unresolvable_class_test/01: CompileTimeError
|
|
call_constructor_on_unresolvable_class_test/03: CompileTimeError
|
|
call_constructor_on_unresolvable_class_test/02: CompileTimeError
|
|
call_constructor_on_unresolvable_class_test/07: CompileTimeError
|
|
unicode_bom_test: CompileTimeError
|
|
prefix16_test: CompileTimeError
|
|
deferred_not_loaded_check_test: CompileTimeError
|
|
regress_23408_test: CompileTimeError
|
|
redirecting_factory_incompatible_signature_test: CompileTimeError
|
|
malbounded_instantiation_test/01: CompileTimeError
|
|
const_evaluation_test/none: CompileTimeError
|
|
mixin_invalid_bound_test/01: CompileTimeError
|
|
const_evaluation_test/01: CompileTimeError
|
|
mixin_invalid_bound_test/none: CompileTimeError
|
|
mixin_invalid_bound_test/05: CompileTimeError
|
|
mixin_invalid_bound_test/03: CompileTimeError
|
|
malformed2_test/00: CompileTimeError
|
|
conditional_import_test: CompileTimeError
|
|
non_parameterized_factory2_test: CompileTimeError
|
|
private_access_test/03: CompileTimeError
|
|
private_access_test/04: CompileTimeError
|
|
function_malformed_result_type_test: CompileTimeError
|
|
mixin_invalid_bound2_test/none: CompileTimeError
|
|
mixin_invalid_bound2_test/01: CompileTimeError
|
|
mixin_invalid_bound2_test/04: CompileTimeError
|
|
mixin_invalid_bound2_test/07: CompileTimeError
|
|
deferred_super_dependency_test/01: CompileTimeError
|
|
method_override5_test: CompileTimeError
|
|
deferred_static_seperate_test: CompileTimeError
|
|
default_factory_test/01: CompileTimeError
|
|
internal_library_test/01: CompileTimeError
|
|
internal_library_test/02: CompileTimeError
|
|
type_variable_scope2_test: CompileTimeError
|
|
mixin_super_bound_test: CompileTimeError
|
|
bad_override_test/06: CompileTimeError
|
|
invocation_mirror2_test: CompileTimeError
|
|
deferred_inheritance_constraints_test/redirecting_constructor: CompileTimeError
|
|
deferred_no_such_method_test: CompileTimeError
|
|
malbounded_type_literal_test: CompileTimeError
|
|
deferred_mixin_test: CompileTimeError
|
|
many_overridden_no_such_method_test: CompileTimeError
|
|
malbounded_redirecting_factory2_test/none: CompileTimeError
|
|
malbounded_redirecting_factory2_test/01: CompileTimeError
|
|
malbounded_type_cast_test: CompileTimeError
|
|
type_parameter_test/none: CompileTimeError
|
|
list_literal_syntax_test/03: CompileTimeError
|
|
list_literal_syntax_test/01: CompileTimeError
|
|
list_literal_syntax_test/02: CompileTimeError
|
|
vm/reflect_core_vm_test: CompileTimeError
|
|
vm/debug_break_enabled_vm_test/01: CompileTimeError
|
|
vm/debug_break_enabled_vm_test/none: CompileTimeError
|
|
generic_function_typedef2_test/04: CompileTimeError
|
|
class_override_test/00: CompileTimeError
|
|
const_types_test/01: CompileTimeError
|
|
const_types_test/02: CompileTimeError
|
|
const_types_test/03: CompileTimeError
|
|
const_types_test/04: CompileTimeError
|
|
const_types_test/05: CompileTimeError
|
|
const_types_test/06: CompileTimeError
|
|
const_types_test/13: CompileTimeError
|
|
const_types_test/35: CompileTimeError
|
|
const_types_test/40: CompileTimeError
|
|
regress_12561_test: CompileTimeError
|
|
invocation_mirror_invoke_on2_test: CompileTimeError
|
|
|
|
isnot_malformed_type_test: RuntimeError
|
|
is_not_class2_test: RuntimeError
|
|
|
|
# No mirrors support in Flutter.
|
|
library_env_test/has_no_mirror_support: Pass
|
|
library_env_test/has_mirror_support: RuntimeError, Ok
|
|
|
|
internal_library_test/01: MissingCompileTimeError
|
|
internal_library_test/02: MissingCompileTimeError
|
|
|
|
# deferred loading is not supported by Flutter
|
|
deferred_type_dependency_test/is: Skip # Timeout
|
|
deferred_type_dependency_test/none: Skip # Timeout
|
|
deferred_type_dependency_test/as: Skip # Timeout
|
|
deferred_type_dependency_test/type_annotation: Skip # Timeout
|
|
deferred_closurize_load_library_test: Skip # Timeout
|
|
deferred_constraints_type_annotation_test/none: Skip # Timeout
|
|
deferred_constraints_type_annotation_test/static_method: Skip # Timeout
|
|
deferred_shared_and_unshared_classes_test: Skip # Timeout
|
|
deferred_constant_list_test: Skip # Timeout
|
|
deferred_redirecting_factory_test: Skip # Timeout
|
|
deferred_shadow_load_library_test: Skip # Timeout
|
|
deferred_global_test: Skip # Timeout
|
|
|
|
# Look like bugs.
|
|
config_import_test: RuntimeError # Flutter Issue 9110
|
|
vm/no_such_method_error_message_callable_vm_test: RuntimeError # Flutter Issue 9110
|
|
vm/regress_27201_test: Fail # Flutter Issue 9110
|
|
async_return_types_test/nestedFuture: Skip # Flutter Issue 9110
|
|
async_return_types_test/wrongTypeParameter: Skip # Flutter Issue 9110
|
|
async_return_types_test/wrongReturnType: Skip # Flutter Issue 9110
|
|
async_return_types_test/return_value_sync_star: Skip # Flutter Issue 9110
|
|
asyncstar_yield_test: Skip # Flutter Issue 9110
|
|
async_star_no_cancel_test: Skip # Flutter Issue 9110
|
|
async_star_cancel_while_paused_test: Skip # Flutter Issue 9110
|
|
await_for_test: Skip # Flutter Issue 9110
|
|
await_for_cancel_test: Skip # Flutter Issue 9110
|
|
|
|
|