blob: a7b91387839b8a1a656822f7dd8cc218e6c6156d [file] [log] [blame]
# Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
# for details. All rights reserved. Use of this source code is governed by a
# BSD-style license that can be found in the LICENSE file.
[ $compiler != dart2analyzer ]
switch_case_warn_test: Skip # Analyzer only, see language_analyzer2.status
[ $compiler == dart2js ]
arithmetic_test: CompileTimeError # Int larger than 64 bits
async_await_test: RuntimeError # sync-async is on by default
async_star_cancel_while_paused_test: RuntimeError
asyncstar_throw_in_catch_test: RuntimeError # sync-async is on by default
await_nonfuture_test: RuntimeError # sync-async is on by default
await_not_started_immediately_test: RuntimeError # sync-async is on by default
bad_override_test/03: MissingCompileTimeError
bad_override_test/04: MissingCompileTimeError
bad_override_test/05: MissingCompileTimeError
bit_operations_test/01: RuntimeError
bit_operations_test/02: RuntimeError
bit_operations_test/03: RuntimeError
bit_operations_test/04: RuntimeError
bit_operations_test/none: RuntimeError
branch_canonicalization_test: RuntimeError
call_function_apply_test: RuntimeError # Issue 23873
call_nonexistent_constructor_test/01: RuntimeError
call_type_literal_test/01: RuntimeError
canonical_const2_test: RuntimeError
check_member_static_test/02: MissingCompileTimeError
class_cycle_test/02: MissingCompileTimeError
class_cycle_test/03: MissingCompileTimeError
class_literal_test/01: RuntimeError
class_literal_test/03: RuntimeError
class_literal_test/07: RuntimeError
config_import_test: RuntimeError # not supported by fasta
const_evaluation_test/01: RuntimeError
const_instance_field_test/01: MissingCompileTimeError
const_map2_test/00: MissingCompileTimeError
const_map3_test/00: MissingCompileTimeError
const_switch2_test/01: MissingCompileTimeError
const_switch_test/02: RuntimeError
const_switch_test/04: RuntimeError
constructor2_test: RuntimeError
constructor3_test: RuntimeError
constructor5_test: RuntimeError
constructor6_test: RuntimeError
constructor_call_as_function_test/01: MissingRuntimeError
constructor_named_arguments_test/none: RuntimeError
deferred_constraints_constants_test/none: RuntimeError
deferred_constraints_constants_test/reference_after_load: RuntimeError
deferred_inheritance_constraints_test/extends: MissingCompileTimeError
deferred_inheritance_constraints_test/implements: MissingCompileTimeError
deferred_inheritance_constraints_test/mixin: MissingCompileTimeError
deferred_load_library_wrong_args_test/01: MissingRuntimeError
deferred_not_loaded_check_test: RuntimeError
deferred_redirecting_factory_test: RuntimeError
deopt_inlined_function_lazy_test: CompileTimeError # Int larger than 64 bits.
deopt_smi_op_test: CompileTimeError, OK # Error if web int literal cannot be represented exactly, see http://dartbug.com/33351
double_int_to_string_test: RuntimeError
duplicate_export_negative_test: Fail
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: RuntimeError
dynamic_prefix_core_test/none: RuntimeError
enum_mirror_test: RuntimeError
example_constructor_test: RuntimeError
expect_test: RuntimeError
external_test/10: MissingRuntimeError
external_test/13: MissingRuntimeError
external_test/20: MissingRuntimeError
factory_redirection_test/07: MissingCompileTimeError
fauxverride_test/03: MissingCompileTimeError
fauxverride_test/05: MissingCompileTimeError
field_increment_bailout_test: RuntimeError
field_initialization_order_test: RuntimeError
field_override3_test/00: MissingCompileTimeError
field_override3_test/01: MissingCompileTimeError
field_override3_test/02: MissingCompileTimeError
field_override3_test/03: MissingCompileTimeError
field_override4_test/02: MissingCompileTimeError
final_attempt_reinitialization_test/01: MissingCompileTimeError
final_attempt_reinitialization_test/02: MissingCompileTimeError
final_field_initialization_order_test: RuntimeError
full_stacktrace1_test: Pass, RuntimeError # Issue 12698
full_stacktrace2_test: Pass, RuntimeError # Issue 12698
full_stacktrace3_test: Pass, RuntimeError # Issue 12698
generic_methods_type_expression_test/01: RuntimeError
generic_methods_type_expression_test/03: RuntimeError
generic_methods_type_expression_test/none: RuntimeError
getter_override2_test/02: MissingCompileTimeError
getter_override_test/00: MissingCompileTimeError
getter_override_test/01: MissingCompileTimeError
getter_override_test/02: MissingCompileTimeError
guess_cid_test: CompileTimeError # Int larger than 64 bits
identical_closure2_test: RuntimeError
if_null_assignment_behavior_test/14: RuntimeError
infinity_test: RuntimeError
instance_creation_in_function_annotation_test: RuntimeError
int2_test: CompileTimeError # Int larger than 64 bits
int_round_test: CompileTimeError # Int larger than 64 bits
integer_division_by_zero_test: RuntimeError
internal_library_test/02: Crash # type 'DillLibraryBuilder' is not a subtype of type 'SourceLibraryBuilder<KernelTypeBuilder, Library>' of 'value' where
invocation_mirror2_test: RuntimeError # mirrors not supported
invocation_mirror_empty_arguments_test: RuntimeError # mirrors not supported
invocation_mirror_invoke_on2_test: RuntimeError # mirrors not supported
invocation_mirror_invoke_on_test: RuntimeError # mirrors not supported
invocation_mirror_test: RuntimeError # mirrors not supported
issue21079_test: RuntimeError
issue23244_test: RuntimeError # 23244
left_shift_test: RuntimeError
library_env_test/has_mirror_support: RuntimeError, OK
library_env_test/has_no_html_support: RuntimeError, OK
list_literal4_test: RuntimeError
list_test: CompileTimeError, OK # Error if web int literal cannot be represented exactly, see http://dartbug.com/33351
main_not_a_function_test/01: CompileTimeError
main_test/03: MissingRuntimeError # dart:isolate not supported
many_overridden_no_such_method_test: RuntimeError
method_override5_test: RuntimeError
method_override7_test/00: MissingCompileTimeError
method_override7_test/01: MissingCompileTimeError
method_override7_test/02: MissingCompileTimeError
method_override8_test/00: MissingCompileTimeError
method_override8_test/01: MissingCompileTimeError
mint_arithmetic_test: CompileTimeError, OK # Error if web int literal cannot be represented exactly, see http://dartbug.com/33351
mint_arithmetic_test: RuntimeError
mint_compares_test: CompileTimeError # Int larger than 64 bits
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/02: MissingCompileTimeError
mixin_illegal_super_use_test/03: MissingCompileTimeError
mixin_illegal_super_use_test/04: MissingCompileTimeError
mixin_illegal_super_use_test/05: MissingCompileTimeError
mixin_illegal_super_use_test/06: MissingCompileTimeError
mixin_illegal_super_use_test/07: MissingCompileTimeError
mixin_illegal_super_use_test/08: MissingCompileTimeError
mixin_illegal_super_use_test/09: 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_of_mixin_test/01: CompileTimeError
mixin_of_mixin_test/02: CompileTimeError
mixin_of_mixin_test/03: CompileTimeError
mixin_of_mixin_test/04: CompileTimeError
mixin_of_mixin_test/05: CompileTimeError
mixin_of_mixin_test/06: CompileTimeError
mixin_of_mixin_test/07: CompileTimeError
mixin_of_mixin_test/08: CompileTimeError
mixin_of_mixin_test/09: CompileTimeError
mixin_of_mixin_test/10: CompileTimeError
mixin_of_mixin_test/11: CompileTimeError
mixin_of_mixin_test/12: CompileTimeError
mixin_of_mixin_test/13: CompileTimeError
mixin_of_mixin_test/14: CompileTimeError
mixin_of_mixin_test/15: CompileTimeError
mixin_of_mixin_test/16: CompileTimeError
mixin_of_mixin_test/17: CompileTimeError
mixin_of_mixin_test/18: CompileTimeError
mixin_of_mixin_test/19: CompileTimeError
mixin_of_mixin_test/20: CompileTimeError
mixin_of_mixin_test/21: CompileTimeError
mixin_of_mixin_test/22: CompileTimeError
mixin_of_mixin_test/none: CompileTimeError
mixin_super_2_test: CompileTimeError
mixin_super_bound2_test/01: CompileTimeError
mixin_super_bound2_test/none: CompileTimeError
mixin_super_constructor_named_test/01: MissingCompileTimeError
mixin_super_constructor_positionals_test/01: MissingCompileTimeError
mixin_super_test: CompileTimeError
mixin_super_use_test: CompileTimeError
mixin_superclass_test: CompileTimeError
mixin_supertype_subclass2_test/01: CompileTimeError
mixin_supertype_subclass2_test/02: CompileTimeError
mixin_supertype_subclass2_test/03: CompileTimeError
mixin_supertype_subclass2_test/04: CompileTimeError
mixin_supertype_subclass2_test/05: CompileTimeError
mixin_supertype_subclass2_test/none: CompileTimeError
mixin_supertype_subclass3_test/01: CompileTimeError
mixin_supertype_subclass3_test/02: CompileTimeError
mixin_supertype_subclass3_test/03: CompileTimeError
mixin_supertype_subclass3_test/04: CompileTimeError
mixin_supertype_subclass3_test/05: CompileTimeError
mixin_supertype_subclass3_test/none: CompileTimeError
mixin_supertype_subclass4_test/01: CompileTimeError
mixin_supertype_subclass4_test/02: CompileTimeError
mixin_supertype_subclass4_test/03: CompileTimeError
mixin_supertype_subclass4_test/04: CompileTimeError
mixin_supertype_subclass4_test/05: CompileTimeError
mixin_supertype_subclass4_test/none: CompileTimeError
mixin_supertype_subclass_test/01: CompileTimeError
mixin_supertype_subclass_test/02: CompileTimeError
mixin_supertype_subclass_test/03: CompileTimeError
mixin_supertype_subclass_test/04: CompileTimeError
mixin_supertype_subclass_test/05: CompileTimeError
mixin_supertype_subclass_test/none: CompileTimeError
modulo_test: RuntimeError
named_constructor_test/01: MissingRuntimeError
named_parameters_default_eq_test/02: MissingCompileTimeError
nan_identical_test: RuntimeError
no_main_test/01: CompileTimeError
no_such_method_test: RuntimeError
null_test/none: RuntimeError
number_identity2_test: RuntimeError
number_identity_test: CompileTimeError # Int larger than 64 bits
numbers_test: RuntimeError
overridden_no_such_method_test: RuntimeError
override_field_method1_negative_test: Fail
override_field_method2_negative_test: Fail
override_field_method4_negative_test: Fail
override_field_method5_negative_test: Fail
override_field_test/01: MissingCompileTimeError
override_inheritance_mixed_test/01: MissingCompileTimeError
override_inheritance_mixed_test/02: MissingCompileTimeError
override_inheritance_mixed_test/03: MissingCompileTimeError
override_inheritance_mixed_test/04: MissingCompileTimeError
override_method_with_field_test/01: MissingCompileTimeError
private_super_constructor_test/01: MissingCompileTimeError
redirecting_constructor_initializer_test: RuntimeError
redirecting_factory_default_values_test/01: MissingCompileTimeError
redirecting_factory_default_values_test/02: MissingCompileTimeError
redirecting_factory_reflection_test: RuntimeError
regress_13462_1_test: RuntimeError
regress_13494_test: RuntimeError
regress_17382_test: RuntimeError
regress_18535_test: RuntimeError
regress_20394_test/01: MissingCompileTimeError
regress_22936_test/01: RuntimeError
regress_24283_test: RuntimeError
regress_27572_test: RuntimeError
regress_27617_test/1: Crash # Assertion failure: Unexpected constructor j:constructor(Foo._) in ConstructorDataImpl._getConstructorConstant
regress_28217_test/01: MissingCompileTimeError
regress_28217_test/none: MissingCompileTimeError
regress_28255_test: RuntimeError
setter_override_test/00: MissingCompileTimeError
setter_override_test/03: MissingCompileTimeError
stacktrace_demangle_ctors_test: RuntimeError # Issue 12698
stacktrace_rethrow_error_test/none: RuntimeError
stacktrace_rethrow_error_test/withtraceparameter: RuntimeError
stacktrace_rethrow_nonerror_test: RuntimeError
static_getter_no_setter1_test/01: RuntimeError
static_getter_no_setter2_test/01: RuntimeError
static_getter_no_setter3_test/01: RuntimeError
super_call4_test: RuntimeError
super_getter_setter_test: RuntimeError
super_test: RuntimeError
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
syntax_test/none: CompileTimeError
top_level_getter_no_setter1_test/01: RuntimeError
top_level_getter_no_setter2_test/01: RuntimeError
truncdiv_test: RuntimeError
type_literal_prefix_call_test/00: RuntimeError
type_variable_conflict2_test/02: MissingCompileTimeError
vm/*: Skip # Issue 12699
[ $arch == ia32 && $compiler == dart2js && $runtime == d8 ]
new_expression2_negative_test: Pass, Crash # Flaky, issue 31131
[ $builder_tag == win7 && $compiler == dart2js ]
deep_nesting2_negative_test: Crash
illegal_declaration_test/01: Crash
issue1578_negative_test: Crash
regress_23051_test/01: Crash
[ $compiler == dart2js && $runtime == chrome && $system == macos ]
await_future_test: Pass, Timeout # Issue 26735
[ $compiler == dart2js && $runtime == chromeOnAndroid ]
override_field_test/02: Pass, Slow # TODO(kasperl): Please triage.
[ $compiler == dart2js && $runtime == d8 ]
int_round_to_double_test: RuntimeError # Large integer literal. Not valid in dart2.
regress_23408_test: RuntimeError
[ $compiler == dart2js && $runtime == ff ]
round_test: Pass, Fail, OK # Fixed in ff 35. Common JavaScript engine Math.round bug.
[ $compiler == dart2js && $runtime != ff ]
stacktrace_test: RuntimeError # Issue 12698
[ $compiler == dart2js && $runtime == none ]
*: Fail, Pass # TODO(ahe): Triage these tests.
[ $compiler == dart2js && $runtime == safari ]
call_nonexistent_constructor_test/02: RuntimeError
named_parameters2_test: RuntimeError
named_parameters3_test: RuntimeError
named_parameters4_test: RuntimeError
round_test: Fail, OK # Common JavaScript engine Math.round bug.
[ $compiler == dart2js && $system == windows ]
deep_nesting2_negative_test: Pass, Crash
illegal_declaration_test/01: Pass, Crash
issue1578_negative_test: Pass, Crash
regress_23051_test/01: Pass, Crash
[ $compiler == dart2js && $browser ]
config_import_test: RuntimeError # Test flag is not passed to the compiler.
library_env_test/has_io_support: RuntimeError, OK # dart2js doesn't support io when using '--categories=Client'.
[ $compiler == dart2js && !$browser ]
config_import_corelib_test: RuntimeError, OK # all dart:* are supported when using '--categories=all'.
library_env_test/has_no_io_support: RuntimeError, OK # dart2js supports io when using '--categories=all'.
[ $compiler == dart2js && $checked ]
arithmetic_test: CompileTimeError
assertion_initializer_const_function_test/01: RuntimeError
assertion_initializer_test: RuntimeError
assign_static_type_test/01: Fail
assign_static_type_test/02: MissingCompileTimeError
async_return_types_test/nestedFuture: Fail # Issue 26429
async_return_types_test/wrongTypeParameter: Fail # Issue 26429
closure_type_test/01: RuntimeError # Issue 12745
closure_type_test/none: RuntimeError # Issue 12745
compile_time_constant_checked2_test/01: MissingCompileTimeError
compile_time_constant_checked2_test/02: MissingCompileTimeError
compile_time_constant_checked2_test/03: MissingCompileTimeError
compile_time_constant_checked2_test/04: MissingCompileTimeError
compile_time_constant_checked2_test/05: MissingCompileTimeError
compile_time_constant_checked2_test/06: MissingCompileTimeError
compile_time_constant_checked3_test/01: MissingCompileTimeError
compile_time_constant_checked3_test/02: MissingCompileTimeError
compile_time_constant_checked3_test/03: MissingCompileTimeError
compile_time_constant_checked3_test/04: MissingCompileTimeError
compile_time_constant_checked3_test/05: MissingCompileTimeError
compile_time_constant_checked3_test/06: MissingCompileTimeError
compile_time_constant_checked4_test/01: MissingCompileTimeError
compile_time_constant_checked4_test/02: MissingCompileTimeError
compile_time_constant_checked4_test/03: MissingCompileTimeError
compile_time_constant_checked5_test/03: MissingCompileTimeError
compile_time_constant_checked5_test/04: MissingCompileTimeError
compile_time_constant_checked5_test/08: MissingCompileTimeError
compile_time_constant_checked5_test/09: MissingCompileTimeError
compile_time_constant_checked5_test/13: MissingCompileTimeError
compile_time_constant_checked5_test/14: MissingCompileTimeError
compile_time_constant_checked5_test/18: MissingCompileTimeError
compile_time_constant_checked5_test/19: MissingCompileTimeError
compile_time_constant_checked_test/01: Fail
compile_time_constant_checked_test/02: MissingCompileTimeError
compile_time_constant_checked_test/03: Fail
const_constructor2_test/13: MissingCompileTimeError
const_constructor2_test/14: MissingCompileTimeError
const_constructor2_test/15: MissingCompileTimeError
const_constructor2_test/16: MissingCompileTimeError
const_constructor2_test/17: MissingCompileTimeError
const_constructor2_test/20: MissingCompileTimeError
const_constructor2_test/22: MissingCompileTimeError
const_constructor2_test/24: MissingCompileTimeError
const_constructor3_test/02: MissingCompileTimeError
const_constructor3_test/04: MissingCompileTimeError
const_init2_test/02: MissingCompileTimeError
deferred_constraints_constants_test/none: Crash # Unsupported operation: KernelDeferredLoadTask.addMirrorElementsForLibrary
deferred_constraints_constants_test/reference_after_load: Crash # Unsupported operation: KernelDeferredLoadTask.addMirrorElementsForLibrary
deferred_constraints_type_annotation_test/type_annotation1: Fail # Missing dynamic type error
deferred_constraints_type_annotation_test/type_annotation_generic1: Fail # Missing dynamic type error
deferred_constraints_type_annotation_test/type_annotation_generic4: Fail # Missing dynamic type error
deopt_inlined_function_lazy_test: CompileTimeError
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
generalized_void_syntax_test: RuntimeError
generic_functions_test: RuntimeError
generic_methods_test: RuntimeError
guess_cid_test: CompileTimeError
int2_test: CompileTimeError
internal_library_test/02: Crash # NoSuchMethodError: Class 'DillLibraryBuilder' has no instance getter 'mixinApplicationClasses'.
list_literal1_test/01: MissingCompileTimeError
malbounded_instantiation_test/01: RuntimeError # Issue 12702
malbounded_redirecting_factory2_test/02: Fail
malbounded_redirecting_factory2_test/03: Fail
malbounded_redirecting_factory2_test/04: Fail
malbounded_type_cast2_test: RuntimeError # Issue 14121
malbounded_type_cast_test: RuntimeError # Issue 14121
malbounded_type_test2_test: RuntimeError # Issue 14121
malbounded_type_test_test/03: Fail # Issue 14121
malbounded_type_test_test/04: Fail # Issue 14121
malformed2_test/00: RuntimeError
malformed2_test/01: MissingCompileTimeError
map_literal1_test/01: MissingCompileTimeError
mint_compares_test: CompileTimeError
number_identity_test: CompileTimeError
redirecting_factory_infinite_steps_test/01: Fail
redirecting_factory_malbounded_test/01: Fail
regress_26133_test: RuntimeError # Issue 26429
regress_29405_test: RuntimeError # Issue 29422
stacktrace_demangle_ctors_test: RuntimeError
stacktrace_test: RuntimeError
super_call4_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
type_check_const_function_typedef2_test/00: MissingCompileTimeError
type_parameter_test/01: Crash # Internal Error: Unexpected type variable in static context.
type_parameter_test/02: Crash # Internal Error: Unexpected type variable in static context.
type_parameter_test/03: Crash # Internal Error: Unexpected type variable in static context.
type_parameter_test/04: Crash # Internal Error: Unexpected type variable in static context.
type_parameter_test/05: Crash # Internal Error: Unexpected type variable in static context.
type_parameter_test/06: Crash # Internal Error: Unexpected type variable in static context.
type_parameter_test/none: Crash # Internal Error: Unexpected type variable in static context.
type_variable_bounds2_test/01: RuntimeError # Issue 12702
type_variable_bounds2_test/04: RuntimeError # Issue 12702
type_variable_bounds3_test/00: Fail # Issue 12702
type_variable_bounds_test/02: Fail # Issue 12702
type_variable_scope_test/03: Crash # Internal Error: Unexpected type variable in static context.
[ $compiler == dart2js && $checked && $host_checked ]
generic_functions_test: Crash
generic_methods_test: Crash
[ $compiler == dart2js && !$checked ]
assertion_initializer_const_function_error_test/01: MissingCompileTimeError
assertion_test: RuntimeError
generic_test: RuntimeError, OK
issue13474_test: RuntimeError, OK
map_literal4_test: RuntimeError, OK # Checked mode required.
named_parameters_type_test/01: MissingRuntimeError, OK
named_parameters_type_test/02: MissingRuntimeError, OK
named_parameters_type_test/03: MissingRuntimeError, OK
positional_parameters_type_test/01: MissingRuntimeError, OK
positional_parameters_type_test/02: MissingRuntimeError, OK
type_checks_in_factory_method_test: RuntimeError # Issue 12746
[ $compiler == dart2js && !$checked && $enable_asserts ]
bool_check_test: RuntimeError # Issue 29647
[ $compiler == dart2js && !$checked && $minified ]
f_bounded_quantification5_test: RuntimeError
[ $compiler == dart2js && $fast_startup ]
deferred_constraints_constants_test/none: Crash # Unsupported operation: KernelDeferredLoadTask.addMirrorElementsForLibrary
deferred_constraints_constants_test/reference_after_load: Crash # Unsupported operation: KernelDeferredLoadTask.addMirrorElementsForLibrary
internal_library_test/02: Crash # NoSuchMethodError: Class 'DillLibraryBuilder' has no instance getter 'mixinApplicationClasses'.
stacktrace_demangle_ctors_test: RuntimeError
super_call4_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
[ $compiler == dart2js && $host_checked ]
arithmetic_test: CompileTimeError
async_test/setter1: Crash # 'file:*/pkg/compiler/lib/src/kernel/element_map_impl.dart': Failed assertion: line 939 pos 18: 'asyncMarker == AsyncMarker.SYNC': is not true.
closure_self_reference_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/nodes.dart': Failed assertion: line 641 pos 12: 'isClosed()': is not true.
deopt_inlined_function_lazy_test: CompileTimeError
generic_methods_type_expression_test/01: Crash # 'file:*/pkg/compiler/lib/src/ssa/builder_kernel.dart': Failed assertion: line 1728 pos 16: 'type is MethodTypeVariableType': is not true.
generic_methods_type_expression_test/03: Crash # 'file:*/pkg/compiler/lib/src/ssa/builder_kernel.dart': Failed assertion: line 1728 pos 16: 'type is MethodTypeVariableType': is not true.
generic_methods_type_expression_test/none: Crash # 'file:*/pkg/compiler/lib/src/ssa/builder_kernel.dart': Failed assertion: line 1728 pos 16: 'type is MethodTypeVariableType': is not true.
guess_cid_test: CompileTimeError
int2_test: CompileTimeError
invocation_mirror_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/builder_kernel.dart': Failed assertion: line 3014 pos 14: 'arguments.named.isEmpty': is not true.
mint_compares_test: CompileTimeError
number_identity_test: CompileTimeError
sync_generator2_test/41: Crash # 'file:*/pkg/compiler/lib/src/kernel/element_map_impl.dart': Failed assertion: line 939 pos 18: 'asyncMarker == AsyncMarker.SYNC': is not true.
sync_generator2_test/52: Crash # 'file:*/pkg/compiler/lib/src/kernel/element_map_impl.dart': Failed assertion: line 939 pos 18: 'asyncMarker == AsyncMarker.SYNC': is not true.
[ $compiler == dart2js && $minified ]
arithmetic_test: CompileTimeError
cyclic_type2_test: RuntimeError, OK # Issue 31054: runtimeType.toString not preserved in minified code.
cyclic_type_test/0*: RuntimeError, OK # Issue 31054: runtimeType.toString not preserved in minified code.
deferred_load_library_wrong_args_test/01: Crash # NoSuchMethodError: The getter 'closureClassEntity' was called on null.
deferred_redirecting_factory_test: Crash # NoSuchMethodError: The getter 'closureClassEntity' was called on null.
deopt_inlined_function_lazy_test: CompileTimeError
f_bounded_quantification4_test: RuntimeError, OK # Issue 31054: runtimeType.toString not preserved in minified code.
generic_closure_test: RuntimeError, OK # Issue 31054: runtimeType.toString not preserved in minified code.
guess_cid_test: CompileTimeError
int2_test: CompileTimeError
internal_library_test/02: Crash # NoSuchMethodError: Class 'DillLibraryBuilder' has no instance getter 'mixinApplicationClasses'.
mint_compares_test: CompileTimeError
mixin_generic_test: RuntimeError, OK # Issue 31054: runtimeType.toString not preserved in minified code.
mixin_mixin2_test: RuntimeError, OK # Issue 31054: runtimeType.toString not preserved in minified code.
mixin_mixin3_test: RuntimeError, OK # Issue 31054: runtimeType.toString not preserved in minified code.
mixin_mixin4_test: RuntimeError, OK # Issue 31054: runtimeType.toString not preserved in minified code.
mixin_mixin5_test: RuntimeError, OK # Issue 31054: runtimeType.toString not preserved in minified code.
mixin_mixin6_test: RuntimeError, OK # Issue 31054: runtimeType.toString not preserved in minified code.
mixin_mixin_bound2_test: RuntimeError, OK # Issue 31054: runtimeType.toString not preserved in minified code.
mixin_mixin_bound_test: RuntimeError, OK # Issue 31054: runtimeType.toString not preserved in minified code.
mixin_mixin_type_arguments_test: RuntimeError, OK # Issue 31054: runtimeType.toString not preserved in minified code.
number_identity_test: CompileTimeError
regress_21795_test: RuntimeError, OK # Issue 31054: runtimeType.toString not preserved in minified code.
stack_trace_test: RuntimeError, OK # Stack trace not preserved in minified code.
stacktrace_rethrow_error_test/none: RuntimeError # Issue 12698
stacktrace_rethrow_error_test/withtraceparameter: RuntimeError # Issue 12698
stacktrace_rethrow_nonerror_test: RuntimeError # Issue 12698
symbol_conflict_test: RuntimeError