115d54f0b4
When an implicit cast can be proven by the front end to always fail, due to the form of the expression being cast, the front end now reports this as a compile-time error. (This feature is not new--it is part of the analyzer's implementation of strong mode). Newly failing tests are marked with issue #31537. Change-Id: Ib3fc068352bb91dd283fa4b81d8104fa213eafe9 Reviewed-on: https://dart-review.googlesource.com/26420 Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
2537 lines
142 KiB
Plaintext
2537 lines
142 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.
|
|
|
|
# ===== Skip dartk and darkp in !$strong mode ====
|
|
|
|
[ $compiler == dartk && !$strong]
|
|
*: SkipByDesign # language_2 is only supported in strong mode.
|
|
|
|
[ $compiler == dartkp && !$strong]
|
|
*: SkipByDesign # language_2 is only supported in strong mode.
|
|
|
|
# ===== dartk + vm status lines =====
|
|
[ $compiler == dartk && $runtime == vm && $strong ]
|
|
abstract_beats_arguments_test: MissingCompileTimeError
|
|
abstract_exact_selector_test/01: MissingCompileTimeError
|
|
abstract_factory_constructor_test/00: MissingCompileTimeError
|
|
abstract_getter_test/01: MissingCompileTimeError
|
|
abstract_override_adds_optional_args_concrete_subclass_test: MissingCompileTimeError
|
|
abstract_override_adds_optional_args_concrete_test: MissingCompileTimeError
|
|
abstract_override_adds_optional_args_supercall_test: MissingCompileTimeError
|
|
abstract_syntax_test/00: MissingCompileTimeError
|
|
additional_interface_adds_optional_args_concrete_subclass_test: MissingCompileTimeError
|
|
additional_interface_adds_optional_args_concrete_test: MissingCompileTimeError
|
|
additional_interface_adds_optional_args_supercall_test: MissingCompileTimeError
|
|
arithmetic2_test: RuntimeError # Throws CastError instead of TypeError
|
|
assert_message_test: CompileTimeError # Issue 31402 (Assert statement)
|
|
assertion_initializer_test: CompileTimeError # Issue 31402 (Assert statement)
|
|
assertion_test: CompileTimeError # Issue 31402 (Assert statement)
|
|
assign_to_type_test/01: MissingCompileTimeError
|
|
assign_to_type_test/02: MissingCompileTimeError
|
|
assign_to_type_test/03: MissingCompileTimeError
|
|
assign_to_type_test/04: MissingCompileTimeError
|
|
assign_top_method_test: MissingCompileTimeError
|
|
async_await_syntax_test/c10a: MissingCompileTimeError
|
|
async_await_syntax_test/d08b: MissingCompileTimeError
|
|
async_await_syntax_test/d10a: MissingCompileTimeError
|
|
async_await_test/02: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
async_await_test/03: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
async_await_test/none: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
async_or_generator_return_type_stacktrace_test/01: MissingCompileTimeError
|
|
async_or_generator_return_type_stacktrace_test/02: MissingCompileTimeError
|
|
async_or_generator_return_type_stacktrace_test/03: MissingCompileTimeError
|
|
async_return_types_test/nestedFuture: MissingCompileTimeError
|
|
async_return_types_test/tooManyTypeParameters: MissingCompileTimeError
|
|
async_return_types_test/wrongReturnType: MissingCompileTimeError
|
|
async_star_cancel_while_paused_test: RuntimeError
|
|
async_star_pause_test: Fail, OK
|
|
async_star_regression_2238_test: RuntimeError
|
|
async_star_regression_23116_test: RuntimeError
|
|
async_star_regression_fisk_test: RuntimeError
|
|
async_star_test/01: CompileTimeError # Issue 2238.
|
|
async_star_test/01: Pass
|
|
async_star_test/01: RuntimeError
|
|
async_star_test/02: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
async_star_test/03: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
async_star_test/04: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
async_star_test/05: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
async_star_test/none: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
await_test: CompileTimeError # Issue 31541
|
|
bad_named_parameters2_test/01: MissingCompileTimeError
|
|
bad_named_parameters_test/01: MissingCompileTimeError
|
|
bad_named_parameters_test/02: MissingCompileTimeError
|
|
bad_named_parameters_test/03: MissingCompileTimeError
|
|
bad_named_parameters_test/04: MissingCompileTimeError
|
|
bad_named_parameters_test/05: MissingCompileTimeError
|
|
bad_override_test/01: MissingCompileTimeError
|
|
bad_override_test/02: MissingCompileTimeError
|
|
bad_override_test/06: MissingCompileTimeError
|
|
built_in_identifier_prefix_test: CompileTimeError
|
|
built_in_identifier_type_annotation_test/22: DartkCrash # Issue 28814
|
|
built_in_identifier_type_annotation_test/22: MissingCompileTimeError # Error only in strong mode
|
|
built_in_identifier_type_annotation_test/52: MissingCompileTimeError # Issue 28814
|
|
built_in_identifier_type_annotation_test/53: MissingCompileTimeError # Issue 28814
|
|
built_in_identifier_type_annotation_test/54: MissingCompileTimeError # Issue 28814
|
|
built_in_identifier_type_annotation_test/55: MissingCompileTimeError # Issue 28814
|
|
built_in_identifier_type_annotation_test/57: MissingCompileTimeError # Issue 28814
|
|
built_in_identifier_type_annotation_test/58: MissingCompileTimeError # Issue 28814
|
|
built_in_identifier_type_annotation_test/59: MissingCompileTimeError # Issue 28814
|
|
built_in_identifier_type_annotation_test/60: MissingCompileTimeError # Issue 28814
|
|
built_in_identifier_type_annotation_test/61: MissingCompileTimeError # Issue 28814
|
|
built_in_identifier_type_annotation_test/62: MissingCompileTimeError # Issue 28814
|
|
built_in_identifier_type_annotation_test/63: MissingCompileTimeError # Issue 28814
|
|
built_in_identifier_type_annotation_test/64: MissingCompileTimeError # Issue 28814
|
|
built_in_identifier_type_annotation_test/65: MissingCompileTimeError # Issue 28814
|
|
built_in_identifier_type_annotation_test/66: MissingCompileTimeError # Issue 28814
|
|
built_in_identifier_type_annotation_test/67: MissingCompileTimeError # Issue 28814
|
|
built_in_identifier_type_annotation_test/68: MissingCompileTimeError # Issue 28814
|
|
call_constructor_on_unresolvable_class_test/01: MissingCompileTimeError
|
|
call_constructor_on_unresolvable_class_test/02: MissingCompileTimeError
|
|
call_constructor_on_unresolvable_class_test/03: MissingCompileTimeError
|
|
call_function2_test: CompileTimeError # Issue 31402 (map literal)
|
|
call_function_apply_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
call_function_test: CompileTimeError
|
|
call_non_method_field_test/01: MissingCompileTimeError
|
|
call_non_method_field_test/02: MissingCompileTimeError
|
|
call_nonexistent_constructor_test/01: MissingCompileTimeError
|
|
call_nonexistent_constructor_test/02: MissingCompileTimeError
|
|
call_nonexistent_static_test/01: MissingCompileTimeError
|
|
call_nonexistent_static_test/02: MissingCompileTimeError
|
|
call_nonexistent_static_test/03: MissingCompileTimeError
|
|
call_nonexistent_static_test/04: MissingCompileTimeError
|
|
call_nonexistent_static_test/05: MissingCompileTimeError
|
|
call_nonexistent_static_test/06: MissingCompileTimeError
|
|
call_nonexistent_static_test/07: MissingCompileTimeError
|
|
call_nonexistent_static_test/08: MissingCompileTimeError
|
|
call_nonexistent_static_test/09: MissingCompileTimeError
|
|
call_nonexistent_static_test/10: MissingCompileTimeError
|
|
call_with_no_such_method_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
callable_test/none: CompileTimeError # Issue 31402 (Variable declaration)
|
|
cha_deopt1_test: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
cha_deopt1_test: RuntimeError
|
|
cha_deopt2_test: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
cha_deopt2_test: RuntimeError
|
|
cha_deopt3_test: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
cha_deopt3_test: RuntimeError
|
|
check_member_static_test/01: MissingCompileTimeError
|
|
check_method_override_test/01: MissingCompileTimeError
|
|
check_method_override_test/02: MissingCompileTimeError
|
|
class_literal_static_test/12: MissingCompileTimeError
|
|
class_literal_static_test/13: MissingCompileTimeError
|
|
class_literal_static_test/17: MissingCompileTimeError
|
|
class_literal_static_test/18: MissingCompileTimeError
|
|
class_literal_static_test/19: MissingCompileTimeError
|
|
class_literal_static_test/20: MissingCompileTimeError
|
|
class_literal_static_test/21: MissingCompileTimeError
|
|
class_literal_static_test/22: MissingCompileTimeError
|
|
class_literal_static_test/24: MissingCompileTimeError
|
|
class_literal_static_test/25: MissingCompileTimeError
|
|
class_literal_test/12: MissingCompileTimeError
|
|
class_literal_test/13: MissingCompileTimeError
|
|
class_literal_test/17: MissingCompileTimeError
|
|
class_literal_test/18: MissingCompileTimeError
|
|
class_literal_test/19: MissingCompileTimeError
|
|
class_literal_test/20: MissingCompileTimeError
|
|
class_literal_test/21: MissingCompileTimeError
|
|
class_literal_test/22: MissingCompileTimeError
|
|
class_literal_test/24: MissingCompileTimeError
|
|
class_literal_test/25: MissingCompileTimeError
|
|
class_override_test: MissingCompileTimeError
|
|
closure_invoked_through_interface_target_field_test: MissingCompileTimeError
|
|
closure_invoked_through_interface_target_getter_test: MissingCompileTimeError
|
|
compile_time_constant_c_test/02: MissingCompileTimeError # KernelVM bug: Constant evaluation.
|
|
compile_time_constant_k_test/01: MissingCompileTimeError
|
|
compile_time_constant_k_test/02: MissingCompileTimeError
|
|
compile_time_constant_k_test/03: MissingCompileTimeError
|
|
compile_time_constant_o_test/01: MissingCompileTimeError
|
|
compile_time_constant_o_test/01: RuntimeError # KernelVM bug: Constant map duplicated key.
|
|
compile_time_constant_o_test/02: MissingCompileTimeError
|
|
compile_time_constant_o_test/02: RuntimeError # KernelVM bug: Constant map duplicated key.
|
|
compile_time_constant_static2_test/04: MissingCompileTimeError
|
|
compile_time_constant_static3_test/04: MissingCompileTimeError
|
|
compile_time_constant_static5_test/11: CompileTimeError # Issue 31537
|
|
compile_time_constant_static5_test/16: CompileTimeError # Issue 31537
|
|
compile_time_constant_static5_test/21: CompileTimeError # Issue 31537
|
|
compile_time_constant_static5_test/23: CompileTimeError # Issue 31402 (Field declaration)
|
|
conditional_import_string_test: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
conditional_import_string_test: DartkCompileTimeError
|
|
conditional_import_test: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
conditional_import_test: DartkCompileTimeError
|
|
conditional_method_invocation_test/12: MissingCompileTimeError
|
|
conditional_method_invocation_test/13: MissingCompileTimeError
|
|
conditional_property_access_test/10: MissingCompileTimeError
|
|
conditional_property_access_test/11: MissingCompileTimeError
|
|
conditional_rewrite_test: RuntimeError # Issue 31402 (Not)
|
|
config_import_corelib_test: CompileTimeError # Issue 31533
|
|
config_import_test: RuntimeError # KernelVM bug: Configurable imports.
|
|
const_constructor2_test/11: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
const_constructor2_test/12: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
const_constructor2_test/20: MissingCompileTimeError
|
|
const_constructor2_test/22: MissingCompileTimeError
|
|
const_constructor2_test/24: MissingCompileTimeError
|
|
const_constructor_nonconst_field_test/01: MissingCompileTimeError # Fasta bug: Non-const expression in field initializer.
|
|
const_dynamic_type_literal_test/02: MissingCompileTimeError
|
|
const_dynamic_type_literal_test/02: RuntimeError # KernelVM bug: Constant map duplicated key.
|
|
const_error_multiply_initialized_test/02: MissingCompileTimeError
|
|
const_error_multiply_initialized_test/04: MissingCompileTimeError
|
|
const_factory_with_body_test/01: MissingCompileTimeError # Fasta bug: Const factory with body.
|
|
const_instance_field_test/01: MissingCompileTimeError # Fasta bug: Const instance field.
|
|
const_list_test: RuntimeError
|
|
const_locals_test: RuntimeError
|
|
const_map2_test/00: MissingCompileTimeError # KernelVM bug: Constant evaluation.
|
|
const_map3_test/00: MissingCompileTimeError # KernelVM bug: Constant evaluation.
|
|
const_map4_test: RuntimeError
|
|
const_native_factory_test/01: MissingCompileTimeError # Fasta bug: Issue 29763
|
|
const_native_factory_test: MissingCompileTimeError
|
|
const_nested_test: RuntimeError # KernelVM bug: Constant evaluation.
|
|
const_optional_args_test/01: MissingCompileTimeError # Fasta bug: Default parameter values must be const.
|
|
const_redirecting_factory_test: CompileTimeError # Issue 31402 (Field declaration)
|
|
const_string_test: RuntimeError
|
|
const_switch2_test/01: MissingCompileTimeError # KernelVM bug: Constant evaluation.
|
|
const_syntax_test/05: MissingCompileTimeError # KernelVM bug: Constant evaluation.
|
|
const_types_test/01: MissingCompileTimeError
|
|
const_types_test/02: MissingCompileTimeError
|
|
const_types_test/03: MissingCompileTimeError
|
|
const_types_test/04: MissingCompileTimeError
|
|
const_types_test/05: MissingCompileTimeError
|
|
const_types_test/06: MissingCompileTimeError
|
|
const_types_test/13: MissingCompileTimeError
|
|
const_types_test/34: MissingCompileTimeError
|
|
const_types_test/35: MissingCompileTimeError
|
|
const_types_test/39: MissingCompileTimeError
|
|
const_types_test/40: MissingCompileTimeError
|
|
constructor12_test: RuntimeError
|
|
constructor13_test/01: MissingCompileTimeError
|
|
constructor13_test/02: MissingCompileTimeError
|
|
constructor3_test: Fail, OK, Pass
|
|
constructor_duplicate_final_test/01: MissingCompileTimeError
|
|
constructor_duplicate_final_test/02: MissingCompileTimeError
|
|
constructor_named_arguments_test/01: MissingCompileTimeError
|
|
constructor_redirect1_negative_test/01: MissingCompileTimeError
|
|
constructor_redirect1_negative_test/none: MissingCompileTimeError
|
|
constructor_redirect1_negative_test: MissingCompileTimeError
|
|
constructor_redirect2_negative_test: MissingCompileTimeError
|
|
constructor_redirect2_test/01: MissingCompileTimeError # Fasta bug: Body on redirecting constructor.
|
|
constructor_redirect_test/01: MissingCompileTimeError # Fasta bug: Initializer refers to this.
|
|
covariant_subtyping_test: CompileTimeError
|
|
covariant_subtyping_test: RuntimeError
|
|
create_unresolved_type_test/01: MissingCompileTimeError
|
|
ct_const2_test: Pass, Crash # Flaky
|
|
ct_const_test: RuntimeError
|
|
cyclic_constructor_test/01: MissingCompileTimeError # Fasta bug: Cyclic constructor redirection.
|
|
cyclic_type2_test: CompileTimeError
|
|
cyclic_type2_test: Fail, OK
|
|
cyclic_type_test/02: CompileTimeError
|
|
cyclic_type_test/02: Fail, OK # Non-contractive types are not supported in the vm.
|
|
cyclic_type_test/04: CompileTimeError
|
|
cyclic_type_test/04: Fail, OK
|
|
cyclic_type_variable_test/01: MissingCompileTimeError
|
|
cyclic_type_variable_test/02: MissingCompileTimeError
|
|
cyclic_type_variable_test/03: MissingCompileTimeError
|
|
cyclic_type_variable_test/04: MissingCompileTimeError
|
|
cyclic_typedef_test/13: MissingCompileTimeError
|
|
default_factory2_test/01: MissingCompileTimeError
|
|
default_factory_test/01: MissingCompileTimeError
|
|
deferred_call_empty_before_load_test: RuntimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_closurize_load_library_test: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_closurize_load_library_test: DartkCrash
|
|
deferred_constant_list_test: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_constant_list_test: RuntimeError
|
|
deferred_constraints_constants_test/default_argument2: Pass # Passes by mistake. KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_constraints_constants_test/none: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_constraints_constants_test/reference_after_load: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_constraints_type_annotation_test/as_operation: MissingCompileTimeError
|
|
deferred_constraints_type_annotation_test/as_operation: Pass # Passes by mistake. Deferred loading kernel issue 28335
|
|
deferred_constraints_type_annotation_test/catch_check: MissingCompileTimeError
|
|
deferred_constraints_type_annotation_test/catch_check: Pass # Passes by mistake. Deferred loading kernel issue 28335.
|
|
deferred_constraints_type_annotation_test/is_check: MissingCompileTimeError
|
|
deferred_constraints_type_annotation_test/is_check: Pass # Passes by mistake. Deferred loading kernel issue 28335
|
|
deferred_constraints_type_annotation_test/new: CompileTimeError # Deferred loading kernel issue 28335.
|
|
deferred_constraints_type_annotation_test/new_before_load: MissingCompileTimeError
|
|
deferred_constraints_type_annotation_test/new_before_load: Pass # Passes by mistake. Deferred loading kernel issue 28335
|
|
deferred_constraints_type_annotation_test/new_generic1: CompileTimeError # Deferred loading kernel issue 28335
|
|
deferred_constraints_type_annotation_test/new_generic2: MissingCompileTimeError
|
|
deferred_constraints_type_annotation_test/new_generic2: Pass # Passes by mistake. Deferred loading kernel issue 28335
|
|
deferred_constraints_type_annotation_test/new_generic3: MissingCompileTimeError
|
|
deferred_constraints_type_annotation_test/new_generic3: Pass # Passes by mistake. Deferred loading kernel issue 28335
|
|
deferred_constraints_type_annotation_test/none: CompileTimeError # Deferred loading kernel issue 28335.
|
|
deferred_constraints_type_annotation_test/static_method: CompileTimeError # Deferred loading kernel issue 28335.
|
|
deferred_constraints_type_annotation_test/type_annotation1: MissingCompileTimeError
|
|
deferred_constraints_type_annotation_test/type_annotation1: Pass # Passes by mistake. Deferred loading kernel issue 28335
|
|
deferred_constraints_type_annotation_test/type_annotation_generic1: MissingCompileTimeError
|
|
deferred_constraints_type_annotation_test/type_annotation_generic1: Pass # Passes by mistake. Deferred loading kernel issue 28335
|
|
deferred_constraints_type_annotation_test/type_annotation_generic2: MissingCompileTimeError
|
|
deferred_constraints_type_annotation_test/type_annotation_generic2: Pass # Passes by mistake. Deferred loading kernel issue 28335
|
|
deferred_constraints_type_annotation_test/type_annotation_generic3: MissingCompileTimeError
|
|
deferred_constraints_type_annotation_test/type_annotation_generic3: Pass # Passes by mistake. Deferred loading kernel issue 28335
|
|
deferred_constraints_type_annotation_test/type_annotation_generic4: MissingCompileTimeError
|
|
deferred_constraints_type_annotation_test/type_annotation_generic4: Pass # Passes by mistake. Deferred loading kernel issue 28335
|
|
deferred_constraints_type_annotation_test/type_annotation_non_deferred: CompileTimeError # Deferred loading kernel issue 28335.
|
|
deferred_constraints_type_annotation_test/type_annotation_null: MissingCompileTimeError
|
|
deferred_constraints_type_annotation_test/type_annotation_null: Pass # Passes by mistake. Deferred loading kernel issue 28335
|
|
deferred_constraints_type_annotation_test/type_annotation_top_level: MissingCompileTimeError
|
|
deferred_constraints_type_annotation_test/type_annotation_top_level: Pass # Passes by mistake. Deferred loading kernel issue 28335.
|
|
deferred_function_type_test: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_function_type_test: RuntimeError
|
|
deferred_global_test: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_import_core_test: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_inheritance_constraints_test/extends: MissingCompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_inheritance_constraints_test/implements: MissingCompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_inheritance_constraints_test/mixin: MissingCompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_inheritance_constraints_test/redirecting_constructor: MissingCompileTimeError
|
|
deferred_inheritance_constraints_test/redirecting_constructor: RuntimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_inlined_test: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_inlined_test: RuntimeError
|
|
deferred_load_constants_test/none: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_load_inval_code_test: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_load_inval_code_test: RuntimeError
|
|
deferred_load_library_wrong_args_test/01: Pass # Passes by mistake. KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_load_library_wrong_args_test/none: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_load_library_wrong_args_test/none: RuntimeError
|
|
deferred_mixin_test: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_mixin_test: RuntimeError
|
|
deferred_no_such_method_test: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_no_such_method_test: RuntimeError
|
|
deferred_not_loaded_check_test: RuntimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_only_constant_test: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_only_constant_test: RuntimeError
|
|
deferred_optimized_test: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_optimized_test: RuntimeError
|
|
deferred_redirecting_factory_test: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_redirecting_factory_test: RuntimeError
|
|
deferred_regression_22995_test: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_regression_22995_test: RuntimeError
|
|
deferred_regression_28678_test: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_shadow_load_library_test: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_shadow_load_library_test: RuntimeError
|
|
deferred_shared_and_unshared_classes_test: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_shared_and_unshared_classes_test: RuntimeError
|
|
deferred_static_seperate_test: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_static_seperate_test: RuntimeError
|
|
deferred_super_dependency_test/01: Pass # Passes by mistake. KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_type_dependency_test/as: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_type_dependency_test/as: RuntimeError
|
|
deferred_type_dependency_test/is: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_type_dependency_test/is: RuntimeError
|
|
deferred_type_dependency_test/none: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_type_dependency_test/none: RuntimeError
|
|
deferred_type_dependency_test/type_annotation: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_type_dependency_test/type_annotation: RuntimeError
|
|
disassemble_test: Pass, Slow
|
|
duplicate_export_negative_test: Fail # Issue 6134
|
|
dynamic_prefix_core_test/01: MissingCompileTimeError
|
|
dynamic_prefix_core_test/01: RuntimeError # KernelVM bug: Blocked on language issue 29125.
|
|
dynamic_prefix_core_test/none: RuntimeError
|
|
dynamic_test: CompileTimeError # Issue 31402 (Variable declaration)
|
|
dynamic_test: RuntimeError
|
|
emit_const_fields_test: CompileTimeError # Issue 31533
|
|
empty_block_case_test: MissingCompileTimeError
|
|
enum_private_test/02: MissingCompileTimeError
|
|
example_constructor_test: Fail, OK
|
|
external_test/10: MissingRuntimeError # KernelVM bug: Unbound external.
|
|
external_test/13: MissingRuntimeError # KernelVM bug: Unbound external.
|
|
external_test/20: MissingRuntimeError # KernelVM bug: Unbound external.
|
|
f_bounded_quantification_test/01: MissingCompileTimeError
|
|
f_bounded_quantification_test/02: MissingCompileTimeError
|
|
factory2_test/03: MissingCompileTimeError
|
|
factory2_test/none: MissingCompileTimeError
|
|
factory3_test/none: MissingCompileTimeError
|
|
factory4_test/00: MissingCompileTimeError
|
|
factory5_test/00: MissingCompileTimeError
|
|
factory6_test/00: MissingCompileTimeError
|
|
field3_test/01: MissingCompileTimeError
|
|
field_initialization_order_test: Fail, OK
|
|
field_method4_test: MissingCompileTimeError
|
|
field_override2_test: MissingCompileTimeError
|
|
field_override_test/00: MissingCompileTimeError
|
|
field_override_test/01: MissingCompileTimeError
|
|
final_attempt_reinitialization_test/01: MissingCompileTimeError # Issue 29900
|
|
final_attempt_reinitialization_test/02: MissingCompileTimeError # Issue 29900
|
|
final_for_in_variable_test: MissingCompileTimeError
|
|
final_param_test: MissingCompileTimeError
|
|
final_super_field_set_test: MissingCompileTimeError
|
|
final_variable_assignment_test/01: MissingCompileTimeError
|
|
final_variable_assignment_test/02: MissingCompileTimeError
|
|
final_variable_assignment_test/03: MissingCompileTimeError
|
|
final_variable_assignment_test/04: MissingCompileTimeError
|
|
first_class_types_literals_test/03: MissingCompileTimeError
|
|
first_class_types_literals_test/04: MissingCompileTimeError
|
|
first_class_types_literals_test/08: MissingCompileTimeError
|
|
first_class_types_literals_test/09: MissingCompileTimeError
|
|
first_class_types_test: RuntimeError
|
|
flatten_test/05: MissingRuntimeError
|
|
flatten_test/08: MissingRuntimeError
|
|
flatten_test/09: MissingRuntimeError
|
|
flatten_test/12: MissingRuntimeError
|
|
for_in_side_effects_test/01: MissingCompileTimeError
|
|
function_malformed_result_type_test/00: MissingCompileTimeError
|
|
function_propagation_test: CompileTimeError # Issue 31402 (Variable declaration)
|
|
function_subtype3_test: RuntimeError
|
|
function_subtype_bound_closure1_test: RuntimeError
|
|
function_subtype_bound_closure2_test: RuntimeError
|
|
function_subtype_bound_closure5_test: RuntimeError
|
|
function_subtype_bound_closure5a_test: RuntimeError
|
|
function_subtype_bound_closure6_test: RuntimeError
|
|
function_subtype_bound_closure7_test: CompileTimeError # Issue 31402 (Variable declaration)
|
|
function_subtype_bound_closure7_test: RuntimeError
|
|
function_subtype_call1_test: RuntimeError
|
|
function_subtype_call2_test: RuntimeError
|
|
function_subtype_cast0_test: RuntimeError
|
|
function_subtype_cast2_test: RuntimeError
|
|
function_subtype_cast3_test: RuntimeError
|
|
function_subtype_local1_test: RuntimeError
|
|
function_subtype_local2_test: RuntimeError
|
|
function_subtype_local5_test: RuntimeError
|
|
function_subtype_not0_test: RuntimeError
|
|
function_subtype_not2_test: RuntimeError
|
|
function_subtype_not3_test: RuntimeError
|
|
function_subtype_simple1_test: RuntimeError
|
|
function_subtype_top_level1_test: RuntimeError
|
|
function_subtype_typearg5_test: RuntimeError
|
|
function_type/function_type0_test: RuntimeError
|
|
function_type/function_type10_test: RuntimeError
|
|
function_type/function_type11_test: RuntimeError
|
|
function_type/function_type12_test: RuntimeError
|
|
function_type/function_type13_test: RuntimeError
|
|
function_type/function_type14_test: RuntimeError
|
|
function_type/function_type15_test: RuntimeError
|
|
function_type/function_type16_test: RuntimeError
|
|
function_type/function_type17_test: RuntimeError
|
|
function_type/function_type18_test: RuntimeError
|
|
function_type/function_type19_test: RuntimeError
|
|
function_type/function_type1_test: RuntimeError
|
|
function_type/function_type20_test: RuntimeError
|
|
function_type/function_type21_test: RuntimeError
|
|
function_type/function_type22_test: RuntimeError
|
|
function_type/function_type23_test: RuntimeError
|
|
function_type/function_type24_test: RuntimeError
|
|
function_type/function_type25_test: RuntimeError
|
|
function_type/function_type26_test: RuntimeError
|
|
function_type/function_type27_test: RuntimeError
|
|
function_type/function_type28_test: RuntimeError
|
|
function_type/function_type29_test: RuntimeError
|
|
function_type/function_type2_test: RuntimeError
|
|
function_type/function_type30_test: RuntimeError
|
|
function_type/function_type31_test: RuntimeError
|
|
function_type/function_type32_test: RuntimeError
|
|
function_type/function_type33_test: RuntimeError
|
|
function_type/function_type34_test: RuntimeError
|
|
function_type/function_type35_test: RuntimeError
|
|
function_type/function_type36_test: RuntimeError
|
|
function_type/function_type37_test: RuntimeError
|
|
function_type/function_type38_test: RuntimeError
|
|
function_type/function_type39_test: RuntimeError
|
|
function_type/function_type3_test: RuntimeError
|
|
function_type/function_type40_test: RuntimeError
|
|
function_type/function_type41_test: RuntimeError
|
|
function_type/function_type42_test: RuntimeError
|
|
function_type/function_type43_test: RuntimeError
|
|
function_type/function_type44_test: RuntimeError
|
|
function_type/function_type45_test: RuntimeError
|
|
function_type/function_type46_test: RuntimeError
|
|
function_type/function_type47_test: RuntimeError
|
|
function_type/function_type48_test: RuntimeError
|
|
function_type/function_type49_test: RuntimeError
|
|
function_type/function_type4_test: RuntimeError
|
|
function_type/function_type50_test: RuntimeError
|
|
function_type/function_type51_test: RuntimeError
|
|
function_type/function_type52_test: RuntimeError
|
|
function_type/function_type53_test: RuntimeError
|
|
function_type/function_type54_test: RuntimeError
|
|
function_type/function_type55_test: RuntimeError
|
|
function_type/function_type56_test: RuntimeError
|
|
function_type/function_type57_test: RuntimeError
|
|
function_type/function_type58_test: RuntimeError
|
|
function_type/function_type59_test: RuntimeError
|
|
function_type/function_type5_test: RuntimeError
|
|
function_type/function_type60_test: RuntimeError
|
|
function_type/function_type61_test: RuntimeError
|
|
function_type/function_type62_test: RuntimeError
|
|
function_type/function_type63_test: RuntimeError
|
|
function_type/function_type64_test: RuntimeError
|
|
function_type/function_type65_test: RuntimeError
|
|
function_type/function_type66_test: RuntimeError
|
|
function_type/function_type67_test: RuntimeError
|
|
function_type/function_type68_test: RuntimeError
|
|
function_type/function_type69_test: RuntimeError
|
|
function_type/function_type6_test: RuntimeError
|
|
function_type/function_type70_test: RuntimeError
|
|
function_type/function_type71_test: RuntimeError
|
|
function_type/function_type72_test: RuntimeError
|
|
function_type/function_type73_test: RuntimeError
|
|
function_type/function_type74_test: RuntimeError
|
|
function_type/function_type75_test: RuntimeError
|
|
function_type/function_type76_test: RuntimeError
|
|
function_type/function_type77_test: RuntimeError
|
|
function_type/function_type78_test: RuntimeError
|
|
function_type/function_type79_test: RuntimeError
|
|
function_type/function_type7_test: RuntimeError
|
|
function_type/function_type80_test: RuntimeError
|
|
function_type/function_type81_test: RuntimeError
|
|
function_type/function_type82_test: RuntimeError
|
|
function_type/function_type83_test: RuntimeError
|
|
function_type/function_type84_test: RuntimeError
|
|
function_type/function_type85_test: RuntimeError
|
|
function_type/function_type86_test: RuntimeError
|
|
function_type/function_type87_test: RuntimeError
|
|
function_type/function_type88_test: RuntimeError
|
|
function_type/function_type89_test: RuntimeError
|
|
function_type/function_type8_test: RuntimeError
|
|
function_type/function_type90_test: RuntimeError
|
|
function_type/function_type91_test: RuntimeError
|
|
function_type/function_type92_test: RuntimeError
|
|
function_type/function_type93_test: RuntimeError
|
|
function_type/function_type94_test: RuntimeError
|
|
function_type/function_type95_test: RuntimeError
|
|
function_type/function_type96_test: RuntimeError
|
|
function_type/function_type97_test: RuntimeError
|
|
function_type/function_type98_test: RuntimeError
|
|
function_type/function_type99_test: RuntimeError
|
|
function_type/function_type9_test: RuntimeError
|
|
function_type2_test: RuntimeError
|
|
function_type_alias2_test: RuntimeError
|
|
function_type_alias3_test: RuntimeError
|
|
function_type_alias4_test: RuntimeError
|
|
function_type_alias6_test/none: RuntimeError
|
|
function_type_alias_test: RuntimeError
|
|
generalized_void_syntax_test: CompileTimeError # Issue #30176.
|
|
generic_async_star_test: RuntimeError
|
|
generic_closure_test: RuntimeError
|
|
generic_function_bounds_test: CompileTimeError
|
|
generic_function_bounds_test: RuntimeError
|
|
generic_function_dcall_test: CompileTimeError
|
|
generic_function_dcall_test: RuntimeError
|
|
generic_function_type_as_type_argument_test/02: MissingCompileTimeError, OK # No type inference
|
|
generic_function_type_as_type_argument_test/02: Pass # For the wrong reason, issue 30931
|
|
generic_function_typedef2_test/04: MissingCompileTimeError
|
|
generic_instanceof2_test: RuntimeError
|
|
generic_instanceof_test: RuntimeError
|
|
generic_is_check_test: RuntimeError
|
|
generic_list_checked_test: CompileTimeError # Issue 31402 (Variable declaration)
|
|
generic_method_types_test/02: RuntimeError
|
|
generic_methods_bounds_test/01: MissingCompileTimeError
|
|
generic_methods_overriding_test/01: MissingCompileTimeError
|
|
generic_methods_overriding_test/03: MissingCompileTimeError
|
|
generic_methods_recursive_bound_test/02: MissingCompileTimeError
|
|
generic_methods_tearoff_specialization_test: CompileTimeError # Issue 31402 (Variable declaration)
|
|
generic_methods_tearoff_specialization_test: RuntimeError
|
|
generic_methods_type_expression_test: RuntimeError # Issue 25869 / 27460
|
|
generic_methods_unused_parameter_test: CompileTimeError # Issue 31402 (Variable declaration)
|
|
generic_methods_unused_parameter_test: RuntimeError
|
|
generic_no_such_method_dispatcher_simple_test: CompileTimeError # Issue 31533
|
|
generic_no_such_method_dispatcher_test: CompileTimeError # Issue 31533
|
|
generic_tearoff_test: CompileTimeError
|
|
generic_tearoff_test: RuntimeError
|
|
generic_test: RuntimeError
|
|
getter_no_setter2_test/01: MissingCompileTimeError
|
|
getter_no_setter2_test/03: MissingCompileTimeError
|
|
getter_no_setter_test/01: MissingCompileTimeError
|
|
getter_no_setter_test/03: MissingCompileTimeError
|
|
getter_override_test/03: MissingCompileTimeError
|
|
hello_dart_test: Crash # error: expected: cls.is_type_finalized()
|
|
identical_const_test/01: MissingCompileTimeError
|
|
identical_const_test/02: MissingCompileTimeError
|
|
identical_const_test/03: MissingCompileTimeError
|
|
identical_const_test/04: MissingCompileTimeError
|
|
if_null_assignment_behavior_test/13: MissingCompileTimeError
|
|
if_null_assignment_behavior_test/15: MissingCompileTimeError
|
|
if_null_evaluation_order_test: Pass
|
|
if_null_precedence_test/none: RuntimeError
|
|
implicit_downcast_during_function_literal_arrow_test: CompileTimeError # Issue 31537
|
|
implicit_downcast_during_return_async_test: RuntimeError
|
|
implicit_this_test/01: MissingCompileTimeError
|
|
implicit_this_test/02: MissingCompileTimeError
|
|
implicit_this_test/04: MissingCompileTimeError
|
|
import_combinators2_test/00: MissingCompileTimeError
|
|
import_self_test/01: MissingCompileTimeError
|
|
initializing_formal_final_test: MissingCompileTimeError
|
|
initializing_formal_type_annotation_test/01: MissingCompileTimeError
|
|
initializing_formal_type_annotation_test/02: MissingCompileTimeError
|
|
instanceof2_test: RuntimeError
|
|
int64_literal_test/03: MissingCompileTimeError # http://dartbug.com/31479
|
|
int64_literal_test/30: MissingCompileTimeError # http://dartbug.com/31479
|
|
interface_test/00: MissingCompileTimeError
|
|
invocation_mirror_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
is_malformed_type_test/95: MissingCompileTimeError
|
|
is_malformed_type_test/97: MissingCompileTimeError
|
|
is_malformed_type_test/99: MissingCompileTimeError
|
|
is_not_class2_test/01: MissingCompileTimeError
|
|
isnot_malformed_type_test/01: MissingCompileTimeError
|
|
issue11724_test/01: MissingCompileTimeError
|
|
issue13179_test: CompileTimeError # Issue 31402 (Parameter default value)
|
|
issue15606_test/01: MissingCompileTimeError
|
|
issue18628_2_test/01: MissingCompileTimeError
|
|
issue_1751477_test: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
issue_25671b_test/01: DartkCrash
|
|
known_identifier_prefix_error_test/09: MissingCompileTimeError # Issue 28814
|
|
known_identifier_prefix_error_test/10: MissingCompileTimeError # Issue 28814
|
|
known_identifier_prefix_error_test/11: MissingCompileTimeError # Issue 28814
|
|
known_identifier_prefix_error_test/12: MissingCompileTimeError # Issue 28814
|
|
known_identifier_prefix_error_test/13: MissingCompileTimeError # Issue 28814
|
|
known_identifier_prefix_error_test/14: MissingCompileTimeError # Issue 28814
|
|
known_identifier_prefix_error_test/15: MissingCompileTimeError # Issue 28814
|
|
known_identifier_prefix_error_test/16: MissingCompileTimeError # Issue 28814
|
|
known_identifier_prefix_error_test/17: MissingCompileTimeError # Issue 28814
|
|
known_identifier_prefix_error_test/18: MissingCompileTimeError # Issue 28814
|
|
known_identifier_prefix_error_test/19: MissingCompileTimeError # Issue 28814
|
|
known_identifier_prefix_error_test/20: MissingCompileTimeError # Issue 28814
|
|
known_identifier_prefix_error_test/21: MissingCompileTimeError # Issue 28814
|
|
known_identifier_prefix_error_test/22: MissingCompileTimeError # Issue 28814
|
|
known_identifier_prefix_error_test/23: MissingCompileTimeError # Issue 28814
|
|
known_identifier_prefix_error_test/24: MissingCompileTimeError # Issue 28814
|
|
language_2/least_upper_bound_expansive_test/none: CompileTimeError
|
|
least_upper_bound_expansive_test/none: CompileTimeError
|
|
library_ambiguous_test/00: MissingCompileTimeError
|
|
library_ambiguous_test/01: MissingCompileTimeError
|
|
library_ambiguous_test/02: MissingCompileTimeError
|
|
library_ambiguous_test/03: MissingCompileTimeError
|
|
library_ambiguous_test/04: MissingCompileTimeError
|
|
library_env_test/has_html_support: RuntimeError # KernelVM bug: Configurable imports.
|
|
library_env_test/has_no_io_support: RuntimeError # KernelVM bug: Configurable imports.
|
|
library_env_test/has_no_mirror_support: RuntimeError
|
|
list_is_test: RuntimeError
|
|
list_literal_syntax_test/01: MissingCompileTimeError
|
|
list_literal_syntax_test/02: MissingCompileTimeError
|
|
list_literal_syntax_test/03: MissingCompileTimeError
|
|
local_function2_test/none: RuntimeError
|
|
local_function3_test/none: RuntimeError
|
|
local_function_test/01: MissingCompileTimeError
|
|
local_function_test/02: MissingCompileTimeError
|
|
local_function_test/none: RuntimeError
|
|
main_not_a_function_test: DartkCrash
|
|
main_not_a_function_test: Skip
|
|
main_test/03: RuntimeError
|
|
malbounded_instantiation_test/01: MissingCompileTimeError
|
|
malbounded_instantiation_test/02: MissingCompileTimeError
|
|
malbounded_instantiation_test/03: MissingCompileTimeError
|
|
malbounded_redirecting_factory_test/02: MissingCompileTimeError
|
|
malbounded_redirecting_factory_test/03: MissingCompileTimeError
|
|
malbounded_redirecting_factory_test/04: MissingCompileTimeError
|
|
malbounded_redirecting_factory_test/05: MissingCompileTimeError
|
|
malbounded_type_cast2_test: MissingCompileTimeError
|
|
malbounded_type_cast_test/00: MissingCompileTimeError
|
|
malbounded_type_cast_test/01: MissingCompileTimeError
|
|
malbounded_type_cast_test/02: MissingCompileTimeError
|
|
malbounded_type_literal_test/00: MissingCompileTimeError
|
|
malbounded_type_test2_test/00: MissingCompileTimeError
|
|
malbounded_type_test_test/00: MissingCompileTimeError
|
|
malbounded_type_test_test/01: MissingCompileTimeError
|
|
malbounded_type_test_test/02: MissingCompileTimeError
|
|
malformed2_test/01: MissingCompileTimeError
|
|
malformed2_test/02: MissingCompileTimeError
|
|
malformed2_test/03: MissingCompileTimeError
|
|
malformed2_test/04: MissingCompileTimeError
|
|
malformed2_test/05: MissingCompileTimeError
|
|
malformed2_test/06: MissingCompileTimeError
|
|
malformed2_test/07: MissingCompileTimeError
|
|
malformed2_test/08: MissingCompileTimeError
|
|
malformed2_test/09: MissingCompileTimeError
|
|
malformed2_test/10: MissingCompileTimeError
|
|
malformed2_test/11: MissingCompileTimeError
|
|
malformed2_test/12: MissingCompileTimeError
|
|
malformed2_test/13: MissingCompileTimeError
|
|
malformed_bound_test/00: MissingCompileTimeError
|
|
malformed_inheritance_test/01: MissingCompileTimeError
|
|
malformed_inheritance_test/03: MissingCompileTimeError
|
|
malformed_inheritance_test/05: MissingCompileTimeError
|
|
malformed_test/00: MissingCompileTimeError
|
|
malformed_test/01: MissingCompileTimeError
|
|
malformed_test/02: MissingCompileTimeError
|
|
malformed_test/03: MissingCompileTimeError
|
|
malformed_test/04: MissingCompileTimeError
|
|
malformed_test/05: MissingCompileTimeError
|
|
malformed_test/06: MissingCompileTimeError
|
|
malformed_test/07: MissingCompileTimeError
|
|
malformed_test/08: MissingCompileTimeError
|
|
malformed_test/09: MissingCompileTimeError
|
|
malformed_test/10: MissingCompileTimeError
|
|
malformed_test/11: MissingCompileTimeError
|
|
malformed_test/12: MissingCompileTimeError
|
|
malformed_test/13: MissingCompileTimeError
|
|
malformed_test/14: MissingCompileTimeError
|
|
malformed_test/15: MissingCompileTimeError
|
|
malformed_test/16: MissingCompileTimeError
|
|
malformed_test/17: MissingCompileTimeError
|
|
malformed_test/18: MissingCompileTimeError
|
|
malformed_test/19: MissingCompileTimeError
|
|
malformed_test/20: MissingCompileTimeError
|
|
malformed_test/21: MissingCompileTimeError
|
|
malformed_test/22: MissingCompileTimeError
|
|
malformed_test/23: MissingCompileTimeError
|
|
malformed_test/24: MissingCompileTimeError
|
|
malformed_type_test: MissingCompileTimeError
|
|
many_generic_instanceof_test: RuntimeError
|
|
map_literal3_test/01: MissingCompileTimeError
|
|
map_literal3_test/02: MissingCompileTimeError
|
|
map_literal3_test/03: MissingCompileTimeError
|
|
map_literal3_test/04: MissingCompileTimeError
|
|
method_override2_test/00: MissingCompileTimeError
|
|
method_override2_test/01: MissingCompileTimeError
|
|
method_override2_test/02: MissingCompileTimeError
|
|
method_override2_test/03: MissingCompileTimeError
|
|
method_override3_test/00: MissingCompileTimeError
|
|
method_override3_test/01: MissingCompileTimeError
|
|
method_override3_test/02: MissingCompileTimeError
|
|
method_override4_test/01: MissingCompileTimeError
|
|
method_override4_test/02: MissingCompileTimeError
|
|
method_override4_test/03: MissingCompileTimeError
|
|
method_override5_test/01: MissingCompileTimeError
|
|
method_override5_test/02: MissingCompileTimeError
|
|
method_override5_test/03: MissingCompileTimeError
|
|
method_override6_test/01: MissingCompileTimeError
|
|
method_override6_test/02: MissingCompileTimeError
|
|
method_override6_test/03: MissingCompileTimeError
|
|
method_override7_test/03: MissingCompileTimeError
|
|
method_override8_test/03: MissingCompileTimeError
|
|
method_override_test: RuntimeError
|
|
mixin_illegal_constructor_test/13: MissingCompileTimeError
|
|
mixin_illegal_constructor_test/14: MissingCompileTimeError
|
|
mixin_illegal_constructor_test/15: MissingCompileTimeError
|
|
mixin_illegal_constructor_test/16: MissingCompileTimeError
|
|
mixin_illegal_static_access_test/01: MissingCompileTimeError
|
|
mixin_illegal_static_access_test/02: MissingCompileTimeError
|
|
mixin_illegal_super_use_test: Skip # Issues 24478 and 23773
|
|
mixin_illegal_superclass_test: Skip # Issues 24478 and 23773
|
|
mixin_illegal_syntax_test/13: MissingCompileTimeError
|
|
mixin_invalid_bound2_test/02: MissingCompileTimeError
|
|
mixin_invalid_bound2_test/03: MissingCompileTimeError
|
|
mixin_invalid_bound2_test/04: MissingCompileTimeError
|
|
mixin_invalid_bound2_test/05: MissingCompileTimeError
|
|
mixin_invalid_bound2_test/06: MissingCompileTimeError
|
|
mixin_invalid_bound2_test/07: MissingCompileTimeError
|
|
mixin_invalid_bound2_test/08: MissingCompileTimeError
|
|
mixin_invalid_bound2_test/09: MissingCompileTimeError
|
|
mixin_invalid_bound2_test/10: MissingCompileTimeError
|
|
mixin_invalid_bound2_test/11: MissingCompileTimeError
|
|
mixin_invalid_bound2_test/12: MissingCompileTimeError
|
|
mixin_invalid_bound2_test/13: MissingCompileTimeError
|
|
mixin_invalid_bound2_test/14: MissingCompileTimeError
|
|
mixin_invalid_bound2_test/15: MissingCompileTimeError
|
|
mixin_invalid_bound_test/02: MissingCompileTimeError
|
|
mixin_invalid_bound_test/03: MissingCompileTimeError
|
|
mixin_invalid_bound_test/04: MissingCompileTimeError
|
|
mixin_invalid_bound_test/05: MissingCompileTimeError
|
|
mixin_invalid_bound_test/06: MissingCompileTimeError
|
|
mixin_invalid_bound_test/07: MissingCompileTimeError
|
|
mixin_invalid_bound_test/08: MissingCompileTimeError
|
|
mixin_invalid_bound_test/09: MissingCompileTimeError
|
|
mixin_invalid_bound_test/10: MissingCompileTimeError
|
|
mixin_of_mixin_test/01: MissingCompileTimeError
|
|
mixin_of_mixin_test/02: MissingCompileTimeError
|
|
mixin_of_mixin_test/03: MissingCompileTimeError
|
|
mixin_of_mixin_test/04: MissingCompileTimeError
|
|
mixin_of_mixin_test/05: MissingCompileTimeError
|
|
mixin_of_mixin_test/06: MissingCompileTimeError
|
|
mixin_super_2_test/01: MissingCompileTimeError
|
|
mixin_super_2_test/03: MissingCompileTimeError
|
|
mixin_super_bound_test/01: MissingCompileTimeError
|
|
mixin_super_bound_test/02: MissingCompileTimeError
|
|
mixin_super_constructor_named_test/01: MissingCompileTimeError # KernelVM bug: Issue 15101
|
|
mixin_super_constructor_positionals_test/01: MissingCompileTimeError # KernelVM bug: Issue 15101
|
|
mixin_supertype_subclass_test/02: MissingCompileTimeError
|
|
mixin_supertype_subclass_test/05: MissingCompileTimeError
|
|
mixin_type_parameters_errors_test/01: MissingCompileTimeError
|
|
mixin_type_parameters_errors_test/02: MissingCompileTimeError
|
|
mixin_type_parameters_errors_test/03: MissingCompileTimeError
|
|
mixin_type_parameters_errors_test/04: MissingCompileTimeError
|
|
mixin_type_parameters_errors_test/05: MissingCompileTimeError
|
|
mixin_with_two_implicit_constructors_test: MissingCompileTimeError
|
|
mock_writable_final_private_field_test: RuntimeError # Issue 30849
|
|
named_constructor_test/01: MissingCompileTimeError
|
|
named_constructor_test/01: MissingRuntimeError # Fasta bug: Bad compilation of constructor reference.
|
|
named_constructor_test/03: MissingCompileTimeError
|
|
named_parameters2_test: MissingCompileTimeError
|
|
named_parameters3_test: MissingCompileTimeError
|
|
named_parameters4_test: MissingCompileTimeError
|
|
named_parameters_aggregated_test/05: MissingCompileTimeError
|
|
named_parameters_default_eq_test/02: MissingCompileTimeError # Fasta bug: Default values are not allowed on redirecting factory constructors.
|
|
named_parameters_default_eq_test/none: RuntimeError
|
|
named_parameters_test/01: MissingCompileTimeError
|
|
named_parameters_test/02: MissingCompileTimeError
|
|
named_parameters_test/03: MissingCompileTimeError
|
|
named_parameters_test/04: MissingCompileTimeError
|
|
named_parameters_test/05: MissingCompileTimeError
|
|
named_parameters_test/06: MissingCompileTimeError
|
|
named_parameters_test/07: MissingCompileTimeError
|
|
named_parameters_test/08: MissingCompileTimeError
|
|
named_parameters_test/09: MissingCompileTimeError
|
|
named_parameters_test/10: MissingCompileTimeError
|
|
nested_generic_closure_test: RuntimeError
|
|
new_expression_type_args_test/00: MissingCompileTimeError
|
|
new_expression_type_args_test/01: MissingCompileTimeError
|
|
new_expression_type_args_test/02: MissingCompileTimeError
|
|
new_prefix_test/01: MissingCompileTimeError
|
|
no_main_test/01: DartkCrash
|
|
no_main_test/01: Skip
|
|
no_such_constructor_test/01: MissingCompileTimeError
|
|
not_enough_positional_arguments_test/00: MissingCompileTimeError
|
|
not_enough_positional_arguments_test/01: MissingCompileTimeError
|
|
not_enough_positional_arguments_test/02: MissingCompileTimeError
|
|
not_enough_positional_arguments_test/03: MissingCompileTimeError
|
|
not_enough_positional_arguments_test/05: MissingCompileTimeError
|
|
not_enough_positional_arguments_test/06: MissingCompileTimeError
|
|
not_enough_positional_arguments_test/07: MissingCompileTimeError
|
|
null_no_such_method_test: CompileTimeError # Issue 31533
|
|
on_catch_malformed_type_test: MissingCompileTimeError
|
|
optional_named_parameters_test/01: MissingCompileTimeError
|
|
optional_named_parameters_test/02: MissingCompileTimeError
|
|
optional_named_parameters_test/03: MissingCompileTimeError
|
|
optional_named_parameters_test/04: MissingCompileTimeError
|
|
optional_named_parameters_test/05: MissingCompileTimeError
|
|
optional_named_parameters_test/06: MissingCompileTimeError
|
|
optional_named_parameters_test/07: MissingCompileTimeError
|
|
optional_named_parameters_test/08: MissingCompileTimeError
|
|
optional_named_parameters_test/09: MissingCompileTimeError
|
|
override_field_test/02: MissingCompileTimeError
|
|
override_field_test/03: MissingCompileTimeError
|
|
override_inheritance_abstract_test/02: MissingCompileTimeError
|
|
override_inheritance_abstract_test/03: MissingCompileTimeError
|
|
override_inheritance_abstract_test/04: MissingCompileTimeError
|
|
override_inheritance_abstract_test/08: MissingCompileTimeError
|
|
override_inheritance_abstract_test/09: MissingCompileTimeError
|
|
override_inheritance_abstract_test/10: MissingCompileTimeError
|
|
override_inheritance_abstract_test/11: MissingCompileTimeError
|
|
override_inheritance_abstract_test/12: MissingCompileTimeError
|
|
override_inheritance_abstract_test/13: MissingCompileTimeError
|
|
override_inheritance_abstract_test/14: MissingCompileTimeError
|
|
override_inheritance_abstract_test/17: MissingCompileTimeError
|
|
override_inheritance_abstract_test/19: MissingCompileTimeError
|
|
override_inheritance_abstract_test/20: MissingCompileTimeError
|
|
override_inheritance_abstract_test/21: MissingCompileTimeError
|
|
override_inheritance_abstract_test/22: MissingCompileTimeError
|
|
override_inheritance_abstract_test/23: MissingCompileTimeError
|
|
override_inheritance_abstract_test/24: MissingCompileTimeError
|
|
override_inheritance_abstract_test/25: MissingCompileTimeError
|
|
override_inheritance_abstract_test/26: MissingCompileTimeError
|
|
override_inheritance_abstract_test/28: MissingCompileTimeError
|
|
override_inheritance_field_test/05: MissingCompileTimeError
|
|
override_inheritance_field_test/07: MissingCompileTimeError
|
|
override_inheritance_field_test/08: MissingCompileTimeError
|
|
override_inheritance_field_test/09: MissingCompileTimeError
|
|
override_inheritance_field_test/10: MissingCompileTimeError
|
|
override_inheritance_field_test/11: MissingCompileTimeError
|
|
override_inheritance_field_test/28: MissingCompileTimeError
|
|
override_inheritance_field_test/30: MissingCompileTimeError
|
|
override_inheritance_field_test/31: MissingCompileTimeError
|
|
override_inheritance_field_test/32: MissingCompileTimeError
|
|
override_inheritance_field_test/33: MissingCompileTimeError
|
|
override_inheritance_field_test/33a: MissingCompileTimeError
|
|
override_inheritance_field_test/34: MissingCompileTimeError
|
|
override_inheritance_field_test/44: MissingCompileTimeError
|
|
override_inheritance_field_test/47: MissingCompileTimeError
|
|
override_inheritance_field_test/48: MissingCompileTimeError
|
|
override_inheritance_field_test/53: MissingCompileTimeError
|
|
override_inheritance_field_test/54: MissingCompileTimeError
|
|
override_inheritance_generic_test/04: MissingCompileTimeError
|
|
override_inheritance_generic_test/06: MissingCompileTimeError
|
|
override_inheritance_generic_test/07: MissingCompileTimeError
|
|
override_inheritance_generic_test/08: MissingCompileTimeError
|
|
override_inheritance_generic_test/09: MissingCompileTimeError
|
|
override_inheritance_generic_test/10: MissingCompileTimeError
|
|
override_inheritance_method_test/04: MissingCompileTimeError
|
|
override_inheritance_method_test/05: MissingCompileTimeError
|
|
override_inheritance_method_test/06: MissingCompileTimeError
|
|
override_inheritance_method_test/11: MissingCompileTimeError
|
|
override_inheritance_method_test/12: MissingCompileTimeError
|
|
override_inheritance_method_test/13: MissingCompileTimeError
|
|
override_inheritance_method_test/14: MissingCompileTimeError
|
|
override_inheritance_method_test/19: MissingCompileTimeError
|
|
override_inheritance_method_test/20: MissingCompileTimeError
|
|
override_inheritance_method_test/21: MissingCompileTimeError
|
|
override_inheritance_method_test/27: MissingCompileTimeError
|
|
override_inheritance_method_test/30: MissingCompileTimeError
|
|
override_inheritance_method_test/31: MissingCompileTimeError
|
|
override_inheritance_method_test/32: MissingCompileTimeError
|
|
override_inheritance_method_test/33: MissingCompileTimeError
|
|
override_inheritance_mixed_test/06: MissingCompileTimeError
|
|
override_inheritance_mixed_test/07: MissingCompileTimeError
|
|
override_inheritance_mixed_test/09: MissingCompileTimeError
|
|
override_inheritance_no_such_method_test/01: MissingCompileTimeError
|
|
override_inheritance_no_such_method_test/02: MissingCompileTimeError
|
|
override_inheritance_no_such_method_test/06: MissingCompileTimeError
|
|
override_inheritance_no_such_method_test/07: MissingCompileTimeError
|
|
override_inheritance_no_such_method_test/09: MissingCompileTimeError
|
|
override_inheritance_no_such_method_test/10: MissingCompileTimeError
|
|
override_inheritance_no_such_method_test/12: MissingCompileTimeError
|
|
override_inheritance_no_such_method_test/13: MissingCompileTimeError
|
|
parser_quirks_test: CompileTimeError # Issue 31533
|
|
part2_test/01: MissingCompileTimeError
|
|
prefix16_test/00: MissingCompileTimeError
|
|
prefix16_test/01: MissingCompileTimeError
|
|
prefix22_test/00: MissingCompileTimeError
|
|
prefix23_test/00: MissingCompileTimeError
|
|
private_access_test/01: MissingCompileTimeError
|
|
private_access_test/02: MissingCompileTimeError
|
|
private_access_test/03: MissingCompileTimeError
|
|
private_access_test/04: MissingCompileTimeError
|
|
private_access_test/05: MissingCompileTimeError
|
|
private_access_test/06: MissingCompileTimeError
|
|
recursive_generic_test: RuntimeError
|
|
recursive_mixin_test: Crash
|
|
recursive_mixin_test: RuntimeError
|
|
redirecting_factory_default_values_test/03: MissingCompileTimeError
|
|
redirecting_factory_incompatible_signature_test/01: MissingCompileTimeError
|
|
redirecting_factory_infinite_steps_test/01: MissingCompileTimeError
|
|
redirecting_factory_malbounded_test/01: MissingCompileTimeError
|
|
redirecting_factory_reflection_test: Crash, Pass
|
|
redirecting_factory_reflection_test: RuntimeError
|
|
regress_13494_test: MissingCompileTimeError
|
|
regress_17382_test: MissingCompileTimeError
|
|
regress_19413_test: MissingCompileTimeError
|
|
regress_21793_test/01: MissingCompileTimeError
|
|
regress_22438_test: MissingCompileTimeError
|
|
regress_22443_test: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
regress_22936_test: MissingCompileTimeError
|
|
regress_22976_test/01: CompileTimeError # Issue 31402 (Variable declaration)
|
|
regress_23089_test: MissingCompileTimeError
|
|
regress_23408_test: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
regress_23408_test: RuntimeError
|
|
regress_25550_test: CompileTimeError # Issue 31402 (Variable declaration)
|
|
regress_27572_test: MissingCompileTimeError
|
|
regress_27617_test/1: MissingCompileTimeError # Fasta bug: Bad constructor redirection.
|
|
regress_28217_test/01: MissingCompileTimeError # Fasta bug: Bad constructor redirection.
|
|
regress_28217_test/none: MissingCompileTimeError # Fasta bug: Bad constructor redirection.
|
|
regress_28278_test: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
regress_29025_test: CompileTimeError # Issue 31402 (Variable declaration)
|
|
regress_29405_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
regress_29784_test/01: MissingCompileTimeError
|
|
regress_29784_test/02: MissingCompileTimeError
|
|
regress_30339_test: CompileTimeError # Issue 31402 (Variable declaration)
|
|
setter4_test: MissingCompileTimeError # Issue 14736
|
|
setter_override_test/01: MissingCompileTimeError
|
|
setter_override_test/02: MissingCompileTimeError
|
|
static_field3_test/01: MissingCompileTimeError
|
|
static_field3_test/02: MissingCompileTimeError
|
|
static_field3_test/03: MissingCompileTimeError
|
|
static_field3_test/04: MissingCompileTimeError
|
|
static_final_field2_test/01: MissingCompileTimeError
|
|
static_getter_no_setter1_test/01: MissingCompileTimeError
|
|
static_getter_no_setter2_test/01: MissingCompileTimeError
|
|
static_setter_get_test/01: MissingCompileTimeError
|
|
string_interpolate_test: CompileTimeError # Issue 31533
|
|
string_interpolation_and_buffer_test: RuntimeError # Issue 31402 (Return and yield statements)
|
|
super_bound_closure_test/none: CompileTimeError # Issue 31533
|
|
super_call4_test/01: MissingCompileTimeError
|
|
super_call4_test/02: MissingCompileTimeError
|
|
super_call4_test/03: MissingCompileTimeError
|
|
super_call4_test/04: MissingCompileTimeError
|
|
super_getter_setter_test/01: MissingCompileTimeError
|
|
super_getter_setter_test/02: MissingCompileTimeError
|
|
super_getter_setter_test/03: MissingCompileTimeError
|
|
super_no_such_method1_test/01: MissingCompileTimeError
|
|
super_no_such_method2_test/01: MissingCompileTimeError
|
|
super_no_such_method3_test/01: MissingCompileTimeError
|
|
super_no_such_method4_test/01: MissingCompileTimeError
|
|
super_no_such_method5_test/01: MissingCompileTimeError
|
|
super_operator_index5_test/01: MissingCompileTimeError
|
|
super_operator_index5_test/02: MissingCompileTimeError
|
|
super_operator_index_test/01: MissingCompileTimeError
|
|
super_operator_index_test/02: MissingCompileTimeError
|
|
super_operator_index_test/03: MissingCompileTimeError
|
|
super_operator_index_test/04: MissingCompileTimeError
|
|
super_operator_index_test/05: MissingCompileTimeError
|
|
super_operator_index_test/06: MissingCompileTimeError
|
|
super_operator_index_test/07: MissingCompileTimeError
|
|
super_test: Fail, OK
|
|
switch_bad_case_test/01: MissingCompileTimeError # KernelVM bug: Constant evaluation.
|
|
switch_bad_case_test/02: MissingCompileTimeError # KernelVM bug: Constant evaluation.
|
|
switch_case_test/00: MissingCompileTimeError # KernelVM bug: Constant evaluation.
|
|
switch_case_test/01: MissingCompileTimeError # KernelVM bug: Constant evaluation.
|
|
switch_case_test/02: MissingCompileTimeError # KernelVM bug: Constant evaluation.
|
|
switch_fallthru_test/01: MissingCompileTimeError
|
|
syntax_test/28: MissingCompileTimeError
|
|
syntax_test/29: MissingCompileTimeError
|
|
syntax_test/30: MissingCompileTimeError
|
|
syntax_test/31: MissingCompileTimeError
|
|
syntax_test/32: MissingCompileTimeError
|
|
syntax_test/33: MissingCompileTimeError
|
|
top_level_getter_no_setter1_test: MissingCompileTimeError
|
|
top_level_getter_no_setter2_test: MissingCompileTimeError
|
|
transitive_private_library_access_test: MissingCompileTimeError
|
|
try_catch_on_syntax_test/07: MissingCompileTimeError
|
|
try_catch_on_syntax_test/10: MissingCompileTimeError
|
|
try_catch_on_syntax_test/11: MissingCompileTimeError
|
|
try_catch_syntax_test/08: MissingCompileTimeError
|
|
type_error_test: RuntimeError # Issue 31402 (Variable declaration)
|
|
type_literal_test: RuntimeError
|
|
type_parameter_test/01: MissingCompileTimeError
|
|
type_parameter_test/02: MissingCompileTimeError
|
|
type_parameter_test/06: MissingCompileTimeError
|
|
type_parameter_test/07: MissingCompileTimeError
|
|
type_parameter_test/08: MissingCompileTimeError
|
|
type_parameter_test/09: MissingCompileTimeError
|
|
type_promotion_functions_test/02: CompileTimeError # Issue 31537
|
|
type_promotion_functions_test/03: CompileTimeError # Issue 31537
|
|
type_promotion_functions_test/04: CompileTimeError # Issue 31537
|
|
type_promotion_functions_test/09: CompileTimeError # Issue 31537
|
|
type_promotion_functions_test/11: CompileTimeError # Issue 31537
|
|
type_promotion_functions_test/12: CompileTimeError # Issue 31537
|
|
type_promotion_functions_test/13: CompileTimeError # Issue 31537
|
|
type_promotion_functions_test/14: CompileTimeError # Issue 31537
|
|
type_promotion_functions_test/none: CompileTimeError # Issue 31537
|
|
type_promotion_logical_and_test/01: MissingCompileTimeError
|
|
type_promotion_more_specific_test/04: CompileTimeError # Issue 31533
|
|
type_variable_bounds2_test: MissingCompileTimeError
|
|
type_variable_bounds3_test/00: MissingCompileTimeError
|
|
type_variable_bounds4_test/01: MissingCompileTimeError
|
|
type_variable_bounds_test/00: MissingCompileTimeError
|
|
type_variable_bounds_test/01: MissingCompileTimeError
|
|
type_variable_bounds_test/02: MissingCompileTimeError
|
|
type_variable_bounds_test/03: MissingCompileTimeError
|
|
type_variable_bounds_test/04: MissingCompileTimeError
|
|
type_variable_bounds_test/05: MissingCompileTimeError
|
|
type_variable_bounds_test/06: MissingCompileTimeError
|
|
type_variable_bounds_test/07: MissingCompileTimeError
|
|
type_variable_bounds_test/08: MissingCompileTimeError
|
|
type_variable_bounds_test/09: MissingCompileTimeError
|
|
type_variable_bounds_test/10: MissingCompileTimeError
|
|
type_variable_bounds_test/11: MissingCompileTimeError
|
|
type_variable_conflict2_test/03: MissingCompileTimeError
|
|
type_variable_conflict2_test/04: MissingCompileTimeError
|
|
type_variable_scope2_test: MissingCompileTimeError
|
|
type_variable_scope_test/00: MissingCompileTimeError
|
|
type_variable_scope_test/01: MissingCompileTimeError
|
|
type_variable_scope_test/04: MissingCompileTimeError
|
|
type_variable_scope_test/05: MissingCompileTimeError
|
|
type_variable_static_context_test: MissingCompileTimeError
|
|
unresolved_default_constructor_test/01: MissingCompileTimeError
|
|
unresolved_in_factory_test: MissingCompileTimeError
|
|
unresolved_top_level_method_test: MissingCompileTimeError
|
|
unresolved_top_level_var_test: MissingCompileTimeError
|
|
vm/canonicalization_preserves_deopt_test: CompileTimeError # Issue 31402 (Assert statement)
|
|
vm/causal_async_exception_stack2_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
vm/causal_async_exception_stack_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
vm/closure_memory_retention_test: Skip # KernelVM bug: Hits OOM
|
|
vm/debug_break_enabled_vm_test/01: CompileTimeError # KernelVM bug: Bad test using extended break syntax.
|
|
vm/debug_break_enabled_vm_test/none: CompileTimeError # KernelVM bug: Bad test using extended break syntax.
|
|
vm/optimized_guarded_field_isolates_test: RuntimeError # Issue 31402 (Variable declaration)
|
|
vm/regress_27201_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335.
|
|
vm/regress_29145_test: Skip # Issue 29145
|
|
vm/type_cast_vm_test: RuntimeError
|
|
vm/type_vm_test/none: RuntimeError
|
|
void_block_return_test/00: MissingCompileTimeError
|
|
void_type_callbacks_test/none: CompileTimeError
|
|
void_type_function_types_test/none: CompileTimeError
|
|
void_type_override_test/none: CompileTimeError
|
|
void_type_usage_test/call_as: CompileTimeError
|
|
void_type_usage_test/call_for: CompileTimeError
|
|
void_type_usage_test/call_stmt: CompileTimeError
|
|
void_type_usage_test/field_assign2: CompileTimeError
|
|
void_type_usage_test/field_assign: CompileTimeError
|
|
void_type_usage_test/final_local_as: CompileTimeError
|
|
void_type_usage_test/final_local_for: CompileTimeError
|
|
void_type_usage_test/final_local_stmt: CompileTimeError
|
|
void_type_usage_test/global_as: CompileTimeError
|
|
void_type_usage_test/global_for: CompileTimeError
|
|
void_type_usage_test/global_for_in2: CompileTimeError
|
|
void_type_usage_test/global_stmt: CompileTimeError
|
|
void_type_usage_test/instance2_as: CompileTimeError
|
|
void_type_usage_test/instance2_for: CompileTimeError
|
|
void_type_usage_test/instance2_for_in3: CompileTimeError
|
|
void_type_usage_test/instance2_stmt: CompileTimeError
|
|
void_type_usage_test/instance3_as: CompileTimeError
|
|
void_type_usage_test/instance3_for: CompileTimeError
|
|
void_type_usage_test/instance3_for_in3: CompileTimeError
|
|
void_type_usage_test/instance3_stmt: CompileTimeError
|
|
void_type_usage_test/instance_as: CompileTimeError
|
|
void_type_usage_test/instance_for: CompileTimeError
|
|
void_type_usage_test/instance_stmt: CompileTimeError
|
|
void_type_usage_test/local_as: CompileTimeError
|
|
void_type_usage_test/local_assign: CompileTimeError
|
|
void_type_usage_test/local_for: CompileTimeError
|
|
void_type_usage_test/local_for_in2: CompileTimeError
|
|
void_type_usage_test/local_stmt: CompileTimeError
|
|
void_type_usage_test/none: CompileTimeError
|
|
void_type_usage_test/param_as: CompileTimeError
|
|
void_type_usage_test/param_for: CompileTimeError
|
|
void_type_usage_test/param_for_in2: CompileTimeError
|
|
void_type_usage_test/param_stmt: CompileTimeError
|
|
void_type_usage_test/paren_as: CompileTimeError
|
|
void_type_usage_test/paren_for: CompileTimeError
|
|
void_type_usage_test/paren_stmt: CompileTimeError
|
|
void_type_usage_test/setter_assign: CompileTimeError
|
|
wrong_number_type_arguments_test/*: MissingCompileTimeError
|
|
wrong_number_type_arguments_test/none: Pass
|
|
|
|
[ $compiler == dartk && $runtime == vm && $strong && $mode == debug ]
|
|
const_instance_field_test/01: Crash
|
|
cyclic_type_variable_test/01: Crash
|
|
cyclic_type_variable_test/02: Crash
|
|
cyclic_type_variable_test/03: Crash
|
|
cyclic_type_variable_test/04: Crash
|
|
cyclic_type_variable_test/none: Crash
|
|
deopt_inlined_function_lazy_test: Skip
|
|
flatten_test/04: Crash # Issue #31381
|
|
tearoff_dynamic_test: Crash
|
|
|
|
[ $compiler == dartk && $runtime == vm && $mode == product ]
|
|
deferred_load_constants_test/02: Fail
|
|
deferred_load_constants_test/03: Fail
|
|
deferred_load_constants_test/05: Fail
|
|
deferred_not_loaded_check_test: RuntimeError
|
|
vm/causal_async_exception_stack2_test: SkipByDesign
|
|
vm/causal_async_exception_stack_test: SkipByDesign
|
|
vm/regress_27201_test: Fail
|
|
vm/type_vm_test/28: MissingRuntimeError
|
|
vm/type_vm_test/29: MissingRuntimeError
|
|
vm/type_vm_test/30: MissingRuntimeError
|
|
vm/type_vm_test/31: MissingRuntimeError
|
|
vm/type_vm_test/32: MissingRuntimeError
|
|
vm/type_vm_test/33: MissingRuntimeError
|
|
vm/type_vm_test/34: MissingRuntimeError
|
|
vm/type_vm_test/35: MissingRuntimeError
|
|
vm/type_vm_test/36: MissingRuntimeError
|
|
|
|
[ $compiler == dartk && $runtime == vm && $strong && !$checked ]
|
|
bool_check_test: RuntimeError
|
|
bool_condition_check_test: RuntimeError
|
|
callable_test/none: RuntimeError
|
|
checked_setter2_test: RuntimeError
|
|
checked_setter_test: RuntimeError
|
|
covariance_field_test/01: RuntimeError
|
|
covariance_field_test/02: RuntimeError
|
|
covariance_field_test/03: RuntimeError
|
|
covariance_field_test/04: RuntimeError
|
|
covariance_field_test/05: RuntimeError
|
|
deferred_constraints_type_annotation_test/type_annotation1: Crash # KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_constraints_type_annotation_test/type_annotation_generic1: Crash # KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_constraints_type_annotation_test/type_annotation_generic4: Crash # KernelVM bug: Deferred loading kernel issue 28335.
|
|
field_override_optimization_test: RuntimeError
|
|
field_type_check2_test/01: MissingRuntimeError
|
|
function_subtype_checked0_test: RuntimeError
|
|
function_subtype_inline2_test: RuntimeError
|
|
function_subtype_setter0_test: RuntimeError
|
|
generic_list_checked_test: RuntimeError
|
|
mixin_forwarding_constructor4_test/01: MissingCompileTimeError # KernelVM bug: Issue 15101
|
|
mixin_forwarding_constructor4_test/02: MissingCompileTimeError # KernelVM bug: Issue 15101
|
|
mixin_forwarding_constructor4_test/03: MissingCompileTimeError # KernelVM bug: Issue 15101
|
|
private_super_constructor_test/01: MissingCompileTimeError # Fasta bug: Illegal access to private constructor.
|
|
redirecting_factory_default_values_test/01: MissingCompileTimeError # Fasta bug: Default values are not allowed on redirecting factory constructors.
|
|
redirecting_factory_default_values_test/02: MissingCompileTimeError # Fasta bug: Default values are not allowed on redirecting factory constructors.
|
|
redirecting_factory_long_test: RuntimeError # Fasta bug: Bad compilation of type arguments for redirecting factory.
|
|
regress_20394_test/01: MissingCompileTimeError # Fasta bug: Illegal access to private constructor.
|
|
|
|
[ $compiler == dartk && $runtime == vm && $strong && $checked ]
|
|
assert_initializer_test/31: MissingCompileTimeError # KernelVM bug: Constant evaluation.
|
|
assert_initializer_test/32: MissingCompileTimeError # KernelVM bug: Constant evaluation.
|
|
assert_initializer_test/33: MissingCompileTimeError # KernelVM bug: Constant evaluation.
|
|
assert_initializer_test/34: MissingCompileTimeError # KernelVM bug: Constant evaluation.
|
|
assert_initializer_test/35: MissingCompileTimeError # KernelVM bug: Constant evaluation.
|
|
assert_initializer_test/36: MissingCompileTimeError # KernelVM bug: Constant evaluation.
|
|
assert_initializer_test/37: MissingCompileTimeError # KernelVM bug: Constant evaluation.
|
|
assert_initializer_test/38: MissingCompileTimeError # KernelVM bug: Constant evaluation.
|
|
assert_initializer_test/41: MissingCompileTimeError # KernelVM bug: Constant evaluation.
|
|
assert_initializer_test/42: MissingCompileTimeError # KernelVM bug: Constant evaluation.
|
|
assert_initializer_test/43: MissingCompileTimeError # KernelVM bug: Constant evaluation.
|
|
assert_initializer_test/44: MissingCompileTimeError # KernelVM bug: Constant evaluation.
|
|
assert_initializer_test/45: MissingCompileTimeError # KernelVM bug: Constant evaluation.
|
|
assert_initializer_test/46: MissingCompileTimeError # KernelVM bug: Constant evaluation.
|
|
assert_initializer_test/47: MissingCompileTimeError # KernelVM bug: Constant evaluation.
|
|
assert_initializer_test/48: MissingCompileTimeError # KernelVM bug: Constant evaluation.
|
|
assert_initializer_test/none: RuntimeError # KernelVM bug: Constant evaluation.
|
|
assertion_initializer_const_function_test/01: RuntimeError
|
|
assign_static_type_test/02: MissingCompileTimeError
|
|
async_await_test/none: RuntimeError
|
|
async_await_test/02: RuntimeError
|
|
async_await_test/03: RuntimeError
|
|
async_star_regression_2238_test: RuntimeError
|
|
async_star_test/01: RuntimeError
|
|
async_star_test/03: RuntimeError
|
|
async_star_test/04: RuntimeError
|
|
async_star_test/05: RuntimeError
|
|
async_star_test/none: RuntimeError
|
|
async_return_types_test/nestedFuture: Fail
|
|
async_return_types_test/wrongTypeParameter: Fail
|
|
compile_time_constant_checked_test/02: MissingCompileTimeError
|
|
const_constructor2_test/20: MissingCompileTimeError
|
|
const_constructor2_test/22: MissingCompileTimeError
|
|
const_constructor2_test/24: MissingCompileTimeError
|
|
const_init2_test/02: MissingCompileTimeError
|
|
default_factory2_test/01: Fail
|
|
factory_redirection_test/08: Fail
|
|
factory_redirection_test/09: Fail
|
|
factory_redirection_test/10: Fail
|
|
factory_redirection_test/12: Fail
|
|
factory_redirection_test/13: Fail
|
|
factory_redirection_test/14: Fail
|
|
if_null_precedence_test/none: Pass
|
|
known_identifier_usage_error_test/none: RuntimeError # Issue 28814
|
|
list_literal1_test/01: MissingCompileTimeError
|
|
malbounded_redirecting_factory_test/03: Fail
|
|
malbounded_redirecting_factory_test/04: Fail
|
|
malbounded_type_cast_test: RuntimeError
|
|
malbounded_type_test_test/03: Fail
|
|
malbounded_type_test_test/04: Fail
|
|
malformed2_test/00: RuntimeError
|
|
malformed2_test/01: MissingCompileTimeError
|
|
map_literal1_test/01: MissingCompileTimeError
|
|
mixin_invalid_bound2_test/08: Fail
|
|
mixin_invalid_bound2_test/09: Fail
|
|
mixin_invalid_bound2_test/10: Fail
|
|
mixin_invalid_bound_test/06: Fail
|
|
mixin_invalid_bound_test/07: Fail
|
|
recursive_mixin_test: Crash
|
|
redirecting_factory_infinite_steps_test/01: Fail
|
|
redirecting_factory_malbounded_test/01: Fail
|
|
regress_22728_test: Fail # Dartk Issue 28498
|
|
regress_22728_test: RuntimeError
|
|
regress_26133_test: RuntimeError
|
|
regress_30339_test: RuntimeError
|
|
setter_override_test/01: MissingCompileTimeError
|
|
setter_override_test/02: MissingCompileTimeError
|
|
type_parameter_test/05: MissingCompileTimeError
|
|
type_parameter_test/none: RuntimeError
|
|
type_variable_bounds4_test/01: RuntimeError
|
|
|
|
# ==== dartkp + dart_precompiled status lines ====
|
|
[ $compiler == dartkp && $runtime == dart_precompiled && $strong ]
|
|
abstract_beats_arguments_test: MissingCompileTimeError
|
|
abstract_exact_selector_test/01: MissingCompileTimeError
|
|
abstract_factory_constructor_test/00: MissingCompileTimeError
|
|
abstract_getter_test/01: MissingCompileTimeError
|
|
abstract_override_adds_optional_args_concrete_subclass_test: MissingCompileTimeError
|
|
abstract_override_adds_optional_args_concrete_test: MissingCompileTimeError
|
|
abstract_override_adds_optional_args_supercall_test: MissingCompileTimeError
|
|
abstract_syntax_test/00: MissingCompileTimeError
|
|
additional_interface_adds_optional_args_concrete_subclass_test: MissingCompileTimeError
|
|
additional_interface_adds_optional_args_concrete_test: MissingCompileTimeError
|
|
additional_interface_adds_optional_args_supercall_test: MissingCompileTimeError
|
|
assert_message_test: CompileTimeError # Issue 31402 (Assert statement)
|
|
assert_with_type_test_or_cast_test: Pass, Crash
|
|
assertion_initializer_const_error_test/01: Pass
|
|
assertion_initializer_test: CompileTimeError # Issue 31402 (Assert statement)
|
|
assertion_test: CompileTimeError # Issue 31402 (Assert statement)
|
|
assertion_test: RuntimeError # Issue 30326
|
|
assign_to_type_test/01: MissingCompileTimeError
|
|
assign_to_type_test/02: MissingCompileTimeError
|
|
assign_to_type_test/03: MissingCompileTimeError
|
|
assign_to_type_test/04: MissingCompileTimeError
|
|
assign_top_method_test: MissingCompileTimeError
|
|
async_await_syntax_test/c10a: MissingCompileTimeError
|
|
async_await_syntax_test/d08b: MissingCompileTimeError
|
|
async_await_syntax_test/d10a: MissingCompileTimeError
|
|
async_await_test/02: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
async_await_test/03: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
async_await_test/none: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
async_or_generator_return_type_stacktrace_test/01: MissingCompileTimeError
|
|
async_or_generator_return_type_stacktrace_test/02: MissingCompileTimeError
|
|
async_or_generator_return_type_stacktrace_test/03: MissingCompileTimeError
|
|
async_return_types_test/nestedFuture: MissingCompileTimeError
|
|
async_return_types_test/tooManyTypeParameters: MissingCompileTimeError
|
|
async_return_types_test/wrongReturnType: MissingCompileTimeError
|
|
async_star_cancel_while_paused_test: RuntimeError
|
|
async_star_pause_test: Fail, OK
|
|
async_star_regression_2238_test: RuntimeError
|
|
async_star_regression_2238_test: RuntimeError
|
|
async_star_regression_23116_test: RuntimeError
|
|
async_star_regression_fisk_test: RuntimeError
|
|
async_star_test/01: CompileTimeError # Issue 2238.
|
|
async_star_test/01: Crash
|
|
async_star_test/01: Pass
|
|
async_star_test/02: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
async_star_test/02: RuntimeError
|
|
async_star_test/03: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
async_star_test/04: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
async_star_test/05: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
async_star_test/none: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
bad_named_parameters2_test/01: MissingCompileTimeError
|
|
bad_named_parameters_test/01: MissingCompileTimeError
|
|
bad_named_parameters_test/02: MissingCompileTimeError
|
|
bad_named_parameters_test/03: MissingCompileTimeError
|
|
bad_named_parameters_test/04: Crash
|
|
bad_named_parameters_test/04: MissingCompileTimeError
|
|
bad_named_parameters_test/05: MissingCompileTimeError
|
|
bad_override_test/01: MissingCompileTimeError
|
|
bad_override_test/02: MissingCompileTimeError
|
|
bad_override_test/06: MissingCompileTimeError
|
|
bool_check_test: RuntimeError
|
|
bool_condition_check_test: RuntimeError
|
|
built_in_identifier_prefix_test: CompileTimeError
|
|
built_in_identifier_type_annotation_test/22: Crash # Issue 28814
|
|
built_in_identifier_type_annotation_test/22: DartkCrash # Issue 28814
|
|
built_in_identifier_type_annotation_test/52: MissingCompileTimeError # Issue 28814
|
|
built_in_identifier_type_annotation_test/53: MissingCompileTimeError # Issue 28814
|
|
built_in_identifier_type_annotation_test/54: MissingCompileTimeError # Issue 28814
|
|
built_in_identifier_type_annotation_test/55: MissingCompileTimeError # Issue 28814
|
|
built_in_identifier_type_annotation_test/57: MissingCompileTimeError # Issue 28814
|
|
built_in_identifier_type_annotation_test/58: MissingCompileTimeError # Issue 28814
|
|
built_in_identifier_type_annotation_test/59: MissingCompileTimeError # Issue 28814
|
|
built_in_identifier_type_annotation_test/60: MissingCompileTimeError # Issue 28814
|
|
built_in_identifier_type_annotation_test/61: MissingCompileTimeError # Issue 28814
|
|
built_in_identifier_type_annotation_test/62: MissingCompileTimeError # Issue 28814
|
|
built_in_identifier_type_annotation_test/63: MissingCompileTimeError # Issue 28814
|
|
built_in_identifier_type_annotation_test/64: MissingCompileTimeError # Issue 28814
|
|
built_in_identifier_type_annotation_test/65: MissingCompileTimeError # Issue 28814
|
|
built_in_identifier_type_annotation_test/66: MissingCompileTimeError # Issue 28814
|
|
built_in_identifier_type_annotation_test/67: MissingCompileTimeError # Issue 28814
|
|
built_in_identifier_type_annotation_test/68: MissingCompileTimeError # Issue 28814
|
|
call_constructor_on_unresolvable_class_test/01: MissingCompileTimeError
|
|
call_constructor_on_unresolvable_class_test/02: MissingCompileTimeError
|
|
call_constructor_on_unresolvable_class_test/03: MissingCompileTimeError
|
|
call_function2_test: CompileTimeError # Issue 31402 (map literal)
|
|
call_function_apply_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
call_function_test: CompileTimeError
|
|
call_non_method_field_test/01: MissingCompileTimeError
|
|
call_non_method_field_test/02: MissingCompileTimeError
|
|
call_nonexistent_constructor_test/01: MissingCompileTimeError
|
|
call_nonexistent_constructor_test/02: MissingCompileTimeError
|
|
call_nonexistent_static_test/01: MissingCompileTimeError
|
|
call_nonexistent_static_test/02: MissingCompileTimeError
|
|
call_nonexistent_static_test/03: MissingCompileTimeError
|
|
call_nonexistent_static_test/04: MissingCompileTimeError
|
|
call_nonexistent_static_test/05: MissingCompileTimeError
|
|
call_nonexistent_static_test/06: MissingCompileTimeError
|
|
call_nonexistent_static_test/07: MissingCompileTimeError
|
|
call_nonexistent_static_test/08: MissingCompileTimeError
|
|
call_nonexistent_static_test/09: MissingCompileTimeError
|
|
call_nonexistent_static_test/10: MissingCompileTimeError
|
|
call_with_no_such_method_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
callable_test/none: CompileTimeError # Issue 31402 (Variable declaration)
|
|
cha_deopt1_test: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
cha_deopt2_test: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
cha_deopt3_test: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
check_member_static_test/01: MissingCompileTimeError
|
|
check_method_override_test/01: MissingCompileTimeError
|
|
check_method_override_test/02: MissingCompileTimeError
|
|
checked_setter2_test: MissingCompileTimeError
|
|
checked_setter3_test/01: MissingCompileTimeError
|
|
checked_setter3_test/02: MissingCompileTimeError
|
|
checked_setter3_test/03: MissingCompileTimeError
|
|
class_cycle_test/02: MissingCompileTimeError
|
|
class_cycle_test/03: MissingCompileTimeError
|
|
class_keyword_test/02: MissingCompileTimeError # Issue 13627
|
|
class_keyword_test/02: Pass
|
|
class_literal_static_test/12: MissingCompileTimeError
|
|
class_literal_static_test/13: MissingCompileTimeError
|
|
class_literal_static_test/17: MissingCompileTimeError
|
|
class_literal_static_test/18: MissingCompileTimeError
|
|
class_literal_static_test/19: MissingCompileTimeError
|
|
class_literal_static_test/20: MissingCompileTimeError
|
|
class_literal_static_test/21: MissingCompileTimeError
|
|
class_literal_static_test/22: MissingCompileTimeError
|
|
class_literal_static_test/24: MissingCompileTimeError
|
|
class_literal_static_test/25: MissingCompileTimeError
|
|
class_literal_test/12: MissingCompileTimeError
|
|
class_literal_test/13: MissingCompileTimeError
|
|
class_literal_test/17: MissingCompileTimeError
|
|
class_literal_test/18: MissingCompileTimeError
|
|
class_literal_test/19: MissingCompileTimeError
|
|
class_literal_test/20: MissingCompileTimeError
|
|
class_literal_test/21: MissingCompileTimeError
|
|
class_literal_test/22: MissingCompileTimeError
|
|
class_literal_test/24: MissingCompileTimeError
|
|
class_literal_test/25: MissingCompileTimeError
|
|
class_override_test: MissingCompileTimeError
|
|
closure_invoked_through_interface_target_field_test: MissingCompileTimeError
|
|
closure_invoked_through_interface_target_getter_test: MissingCompileTimeError
|
|
compile_time_constant_c_test/02: MissingCompileTimeError # KernelVM bug: Constant evaluation.
|
|
compile_time_constant_k_test/01: MissingCompileTimeError
|
|
compile_time_constant_k_test/02: MissingCompileTimeError
|
|
compile_time_constant_k_test/03: MissingCompileTimeError
|
|
compile_time_constant_o_test/01: MissingCompileTimeError
|
|
compile_time_constant_o_test/01: RuntimeError # KernelVM bug: Constant map duplicated key.
|
|
compile_time_constant_o_test/02: MissingCompileTimeError
|
|
compile_time_constant_o_test/02: RuntimeError # KernelVM bug: Constant map duplicated key.
|
|
compile_time_constant_static2_test/04: MissingCompileTimeError
|
|
compile_time_constant_static3_test/04: MissingCompileTimeError
|
|
compile_time_constant_static5_test/11: CompileTimeError # Issue 31537
|
|
compile_time_constant_static5_test/16: CompileTimeError # Issue 31537
|
|
compile_time_constant_static5_test/21: CompileTimeError # Issue 31537
|
|
compile_time_constant_static5_test/23: CompileTimeError # Issue 31402 (Field declaration)
|
|
conditional_import_string_test: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
conditional_import_test: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
conditional_method_invocation_test/12: MissingCompileTimeError
|
|
conditional_method_invocation_test/13: MissingCompileTimeError
|
|
conditional_property_access_test/10: MissingCompileTimeError
|
|
conditional_property_access_test/11: MissingCompileTimeError
|
|
conditional_rewrite_test: RuntimeError # Issue 31402 (Not)
|
|
config_import_corelib_test: CompileTimeError # Issue 31533
|
|
config_import_test: RuntimeError # KernelVM bug: Configurable imports.
|
|
const_constructor2_test/11: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
const_constructor2_test/12: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
const_constructor2_test/20: MissingCompileTimeError
|
|
const_constructor2_test/22: MissingCompileTimeError
|
|
const_constructor2_test/24: MissingCompileTimeError
|
|
const_constructor_nonconst_field_test/01: MissingCompileTimeError # Fasta bug: Non-const expression in field initializer.
|
|
const_dynamic_type_literal_test/02: MissingCompileTimeError
|
|
const_dynamic_type_literal_test/02: RuntimeError # KernelVM bug: Constant map duplicated key.
|
|
const_error_multiply_initialized_test/02: MissingCompileTimeError
|
|
const_error_multiply_initialized_test/04: MissingCompileTimeError
|
|
const_evaluation_test: SkipByDesign
|
|
const_factory_with_body_test/01: MissingCompileTimeError # Fasta bug: Const factory with body.
|
|
const_instance_field_test/01: MissingCompileTimeError # Fasta bug: Const instance field.
|
|
const_list_test: RuntimeError
|
|
const_map2_test/00: MissingCompileTimeError # KernelVM bug: Constant evaluation.
|
|
const_map3_test/00: MissingCompileTimeError # KernelVM bug: Constant evaluation.
|
|
const_map4_test: RuntimeError
|
|
const_native_factory_test/01: MissingCompileTimeError # Fasta bug: Issue 29763
|
|
const_native_factory_test: MissingCompileTimeError
|
|
const_nested_test: RuntimeError # KernelVM bug: Constant evaluation.
|
|
const_optional_args_test/01: MissingCompileTimeError # Fasta bug: Default parameter values must be const.
|
|
const_redirecting_factory_test: CompileTimeError # Issue 31402 (Field declaration)
|
|
const_switch2_test/01: MissingCompileTimeError # KernelVM bug: Constant evaluation.
|
|
const_syntax_test/05: MissingCompileTimeError # KernelVM bug: Constant evaluation.
|
|
const_syntax_test/08: Crash
|
|
const_types_test/01: MissingCompileTimeError
|
|
const_types_test/02: MissingCompileTimeError
|
|
const_types_test/03: MissingCompileTimeError
|
|
const_types_test/04: MissingCompileTimeError
|
|
const_types_test/05: MissingCompileTimeError
|
|
const_types_test/06: MissingCompileTimeError
|
|
const_types_test/13: MissingCompileTimeError
|
|
const_types_test/34: MissingCompileTimeError
|
|
const_types_test/35: MissingCompileTimeError
|
|
const_types_test/39: MissingCompileTimeError
|
|
const_types_test/40: MissingCompileTimeError
|
|
constructor12_test: RuntimeError
|
|
constructor13_test/01: MissingCompileTimeError
|
|
constructor13_test/02: MissingCompileTimeError
|
|
constructor3_test: Fail, OK, Pass
|
|
constructor_duplicate_final_test/01: MissingCompileTimeError
|
|
constructor_duplicate_final_test/02: MissingCompileTimeError
|
|
constructor_named_arguments_test/01: MissingCompileTimeError
|
|
constructor_redirect1_negative_test/01: MissingCompileTimeError
|
|
constructor_redirect1_negative_test/none: MissingCompileTimeError
|
|
constructor_redirect2_negative_test: MissingCompileTimeError
|
|
constructor_redirect2_test/01: MissingCompileTimeError # Fasta bug: Body on redirecting constructor.
|
|
constructor_redirect_test/01: MissingCompileTimeError # Fasta bug: Initializer refers to this.
|
|
covariant_subtyping_test: CompileTimeError
|
|
covariant_subtyping_test: Crash
|
|
create_unresolved_type_test/01: MissingCompileTimeError
|
|
ct_const2_test: Skip # Incompatible flag: --compile_all
|
|
ct_const_test: RuntimeError
|
|
cyclic_constructor_test/01: MissingCompileTimeError # Fasta bug: Cyclic constructor redirection.
|
|
cyclic_type2_test: Fail, OK
|
|
cyclic_type_test/02: Fail, OK # Non-contractive types are not supported in the vm.
|
|
cyclic_type_test/04: Fail, OK
|
|
cyclic_type_variable_test/01: MissingCompileTimeError
|
|
cyclic_type_variable_test/02: MissingCompileTimeError
|
|
cyclic_type_variable_test/03: MissingCompileTimeError
|
|
cyclic_type_variable_test/04: MissingCompileTimeError
|
|
cyclic_typedef_test/13: MissingCompileTimeError
|
|
deep_nesting1_negative_test: Skip # Issue 31158
|
|
deep_nesting2_negative_test: Skip # Issue 31158
|
|
default_factory2_test/01: MissingCompileTimeError
|
|
default_factory_test/01: MissingCompileTimeError
|
|
deferred_call_empty_before_load_test: RuntimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_closurize_load_library_test: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_constant_list_test: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_constraints_constants_test/default_argument2: Pass # Passes by mistake. KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_constraints_constants_test/none: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_constraints_constants_test/reference_after_load: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_constraints_constants_test: SkipByDesign
|
|
deferred_constraints_type_annotation_test/as_operation: MissingCompileTimeError
|
|
deferred_constraints_type_annotation_test/as_operation: Pass
|
|
deferred_constraints_type_annotation_test/catch_check: MissingCompileTimeError
|
|
deferred_constraints_type_annotation_test/catch_check: Pass
|
|
deferred_constraints_type_annotation_test/is_check: MissingCompileTimeError
|
|
deferred_constraints_type_annotation_test/is_check: Pass
|
|
deferred_constraints_type_annotation_test/new: CompileTimeError
|
|
deferred_constraints_type_annotation_test/new_before_load: MissingCompileTimeError
|
|
deferred_constraints_type_annotation_test/new_before_load: Pass
|
|
deferred_constraints_type_annotation_test/new_generic1: CompileTimeError
|
|
deferred_constraints_type_annotation_test/new_generic2: MissingCompileTimeError
|
|
deferred_constraints_type_annotation_test/new_generic2: Pass
|
|
deferred_constraints_type_annotation_test/new_generic3: MissingCompileTimeError
|
|
deferred_constraints_type_annotation_test/new_generic3: Pass
|
|
deferred_constraints_type_annotation_test/none: CompileTimeError
|
|
deferred_constraints_type_annotation_test/none: Pass
|
|
deferred_constraints_type_annotation_test/static_method: CompileTimeError
|
|
deferred_constraints_type_annotation_test/type_annotation1: MissingCompileTimeError
|
|
deferred_constraints_type_annotation_test/type_annotation1: Pass
|
|
deferred_constraints_type_annotation_test/type_annotation_generic1: MissingCompileTimeError
|
|
deferred_constraints_type_annotation_test/type_annotation_generic1: Pass
|
|
deferred_constraints_type_annotation_test/type_annotation_generic2: MissingCompileTimeError
|
|
deferred_constraints_type_annotation_test/type_annotation_generic2: Pass
|
|
deferred_constraints_type_annotation_test/type_annotation_generic3: MissingCompileTimeError
|
|
deferred_constraints_type_annotation_test/type_annotation_generic3: Pass
|
|
deferred_constraints_type_annotation_test/type_annotation_generic4: MissingCompileTimeError
|
|
deferred_constraints_type_annotation_test/type_annotation_generic4: Pass
|
|
deferred_constraints_type_annotation_test/type_annotation_non_deferred: CompileTimeError
|
|
deferred_constraints_type_annotation_test/type_annotation_null: MissingCompileTimeError
|
|
deferred_constraints_type_annotation_test/type_annotation_null: Pass
|
|
deferred_constraints_type_annotation_test/type_annotation_top_level: MissingCompileTimeError
|
|
deferred_constraints_type_annotation_test/type_annotation_top_level: Pass
|
|
deferred_function_type_test: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_global_test: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_global_test: Fail
|
|
deferred_import_core_test: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_inheritance_constraints_test/extends: MissingCompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_inheritance_constraints_test/implements: MissingCompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_inheritance_constraints_test/mixin: MissingCompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_inheritance_constraints_test/redirecting_constructor: MissingCompileTimeError
|
|
deferred_inheritance_constraints_test/redirecting_constructor: RuntimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_inlined_test: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_load_constants_test/none: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_load_inval_code_test: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_load_library_wrong_args_test/01: CompileTimeError
|
|
deferred_load_library_wrong_args_test/01: Pass # Passes by mistake. KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_load_library_wrong_args_test/none: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_mixin_test: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_no_such_method_test: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_not_loaded_check_test: RuntimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_only_constant_test: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_optimized_test: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_redirecting_factory_test: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_redirecting_factory_test: Fail, Crash # Issue 23408
|
|
deferred_regression_22995_test: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_regression_28678_test: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_shadow_load_library_test: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_shared_and_unshared_classes_test: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_static_seperate_test: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_super_dependency_test/01: Pass # Passes by mistake. KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_type_dependency_test/as: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_type_dependency_test/is: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_type_dependency_test/none: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_type_dependency_test/type_annotation: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
deopt_inlined_function_lazy_test: Skip # Incompatible flag: --deoptimize-alot
|
|
disassemble_test: Crash
|
|
duplicate_export_negative_test: Fail # Issue 6134
|
|
duplicate_implements_test/01: MissingCompileTimeError
|
|
duplicate_implements_test/02: MissingCompileTimeError
|
|
duplicate_implements_test/03: MissingCompileTimeError
|
|
duplicate_implements_test/04: MissingCompileTimeError
|
|
dynamic_prefix_core_test/01: MissingCompileTimeError
|
|
dynamic_prefix_core_test/01: RuntimeError # KernelVM bug: Issue 12478, Blocked on language issue 29125.
|
|
dynamic_prefix_core_test/none: RuntimeError
|
|
dynamic_test: CompileTimeError # Issue 31402 (Variable declaration)
|
|
emit_const_fields_test: CompileTimeError # Issue 31533
|
|
empty_block_case_test: MissingCompileTimeError
|
|
enum_mirror_test: SkipByDesign
|
|
enum_private_test/02: MissingCompileTimeError
|
|
example_constructor_test: Fail, OK
|
|
export_ambiguous_main_negative_test: Fail # Issue 14763
|
|
export_ambiguous_main_negative_test: Skip # Issue 29895
|
|
export_double_same_main_test: Crash # Issue 29895
|
|
export_double_same_main_test: Skip # Issue 29895
|
|
external_test/10: MissingRuntimeError # KernelVM bug: Unbound external.
|
|
external_test/13: MissingRuntimeError # KernelVM bug: Unbound external.
|
|
external_test/20: MissingRuntimeError # KernelVM bug: Unbound external.
|
|
external_test/21: CompileTimeError
|
|
external_test/24: CompileTimeError
|
|
f_bounded_quantification_test/01: MissingCompileTimeError
|
|
f_bounded_quantification_test/02: MissingCompileTimeError
|
|
factory2_test/03: MissingCompileTimeError
|
|
factory2_test/none: MissingCompileTimeError
|
|
factory3_test/01: Pass
|
|
factory3_test/none: MissingCompileTimeError
|
|
factory3_test: Crash
|
|
factory4_test/00: MissingCompileTimeError
|
|
factory5_test/00: MissingCompileTimeError
|
|
factory6_test/00: MissingCompileTimeError
|
|
field3_test/01: MissingCompileTimeError
|
|
field_increment_bailout_test: SkipByDesign
|
|
field_initialization_order_test: Fail, OK
|
|
field_method4_test: Crash
|
|
field_method4_test: MissingCompileTimeError
|
|
field_override2_test: MissingCompileTimeError
|
|
field_override_optimization_test: RuntimeError
|
|
field_override_test/00: MissingCompileTimeError
|
|
field_override_test/01: MissingCompileTimeError
|
|
field_type_check2_test/01: MissingRuntimeError
|
|
final_attempt_reinitialization_test/01: MissingCompileTimeError # Issue 29900
|
|
final_attempt_reinitialization_test/02: MissingCompileTimeError # Issue 29900
|
|
final_for_in_variable_test: MissingCompileTimeError
|
|
final_param_test: MissingCompileTimeError
|
|
final_super_field_set_test: MissingCompileTimeError
|
|
final_syntax_test/09: Crash
|
|
final_variable_assignment_test/01: MissingCompileTimeError
|
|
final_variable_assignment_test/02: MissingCompileTimeError
|
|
final_variable_assignment_test/03: MissingCompileTimeError
|
|
final_variable_assignment_test/04: MissingCompileTimeError
|
|
first_class_types_literals_test/03: MissingCompileTimeError
|
|
first_class_types_literals_test/04: MissingCompileTimeError
|
|
first_class_types_literals_test/08: MissingCompileTimeError
|
|
first_class_types_literals_test/09: MissingCompileTimeError
|
|
first_class_types_test: RuntimeError
|
|
flatten_test/05: MissingRuntimeError
|
|
flatten_test/08: MissingRuntimeError
|
|
flatten_test/09: MissingRuntimeError
|
|
flatten_test/12: MissingRuntimeError
|
|
for_in_side_effects_test/01: MissingCompileTimeError
|
|
function_malformed_result_type_test/00: MissingCompileTimeError
|
|
function_propagation_test: CompileTimeError # Issue 31402 (Variable declaration)
|
|
function_subtype3_test: RuntimeError
|
|
function_subtype_bound_closure1_test: RuntimeError
|
|
function_subtype_bound_closure1_test: RuntimeError
|
|
function_subtype_bound_closure2_test: RuntimeError
|
|
function_subtype_bound_closure5_test: RuntimeError
|
|
function_subtype_bound_closure5a_test: RuntimeError
|
|
function_subtype_bound_closure6_test: RuntimeError
|
|
function_subtype_bound_closure7_test: CompileTimeError # Issue 31402 (Variable declaration)
|
|
function_subtype_bound_closure7_test: RuntimeError
|
|
function_subtype_call1_test: RuntimeError
|
|
function_subtype_call2_test: RuntimeError
|
|
function_subtype_cast2_test: RuntimeError
|
|
function_subtype_cast2_test: RuntimeError
|
|
function_subtype_cast3_test: RuntimeError
|
|
function_subtype_checked0_test: RuntimeError
|
|
function_subtype_inline2_test: RuntimeError
|
|
function_subtype_local1_test: RuntimeError
|
|
function_subtype_local2_test: RuntimeError
|
|
function_subtype_local5_test: RuntimeError
|
|
function_subtype_named1_test: Pass
|
|
function_subtype_named1_test: RuntimeError
|
|
function_subtype_not0_test: RuntimeError
|
|
function_subtype_not2_test: RuntimeError
|
|
function_subtype_not3_test: RuntimeError
|
|
function_subtype_optional1_test: Pass
|
|
function_subtype_optional1_test: RuntimeError
|
|
function_subtype_setter0_test: RuntimeError
|
|
function_subtype_simple1_test: RuntimeError
|
|
function_subtype_top_level1_test: RuntimeError
|
|
function_subtype_typearg5_test: RuntimeError
|
|
function_type/function_type0_test: RuntimeError
|
|
function_type/function_type10_test: RuntimeError
|
|
function_type/function_type11_test: RuntimeError
|
|
function_type/function_type12_test: RuntimeError
|
|
function_type/function_type13_test: RuntimeError
|
|
function_type/function_type14_test: RuntimeError
|
|
function_type/function_type15_test: RuntimeError
|
|
function_type/function_type16_test: RuntimeError
|
|
function_type/function_type17_test: RuntimeError
|
|
function_type/function_type18_test: RuntimeError
|
|
function_type/function_type19_test: RuntimeError
|
|
function_type/function_type1_test: RuntimeError
|
|
function_type/function_type20_test: RuntimeError
|
|
function_type/function_type21_test: RuntimeError
|
|
function_type/function_type22_test: RuntimeError
|
|
function_type/function_type23_test: RuntimeError
|
|
function_type/function_type24_test: RuntimeError
|
|
function_type/function_type25_test: RuntimeError
|
|
function_type/function_type26_test: RuntimeError
|
|
function_type/function_type27_test: RuntimeError
|
|
function_type/function_type28_test: RuntimeError
|
|
function_type/function_type29_test: RuntimeError
|
|
function_type/function_type2_test: RuntimeError
|
|
function_type/function_type30_test: RuntimeError
|
|
function_type/function_type31_test: RuntimeError
|
|
function_type/function_type32_test: RuntimeError
|
|
function_type/function_type33_test: RuntimeError
|
|
function_type/function_type34_test: RuntimeError
|
|
function_type/function_type35_test: RuntimeError
|
|
function_type/function_type36_test: RuntimeError
|
|
function_type/function_type37_test: RuntimeError
|
|
function_type/function_type38_test: RuntimeError
|
|
function_type/function_type39_test: RuntimeError
|
|
function_type/function_type3_test: RuntimeError
|
|
function_type/function_type40_test: RuntimeError
|
|
function_type/function_type41_test: RuntimeError
|
|
function_type/function_type42_test: RuntimeError
|
|
function_type/function_type43_test: RuntimeError
|
|
function_type/function_type44_test: RuntimeError
|
|
function_type/function_type45_test: RuntimeError
|
|
function_type/function_type46_test: RuntimeError
|
|
function_type/function_type47_test: RuntimeError
|
|
function_type/function_type48_test: RuntimeError
|
|
function_type/function_type49_test: RuntimeError
|
|
function_type/function_type4_test: RuntimeError
|
|
function_type/function_type50_test: RuntimeError
|
|
function_type/function_type51_test: RuntimeError
|
|
function_type/function_type52_test: RuntimeError
|
|
function_type/function_type53_test: RuntimeError
|
|
function_type/function_type54_test: RuntimeError
|
|
function_type/function_type55_test: RuntimeError
|
|
function_type/function_type56_test: RuntimeError
|
|
function_type/function_type57_test: RuntimeError
|
|
function_type/function_type58_test: RuntimeError
|
|
function_type/function_type59_test: RuntimeError
|
|
function_type/function_type5_test: RuntimeError
|
|
function_type/function_type60_test: RuntimeError
|
|
function_type/function_type61_test: RuntimeError
|
|
function_type/function_type62_test: RuntimeError
|
|
function_type/function_type63_test: RuntimeError
|
|
function_type/function_type64_test: RuntimeError
|
|
function_type/function_type65_test: RuntimeError
|
|
function_type/function_type66_test: RuntimeError
|
|
function_type/function_type67_test: RuntimeError
|
|
function_type/function_type68_test: RuntimeError
|
|
function_type/function_type69_test: RuntimeError
|
|
function_type/function_type6_test: RuntimeError
|
|
function_type/function_type70_test: RuntimeError
|
|
function_type/function_type71_test: RuntimeError
|
|
function_type/function_type72_test: RuntimeError
|
|
function_type/function_type73_test: RuntimeError
|
|
function_type/function_type74_test: RuntimeError
|
|
function_type/function_type75_test: RuntimeError
|
|
function_type/function_type76_test: RuntimeError
|
|
function_type/function_type77_test: RuntimeError
|
|
function_type/function_type78_test: RuntimeError
|
|
function_type/function_type79_test: RuntimeError
|
|
function_type/function_type7_test: RuntimeError
|
|
function_type/function_type80_test: RuntimeError
|
|
function_type/function_type81_test: RuntimeError
|
|
function_type/function_type82_test: RuntimeError
|
|
function_type/function_type83_test: RuntimeError
|
|
function_type/function_type84_test: RuntimeError
|
|
function_type/function_type85_test: RuntimeError
|
|
function_type/function_type86_test: RuntimeError
|
|
function_type/function_type87_test: RuntimeError
|
|
function_type/function_type88_test: RuntimeError
|
|
function_type/function_type89_test: RuntimeError
|
|
function_type/function_type8_test: RuntimeError
|
|
function_type/function_type90_test: RuntimeError
|
|
function_type/function_type91_test: RuntimeError
|
|
function_type/function_type92_test: RuntimeError
|
|
function_type/function_type93_test: RuntimeError
|
|
function_type/function_type94_test: RuntimeError
|
|
function_type/function_type95_test: RuntimeError
|
|
function_type/function_type96_test: RuntimeError
|
|
function_type/function_type97_test: RuntimeError
|
|
function_type/function_type98_test: RuntimeError
|
|
function_type/function_type99_test: RuntimeError
|
|
function_type/function_type9_test: RuntimeError
|
|
function_type2_test: RuntimeError
|
|
function_type_alias2_test: RuntimeError
|
|
function_type_alias3_test: RuntimeError
|
|
function_type_alias4_test: RuntimeError
|
|
function_type_alias6_test/none: RuntimeError
|
|
function_type_alias_test: RuntimeError
|
|
generalized_void_syntax_test: CompileTimeError # Issue #30176
|
|
generic_async_star_test: RuntimeError
|
|
generic_async_star_test: RuntimeError
|
|
generic_closure_test: RuntimeError
|
|
generic_function_bounds_test: CompileTimeError
|
|
generic_function_bounds_test: RuntimeError
|
|
generic_function_dcall_test: CompileTimeError
|
|
generic_function_dcall_test: RuntimeError
|
|
generic_function_type_as_type_argument_test/02: MissingCompileTimeError, OK # No type inference
|
|
generic_function_type_as_type_argument_test/02: Pass
|
|
generic_function_typedef2_test/04: MissingCompileTimeError
|
|
generic_function_typedef_test/01: Pass
|
|
generic_function_typedef_test/01: RuntimeError
|
|
generic_instanceof2_test: RuntimeError
|
|
generic_instanceof_test: RuntimeError
|
|
generic_is_check_test: RuntimeError
|
|
generic_list_checked_test: CompileTimeError # Issue 31402 (Variable declaration)
|
|
generic_list_checked_test: RuntimeError
|
|
generic_method_types_test/02: RuntimeError
|
|
generic_methods_bounds_test/01: Crash
|
|
generic_methods_bounds_test/01: MissingCompileTimeError
|
|
generic_methods_generic_function_result_test/01: MissingCompileTimeError
|
|
generic_methods_optional_parameters_test: Pass
|
|
generic_methods_optional_parameters_test: RuntimeError
|
|
generic_methods_overriding_test/01: MissingCompileTimeError
|
|
generic_methods_overriding_test/03: MissingCompileTimeError
|
|
generic_methods_recursive_bound_test/02: Crash
|
|
generic_methods_recursive_bound_test/02: MissingCompileTimeError
|
|
generic_methods_recursive_bound_test/03: Crash, Pass
|
|
generic_methods_recursive_bound_test/03: MissingRuntimeError
|
|
generic_methods_recursive_bound_test/03: Pass
|
|
generic_methods_reuse_type_variables_test: Pass
|
|
generic_methods_tearoff_specialization_test: CompileTimeError # Issue 31402 (Variable declaration)
|
|
generic_methods_tearoff_specialization_test: RuntimeError
|
|
generic_methods_type_expression_test: Crash
|
|
generic_methods_type_expression_test: RuntimeError # Issue 25869 / 27460
|
|
generic_methods_unused_parameter_test: CompileTimeError # Issue 31402 (Variable declaration)
|
|
generic_methods_unused_parameter_test: RuntimeError
|
|
generic_no_such_method_dispatcher_simple_test: CompileTimeError # Issue 31533
|
|
generic_no_such_method_dispatcher_test: CompileTimeError # Issue 31533
|
|
generic_tearoff_test: CompileTimeError
|
|
generic_tearoff_test: RuntimeError
|
|
generic_test: RuntimeError
|
|
getter_no_setter2_test/01: MissingCompileTimeError
|
|
getter_no_setter2_test/03: MissingCompileTimeError
|
|
getter_no_setter_test/01: MissingCompileTimeError
|
|
getter_no_setter_test/03: MissingCompileTimeError
|
|
getter_override_test/03: MissingCompileTimeError
|
|
getters_setters2_test/*: Pass # Correctly passes.
|
|
getters_setters2_test/01: RuntimeError
|
|
getters_setters2_test/02: MissingCompileTimeError
|
|
getters_setters2_test/none: RuntimeError
|
|
hello_dart_test: Skip # Incompatible flag: --compile_all
|
|
identical_const_test/01: MissingCompileTimeError
|
|
identical_const_test/02: MissingCompileTimeError
|
|
identical_const_test/03: MissingCompileTimeError
|
|
identical_const_test/04: MissingCompileTimeError
|
|
if_null_assignment_behavior_test/13: MissingCompileTimeError
|
|
if_null_assignment_behavior_test/15: MissingCompileTimeError
|
|
if_null_precedence_test/none: RuntimeError
|
|
implicit_closure_test: Skip # Incompatible flag: --use_slow_path
|
|
implicit_downcast_during_assignment_test: Pass # Correctly passes.
|
|
implicit_downcast_during_combiner_test: Pass # Correctly passes.
|
|
implicit_downcast_during_compound_assignment_test: Pass # Correctly passes.
|
|
implicit_downcast_during_conditional_expression_test: Pass # Correctly passes.
|
|
implicit_downcast_during_do_test: Pass # Correctly passes.
|
|
implicit_downcast_during_for_condition_test: Pass # Correctly passes.
|
|
implicit_downcast_during_for_initializer_expression_test: Pass # Correctly passes.
|
|
implicit_downcast_during_for_initializer_var_test: Pass # Correctly passes.
|
|
implicit_downcast_during_function_literal_arrow_test: CompileTimeError # Issue 31537
|
|
implicit_downcast_during_if_null_assignment_test: Pass # Correctly passes.
|
|
implicit_downcast_during_if_statement_test: Pass # Correctly passes.
|
|
implicit_downcast_during_list_literal_test: Pass # Correctly passes.
|
|
implicit_downcast_during_logical_expression_test: Pass # Correctly passes.
|
|
implicit_downcast_during_map_literal_test: Pass # Correctly passes.
|
|
implicit_downcast_during_not_test: Pass # Correctly passes.
|
|
implicit_downcast_during_return_async_test: Pass # Correctly passes.
|
|
implicit_downcast_during_return_test: Pass # Correctly passes.
|
|
implicit_downcast_during_variable_declaration_test: Pass # Correctly passes.
|
|
implicit_downcast_during_while_statement_test: Pass # Correctly passes.
|
|
implicit_downcast_during_yield_star_test: Pass # Correctly passes.
|
|
implicit_downcast_during_yield_test: Pass # Correctly passes.
|
|
implicit_this_test/01: MissingCompileTimeError
|
|
implicit_this_test/02: MissingCompileTimeError
|
|
implicit_this_test/04: MissingCompileTimeError
|
|
import_combinators2_test/00: MissingCompileTimeError
|
|
import_self_test/01: MissingCompileTimeError
|
|
initializing_formal_final_test: MissingCompileTimeError
|
|
initializing_formal_type_annotation_test/01: MissingCompileTimeError
|
|
initializing_formal_type_annotation_test/02: MissingCompileTimeError
|
|
instance_creation_in_function_annotation_test: SkipByDesign
|
|
instanceof2_test: RuntimeError
|
|
instanceof4_test/01: Pass
|
|
instanceof4_test/01: RuntimeError
|
|
instanceof4_test/none: Pass
|
|
instanceof4_test/none: RuntimeError
|
|
int64_literal_test/03: MissingCompileTimeError # http://dartbug.com/31479
|
|
int64_literal_test/30: MissingCompileTimeError # http://dartbug.com/31479
|
|
interface_test/00: MissingCompileTimeError
|
|
invocation_mirror2_test: SkipByDesign
|
|
invocation_mirror_invoke_on2_test: SkipByDesign
|
|
invocation_mirror_invoke_on_test: SkipByDesign
|
|
invocation_mirror_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
is_malformed_type_test/95: MissingCompileTimeError
|
|
is_malformed_type_test/97: MissingCompileTimeError
|
|
is_malformed_type_test/99: MissingCompileTimeError
|
|
is_not_class2_test/01: MissingCompileTimeError
|
|
isnot_malformed_type_test/01: MissingCompileTimeError
|
|
issue11724_test/01: MissingCompileTimeError
|
|
issue13179_test: CompileTimeError # Issue 31402 (Parameter default value)
|
|
issue15606_test/01: MissingCompileTimeError
|
|
issue18628_2_test/01: MissingCompileTimeError
|
|
issue21079_test: SkipByDesign
|
|
issue_1751477_test: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
issue_25671b_test/01: Crash
|
|
known_identifier_prefix_error_test/09: MissingCompileTimeError # Issue 28814
|
|
known_identifier_prefix_error_test/10: MissingCompileTimeError # Issue 28814
|
|
known_identifier_prefix_error_test/11: MissingCompileTimeError # Issue 28814
|
|
known_identifier_prefix_error_test/12: MissingCompileTimeError # Issue 28814
|
|
known_identifier_prefix_error_test/13: MissingCompileTimeError # Issue 28814
|
|
known_identifier_prefix_error_test/14: MissingCompileTimeError # Issue 28814
|
|
known_identifier_prefix_error_test/15: MissingCompileTimeError # Issue 28814
|
|
known_identifier_prefix_error_test/16: MissingCompileTimeError # Issue 28814
|
|
known_identifier_prefix_error_test/17: MissingCompileTimeError # Issue 28814
|
|
known_identifier_prefix_error_test/18: MissingCompileTimeError # Issue 28814
|
|
known_identifier_prefix_error_test/19: MissingCompileTimeError # Issue 28814
|
|
known_identifier_prefix_error_test/20: MissingCompileTimeError # Issue 28814
|
|
known_identifier_prefix_error_test/21: MissingCompileTimeError # Issue 28814
|
|
known_identifier_prefix_error_test/22: MissingCompileTimeError # Issue 28814
|
|
known_identifier_prefix_error_test/23: MissingCompileTimeError # Issue 28814
|
|
known_identifier_prefix_error_test/24: MissingCompileTimeError # Issue 28814
|
|
language_2/least_upper_bound_expansive_test/none: CompileTimeError
|
|
least_upper_bound_expansive_test/none: CompileTimeError
|
|
least_upper_bound_expansive_test/none: RuntimeError
|
|
library_ambiguous_test/00: MissingCompileTimeError
|
|
library_ambiguous_test/01: MissingCompileTimeError
|
|
library_ambiguous_test/02: MissingCompileTimeError
|
|
library_ambiguous_test/03: MissingCompileTimeError
|
|
library_ambiguous_test/04: MissingCompileTimeError
|
|
library_env_test/has_html_support: RuntimeError # KernelVM bug: Configurable imports.
|
|
library_env_test/has_html_support: RuntimeError, OK
|
|
library_env_test/has_mirror_support: RuntimeError, OK
|
|
library_env_test/has_no_io_support: RuntimeError # KernelVM bug: Configurable imports.
|
|
library_env_test/has_no_io_support: RuntimeError, OK
|
|
list_is_test: RuntimeError
|
|
list_literal_syntax_test/01: MissingCompileTimeError
|
|
list_literal_syntax_test/02: MissingCompileTimeError
|
|
list_literal_syntax_test/03: MissingCompileTimeError
|
|
local_function2_test/none: RuntimeError
|
|
local_function3_test/none: RuntimeError
|
|
local_function_test/01: MissingCompileTimeError
|
|
local_function_test/02: MissingCompileTimeError
|
|
local_function_test/none: RuntimeError
|
|
main_not_a_function_test: Skip
|
|
main_test/03: RuntimeError
|
|
malbounded_instantiation_test/01: MissingCompileTimeError
|
|
malbounded_instantiation_test/02: MissingCompileTimeError
|
|
malbounded_instantiation_test/03: MissingCompileTimeError
|
|
malbounded_redirecting_factory_test/02: MissingCompileTimeError
|
|
malbounded_redirecting_factory_test/03: MissingCompileTimeError
|
|
malbounded_redirecting_factory_test/04: MissingCompileTimeError
|
|
malbounded_redirecting_factory_test/05: MissingCompileTimeError
|
|
malbounded_type_cast2_test: MissingCompileTimeError
|
|
malbounded_type_cast_test/00: MissingCompileTimeError
|
|
malbounded_type_cast_test/01: MissingCompileTimeError
|
|
malbounded_type_cast_test/02: MissingCompileTimeError
|
|
malbounded_type_literal_test/00: MissingCompileTimeError
|
|
malbounded_type_test2_test/00: MissingCompileTimeError
|
|
malbounded_type_test_test/00: MissingCompileTimeError
|
|
malbounded_type_test_test/01: MissingCompileTimeError
|
|
malbounded_type_test_test/02: MissingCompileTimeError
|
|
malformed2_test/01: MissingCompileTimeError
|
|
malformed2_test/02: MissingCompileTimeError
|
|
malformed2_test/03: MissingCompileTimeError
|
|
malformed2_test/04: MissingCompileTimeError
|
|
malformed2_test/05: MissingCompileTimeError
|
|
malformed2_test/06: MissingCompileTimeError
|
|
malformed2_test/07: MissingCompileTimeError
|
|
malformed2_test/08: MissingCompileTimeError
|
|
malformed2_test/09: MissingCompileTimeError
|
|
malformed2_test/10: MissingCompileTimeError
|
|
malformed2_test/11: MissingCompileTimeError
|
|
malformed2_test/12: MissingCompileTimeError
|
|
malformed2_test/13: MissingCompileTimeError
|
|
malformed_bound_test/00: MissingCompileTimeError
|
|
malformed_inheritance_test/01: MissingCompileTimeError
|
|
malformed_inheritance_test/03: MissingCompileTimeError
|
|
malformed_inheritance_test/05: MissingCompileTimeError
|
|
malformed_test/00: MissingCompileTimeError
|
|
malformed_test/01: MissingCompileTimeError
|
|
malformed_test/02: MissingCompileTimeError
|
|
malformed_test/03: MissingCompileTimeError
|
|
malformed_test/04: MissingCompileTimeError
|
|
malformed_test/05: MissingCompileTimeError
|
|
malformed_test/06: MissingCompileTimeError
|
|
malformed_test/07: MissingCompileTimeError
|
|
malformed_test/08: MissingCompileTimeError
|
|
malformed_test/09: MissingCompileTimeError
|
|
malformed_test/10: MissingCompileTimeError
|
|
malformed_test/11: MissingCompileTimeError
|
|
malformed_test/12: MissingCompileTimeError
|
|
malformed_test/13: MissingCompileTimeError
|
|
malformed_test/14: MissingCompileTimeError
|
|
malformed_test/15: MissingCompileTimeError
|
|
malformed_test/16: MissingCompileTimeError
|
|
malformed_test/17: MissingCompileTimeError
|
|
malformed_test/18: MissingCompileTimeError
|
|
malformed_test/19: MissingCompileTimeError
|
|
malformed_test/20: MissingCompileTimeError
|
|
malformed_test/21: MissingCompileTimeError
|
|
malformed_test/22: MissingCompileTimeError
|
|
malformed_test/23: MissingCompileTimeError
|
|
malformed_test/24: MissingCompileTimeError
|
|
malformed_type_test: MissingCompileTimeError
|
|
many_generic_instanceof_test: RuntimeError
|
|
many_overridden_no_such_method_test: SkipByDesign
|
|
map_literal3_test/01: MissingCompileTimeError
|
|
map_literal3_test/02: MissingCompileTimeError
|
|
map_literal3_test/03: MissingCompileTimeError
|
|
map_literal3_test/04: MissingCompileTimeError
|
|
map_literal8_test: Pass
|
|
map_literal8_test: RuntimeError
|
|
method_override2_test/*: MissingCompileTimeError
|
|
method_override2_test/00: MissingCompileTimeError
|
|
method_override2_test/01: MissingCompileTimeError
|
|
method_override2_test/02: MissingCompileTimeError
|
|
method_override2_test/03: MissingCompileTimeError
|
|
method_override2_test/none: Pass
|
|
method_override3_test/*: MissingCompileTimeError
|
|
method_override3_test/00: MissingCompileTimeError
|
|
method_override3_test/01: MissingCompileTimeError
|
|
method_override3_test/02: MissingCompileTimeError
|
|
method_override3_test/none: Pass
|
|
method_override4_test/*: MissingCompileTimeError
|
|
method_override4_test/01: MissingCompileTimeError
|
|
method_override4_test/02: MissingCompileTimeError
|
|
method_override4_test/03: MissingCompileTimeError
|
|
method_override4_test/none: Pass
|
|
method_override5_test/*: MissingCompileTimeError
|
|
method_override5_test/01: MissingCompileTimeError
|
|
method_override5_test/02: MissingCompileTimeError
|
|
method_override5_test/03: MissingCompileTimeError
|
|
method_override5_test/none: Pass
|
|
method_override6_test/*: MissingCompileTimeError
|
|
method_override6_test/01: MissingCompileTimeError
|
|
method_override6_test/02: MissingCompileTimeError
|
|
method_override6_test/03: MissingCompileTimeError
|
|
method_override6_test/none: Pass
|
|
method_override7_test/03: MissingCompileTimeError
|
|
method_override8_test/03: MissingCompileTimeError
|
|
method_override_test: RuntimeError
|
|
mixin_black_listed_test/02: MissingCompileTimeError
|
|
mixin_illegal_constructor_test/13: MissingCompileTimeError
|
|
mixin_illegal_constructor_test/14: MissingCompileTimeError
|
|
mixin_illegal_constructor_test/15: MissingCompileTimeError
|
|
mixin_illegal_constructor_test/16: MissingCompileTimeError
|
|
mixin_illegal_static_access_test/01: MissingCompileTimeError
|
|
mixin_illegal_static_access_test/02: MissingCompileTimeError
|
|
mixin_illegal_super_use_test: Skip # Issues 24478 and 23773
|
|
mixin_illegal_superclass_test: Skip # Issues 24478 and 23773
|
|
mixin_illegal_syntax_test/13: MissingCompileTimeError
|
|
mixin_invalid_bound2_test/02: MissingCompileTimeError
|
|
mixin_invalid_bound2_test/03: MissingCompileTimeError
|
|
mixin_invalid_bound2_test/04: MissingCompileTimeError
|
|
mixin_invalid_bound2_test/05: MissingCompileTimeError
|
|
mixin_invalid_bound2_test/06: MissingCompileTimeError
|
|
mixin_invalid_bound2_test/07: MissingCompileTimeError
|
|
mixin_invalid_bound2_test/08: MissingCompileTimeError
|
|
mixin_invalid_bound2_test/09: MissingCompileTimeError
|
|
mixin_invalid_bound2_test/10: MissingCompileTimeError
|
|
mixin_invalid_bound2_test/11: MissingCompileTimeError
|
|
mixin_invalid_bound2_test/12: MissingCompileTimeError
|
|
mixin_invalid_bound2_test/13: MissingCompileTimeError
|
|
mixin_invalid_bound2_test/14: MissingCompileTimeError
|
|
mixin_invalid_bound2_test/15: MissingCompileTimeError
|
|
mixin_invalid_bound_test/02: MissingCompileTimeError
|
|
mixin_invalid_bound_test/03: MissingCompileTimeError
|
|
mixin_invalid_bound_test/04: MissingCompileTimeError
|
|
mixin_invalid_bound_test/05: MissingCompileTimeError
|
|
mixin_invalid_bound_test/06: MissingCompileTimeError
|
|
mixin_invalid_bound_test/07: MissingCompileTimeError
|
|
mixin_invalid_bound_test/08: MissingCompileTimeError
|
|
mixin_invalid_bound_test/09: MissingCompileTimeError
|
|
mixin_invalid_bound_test/10: MissingCompileTimeError
|
|
mixin_of_mixin_test/01: MissingCompileTimeError
|
|
mixin_of_mixin_test/02: MissingCompileTimeError
|
|
mixin_of_mixin_test/03: MissingCompileTimeError
|
|
mixin_of_mixin_test/04: MissingCompileTimeError
|
|
mixin_of_mixin_test/05: MissingCompileTimeError
|
|
mixin_of_mixin_test/06: MissingCompileTimeError
|
|
mixin_super_2_test/01: MissingCompileTimeError
|
|
mixin_super_2_test/03: MissingCompileTimeError
|
|
mixin_super_bound_test/01: MissingCompileTimeError
|
|
mixin_super_bound_test/02: MissingCompileTimeError
|
|
mixin_super_constructor_named_test/01: MissingCompileTimeError # KernelVM bug: Issue 15101
|
|
mixin_super_constructor_positionals_test/01: MissingCompileTimeError # KernelVM bug: Issue 15101
|
|
mixin_supertype_subclass_test/02: MissingCompileTimeError
|
|
mixin_supertype_subclass_test/05: MissingCompileTimeError
|
|
mixin_type_parameters_errors_test/01: MissingCompileTimeError
|
|
mixin_type_parameters_errors_test/02: MissingCompileTimeError
|
|
mixin_type_parameters_errors_test/03: MissingCompileTimeError
|
|
mixin_type_parameters_errors_test/04: MissingCompileTimeError
|
|
mixin_type_parameters_errors_test/05: MissingCompileTimeError
|
|
mixin_with_two_implicit_constructors_test: MissingCompileTimeError
|
|
mock_writable_final_private_field_test: RuntimeError # Issue 30849
|
|
multiline_strings_test: Fail # Issue 23020
|
|
multiline_strings_test: Pass
|
|
named_constructor_test/01: MissingCompileTimeError
|
|
named_constructor_test/01: MissingRuntimeError # Fasta bug: Bad compilation of constructor reference.
|
|
named_constructor_test/03: MissingCompileTimeError
|
|
named_parameters2_test: MissingCompileTimeError
|
|
named_parameters3_test: MissingCompileTimeError
|
|
named_parameters4_test: MissingCompileTimeError
|
|
named_parameters_aggregated_test/05: MissingCompileTimeError
|
|
named_parameters_default_eq_test/02: MissingCompileTimeError # Fasta bug: Default values are not allowed on redirecting factory constructors.
|
|
named_parameters_default_eq_test/none: RuntimeError
|
|
named_parameters_test/01: MissingCompileTimeError
|
|
named_parameters_test/02: MissingCompileTimeError
|
|
named_parameters_test/03: MissingCompileTimeError
|
|
named_parameters_test/04: MissingCompileTimeError
|
|
named_parameters_test/05: MissingCompileTimeError
|
|
named_parameters_test/06: MissingCompileTimeError
|
|
named_parameters_test/07: MissingCompileTimeError
|
|
named_parameters_test/08: MissingCompileTimeError
|
|
named_parameters_test/09: MissingCompileTimeError
|
|
named_parameters_test/10: MissingCompileTimeError
|
|
named_parameters_type_test/01: MissingCompileTimeError
|
|
nested_generic_closure_test: Crash
|
|
nested_generic_closure_test: RuntimeError
|
|
new_expression_type_args_test/00: MissingCompileTimeError
|
|
new_expression_type_args_test/01: MissingCompileTimeError
|
|
new_expression_type_args_test/02: MissingCompileTimeError
|
|
new_prefix_test/01: MissingCompileTimeError
|
|
no_main_test/01: Skip
|
|
no_such_constructor_test/01: MissingCompileTimeError
|
|
no_such_method_mock_test: Pass
|
|
no_such_method_mock_test: RuntimeError
|
|
no_such_method_test: SkipByDesign
|
|
not_enough_positional_arguments_test/00: MissingCompileTimeError
|
|
not_enough_positional_arguments_test/01: MissingCompileTimeError
|
|
not_enough_positional_arguments_test/02: MissingCompileTimeError
|
|
not_enough_positional_arguments_test/03: MissingCompileTimeError
|
|
not_enough_positional_arguments_test/05: MissingCompileTimeError
|
|
not_enough_positional_arguments_test/06: MissingCompileTimeError
|
|
not_enough_positional_arguments_test/07: MissingCompileTimeError
|
|
null_no_such_method_test: CompileTimeError # Issue 31533
|
|
null_test/02: MissingCompileTimeError
|
|
null_test/03: MissingCompileTimeError
|
|
null_test/mirrors: Skip # Uses mirrors.
|
|
null_test/none: SkipByDesign
|
|
on_catch_malformed_type_test: MissingCompileTimeError
|
|
optional_named_parameters_test/01: MissingCompileTimeError
|
|
optional_named_parameters_test/02: Crash
|
|
optional_named_parameters_test/02: MissingCompileTimeError
|
|
optional_named_parameters_test/03: MissingCompileTimeError
|
|
optional_named_parameters_test/04: Crash
|
|
optional_named_parameters_test/04: MissingCompileTimeError
|
|
optional_named_parameters_test/05: MissingCompileTimeError
|
|
optional_named_parameters_test/06: MissingCompileTimeError
|
|
optional_named_parameters_test/07: MissingCompileTimeError
|
|
optional_named_parameters_test/08: MissingCompileTimeError
|
|
optional_named_parameters_test/09: MissingCompileTimeError
|
|
overridden_no_such_method_test: SkipByDesign
|
|
override_field_test/02: MissingCompileTimeError
|
|
override_field_test/03: MissingCompileTimeError
|
|
override_inheritance_abstract_test/02: MissingCompileTimeError
|
|
override_inheritance_abstract_test/03: MissingCompileTimeError
|
|
override_inheritance_abstract_test/04: MissingCompileTimeError
|
|
override_inheritance_abstract_test/08: MissingCompileTimeError
|
|
override_inheritance_abstract_test/09: MissingCompileTimeError
|
|
override_inheritance_abstract_test/10: MissingCompileTimeError
|
|
override_inheritance_abstract_test/11: MissingCompileTimeError
|
|
override_inheritance_abstract_test/12: MissingCompileTimeError
|
|
override_inheritance_abstract_test/13: MissingCompileTimeError
|
|
override_inheritance_abstract_test/14: MissingCompileTimeError
|
|
override_inheritance_abstract_test/17: MissingCompileTimeError
|
|
override_inheritance_abstract_test/19: MissingCompileTimeError
|
|
override_inheritance_abstract_test/20: MissingCompileTimeError
|
|
override_inheritance_abstract_test/21: MissingCompileTimeError
|
|
override_inheritance_abstract_test/22: MissingCompileTimeError
|
|
override_inheritance_abstract_test/23: MissingCompileTimeError
|
|
override_inheritance_abstract_test/24: MissingCompileTimeError
|
|
override_inheritance_abstract_test/25: MissingCompileTimeError
|
|
override_inheritance_abstract_test/26: MissingCompileTimeError
|
|
override_inheritance_abstract_test/28: MissingCompileTimeError
|
|
override_inheritance_field_test/05: MissingCompileTimeError
|
|
override_inheritance_field_test/07: MissingCompileTimeError
|
|
override_inheritance_field_test/08: MissingCompileTimeError
|
|
override_inheritance_field_test/09: MissingCompileTimeError
|
|
override_inheritance_field_test/10: MissingCompileTimeError
|
|
override_inheritance_field_test/11: MissingCompileTimeError
|
|
override_inheritance_field_test/28: MissingCompileTimeError
|
|
override_inheritance_field_test/30: MissingCompileTimeError
|
|
override_inheritance_field_test/31: MissingCompileTimeError
|
|
override_inheritance_field_test/32: MissingCompileTimeError
|
|
override_inheritance_field_test/33: MissingCompileTimeError
|
|
override_inheritance_field_test/33a: MissingCompileTimeError
|
|
override_inheritance_field_test/34: MissingCompileTimeError
|
|
override_inheritance_field_test/44: MissingCompileTimeError
|
|
override_inheritance_field_test/47: MissingCompileTimeError
|
|
override_inheritance_field_test/48: MissingCompileTimeError
|
|
override_inheritance_field_test/53: MissingCompileTimeError
|
|
override_inheritance_field_test/54: MissingCompileTimeError
|
|
override_inheritance_generic_test/04: MissingCompileTimeError
|
|
override_inheritance_generic_test/06: MissingCompileTimeError
|
|
override_inheritance_generic_test/07: MissingCompileTimeError
|
|
override_inheritance_generic_test/08: MissingCompileTimeError
|
|
override_inheritance_generic_test/09: MissingCompileTimeError
|
|
override_inheritance_generic_test/10: MissingCompileTimeError
|
|
override_inheritance_method_test/04: MissingCompileTimeError
|
|
override_inheritance_method_test/05: MissingCompileTimeError
|
|
override_inheritance_method_test/06: MissingCompileTimeError
|
|
override_inheritance_method_test/11: MissingCompileTimeError
|
|
override_inheritance_method_test/12: MissingCompileTimeError
|
|
override_inheritance_method_test/13: MissingCompileTimeError
|
|
override_inheritance_method_test/14: MissingCompileTimeError
|
|
override_inheritance_method_test/19: MissingCompileTimeError
|
|
override_inheritance_method_test/20: MissingCompileTimeError
|
|
override_inheritance_method_test/21: MissingCompileTimeError
|
|
override_inheritance_method_test/27: MissingCompileTimeError
|
|
override_inheritance_method_test/30: MissingCompileTimeError
|
|
override_inheritance_method_test/31: MissingCompileTimeError
|
|
override_inheritance_method_test/32: MissingCompileTimeError
|
|
override_inheritance_method_test/33: MissingCompileTimeError
|
|
override_inheritance_mixed_test/06: MissingCompileTimeError
|
|
override_inheritance_mixed_test/07: MissingCompileTimeError
|
|
override_inheritance_mixed_test/08: MissingCompileTimeError
|
|
override_inheritance_mixed_test/08: Pass # Correctly passes.
|
|
override_inheritance_mixed_test/09: MissingCompileTimeError
|
|
override_inheritance_no_such_method_test/01: MissingCompileTimeError
|
|
override_inheritance_no_such_method_test/02: MissingCompileTimeError
|
|
override_inheritance_no_such_method_test/06: MissingCompileTimeError
|
|
override_inheritance_no_such_method_test/07: MissingCompileTimeError
|
|
override_inheritance_no_such_method_test/09: MissingCompileTimeError
|
|
override_inheritance_no_such_method_test/10: MissingCompileTimeError
|
|
override_inheritance_no_such_method_test/12: MissingCompileTimeError
|
|
override_inheritance_no_such_method_test/13: MissingCompileTimeError
|
|
parser_quirks_test: CompileTimeError # Issue 31533
|
|
part2_test/01: MissingCompileTimeError
|
|
positional_parameters_type_test/01: MissingCompileTimeError
|
|
positional_parameters_type_test/02: MissingCompileTimeError
|
|
positional_parameters_type_test/none: Crash
|
|
positional_parameters_type_test/none: Pass
|
|
prefix16_test/00: MissingCompileTimeError
|
|
prefix16_test/01: MissingCompileTimeError
|
|
prefix22_test/00: MissingCompileTimeError
|
|
prefix23_test/00: MissingCompileTimeError
|
|
private_access_test/01: MissingCompileTimeError
|
|
private_access_test/02: MissingCompileTimeError
|
|
private_access_test/03: MissingCompileTimeError
|
|
private_access_test/04: MissingCompileTimeError
|
|
private_access_test/05: MissingCompileTimeError
|
|
private_access_test/06: MissingCompileTimeError
|
|
recursive_generic_test: RuntimeError
|
|
recursive_mixin_test: Crash
|
|
redirecting_factory_default_values_test/03: MissingCompileTimeError
|
|
redirecting_factory_incompatible_signature_test/01: MissingCompileTimeError
|
|
redirecting_factory_infinite_steps_test/01: MissingCompileTimeError
|
|
redirecting_factory_malbounded_test/01: MissingCompileTimeError
|
|
redirecting_factory_reflection_test: SkipByDesign
|
|
regress_13462_0_test: SkipByDesign
|
|
regress_13462_1_test: SkipByDesign
|
|
regress_13494_test: MissingCompileTimeError
|
|
regress_17382_test: MissingCompileTimeError
|
|
regress_18535_test: SkipByDesign
|
|
regress_19413_test: MissingCompileTimeError
|
|
regress_21793_test/01: MissingCompileTimeError
|
|
regress_22438_test: MissingCompileTimeError
|
|
regress_22443_test: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
regress_22936_test: MissingCompileTimeError
|
|
regress_22976_test/01: CompileTimeError # Issue 31402 (Variable declaration)
|
|
regress_23089_test: MissingCompileTimeError
|
|
regress_23408_test: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
regress_23408_test: RuntimeError
|
|
regress_25550_test: CompileTimeError # Issue 31402 (Variable declaration)
|
|
regress_27572_test: MissingCompileTimeError
|
|
regress_27617_test/1: MissingCompileTimeError # Fasta bug: Bad constructor redirection.
|
|
regress_28217_test/01: MissingCompileTimeError # Fasta bug: Bad constructor redirection.
|
|
regress_28217_test/none: MissingCompileTimeError # Fasta bug: Bad constructor redirection.
|
|
regress_28255_test: SkipByDesign
|
|
regress_28278_test: CompileTimeError # KernelVM bug: Deferred loading kernel issue 28335.
|
|
regress_28341_test: Pass
|
|
regress_28341_test: RuntimeError
|
|
regress_29025_test: CompileTimeError # Issue 31402 (Variable declaration)
|
|
regress_29405_test: CompileTimeError # Issue 31402 (Invocation arguments)
|
|
regress_29784_test/01: MissingCompileTimeError
|
|
regress_29784_test/02: MissingCompileTimeError
|
|
regress_30339_test: CompileTimeError # Issue 31402 (Variable declaration)
|
|
setter4_test: MissingCompileTimeError # Issue 14736
|
|
setter_no_getter_test/01: CompileTimeError # Issue 31533
|
|
setter_override_test/01: MissingCompileTimeError
|
|
setter_override_test/02: MissingCompileTimeError
|
|
stacktrace_demangle_ctors_test: RuntimeError
|
|
static_field3_test/01: MissingCompileTimeError
|
|
static_field3_test/02: MissingCompileTimeError
|
|
static_field3_test/03: MissingCompileTimeError
|
|
static_field3_test/04: MissingCompileTimeError
|
|
static_final_field2_test/01: MissingCompileTimeError
|
|
static_getter_no_setter1_test/01: MissingCompileTimeError
|
|
static_getter_no_setter2_test/01: MissingCompileTimeError
|
|
static_setter_get_test/01: MissingCompileTimeError
|
|
string_interpolate_test: CompileTimeError # Issue 31533
|
|
string_interpolation_and_buffer_test: RuntimeError # Issue 31402 (Return and yield statements)
|
|
super_bound_closure_test/none: CompileTimeError # Issue 31533
|
|
super_call4_test: CompileTimeError
|
|
super_call4_test: RuntimeError
|
|
super_getter_setter_test: CompileTimeError
|
|
super_getter_setter_test: RuntimeError
|
|
super_operator_index_test/01: MissingCompileTimeError
|
|
super_operator_index_test/02: MissingCompileTimeError
|
|
super_operator_index_test/03: MissingCompileTimeError
|
|
super_operator_index_test/04: MissingCompileTimeError
|
|
super_operator_index_test/05: MissingCompileTimeError
|
|
super_operator_index_test/06: MissingCompileTimeError
|
|
super_operator_index_test/07: MissingCompileTimeError
|
|
super_test: Fail, OK
|
|
switch_bad_case_test/01: MissingCompileTimeError # KernelVM bug: Constant evaluation.
|
|
switch_bad_case_test/02: MissingCompileTimeError # KernelVM bug: Constant evaluation.
|
|
switch_case_test/00: MissingCompileTimeError # KernelVM bug: Constant evaluation.
|
|
switch_case_test/01: MissingCompileTimeError # KernelVM bug: Constant evaluation.
|
|
switch_case_test/02: MissingCompileTimeError # KernelVM bug: Constant evaluation.
|
|
switch_fallthru_test/01: MissingCompileTimeError
|
|
syntax_test/00: MissingCompileTimeError
|
|
syntax_test/28: MissingCompileTimeError
|
|
syntax_test/29: MissingCompileTimeError
|
|
syntax_test/30: MissingCompileTimeError
|
|
syntax_test/31: MissingCompileTimeError
|
|
syntax_test/32: MissingCompileTimeError
|
|
syntax_test/33: MissingCompileTimeError
|
|
top_level_getter_no_setter1_test: MissingCompileTimeError
|
|
top_level_getter_no_setter2_test: MissingCompileTimeError
|
|
transitive_private_library_access_test: MissingCompileTimeError
|
|
try_catch_on_syntax_test/07: MissingCompileTimeError
|
|
try_catch_on_syntax_test/10: MissingCompileTimeError
|
|
try_catch_on_syntax_test/11: MissingCompileTimeError
|
|
try_catch_syntax_test/08: MissingCompileTimeError
|
|
type_error_test: RuntimeError # Issue 31402 (Variable declaration)
|
|
type_literal_test: RuntimeError
|
|
type_parameter_test/01: MissingCompileTimeError
|
|
type_parameter_test/02: MissingCompileTimeError
|
|
type_parameter_test/06: MissingCompileTimeError
|
|
type_parameter_test/07: MissingCompileTimeError
|
|
type_parameter_test/08: MissingCompileTimeError
|
|
type_parameter_test/09: MissingCompileTimeError
|
|
type_promotion_functions_test/02: CompileTimeError # Issue 31537
|
|
type_promotion_functions_test/03: CompileTimeError # Issue 31537
|
|
type_promotion_functions_test/04: CompileTimeError # Issue 31537
|
|
type_promotion_functions_test/09: CompileTimeError # Issue 31537
|
|
type_promotion_functions_test/11: CompileTimeError # Issue 31537
|
|
type_promotion_functions_test/12: CompileTimeError # Issue 31537
|
|
type_promotion_functions_test/13: CompileTimeError # Issue 31537
|
|
type_promotion_functions_test/14: CompileTimeError # Issue 31537
|
|
type_promotion_functions_test/none: CompileTimeError # Issue 31537
|
|
type_promotion_logical_and_test/01: MissingCompileTimeError
|
|
type_promotion_more_specific_test/04: CompileTimeError # Issue 31533
|
|
type_variable_bounds2_test: MissingCompileTimeError
|
|
type_variable_bounds3_test/00: MissingCompileTimeError
|
|
type_variable_bounds4_test/01: MissingCompileTimeError
|
|
type_variable_bounds_test/00: MissingCompileTimeError
|
|
type_variable_bounds_test/01: MissingCompileTimeError
|
|
type_variable_bounds_test/02: MissingCompileTimeError
|
|
type_variable_bounds_test/03: MissingCompileTimeError
|
|
type_variable_bounds_test/04: MissingCompileTimeError
|
|
type_variable_bounds_test/05: MissingCompileTimeError
|
|
type_variable_bounds_test/06: MissingCompileTimeError
|
|
type_variable_bounds_test/07: MissingCompileTimeError
|
|
type_variable_bounds_test/08: MissingCompileTimeError
|
|
type_variable_bounds_test/09: MissingCompileTimeError
|
|
type_variable_bounds_test/10: MissingCompileTimeError
|
|
type_variable_bounds_test/11: MissingCompileTimeError
|
|
type_variable_conflict2_test/03: MissingCompileTimeError
|
|
type_variable_conflict2_test/04: MissingCompileTimeError
|
|
type_variable_scope2_test: MissingCompileTimeError
|
|
type_variable_scope_test/00: MissingCompileTimeError
|
|
type_variable_scope_test/01: MissingCompileTimeError
|
|
type_variable_scope_test/03: MissingCompileTimeError
|
|
type_variable_scope_test/03: Pass # Correctly passes.
|
|
type_variable_scope_test/04: MissingCompileTimeError
|
|
type_variable_scope_test/05: MissingCompileTimeError
|
|
type_variable_static_context_test: MissingCompileTimeError
|
|
unresolved_default_constructor_test/01: MissingCompileTimeError
|
|
unresolved_in_factory_test: MissingCompileTimeError
|
|
unresolved_top_level_method_test: MissingCompileTimeError
|
|
unresolved_top_level_var_test: MissingCompileTimeError
|
|
vm/canonicalization_preserves_deopt_test: CompileTimeError # Issue 31402 (Assert statement)
|
|
vm/causal_async_exception_stack2_test: SkipByDesign
|
|
vm/causal_async_exception_stack_test: SkipByDesign
|
|
vm/closure_memory_retention_test: Skip # KernelVM bug: Hits OOM
|
|
vm/debug_break_enabled_vm_test/01: CompileTimeError # KernelVM bug: Bad test using extended break syntax.
|
|
vm/debug_break_enabled_vm_test/01: Crash, OK # Expected to hit breakpoint.
|
|
vm/debug_break_enabled_vm_test/none: CompileTimeError # KernelVM bug: Bad test using extended break syntax.
|
|
vm/optimized_guarded_field_isolates_test: RuntimeError
|
|
vm/optimized_stacktrace_test: Crash
|
|
vm/optimized_stacktrace_test: Skip # Issue 30198
|
|
vm/reflect_core_vm_test: SkipByDesign
|
|
vm/regress_27201_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335.
|
|
vm/regress_27201_test: Fail
|
|
vm/regress_27671_test: Crash
|
|
vm/regress_27671_test: Skip # Unsupported
|
|
vm/regress_29145_test: Skip # Issue 29145
|
|
vm/type_cast_vm_test: RuntimeError # Expects line and column numbers
|
|
vm/type_vm_test/01: MissingCompileTimeError
|
|
vm/type_vm_test/02: MissingCompileTimeError
|
|
vm/type_vm_test/03: MissingCompileTimeError
|
|
vm/type_vm_test/04: MissingCompileTimeError
|
|
vm/type_vm_test/06: MissingCompileTimeError
|
|
vm/type_vm_test/08: MissingCompileTimeError
|
|
vm/type_vm_test/09: MissingCompileTimeError
|
|
vm/type_vm_test/10: MissingCompileTimeError
|
|
vm/type_vm_test/11: MissingCompileTimeError
|
|
vm/type_vm_test/12: MissingCompileTimeError
|
|
vm/type_vm_test/13: MissingCompileTimeError
|
|
vm/type_vm_test/14: MissingCompileTimeError
|
|
vm/type_vm_test/15: MissingCompileTimeError
|
|
vm/type_vm_test/16: MissingCompileTimeError
|
|
vm/type_vm_test/22: MissingCompileTimeError
|
|
vm/type_vm_test/24: MissingCompileTimeError
|
|
vm/type_vm_test/25: MissingCompileTimeError
|
|
vm/type_vm_test/26: MissingCompileTimeError
|
|
vm/type_vm_test/27: MissingCompileTimeError
|
|
vm/type_vm_test/29: MissingRuntimeError
|
|
vm/type_vm_test/30: MissingRuntimeError
|
|
vm/type_vm_test/31: MissingRuntimeError
|
|
vm/type_vm_test/32: MissingRuntimeError
|
|
vm/type_vm_test: RuntimeError # Expects line and column numbers
|
|
vm/type_vm_test: RuntimeError, Pass # Expects line and column numbers
|
|
void_block_return_test/00: MissingCompileTimeError
|
|
void_type_callbacks_test/none: CompileTimeError
|
|
void_type_function_types_test/none: CompileTimeError
|
|
void_type_override_test/none: CompileTimeError
|
|
void_type_usage_test/call_as: CompileTimeError
|
|
void_type_usage_test/call_for: CompileTimeError
|
|
void_type_usage_test/call_stmt: CompileTimeError
|
|
void_type_usage_test/field_assign2: CompileTimeError
|
|
void_type_usage_test/field_assign: CompileTimeError
|
|
void_type_usage_test/final_local_as: CompileTimeError
|
|
void_type_usage_test/final_local_for: CompileTimeError
|
|
void_type_usage_test/final_local_stmt: CompileTimeError
|
|
void_type_usage_test/global_as: CompileTimeError
|
|
void_type_usage_test/global_for: CompileTimeError
|
|
void_type_usage_test/global_for_in2: CompileTimeError
|
|
void_type_usage_test/global_stmt: CompileTimeError
|
|
void_type_usage_test/instance2_as: CompileTimeError
|
|
void_type_usage_test/instance2_for: CompileTimeError
|
|
void_type_usage_test/instance2_for_in3: CompileTimeError
|
|
void_type_usage_test/instance2_stmt: CompileTimeError
|
|
void_type_usage_test/instance3_as: CompileTimeError
|
|
void_type_usage_test/instance3_for: CompileTimeError
|
|
void_type_usage_test/instance3_for_in3: CompileTimeError
|
|
void_type_usage_test/instance3_stmt: CompileTimeError
|
|
void_type_usage_test/instance_as: CompileTimeError
|
|
void_type_usage_test/instance_for: CompileTimeError
|
|
void_type_usage_test/instance_stmt: CompileTimeError
|
|
void_type_usage_test/local_as: CompileTimeError
|
|
void_type_usage_test/local_assign: CompileTimeError
|
|
void_type_usage_test/local_for: CompileTimeError
|
|
void_type_usage_test/local_for_in2: CompileTimeError
|
|
void_type_usage_test/local_stmt: CompileTimeError
|
|
void_type_usage_test/none: CompileTimeError
|
|
void_type_usage_test/param_as: CompileTimeError
|
|
void_type_usage_test/param_for: CompileTimeError
|
|
void_type_usage_test/param_for_in2: CompileTimeError
|
|
void_type_usage_test/param_stmt: CompileTimeError
|
|
void_type_usage_test/paren_as: CompileTimeError
|
|
void_type_usage_test/paren_for: CompileTimeError
|
|
void_type_usage_test/paren_stmt: CompileTimeError
|
|
void_type_usage_test/setter_assign: CompileTimeError
|
|
wrong_number_type_arguments_test/*: MissingCompileTimeError
|
|
wrong_number_type_arguments_test/none: Pass
|
|
|
|
[ $compiler == dartkp && $runtime == dart_precompiled && $strong && $mode == debug ]
|
|
bad_named_parameters_test/01: Crash
|
|
bad_named_parameters_test/02: Crash
|
|
bad_named_parameters_test/05: Crash
|
|
const_instance_field_test/01: Crash
|
|
cyclic_type_variable_test/01: Crash
|
|
cyclic_type_variable_test/02: Crash
|
|
cyclic_type_variable_test/03: Crash
|
|
cyclic_type_variable_test/04: Crash
|
|
cyclic_type_variable_test/none: Crash
|
|
external_test/13: Crash
|
|
final_syntax_test/09: Crash
|
|
flatten_test/04: Crash
|
|
optional_named_parameters_test/06: Crash
|
|
optional_named_parameters_test/08: Crash
|
|
regress_29025_test: Crash
|
|
tearoff_dynamic_test: Crash
|
|
type_promotion_functions_test/05: Pass
|
|
type_promotion_functions_test/06: Pass
|
|
type_promotion_functions_test/07: Pass
|
|
type_promotion_functions_test/08: Pass
|
|
type_promotion_functions_test/10: Pass
|
|
vm/async_await_catch_stacktrace_test: Crash
|
|
|
|
[ $compiler == dartkp && $runtime == dart_precompiled && $strong && $mode == product ]
|
|
vm/type_vm_test/28: MissingRuntimeError
|
|
vm/type_vm_test/29: MissingRuntimeError
|
|
vm/type_vm_test/30: MissingRuntimeError
|
|
vm/type_vm_test/31: MissingRuntimeError
|
|
vm/type_vm_test/32: MissingRuntimeError
|
|
vm/type_vm_test/33: MissingRuntimeError
|
|
vm/type_vm_test/34: MissingRuntimeError
|
|
vm/type_vm_test/35: MissingRuntimeError
|
|
vm/type_vm_test/36: MissingRuntimeError
|
|
|
|
[ $compiler == dartkp && $runtime == dart_precompiled && $strong && $checked ]
|
|
assert_initializer_test/31: MissingCompileTimeError # KernelVM bug: Constant evaluation.
|
|
assert_initializer_test/32: MissingCompileTimeError # KernelVM bug: Constant evaluation.
|
|
assert_initializer_test/33: MissingCompileTimeError # KernelVM bug: Constant evaluation.
|
|
assert_initializer_test/34: MissingCompileTimeError # KernelVM bug: Constant evaluation.
|
|
assert_initializer_test/35: MissingCompileTimeError # KernelVM bug: Constant evaluation.
|
|
assert_initializer_test/36: MissingCompileTimeError # KernelVM bug: Constant evaluation.
|
|
assert_initializer_test/37: MissingCompileTimeError # KernelVM bug: Constant evaluation.
|
|
assert_initializer_test/38: MissingCompileTimeError # KernelVM bug: Constant evaluation.
|
|
assert_initializer_test/41: MissingCompileTimeError # KernelVM bug: Constant evaluation.
|
|
assert_initializer_test/42: MissingCompileTimeError # KernelVM bug: Constant evaluation.
|
|
assert_initializer_test/43: MissingCompileTimeError # KernelVM bug: Constant evaluation.
|
|
assert_initializer_test/44: MissingCompileTimeError # KernelVM bug: Constant evaluation.
|
|
assert_initializer_test/45: MissingCompileTimeError # KernelVM bug: Constant evaluation.
|
|
assert_initializer_test/46: MissingCompileTimeError # KernelVM bug: Constant evaluation.
|
|
assert_initializer_test/47: MissingCompileTimeError # KernelVM bug: Constant evaluation.
|
|
assert_initializer_test/48: MissingCompileTimeError # KernelVM bug: Constant evaluation.
|
|
assert_initializer_test/none: RuntimeError # KernelVM bug: Constant evaluation.
|
|
assertion_initializer_const_error2_test/cc02: Crash
|
|
assertion_initializer_const_error_test/none: Crash
|
|
assertion_initializer_const_function_test/01: Crash
|
|
assertion_initializer_const_function_test/none: Crash
|
|
assign_static_type_test/02: MissingCompileTimeError
|
|
async_await_test: RuntimeError
|
|
async_return_types_test/nestedFuture: Fail
|
|
async_return_types_test/wrongTypeParameter: Fail
|
|
compile_time_constant_checked_test/02: MissingCompileTimeError
|
|
const_constructor2_test/20: MissingCompileTimeError
|
|
const_constructor2_test/22: MissingCompileTimeError
|
|
const_constructor2_test/24: MissingCompileTimeError
|
|
const_init2_test/02: MissingCompileTimeError
|
|
default_factory2_test/01: Fail
|
|
factory_redirection_test/08: Fail
|
|
factory_redirection_test/09: Fail
|
|
factory_redirection_test/10: Fail
|
|
factory_redirection_test/12: Fail
|
|
factory_redirection_test/13: Fail
|
|
factory_redirection_test/14: Fail
|
|
function_subtype_checked0_test: Pass
|
|
function_subtype_closure0_test: Pass
|
|
function_subtype_closure1_test: Pass
|
|
function_subtype_factory1_test: Pass
|
|
function_subtype_inline1_test: Pass
|
|
function_subtype_inline2_test: Pass
|
|
function_subtype_setter0_test: Pass
|
|
function_type2_test: RuntimeError
|
|
generic_functions_test: Pass # Issue 25869
|
|
generic_local_functions_test: Pass # Issue 25869
|
|
generic_methods_function_type_test: Pass # Issue 25869
|
|
generic_methods_generic_function_parameter_test: Pass # Issue 25869
|
|
generic_methods_new_test: Pass # Issue 25869
|
|
generic_methods_test: Pass # Issue 25869
|
|
list_literal1_test/01: MissingCompileTimeError
|
|
malbounded_redirecting_factory_test/03: Fail
|
|
malbounded_redirecting_factory_test/04: Fail
|
|
malbounded_type_cast_test: RuntimeError
|
|
malbounded_type_test_test/03: Fail
|
|
malbounded_type_test_test/04: Fail
|
|
malformed2_test/00: RuntimeError
|
|
malformed2_test/01: MissingCompileTimeError
|
|
map_literal1_test/01: MissingCompileTimeError
|
|
mixin_invalid_bound2_test/08: Fail
|
|
mixin_invalid_bound2_test/09: Fail
|
|
mixin_invalid_bound2_test/10: Fail
|
|
mixin_invalid_bound_test/06: Fail
|
|
mixin_invalid_bound_test/07: Fail
|
|
redirecting_factory_infinite_steps_test/01: Fail
|
|
redirecting_factory_malbounded_test/01: Fail
|
|
regress_22728_test: Fail # Dartk Issue 28498
|
|
regress_22728_test: RuntimeError
|
|
regress_26133_test: RuntimeError
|
|
regress_30339_test: Crash
|
|
setter_override_test/01: MissingCompileTimeError
|
|
setter_override_test/02: MissingCompileTimeError
|
|
type_parameter_test/05: MissingCompileTimeError
|
|
type_parameter_test/none: RuntimeError
|
|
type_variable_bounds4_test/01: RuntimeError
|
|
|
|
[ $compiler == dartkp && $runtime == dart_precompiled && $strong && !$checked ]
|
|
assertion_initializer_const_error_test/01: MissingCompileTimeError
|
|
assertion_initializer_const_function_error_test/01: MissingCompileTimeError
|
|
callable_test/none: RuntimeError
|
|
checked_setter2_test: RuntimeError
|
|
checked_setter_test: RuntimeError
|
|
covariance_field_test/01: RuntimeError
|
|
covariance_field_test/02: RuntimeError
|
|
covariance_field_test/03: RuntimeError
|
|
covariance_field_test/04: RuntimeError
|
|
covariance_field_test/05: RuntimeError
|
|
deferred_constraints_type_annotation_test/type_annotation1: Crash # KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_constraints_type_annotation_test/type_annotation_generic1: Crash # KernelVM bug: Deferred loading kernel issue 28335.
|
|
deferred_constraints_type_annotation_test/type_annotation_generic4: Crash # KernelVM bug: Deferred loading kernel issue 28335.
|
|
implicit_downcast_during_assignment_test: RuntimeError
|
|
implicit_downcast_during_combiner_test: RuntimeError
|
|
implicit_downcast_during_compound_assignment_test: RuntimeError
|
|
implicit_downcast_during_conditional_expression_test: RuntimeError
|
|
implicit_downcast_during_do_test: RuntimeError
|
|
implicit_downcast_during_for_condition_test: RuntimeError
|
|
implicit_downcast_during_for_initializer_expression_test: RuntimeError
|
|
implicit_downcast_during_for_initializer_var_test: RuntimeError
|
|
implicit_downcast_during_if_null_assignment_test: RuntimeError
|
|
implicit_downcast_during_if_statement_test: RuntimeError
|
|
implicit_downcast_during_list_literal_test: RuntimeError
|
|
implicit_downcast_during_logical_expression_test: RuntimeError
|
|
implicit_downcast_during_map_literal_test: RuntimeError
|
|
implicit_downcast_during_not_test: RuntimeError
|
|
implicit_downcast_during_return_async_test: RuntimeError
|
|
implicit_downcast_during_return_test: RuntimeError
|
|
implicit_downcast_during_variable_declaration_test: RuntimeError
|
|
implicit_downcast_during_while_statement_test: RuntimeError
|
|
implicit_downcast_during_yield_star_test: RuntimeError
|
|
implicit_downcast_during_yield_test: RuntimeError
|
|
mixin_forwarding_constructor4_test/01: MissingCompileTimeError # KernelVM bug: Issue 15101
|
|
mixin_forwarding_constructor4_test/02: MissingCompileTimeError # KernelVM bug: Issue 15101
|
|
mixin_forwarding_constructor4_test/03: MissingCompileTimeError # KernelVM bug: Issue 15101
|
|
private_super_constructor_test/01: MissingCompileTimeError
|
|
redirecting_factory_default_values_test/01: MissingCompileTimeError # Fasta bug: Default values are not allowed on redirecting factory constructors.
|
|
redirecting_factory_default_values_test/02: MissingCompileTimeError # Fasta bug: Default values are not allowed on redirecting factory constructors.
|
|
redirecting_factory_long_test: RuntimeError # Fasta bug: Bad compilation of type arguments for redirecting factory.
|
|
regress_20394_test/01: MissingCompileTimeError # Fasta bug: Illegal access to private constructor.
|
|
regress_30339_test: RuntimeError
|
|
vm/causal_async_exception_stack_test: RuntimeError
|
|
|
|
[ $compiler == dartkp ]
|
|
bit_operations_test: CompileTimeError # Issue 31339
|
|
vm/unaligned_integer_access_register_index_test: CompileTimeError # Issue 31339
|
|
vm/unaligned_integer_access_literal_index_test: CompileTimeError # Issue 31339
|
|
mint_arithmetic_test: CompileTimeError # Issue 31339
|
|
identical_closure2_test: CompileTimeError # Issue 31339
|
|
mock_writable_final_field_test: RuntimeError # Issue 31424
|
|
no_such_method_subtype_test: RuntimeError # Issue 31424
|
|
generic_no_such_method_dispatcher_test: RuntimeError # Issue 31424
|