bd94de8e48
Change-Id: I48f7b1127e5c61f9c399ac32d7118adc110a6519 Reviewed-on: https://dart-review.googlesource.com/60846 Reviewed-by: Lasse R.H. Nielsen <lrn@google.com> Commit-Queue: Peter von der Ahé <ahe@google.com>
712 lines
44 KiB
Plaintext
712 lines
44 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 == dartdevc" or dartdevk.
|
|
[ $compiler == dartdevc ]
|
|
abstract_override_adds_optional_args_supercall_test: MissingCompileTimeError # Issue #30568
|
|
accessor_conflict_export2_test: CompileTimeError # Issue 25626
|
|
accessor_conflict_export_test: CompileTimeError # Issue 25626
|
|
accessor_conflict_import2_test: CompileTimeError # Issue 25626
|
|
accessor_conflict_import_prefixed2_test: CompileTimeError # Issue 25626
|
|
accessor_conflict_import_prefixed_test: CompileTimeError # Issue 25626
|
|
accessor_conflict_import_test: CompileTimeError # Issue 25626
|
|
additional_interface_adds_optional_args_test: CompileTimeError # Issue #30568
|
|
assertion_test: RuntimeError # Issue 30326; Expect.equals(expected: <1>, actual: <0>) fails.
|
|
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
|
|
await_future_test: Pass, Timeout # Issue 29920
|
|
bit_operations_test: RuntimeError # No bigints on web.
|
|
bug32372_test: RuntimeError
|
|
built_in_identifier_prefix_test: CompileTimeError
|
|
built_in_identifier_type_annotation_test/dynamic-funarg: RuntimeError # Issue 28816
|
|
built_in_identifier_type_annotation_test/dynamic-funret: RuntimeError # Issue 28816
|
|
built_in_identifier_type_annotation_test/dynamic-gen: MissingCompileTimeError # Issue 28816
|
|
built_in_identifier_type_annotation_test/dynamic-list: RuntimeError # Issue 28816
|
|
cascaded_forwarding_stubs_generic_test: RuntimeError
|
|
cascaded_forwarding_stubs_test: CompileTimeError
|
|
conflicting_generic_interfaces_hierarchy_loop_infinite_test: Skip # Crashes or times out
|
|
conflicting_generic_interfaces_simple_test: MissingCompileTimeError
|
|
conflicting_type_variable_and_setter_test: CompileTimeError
|
|
const_cast2_test/01: CompileTimeError
|
|
const_cast2_test/none: CompileTimeError
|
|
const_for_in_variable_test/01: MissingCompileTimeError
|
|
const_types_test/07: MissingCompileTimeError
|
|
const_types_test/08: MissingCompileTimeError
|
|
const_types_test/14: MissingCompileTimeError
|
|
const_types_test/15: MissingCompileTimeError
|
|
constant_type_literal_test/01: MissingCompileTimeError # DDC allows type parameter type literals in const expressions.
|
|
constructor_type_parameter_test/00: MissingCompileTimeError
|
|
constructor_with_type_parameters_test/03: MissingCompileTimeError
|
|
covariance_field_test/03: RuntimeError
|
|
covariant_override/tear_off_type_test: RuntimeError # Issue 28395
|
|
default_implementation2_test: CompileTimeError # Issue 30855
|
|
deferred_load_library_wrong_args_test/01: MissingRuntimeError, RuntimeError # Issue 29920
|
|
double_identical_test: RuntimeError # Negative and positive zero are distinct, but not in ddc
|
|
emit_const_fields_test: CompileTimeError
|
|
enum_syntax_test/05: MissingCompileTimeError
|
|
enum_syntax_test/06: MissingCompileTimeError
|
|
execute_finally6_test: RuntimeError # Issue 29920
|
|
expect_test: RuntimeError # Issue 29920
|
|
export_private_test/01: MissingCompileTimeError # Issue 29920
|
|
f_bounded_quantification3_test: RuntimeError # Issue 29920
|
|
field_wierd_name_test: Crash
|
|
final_syntax_test/01: MissingCompileTimeError
|
|
final_syntax_test/02: MissingCompileTimeError
|
|
final_syntax_test/03: MissingCompileTimeError
|
|
final_syntax_test/04: MissingCompileTimeError
|
|
forwarding_stub_tearoff_generic_test: RuntimeError
|
|
forwarding_stub_tearoff_test: CompileTimeError
|
|
function_propagation_test: RuntimeError
|
|
generic_local_functions_test: CompileTimeError
|
|
generic_methods_generic_function_parameter_test: CompileTimeError
|
|
generic_methods_generic_function_result_test/none: CompileTimeError # Issue #30208
|
|
generic_no_such_method_dispatcher_simple_test: Skip # This test is just for kernel.
|
|
generic_no_such_method_dispatcher_test: CompileTimeError
|
|
getter_closure_execution_order_test: RuntimeError # Issue 29920
|
|
getter_setter_in_lib_test: CompileTimeError
|
|
implicit_creation/implicit_const_context_constructor_generic_named_test: CompileTimeError
|
|
implicit_creation/implicit_const_context_constructor_generic_test: CompileTimeError
|
|
implicit_creation/implicit_const_context_prefix_constructor_generic_named_test: CompileTimeError
|
|
implicit_creation/implicit_const_context_prefix_constructor_generic_test: CompileTimeError
|
|
implicit_downcast_during_compound_assignment_test: RuntimeError
|
|
implicit_downcast_during_indexed_compound_assignment_test: RuntimeError
|
|
implicit_downcast_during_indexed_if_null_assignment_test: RuntimeError
|
|
import_core_prefix_test: CompileTimeError
|
|
import_private_test/01: MissingCompileTimeError # Issue 29920
|
|
initializing_formal_final_test: MissingCompileTimeError
|
|
instantiate_tearoff_after_contravariance_check_test: RuntimeError
|
|
instantiate_tearoff_of_call_test: RuntimeError
|
|
interface_test/00: MissingCompileTimeError
|
|
internal_library_test/01: MissingCompileTimeError # Issue 29920
|
|
invalid_type_argument_count_test/01: MissingCompileTimeError
|
|
invalid_type_argument_count_test/02: MissingCompileTimeError
|
|
invalid_type_argument_count_test/03: MissingCompileTimeError
|
|
invalid_type_argument_count_test/04: MissingCompileTimeError
|
|
issue15606_test/none: CompileTimeError
|
|
issue31596_implement_covariant_test: CompileTimeError
|
|
issue31596_override_test/01: CompileTimeError
|
|
issue31596_override_test/02: CompileTimeError
|
|
issue31596_override_test/03: CompileTimeError
|
|
issue31596_override_test/04: CompileTimeError
|
|
issue31596_override_test/none: CompileTimeError
|
|
issue31596_super_test/01: CompileTimeError
|
|
issue31596_super_test/03: CompileTimeError
|
|
issue31596_super_test/05: CompileTimeError
|
|
issue31596_super_test/none: CompileTimeError
|
|
issue31596_tearoff_test: CompileTimeError
|
|
issue31596_test: CompileTimeError
|
|
issue32353_test: RuntimeError
|
|
label_test: RuntimeError
|
|
left_shift_test: RuntimeError # Ints and doubles are unified.
|
|
method_override_test: CompileTimeError # Negative test
|
|
mixin_super_2_test/01: MissingCompileTimeError
|
|
mixin_super_2_test/03: MissingCompileTimeError
|
|
mixin_super_test: RuntimeError
|
|
mixin_super_use_test: RuntimeError
|
|
mixin_supertype_subclass_test/02: MissingCompileTimeError
|
|
mixin_supertype_subclass_test/05: MissingCompileTimeError
|
|
mixin_type_parameter_inference_previous_mixin_test/01: CompileTimeError
|
|
mixin_type_parameter_inference_previous_mixin_test/02: CompileTimeError
|
|
mixin_type_parameter_inference_previous_mixin_test/04: MissingCompileTimeError
|
|
mixin_type_parameter_inference_previous_mixin_test/05: RuntimeError
|
|
mixin_type_parameter_inference_test/01: CompileTimeError
|
|
mixin_type_parameter_inference_test/02: CompileTimeError
|
|
mixin_type_parameter_inference_test/03: CompileTimeError
|
|
mixin_type_parameter_inference_test/06: MissingCompileTimeError
|
|
mixin_type_parameter_inference_test/07: MissingCompileTimeError
|
|
mixin_type_parameter_inference_test/08: RuntimeError
|
|
mixin_type_parameter_inference_test/09: RuntimeError
|
|
mock_writable_final_private_field_test: CompileTimeError # Issue 30848
|
|
multiline_newline_test/01: CompileTimeError
|
|
multiline_newline_test/01r: CompileTimeError
|
|
multiline_newline_test/02: CompileTimeError
|
|
multiline_newline_test/02r: CompileTimeError
|
|
multiline_newline_test/03: RuntimeError
|
|
multiline_newline_test/03r: RuntimeError
|
|
multiline_newline_test/none: RuntimeError
|
|
multiple_interface_inheritance_test: CompileTimeError # Issue 30552
|
|
nested_generic_closure_test: CompileTimeError
|
|
override_inheritance_field_test/04: CompileTimeError
|
|
override_inheritance_field_test/06: CompileTimeError
|
|
override_inheritance_field_test/26: CompileTimeError
|
|
override_inheritance_field_test/29: CompileTimeError
|
|
override_inheritance_field_test/42: CompileTimeError
|
|
override_inheritance_field_test/43: CompileTimeError
|
|
override_inheritance_field_test/45: CompileTimeError
|
|
override_inheritance_field_test/49: CompileTimeError
|
|
override_inheritance_field_test/50: CompileTimeError
|
|
override_inheritance_generic_test/02: CompileTimeError
|
|
override_inheritance_method_test/28: CompileTimeError
|
|
override_inheritance_method_test/29: CompileTimeError
|
|
part_of_multiple_libs_test/01: MissingCompileTimeError
|
|
part_refers_to_core_library_test/01: Crash
|
|
prefix_shadow_test/01: MissingCompileTimeError # Issue 33005
|
|
regress_23089_test: MissingCompileTimeError
|
|
regress_23408_test: CompileTimeError
|
|
regress_24283_test: RuntimeError # Intended to fail, requires 64-bit numbers.
|
|
regress_29025_test: CompileTimeError # Issue 29081
|
|
regress_29349_test: CompileTimeError # Issue 31093
|
|
regress_29405_test: CompileTimeError # Issue 29421
|
|
regress_29784_test/02: Crash # assert initializers not implemented
|
|
regress_29784_test/02: MissingCompileTimeError
|
|
regress_30121_test: CompileTimeError # Issue 31087
|
|
regress_30339_test: CompileTimeError # As expected. Should we make this a multi test?
|
|
reify_typevar_static_test/00: MissingCompileTimeError # Issue 29920
|
|
setter_override2_test/02: MissingCompileTimeError # Issue 14736
|
|
stacktrace_test: RuntimeError # Issue 29920
|
|
string_split_test: CompileTimeError
|
|
string_supertype_checked_test: CompileTimeError
|
|
super_bound_closure_test/none: CompileTimeError
|
|
super_call4_test/01: MissingCompileTimeError
|
|
super_operator_index5_test: RuntimeError # 33470
|
|
super_operator_index7_test: RuntimeError # 33470
|
|
super_operator_index8_test: RuntimeError # 33470
|
|
switch_case_test/none: CompileTimeError
|
|
syntax_test/60: MissingCompileTimeError
|
|
syntax_test/61: MissingCompileTimeError
|
|
truncdiv_test: RuntimeError # Issue 29920
|
|
try_catch_on_syntax_test/10: MissingCompileTimeError
|
|
try_catch_on_syntax_test/11: MissingCompileTimeError
|
|
type_alias_equality_test/01: RuntimeError # Issue 32785
|
|
type_alias_equality_test/02: RuntimeError # Issue 32785
|
|
type_alias_equality_test/03: RuntimeError # Issue 32785
|
|
type_alias_equality_test/04: RuntimeError # Issue 32785
|
|
type_inference_circularity_test: MissingCompileTimeError
|
|
type_inference_inconsistent_inheritance_test: MissingCompileTimeError
|
|
type_promotion_functions_test/02: CompileTimeError # Issue 30895
|
|
type_promotion_functions_test/03: CompileTimeError # Issue 30895
|
|
type_promotion_functions_test/04: CompileTimeError # Issue 30895
|
|
type_promotion_functions_test/09: CompileTimeError # Issue 30895
|
|
type_promotion_functions_test/11: CompileTimeError # Issue 30895
|
|
type_promotion_functions_test/12: CompileTimeError # Issue 30895
|
|
type_promotion_functions_test/13: CompileTimeError # Issue 30895
|
|
type_promotion_functions_test/14: CompileTimeError # Issue 30895
|
|
type_promotion_functions_test/none: CompileTimeError # Issue 30895
|
|
type_variable_scope_test/none: CompileTimeError
|
|
void_type_callbacks_test/00: MissingCompileTimeError # Issue 30514
|
|
void_type_callbacks_test/01: MissingCompileTimeError
|
|
void_type_function_types_test/none: CompileTimeError # Issue 30514
|
|
void_type_override_test/00: MissingCompileTimeError
|
|
void_type_override_test/00b: MissingCompileTimeError
|
|
void_type_override_test/01: MissingCompileTimeError
|
|
void_type_override_test/02: MissingCompileTimeError
|
|
void_type_override_test/03: MissingCompileTimeError
|
|
void_type_usage_test/call_conditional: MissingCompileTimeError
|
|
void_type_usage_test/call_literal_list_init: MissingCompileTimeError
|
|
void_type_usage_test/call_literal_map_key_init: MissingCompileTimeError
|
|
void_type_usage_test/call_literal_map_value_init: MissingCompileTimeError
|
|
void_type_usage_test/call_return: MissingCompileTimeError
|
|
void_type_usage_test/call_void_init: MissingCompileTimeError
|
|
void_type_usage_test/conditional2_conditional: MissingCompileTimeError
|
|
void_type_usage_test/conditional2_for: MissingCompileTimeError
|
|
void_type_usage_test/conditional2_literal_list_init: MissingCompileTimeError
|
|
void_type_usage_test/conditional2_literal_map_value_init: MissingCompileTimeError
|
|
void_type_usage_test/conditional2_null_equals2: MissingCompileTimeError
|
|
void_type_usage_test/conditional2_parens: MissingCompileTimeError
|
|
void_type_usage_test/conditional2_return: MissingCompileTimeError
|
|
void_type_usage_test/conditional2_return_to_void: MissingCompileTimeError
|
|
void_type_usage_test/conditional2_stmt: MissingCompileTimeError
|
|
void_type_usage_test/conditional2_void_init: MissingCompileTimeError
|
|
void_type_usage_test/conditional3_conditional: MissingCompileTimeError
|
|
void_type_usage_test/conditional3_for: MissingCompileTimeError
|
|
void_type_usage_test/conditional3_literal_list_init: MissingCompileTimeError
|
|
void_type_usage_test/conditional3_literal_map_value_init: MissingCompileTimeError
|
|
void_type_usage_test/conditional3_null_equals2: MissingCompileTimeError
|
|
void_type_usage_test/conditional3_parens: MissingCompileTimeError
|
|
void_type_usage_test/conditional3_return: MissingCompileTimeError
|
|
void_type_usage_test/conditional3_return_to_void: MissingCompileTimeError
|
|
void_type_usage_test/conditional3_stmt: MissingCompileTimeError
|
|
void_type_usage_test/conditional3_void_init: MissingCompileTimeError
|
|
void_type_usage_test/conditional_conditional: MissingCompileTimeError
|
|
void_type_usage_test/conditional_for: MissingCompileTimeError
|
|
void_type_usage_test/conditional_literal_list_init: MissingCompileTimeError
|
|
void_type_usage_test/conditional_literal_map_value_init: MissingCompileTimeError
|
|
void_type_usage_test/conditional_null_equals2: MissingCompileTimeError
|
|
void_type_usage_test/conditional_parens: MissingCompileTimeError
|
|
void_type_usage_test/conditional_return: MissingCompileTimeError
|
|
void_type_usage_test/conditional_return_to_void: MissingCompileTimeError
|
|
void_type_usage_test/conditional_stmt: MissingCompileTimeError
|
|
void_type_usage_test/conditional_void_init: MissingCompileTimeError
|
|
void_type_usage_test/final_local_conditional: MissingCompileTimeError
|
|
void_type_usage_test/final_local_for_in2: MissingCompileTimeError
|
|
void_type_usage_test/final_local_literal_list_init: MissingCompileTimeError
|
|
void_type_usage_test/final_local_literal_map_key_init: MissingCompileTimeError
|
|
void_type_usage_test/final_local_literal_map_value_init: MissingCompileTimeError
|
|
void_type_usage_test/final_local_return: MissingCompileTimeError
|
|
void_type_usage_test/final_local_void_init: MissingCompileTimeError
|
|
void_type_usage_test/global_conditional: MissingCompileTimeError
|
|
void_type_usage_test/global_literal_list_init: MissingCompileTimeError
|
|
void_type_usage_test/global_literal_map_key_init: MissingCompileTimeError
|
|
void_type_usage_test/global_literal_map_value_init: MissingCompileTimeError
|
|
void_type_usage_test/global_return: MissingCompileTimeError
|
|
void_type_usage_test/global_void_init: MissingCompileTimeError
|
|
void_type_usage_test/instance2_conditional: MissingCompileTimeError
|
|
void_type_usage_test/instance2_for_in2: MissingCompileTimeError
|
|
void_type_usage_test/instance2_literal_list_init: MissingCompileTimeError
|
|
void_type_usage_test/instance2_literal_map_key_init: MissingCompileTimeError
|
|
void_type_usage_test/instance2_literal_map_value_init: MissingCompileTimeError
|
|
void_type_usage_test/instance2_return: MissingCompileTimeError
|
|
void_type_usage_test/instance2_void_init: MissingCompileTimeError
|
|
void_type_usage_test/instance3_conditional: MissingCompileTimeError
|
|
void_type_usage_test/instance3_for_in2: MissingCompileTimeError
|
|
void_type_usage_test/instance3_literal_list_init: MissingCompileTimeError
|
|
void_type_usage_test/instance3_literal_map_key_init: MissingCompileTimeError
|
|
void_type_usage_test/instance3_literal_map_value_init: MissingCompileTimeError
|
|
void_type_usage_test/instance3_return: MissingCompileTimeError
|
|
void_type_usage_test/instance3_void_init: MissingCompileTimeError
|
|
void_type_usage_test/instance_conditional: MissingCompileTimeError
|
|
void_type_usage_test/instance_literal_list_init: MissingCompileTimeError
|
|
void_type_usage_test/instance_literal_map_key_init: MissingCompileTimeError
|
|
void_type_usage_test/instance_literal_map_value_init: MissingCompileTimeError
|
|
void_type_usage_test/instance_return: MissingCompileTimeError
|
|
void_type_usage_test/instance_void_init: MissingCompileTimeError
|
|
void_type_usage_test/local_conditional: MissingCompileTimeError
|
|
void_type_usage_test/local_literal_list_init: MissingCompileTimeError
|
|
void_type_usage_test/local_literal_map_key_init: MissingCompileTimeError
|
|
void_type_usage_test/local_literal_map_value_init: MissingCompileTimeError
|
|
void_type_usage_test/local_return: MissingCompileTimeError
|
|
void_type_usage_test/local_void_init: MissingCompileTimeError
|
|
void_type_usage_test/param_conditional: MissingCompileTimeError
|
|
void_type_usage_test/param_literal_list_init: MissingCompileTimeError
|
|
void_type_usage_test/param_literal_map_key_init: MissingCompileTimeError
|
|
void_type_usage_test/param_literal_map_value_init: MissingCompileTimeError
|
|
void_type_usage_test/param_return: MissingCompileTimeError
|
|
void_type_usage_test/param_void_init: MissingCompileTimeError
|
|
void_type_usage_test/paren_conditional: MissingCompileTimeError
|
|
void_type_usage_test/paren_literal_list_init: MissingCompileTimeError
|
|
void_type_usage_test/paren_literal_map_key_init: MissingCompileTimeError
|
|
void_type_usage_test/paren_literal_map_value_init: MissingCompileTimeError
|
|
void_type_usage_test/paren_return: MissingCompileTimeError
|
|
void_type_usage_test/paren_void_init: MissingCompileTimeError
|
|
|
|
[ $compiler == dartdevk ]
|
|
additional_interface_adds_optional_args_concrete_subclass_test: MissingCompileTimeError
|
|
additional_interface_adds_optional_args_concrete_test: MissingCompileTimeError
|
|
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/wrongReturnType: MissingCompileTimeError
|
|
bad_override_test/01: MissingCompileTimeError
|
|
bad_override_test/02: MissingCompileTimeError
|
|
bad_override_test/03: MissingCompileTimeError
|
|
built_in_identifier_type_annotation_test/dynamic-funarg: RuntimeError # Issue 30450, test name contains hyphen
|
|
built_in_identifier_type_annotation_test/dynamic-funret: RuntimeError # Issue 30450, test name contains hyphen
|
|
built_in_identifier_type_annotation_test/dynamic-list: RuntimeError # Issue 30450, test name contains hyphen
|
|
call_method_as_cast_test/06: RuntimeError # Kernel allows classes to subtype `Function` so DDK elides the explicit cast.
|
|
call_method_implicit_tear_off_implements_function_test/05: RuntimeError # Kernel is missing the implicit `call` tearoff for assignment `Function`
|
|
call_method_implicit_tear_off_implements_function_test/06: RuntimeError # Kernel is missing the implicit `call` tearoff for assignment `Function`
|
|
call_method_must_not_be_field_test/06: RuntimeError # Kernel does not distinguish `d()` from `d.call()`
|
|
call_method_must_not_be_getter_test/06: RuntimeError # Kernel does not distinguish `d()` from `d.call()`
|
|
call_non_method_field_test/01: MissingCompileTimeError
|
|
call_non_method_field_test/02: MissingCompileTimeError
|
|
check_member_static_test/01: MissingCompileTimeError
|
|
check_member_static_test/02: MissingCompileTimeError
|
|
class_cycle_test/02: MissingCompileTimeError
|
|
class_cycle_test/03: MissingCompileTimeError
|
|
compile_time_constant_c_test/02: MissingCompileTimeError
|
|
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/02: MissingCompileTimeError
|
|
compile_time_constant_static4_test/02: MissingCompileTimeError
|
|
compile_time_constant_static4_test/03: 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 31537
|
|
conditional_import_string_test: CompileTimeError # Test is broken
|
|
conditional_import_test: CompileTimeError # Test is broken
|
|
config_import_test: CompileTimeError
|
|
const_cast1_test/02: MissingCompileTimeError
|
|
const_constructor3_test/04: MissingCompileTimeError
|
|
const_constructor_nonconst_field_test/01: MissingCompileTimeError
|
|
const_dynamic_type_literal_test/02: MissingCompileTimeError
|
|
const_instance_field_test/01: MissingCompileTimeError
|
|
const_map2_test/00: MissingCompileTimeError
|
|
const_map3_test/00: MissingCompileTimeError
|
|
const_optional_args_test/01: MissingCompileTimeError
|
|
const_switch2_test/01: MissingCompileTimeError
|
|
const_syntax_test/05: MissingCompileTimeError
|
|
const_types_test/34: MissingCompileTimeError
|
|
const_types_test/39: MissingCompileTimeError
|
|
constants_test/05: MissingCompileTimeError
|
|
constructor_redirect_test/01: MissingCompileTimeError
|
|
covariant_subtyping_test: RuntimeError
|
|
cyclic_constructor_test/01: MissingCompileTimeError
|
|
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/10: Crash
|
|
cyclic_typedef_test/11: Crash
|
|
default_factory2_test/01: MissingCompileTimeError
|
|
default_factory_test/01: MissingCompileTimeError
|
|
deferred_inheritance_constraints_test/extends: MissingCompileTimeError
|
|
deferred_inheritance_constraints_test/implements: MissingCompileTimeError
|
|
deferred_inheritance_constraints_test/mixin: MissingCompileTimeError
|
|
deferred_inheritance_constraints_test/redirecting_constructor: MissingCompileTimeError
|
|
deferred_load_library_wrong_args_test/01: CompileTimeError
|
|
double_identical_test: RuntimeError # Negative and positive zero are distinct, but not in ddk
|
|
duplicate_implements_test/01: MissingCompileTimeError
|
|
duplicate_implements_test/02: MissingCompileTimeError
|
|
duplicate_interface_implements_test/01: MissingCompileTimeError
|
|
dynamic_prefix_core_test/none: CompileTimeError
|
|
emit_const_fields_test: CompileTimeError # Issue 31533
|
|
export_ambiguous_main_test: MissingCompileTimeError
|
|
external_test/21: CompileTimeError
|
|
external_test/24: CompileTimeError
|
|
f_bounded_quantification_test/01: MissingCompileTimeError
|
|
f_bounded_quantification_test/02: MissingCompileTimeError
|
|
factory4_test/00: MissingCompileTimeError
|
|
fauxverride_test/03: MissingCompileTimeError
|
|
fauxverride_test/05: MissingCompileTimeError
|
|
field_initialization_order_test/01: MissingCompileTimeError
|
|
field_override3_test/00: MissingCompileTimeError
|
|
field_override3_test/01: MissingCompileTimeError
|
|
field_override3_test/02: MissingCompileTimeError
|
|
field_override3_test/03: MissingCompileTimeError
|
|
field_override_test/00: MissingCompileTimeError
|
|
field_override_test/01: MissingCompileTimeError
|
|
function_propagation_test: RuntimeError
|
|
function_type_parameter2_negative_test: Fail
|
|
function_type_parameter_negative_test: Fail
|
|
generic_function_bounds_test: RuntimeError
|
|
generic_methods_generic_function_result_test/01: MissingCompileTimeError
|
|
generic_methods_overriding_test/01: MissingCompileTimeError # Issue 29920
|
|
generic_methods_recursive_bound_test/02: MissingCompileTimeError
|
|
generic_no_such_method_dispatcher_simple_test: CompileTimeError # Warning: Superclass has no method named 'foo'.
|
|
generic_no_such_method_dispatcher_test: CompileTimeError # Issue 31533
|
|
generic_test/01: MissingCompileTimeError # front end does not validate `extends`
|
|
getter_override_test/00: MissingCompileTimeError
|
|
getter_override_test/01: MissingCompileTimeError
|
|
getter_override_test/02: MissingCompileTimeError
|
|
getter_override_test/03: MissingCompileTimeError
|
|
identical_const_test/01: MissingCompileTimeError
|
|
identical_const_test/02: MissingCompileTimeError
|
|
identical_const_test/03: MissingCompileTimeError
|
|
identical_const_test/04: MissingCompileTimeError
|
|
implicit_creation/implicit_const_not_default_values_test/e.*: MissingCompileTimeError
|
|
implicit_creation/implicit_const_not_default_values_test/e12: Pass
|
|
implicit_creation/implicit_const_not_default_values_test/e15: Pass
|
|
implicit_creation/implicit_const_not_default_values_test/e18: Pass
|
|
implicit_creation/implicit_const_not_default_values_test/e21: Pass
|
|
implicit_creation/implicit_const_not_default_values_test/e24: Pass
|
|
implicit_creation/implicit_const_not_default_values_test/e27: Pass
|
|
implicit_creation/implicit_const_not_default_values_test/e3: Pass
|
|
implicit_creation/implicit_const_not_default_values_test/e30: Pass
|
|
implicit_creation/implicit_const_not_default_values_test/e6: Pass
|
|
implicit_creation/implicit_const_not_default_values_test/e9: Pass
|
|
instantiate_tearoff_of_call_test: CompileTimeError
|
|
issue18628_2_test/01: MissingCompileTimeError
|
|
issue31596_override_test/07: MissingCompileTimeError
|
|
issue31596_override_test/08: MissingCompileTimeError
|
|
issue31596_super_test/01: CompileTimeError
|
|
issue31596_super_test/02: MissingCompileTimeError
|
|
issue31596_super_test/03: CompileTimeError
|
|
issue31596_super_test/04: MissingCompileTimeError
|
|
issue31596_super_test/05: 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
|
|
map_literal3_test/01: MissingCompileTimeError
|
|
map_literal3_test/02: MissingCompileTimeError
|
|
map_literal3_test/03: MissingCompileTimeError
|
|
method_override7_test/00: MissingCompileTimeError
|
|
method_override7_test/01: MissingCompileTimeError
|
|
method_override7_test/02: MissingCompileTimeError
|
|
method_override_test: CompileTimeError # Issue 31616
|
|
mixin_forwarding_constructor4_test/01: MissingCompileTimeError
|
|
mixin_forwarding_constructor4_test/02: MissingCompileTimeError
|
|
mixin_forwarding_constructor4_test/03: MissingCompileTimeError
|
|
mixin_illegal_super_use_test/01: MissingCompileTimeError
|
|
mixin_illegal_super_use_test/04: MissingCompileTimeError
|
|
mixin_illegal_super_use_test/07: MissingCompileTimeError
|
|
mixin_illegal_super_use_test/10: MissingCompileTimeError
|
|
mixin_illegal_super_use_test/11: MissingCompileTimeError
|
|
mixin_illegal_superclass_test/01: MissingCompileTimeError
|
|
mixin_illegal_superclass_test/02: MissingCompileTimeError
|
|
mixin_illegal_superclass_test/03: MissingCompileTimeError
|
|
mixin_illegal_superclass_test/04: MissingCompileTimeError
|
|
mixin_illegal_superclass_test/05: MissingCompileTimeError
|
|
mixin_illegal_superclass_test/06: MissingCompileTimeError
|
|
mixin_illegal_superclass_test/07: MissingCompileTimeError
|
|
mixin_illegal_superclass_test/08: MissingCompileTimeError
|
|
mixin_illegal_superclass_test/09: MissingCompileTimeError
|
|
mixin_illegal_superclass_test/10: MissingCompileTimeError
|
|
mixin_illegal_superclass_test/11: MissingCompileTimeError
|
|
mixin_illegal_superclass_test/12: MissingCompileTimeError
|
|
mixin_illegal_superclass_test/13: MissingCompileTimeError
|
|
mixin_illegal_superclass_test/14: MissingCompileTimeError
|
|
mixin_illegal_superclass_test/15: MissingCompileTimeError
|
|
mixin_illegal_superclass_test/16: MissingCompileTimeError
|
|
mixin_illegal_superclass_test/17: MissingCompileTimeError
|
|
mixin_illegal_superclass_test/18: MissingCompileTimeError
|
|
mixin_illegal_superclass_test/19: MissingCompileTimeError
|
|
mixin_illegal_superclass_test/20: MissingCompileTimeError
|
|
mixin_illegal_superclass_test/21: MissingCompileTimeError
|
|
mixin_illegal_superclass_test/22: MissingCompileTimeError
|
|
mixin_illegal_superclass_test/23: MissingCompileTimeError
|
|
mixin_illegal_superclass_test/24: MissingCompileTimeError
|
|
mixin_illegal_superclass_test/25: MissingCompileTimeError
|
|
mixin_illegal_superclass_test/26: MissingCompileTimeError
|
|
mixin_illegal_superclass_test/27: MissingCompileTimeError
|
|
mixin_illegal_superclass_test/28: MissingCompileTimeError
|
|
mixin_illegal_superclass_test/29: MissingCompileTimeError
|
|
mixin_illegal_superclass_test/30: 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_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
|
|
mixin_super_constructor_positionals_test/01: MissingCompileTimeError
|
|
mixin_super_test: RuntimeError
|
|
mixin_super_use_test: RuntimeError
|
|
mixin_supertype_subclass_test/02: MissingCompileTimeError
|
|
mixin_supertype_subclass_test/05: MissingCompileTimeError
|
|
mixin_type_parameters_errors_test/03: MissingCompileTimeError
|
|
mixin_type_parameters_errors_test/04: MissingCompileTimeError
|
|
mock_writable_final_field_test: RuntimeError # Issue 30847
|
|
mock_writable_final_private_field_test: RuntimeError
|
|
multiline_newline_test/06: MissingCompileTimeError
|
|
multiline_newline_test/06r: MissingCompileTimeError
|
|
named_constructor_test/01: MissingCompileTimeError
|
|
named_parameters_default_eq_test/02: MissingCompileTimeError
|
|
no_such_method_mock_test: RuntimeError # Issue 31426 - Kernel does not introduce nSM for implemented fields.
|
|
null_no_such_method_test: CompileTimeError # Issue 31533
|
|
override_field_test/01: MissingCompileTimeError
|
|
override_field_test/02: MissingCompileTimeError
|
|
override_inheritance_field_test/04: CompileTimeError # Issue 31616
|
|
override_inheritance_field_test/06: CompileTimeError # Issue 31616
|
|
override_inheritance_field_test/26: CompileTimeError # Issue 31616
|
|
override_inheritance_field_test/29: CompileTimeError # Issue 31616
|
|
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/02: CompileTimeError # Issue 31616
|
|
override_inheritance_method_test/28: CompileTimeError # Issue 31616
|
|
override_inheritance_method_test/29: CompileTimeError # Issue 31616
|
|
redirecting_factory_default_values_test/01: MissingCompileTimeError
|
|
redirecting_factory_default_values_test/02: MissingCompileTimeError
|
|
redirecting_factory_infinite_steps_test/01: MissingCompileTimeError
|
|
redirecting_factory_malbounded_test/01: MissingCompileTimeError
|
|
redirecting_factory_reflection_test: RuntimeError # UnimplementedError: node <InvalidExpression> `invalid-expression`
|
|
regress_23089_test: Crash # Crashes in KernelClassBuilder.buildTypeArguments
|
|
regress_23408_test: CompileTimeError # Issue 31533
|
|
regress_24283_test: RuntimeError # Expect.equals(expected: <-1>, actual: <4294967295>) fails.
|
|
regress_29025_test: CompileTimeError
|
|
regress_29405_test: CompileTimeError # Issue 31402 Error: A value of type '#lib2::Foo' can't be assigned to a variable of type '(#lib2::Foo) → void'.
|
|
regress_29784_test/01: MissingCompileTimeError
|
|
regress_29784_test/02: MissingCompileTimeError
|
|
regress_30339_test: CompileTimeError
|
|
regress_30339_test: RuntimeError # Uncaught Expect.isTrue(false) fails.
|
|
setter4_test: MissingCompileTimeError
|
|
setter_no_getter_test/01: CompileTimeError
|
|
setter_override_test/00: MissingCompileTimeError
|
|
setter_override_test/01: MissingCompileTimeError
|
|
setter_override_test/02: MissingCompileTimeError
|
|
setter_override_test/03: MissingCompileTimeError
|
|
string_split_test: CompileTimeError # Issue 31616
|
|
string_supertype_checked_test: CompileTimeError # Issue 31616
|
|
super_bound_closure_test/none: CompileTimeError # Issue 31533
|
|
super_call4_test/01: MissingCompileTimeError
|
|
switch_bad_case_test/01: MissingCompileTimeError
|
|
switch_bad_case_test/02: MissingCompileTimeError
|
|
switch_case_test/00: MissingCompileTimeError
|
|
switch_case_test/01: MissingCompileTimeError
|
|
switch_case_test/02: MissingCompileTimeError
|
|
syncstar_yield_test/copyParameters: RuntimeError # Expect.equals(expected: <2>, actual: <3>) fails.
|
|
try_catch_test/01: MissingCompileTimeError
|
|
type_alias_equality_test/02: RuntimeError # Issue 32785
|
|
type_literal_test: RuntimeError # Expect.equals(expected: <Func>, actual: <(bool) => int>) fails.
|
|
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/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/08: MissingCompileTimeError
|
|
type_variable_bounds_test/11: MissingCompileTimeError
|
|
void_block_return_test/00: MissingCompileTimeError
|
|
void_type_usage_test/conditional2_return_to_void: MissingCompileTimeError, Crash
|
|
void_type_usage_test/conditional3_return_to_void: MissingCompileTimeError, Crash
|
|
void_type_usage_test/conditional_return_to_void: MissingCompileTimeError, Crash
|
|
wrong_number_type_arguments_test/01: MissingCompileTimeError
|
|
|
|
[ $compiler == dartdevk && $checked ]
|
|
assertion_initializer_const_error2_test/*: MissingCompileTimeError
|
|
assertion_initializer_const_error2_test/none: Pass
|
|
implicit_creation/implicit_new_constructor_generic_test: Pass
|
|
|
|
[ $compiler == dartdevk && !$checked ]
|
|
assertion_initializer_const_error2_test/*: SkipByDesign # DDC does not support non-checked mode.
|
|
|
|
[ $compiler == dartdevc || $compiler == dartdevk ]
|
|
abstract_override_adds_optional_args_concrete_subclass_test: MissingCompileTimeError # Issue #30568
|
|
abstract_override_adds_optional_args_concrete_test: MissingCompileTimeError # Issue #30568
|
|
async_covariant_type_test: RuntimeError # Check too late
|
|
async_star_cancel_while_paused_test: RuntimeError # Issue 29920; Uncaught Expect.listEquals(list length, expected: <4>, actual: <3>) fails: Next element <*3>
|
|
async_star_pause_test: RuntimeError # Uncaught Expect.listEquals(at index 2, expected: <0+>, actual: <0!>) fails
|
|
async_star_test/02: RuntimeError
|
|
asyncstar_covariant_type_test: RuntimeError # Check too late
|
|
asyncstar_throw_in_catch_test: Skip # Times out. Issue 29920
|
|
bit_operations_test: RuntimeError # No bigints on web.; Expect.equals(expected: <-25>, actual: <4294967271>) fails.
|
|
bit_operations_test/01: MissingCompileTimeError
|
|
bit_operations_test/02: MissingCompileTimeError
|
|
branch_canonicalization_test: RuntimeError # Issue 29920; Expect.equals(expected: <0>, actual: <1>) fails.
|
|
built_in_identifier_prefix_test: CompileTimeError
|
|
canonical_const2_test: RuntimeError # Ints and doubles are unified.; Expect.isFalse(true) fails.
|
|
closure_call_wrong_argument_count_negative_test: Fail
|
|
compile_time_constant_d_test: RuntimeError # Issue 30876; Expect.isTrue(false) fails.
|
|
compile_time_constant_e_test: RuntimeError # Issue 30876; Expect.identical(expected: <A 3 499 99 100>, actual: <A 3 499 99 100>) fails.
|
|
config_import_corelib_test: CompileTimeError
|
|
config_import_test: RuntimeError # Expect.equals(expected: <b>, actual: <a>) fails.
|
|
const_evaluation_test/01: RuntimeError # dart:mirrors not supported in DDC
|
|
const_list_test: RuntimeError # Expect.equals(expected: <false>, actual: <true>) fails.
|
|
const_map4_test: RuntimeError # Expect.equals(expected: <true>, actual: <false>) fails.
|
|
const_switch_test/02: RuntimeError # Issue 29920; Expect.equals(expected: <0>, actual: <0.0>) fails.
|
|
const_switch_test/04: RuntimeError # Ints and doubles are unified.; Expect.equals(expected: <1>, actual: <1.0>) fails.
|
|
constructor12_test: RuntimeError # Issue 29920; ReferenceError: JSArrayOfT is not defined
|
|
covariance_field_test/04: RuntimeError
|
|
covariance_field_test/05: RuntimeError
|
|
ct_const_test: RuntimeError # Issue 2992; RangeError: Maximum call stack size exceeded
|
|
custom_await_stack_trace_test: RuntimeError # Issue 29920; Uncaught Expect.equals(at index 0: Expected <Blah \x0ABloop\x0ABleep\x0A...>
|
|
cyclic_type2_test: RuntimeError # Issue 29920; Uncaught ReferenceError: V is not defined
|
|
cyclic_type_test/02: RuntimeError # Issue 29920; Uncaught RangeError: Maximum call stack size exceeded
|
|
cyclic_type_test/03: RuntimeError # Issue 29920; Uncaught ReferenceError: U is not defined
|
|
cyclic_type_test/04: RuntimeError # Issue 29920; Uncaught ReferenceError: U is not defined
|
|
deferred_call_empty_before_load_test: RuntimeError # Issue 27777; Expect.throws fails: Did not throw
|
|
deferred_load_constants_test/none: RuntimeError # Issue 27394; Expect.throws fails: Did not throw
|
|
deferred_not_loaded_check_test: RuntimeError # Issue 27777; Expect.throws fails: Did not throw
|
|
deferred_redirecting_factory_test: RuntimeError # Issue 27777; Uncaught Expect.throws fails: Did not throw
|
|
deferred_static_seperate_test: RuntimeError # Issue 27777; Expect.throws fails: Did not throw
|
|
double_int_to_string_test: RuntimeError # Issue 29920; Expect.equals(expected: <0.0>, actual: <0>) fails.
|
|
double_to_string_as_fixed2_test/none: RuntimeError # Issue 29920; Expect.throws(ArgumentError) fails: Did not throw
|
|
example_constructor_test: RuntimeError # Expect.equals(expected: <0 1 2 3 4 5 6 >, actual: <0 3 4 1 2 5 6 >) fails.
|
|
exception_test: RuntimeError # DDC doesn't implement NullThrownError?; Expect.isTrue(false) fails.
|
|
expect_test: RuntimeError # Issue 29920; Expect.identical did not fail
|
|
f_bounded_quantification3_test: RuntimeError # Issue 29920; Uncaught Error: type arguments should not be null: (F1, F2) => {
|
|
field3_test/01: MissingCompileTimeError # Issue 33022
|
|
field3_test/02: MissingCompileTimeError # Issue 33022
|
|
field_initialization_order_test/none: RuntimeError # Expect.equals(expected: <b.a.ai.bi.>, actual: <b.bi.a.ai.>) fails.
|
|
flatten_test/05: MissingRuntimeError # Issue 29920
|
|
flatten_test/08: MissingRuntimeError # Issue 29920
|
|
flatten_test/09: MissingRuntimeError # Issue 29920
|
|
flatten_test/12: MissingRuntimeError # Issue 29920
|
|
for_variable_capture_test: RuntimeError # Issue 29920; Expect.equals(expected: <1>, actual: <0>) fails.
|
|
function_subtype_inline2_test: RuntimeError # Expect.fail('Missing type error: 'new C.c1(m2)'.')
|
|
generic_function_type_as_type_argument_test/01: MissingCompileTimeError # Issue 29920
|
|
generic_function_type_as_type_argument_test/02: MissingCompileTimeError # Issue 29920
|
|
generic_instanceof2_test: RuntimeError # Issue 29920; ReferenceError: FooOfK$String is not defined
|
|
generic_is_check_test: RuntimeError # Issue 29920; Expect.isTrue(false) fails.
|
|
generic_tearoff_test: CompileTimeError
|
|
identical_closure2_test: RuntimeError # Issue 29920; Expect.isFalse(true) fails.
|
|
infinite_switch_label_test: RuntimeError # Issue 29920; NoSuchMethodError: method not found: '<Unexpected Null Value>'
|
|
infinity_test: RuntimeError # Issue 29920; Expect.isFalse(true) fails.
|
|
instance_creation_in_function_annotation_test: RuntimeError # Issue 29920; UnimplementedError: JsClosureMirror.function unimplemented
|
|
int64_literal_test/*: Skip # This is testing Dart 2.0 int64 semantics.
|
|
integer_division_by_zero_test: RuntimeError # Issue 29920; Expect.throws: Unexpected 'Unsupported operation: Infinity'
|
|
internal_library_test/02: Crash
|
|
invocation_mirror_invoke_on2_test: RuntimeError # UnimplementedError: JsInstanceMirror.delegate unimplemented
|
|
invocation_mirror_invoke_on_test: RuntimeError # UnimplementedError: JsInstanceMirror.delegate unimplemented
|
|
invocation_mirror_test: RuntimeError # Type 'NativeJavaScriptObject' is not a subtype of type 'int' in strong mode
|
|
issue23244_test: RuntimeError # Issue 29920; Uncaught Unsupported operation: only top-level functions can be spawned.
|
|
least_upper_bound_expansive_test/none: RuntimeError # 30908; Uncaught RangeError: Maximum call stack size exceeded
|
|
left_shift_test: RuntimeError # Ints and doubles are unified.; Expect.equals(expected: <1>, actual: <-4294967295>) fails.
|
|
library_env_test/has_io_support: RuntimeError, OK # Intended to fail, bool.fromEnvironment("dart.library.async") is false
|
|
library_env_test/has_mirror_support: RuntimeError, OK # Intended to fail, bool.fromEnvironment("dart.library.async") is false
|
|
library_env_test/has_no_html_support: RuntimeError, OK # Intended to fail, bool.fromEnvironment("dart.library.async") is false
|
|
local_function2_test/none: RuntimeError # ReferenceError: TToNull is not defined
|
|
local_function3_test/none: RuntimeError # Expect.equals(expected: <true>, actual: <false>) fails.
|
|
local_function_test/none: RuntimeError # Expect.equals(expected: <true>, actual: <false>) fails.
|
|
method_override7_test/03: MissingCompileTimeError # Issue 30514
|
|
mint_arithmetic_test: RuntimeError # Issue 29920; Expect.equals(expected: <4294967297>, actual: <1>) fails.
|
|
modulo_test: RuntimeError # Ints and doubles are unified.; Expect.throws fails: Did not throw
|
|
multiline_newline_test/04: MissingCompileTimeError
|
|
multiline_newline_test/04r: MissingCompileTimeError
|
|
multiline_newline_test/05: MissingCompileTimeError
|
|
multiline_newline_test/05r: MissingCompileTimeError
|
|
named_parameters_default_eq_test/none: RuntimeError # Expect.isTrue(false) fails.
|
|
nan_identical_test: RuntimeError # Issue 29920; Unsupported operation: Uint64 accessor not supported by dart2js.
|
|
nested_switch_label_test: RuntimeError # Issue 29920; UnimplementedError: node <ShadowContinueSwitchStatement> see https://github.com/dart-lang/sdk/issues/29352 `continue #L1;
|
|
null_test/mirrors: RuntimeError # Uses mirrors.; ReferenceError: GenericOfT is not defined
|
|
number_identity2_test: RuntimeError # Issue 29920; Expect.isTrue(false) fails.
|
|
numbers_test: RuntimeError # Issue 29920; Expect.equals(expected: <false>, actual: <true>) fails.
|
|
override_field_test/03: MissingCompileTimeError
|
|
parser_quirks_test: CompileTimeError
|
|
regress_16640_test: RuntimeError # Issue 29920; Uncaught Error: type arguments should not be null: E => {
|
|
regress_22443_test: RuntimeError # Uncaught Expect.isTrue(false) fails.
|
|
regress_27617_test/1: MissingCompileTimeError
|
|
stack_overflow_stacktrace_test: RuntimeError # Issue 29920; RangeError: Maximum call stack size exceeded
|
|
stack_overflow_test: RuntimeError # Issue 29920; RangeError: Maximum call stack size exceeded
|
|
stacktrace_demangle_ctors_test: RuntimeError # Issue 31089; Expect.isTrue(false) fails.
|
|
stacktrace_test: RuntimeError # Issue 29920; Expect.isTrue(false) fails.
|
|
string_interpolation_and_buffer_test: RuntimeError # NoSuchMethodError: method not found: '<Unexpected Null Value>'
|
|
string_literals_test: RuntimeError # Expect.equals(expected: <\x00\x0A\x0D\x7F\xFF\u{FFFF}\u{D800}\u{DC00}\u{DBFF}\u{DFFF}>, actual: <\x00\x0A\x0D\x7F\xFF\u{FFFF}\u{FFFD}\u{FFFD}\u{FFFD}\u{FFFD}\u{FFFD}\u{FFFD}\u{FFFD}\u{FFFD}\u{FFFD}\u{FFFD}\u{FFFD}\u{FFFD}>) fails.
|
|
super_test: RuntimeError # Expect.equals(expected: <0>, actual: <2>) fails.
|
|
switch_label2_test: RuntimeError # Issue 29920; UnimplementedError: node <ShadowContinueSwitchStatement> see https://github.com/dart-lang/sdk/issues/29352 `continue #L1;
|
|
switch_label_test: RuntimeError # Issue 29920; UnimplementedError: node <ShadowContinueSwitchStatement> see https://github.com/dart-lang/sdk/issues/29352 `continue #L1;
|
|
switch_try_catch_test: RuntimeError # Issue 29920; Expect.throws: Unexpected 'UnimplementedError: node <ShadowContinueSwitchStatement> see https://github.com/dart-lang/sdk/issues/29352 `continue #L1;
|
|
syncstar_covariant_type_test: RuntimeError # Check too late
|
|
syntax_test/60: MissingCompileTimeError
|
|
syntax_test/61: MissingCompileTimeError
|
|
truncdiv_test: RuntimeError # Issue 29920; Expect.throws fails: Did not throw
|
|
vm/*: SkipByDesign # VM only tests.; VM only tests.
|