Don't try to add abstract methods to the codegen work queue to generate bodies

BUG=
R=johnniwinther@google.com, sigmund@google.com

Review-Url: https://codereview.chromium.org/3012683002 .
This commit is contained in:
Emily Fortuna 2017-09-01 10:20:59 -07:00
parent 4e10f68d2c
commit b1dd578da7
6 changed files with 195 additions and 226 deletions

View file

@ -51,6 +51,8 @@ class KernelCodegenWorkItemBuilder implements WorkItemBuilder {
@override
CodegenWorkItem createWorkItem(MemberEntity entity) {
if (entity.isAbstract) return null;
// Codegen inlines field initializers. It only needs to generate
// code for checked setters.
if (entity.isField && entity.isInstanceMember) {

View file

@ -169,7 +169,6 @@ regress/4562_test/01: Crash # Issue 27394
[ $compiler == dart2js && $dart2js_with_kernel && $host_checked ]
16400_test: Crash
17856_test: Crash
19191_test: Crash
21666_test: Crash
22868_test: Crash
@ -177,8 +176,6 @@ regress/4562_test/01: Crash # Issue 27394
23404_test: RuntimeError
23432_test: Crash
23432b_test: Crash # type 'KMethod' is not a subtype of type 'MemberElement' of 'member' where
23828_test: Crash
assert_with_message_test: Crash
async_stacktrace_test: Crash
bound_closure_interceptor_methods_test: Crash
bound_closure_interceptor_type_test: Crash
@ -220,7 +217,6 @@ dummy_compiler_test: CompileTimeError
for_in_test: Crash
hash_code_test: Crash
if_null_test: Crash
inference_nsm_mirrors_test: Crash
inference_super_set_call_test: RuntimeError
interceptor_named_arguments_test: Crash
invalid_annotation2_test/none: Crash
@ -264,7 +260,6 @@ mirrors_used_warning_test/minif: Crash
mirrors_used_warning_test/none: Crash
no_such_method_mirrors_test: Crash
no_such_method_test: Crash
optional_parameter_test: Crash
private_symbol_literal_test/01: MissingCompileTimeError
private_symbol_literal_test/02: MissingCompileTimeError
private_symbol_literal_test/03: MissingCompileTimeError
@ -283,13 +278,16 @@ truncation_errors_test: Crash
type_argument_factory_crash_test: Crash
type_argument_factory_nocrash_test: Crash
type_constant_switch_test/01: MissingCompileTimeError
type_error_message_test: Crash
23432_test: RuntimeError
code_motion_exception_test: RuntimeError
no_such_method_mirrors_test: RuntimeError
regress/4639_test: RuntimeError
truncation_errors_test: RuntimeError
unconditional_dartio_import_test: CompileTimeError
useful_error_message_1_test: Crash
useful_error_message_1_test: RuntimeError
[ $compiler == dart2js && $dart2js_with_kernel && $minified ]
16400_test: Crash # RangeError (index): Invalid value: Valid value range is empty: 0
17856_test: Crash # Assertion failure: Cannot find value local(Maps_mapToString_closure.call#first) in (local(Maps_mapToString_closure.call#k), local(Maps_mapToString_closure.call#v), local(Maps.mapToString#)) for j:closure_call(Maps_mapToString_closure.call).
19191_test: Crash # NoSuchMethodError: Class 'KMethod' has no instance getter 'memberContext'.
21666_test: Crash # UnimplementedError: KernelClosedWorldMixin.getAppliedMixin
22868_test: Crash # NoSuchMethodError: The getter 'memberIndex' was called on null.
@ -297,8 +295,6 @@ useful_error_message_1_test: Crash
23404_test: RuntimeError
23432_test: Crash # NoSuchMethodError: Class 'KMethod' has no instance getter 'memberContext'.
23432b_test: Crash # NoSuchMethodError: Class 'KMethod' has no instance getter 'memberContext'.
23828_test: Crash # NoSuchMethodError: Class 'KMethod' has no instance getter 'memberContext'.
assert_with_message_test: Crash # NoSuchMethodError: The getter 'enclosingClass' was called on null.
async_stacktrace_test: Crash # NoSuchMethodError: The getter 'memberIndex' was called on null.
bound_closure_interceptor_methods_test: Crash # NoSuchMethodError: The getter 'enclosingClass' was called on null.
bound_closure_interceptor_type_test: Crash # NoSuchMethodError: The getter 'classIndex' was called on null.
@ -340,7 +336,6 @@ dummy_compiler_test: CompileTimeError
for_in_test: Crash # NoSuchMethodError: The getter 'enclosingClass' was called on null.
hash_code_test: Crash # UnimplementedError: Unexpected constant expression new #lib1::Hasher::•().hash (KernelPropertyGet)
if_null_test: Crash # NoSuchMethodError: The getter 'memberIndex' was called on null.
inference_nsm_mirrors_test: Crash # NoSuchMethodError: Class 'KMethod' has no instance getter 'memberContext'.
inference_super_set_call_test: RuntimeError
interceptor_named_arguments_test: Crash # NoSuchMethodError: The getter 'memberIndex' was called on null.
invalid_annotation2_test/none: Crash # NoSuchMethodError: Class 'DynamicType' has no instance getter 'element'.
@ -384,7 +379,6 @@ mirrors_used_warning_test/minif: Crash # NoSuchMethodError: The getter 'memberIn
mirrors_used_warning_test/none: Crash # NoSuchMethodError: The getter 'memberIndex' was called on null.
no_such_method_mirrors_test: Crash # NoSuchMethodError: Class 'KMethod' has no instance getter 'memberContext'.
no_such_method_test: Crash # NoSuchMethodError: Class 'KMethod' has no instance getter 'memberContext'.
optional_parameter_test: Crash # NoSuchMethodError: Class 'KMethod' has no instance getter 'memberContext'.
private_symbol_literal_test/01: MissingCompileTimeError
private_symbol_literal_test/02: MissingCompileTimeError
private_symbol_literal_test/03: MissingCompileTimeError
@ -405,7 +399,10 @@ truncation_errors_test: Crash # Assertion failure: Cannot find value local(main_
type_argument_factory_crash_test: Crash # Assertion failure: Cannot find value local(Maps_mapToString_closure.call#first) in (local(Maps_mapToString_closure.call#k), local(Maps_mapToString_closure.call#v), local(Maps.mapToString#)) for j:closure_call(Maps_mapToString_closure.call).
type_argument_factory_nocrash_test: Crash # Assertion failure: Cannot find value local(Maps_mapToString_closure.call#first) in (local(Maps_mapToString_closure.call#k), local(Maps_mapToString_closure.call#v), local(Maps.mapToString#)) for j:closure_call(Maps_mapToString_closure.call).
type_constant_switch_test/01: MissingCompileTimeError
type_error_message_test: Crash # NoSuchMethodError: The getter 'enclosingClass' was called on null.
23432_test: RuntimeError
no_such_method_mirrors_test: RuntimeError
regress/4639_test: RuntimeError
truncation_errors_test: RuntimeError
unconditional_dartio_import_test: CompileTimeError
useful_error_message_1_test: Crash # NoSuchMethodError: The getter 'enclosingClass' was called on null.
useful_error_message_1_test: RuntimeError

View file

@ -151,7 +151,6 @@ native_library_same_name_used_frog_test: CompileTimeError
native_method_inlining_test: Crash
native_mirror_test: Crash
native_mixin_field_test: RuntimeError
native_mixin_with_plain_test: Crash
native_named_constructors2_frog_test: CompileTimeError
native_named_constructors3_frog_test: CompileTimeError
native_no_such_method_exception3_frog_test: Crash
@ -160,7 +159,11 @@ native_no_such_method_exception5_frog_test: Crash
native_property_frog_test: CompileTimeError
native_wrapping_function3_frog_test: RuntimeError
optimization_hints_test: Crash
rti_only_native_test: Crash
native_method_inlining_test: RuntimeError
native_no_such_method_exception3_frog_test: RuntimeError
native_no_such_method_exception4_frog_test: RuntimeError
native_no_such_method_exception5_frog_test: RuntimeError
optimization_hints_test: RuntimeError
runtimetype_test: CompileTimeError
subclassing_constructor_1_test: RuntimeError
subclassing_constructor_2_test: RuntimeError
@ -186,7 +189,6 @@ native_library_same_name_used_frog_test: CompileTimeError
native_method_inlining_test: Crash # NoSuchMethodError: The method 'accept' was called on null.
native_mirror_test: Crash # Assertion failure: Cannot find value local(Maps_mapToString_closure.call#first) in (local(Maps_mapToString_closure.call#k), local(Maps_mapToString_closure.call#v), local(Maps.mapToString#)) for j:closure_call(Maps_mapToString_closure.call).
native_mixin_field_test: RuntimeError
native_mixin_with_plain_test: Crash # NoSuchMethodError: The getter 'memberIndex' was called on null.
native_named_constructors2_frog_test: CompileTimeError
native_named_constructors3_frog_test: CompileTimeError
native_no_such_method_exception3_frog_test: Crash # NoSuchMethodError: The getter 'memberIndex' was called on null.
@ -195,7 +197,11 @@ native_no_such_method_exception5_frog_test: Crash # NoSuchMethodError: The gette
native_property_frog_test: CompileTimeError
native_wrapping_function3_frog_test: RuntimeError
optimization_hints_test: Crash # NoSuchMethodError: The getter 'enclosingClass' was called on null.
rti_only_native_test: Crash # Assertion failure: Cannot find value local(Maps_mapToString_closure.call#first) in (local(Maps_mapToString_closure.call#k), local(Maps_mapToString_closure.call#v), local(Maps.mapToString#)) for j:closure_call(Maps_mapToString_closure.call).
native_method_inlining_test: RuntimeError
native_no_such_method_exception3_frog_test: RuntimeError
native_no_such_method_exception4_frog_test: RuntimeError
native_no_such_method_exception5_frog_test: RuntimeError
optimization_hints_test: RuntimeError
runtimetype_test: CompileTimeError
subclassing_constructor_1_test: RuntimeError
subclassing_constructor_2_test: RuntimeError

View file

@ -518,11 +518,13 @@ collection_test: Crash
collection_to_string_test: Crash
compare_to2_test: Crash
const_list_literal_test: Crash
const_list_set_range_test: Crash
const_list_literal_test: RuntimeError
core_runtime_types_test: Crash
data_uri_test: Crash
dynamic_nosuchmethod_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(NoSuchMethodError.toString#comma) is stored in a closure field.
dynamic_nosuchmethod_test: RuntimeError
error_stack_trace1_test: Crash # 'file:*/pkg/compiler/lib/src/js_model/closure.dart': Failed assertion: line 197 pos 9: 'closure != null': Corresponding closure class not found for j:getter(Iterable.iterator). Closures found for (j:closure_call(Closure_fromTearOff_closure.call), j:closure_call(Maps_mapToString_closure.call), j:closure_call(unwrapException_closure.call))
error_stack_trace1_test: RuntimeError
expando_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(Maps.mapToString#first) is stored in a closure field.
expando_test: RuntimeError
for_in_test: Crash
@ -531,8 +533,6 @@ hash_map2_test: Crash
hash_set_test/01: Crash
hash_set_test/none: Crash
hash_set_type_check_test: Crash # 'file:*/pkg/compiler/lib/src/js_model/closure.dart': Failed assertion: line 197 pos 9: 'closure != null': Corresponding closure class not found for j:getter(SetMixin.length). Closures found for (j:closure_call(Closure_fromTearOff_closure.call), j:closure_call(Maps_mapToString_closure.call), j:closure_call(main_closure.call), ..., j:closure_call(_LinkedCustomHashSet_closure.call), j:constructor(_LinkedCustomHashSet.))
hidden_library2_test/01: Crash
hidden_library2_test/none: Crash
int_from_environment3_test/01: MissingCompileTimeError
int_from_environment3_test/02: MissingCompileTimeError
int_from_environment3_test/03: MissingCompileTimeError
@ -547,10 +547,8 @@ integer_to_radix_string_test: Crash # Assertion failure: Cannot find value local
integer_to_string_test/01: Crash
is_operator_basic_types_test: Crash
iterable_contains2_test: Crash
iterable_contains_test: Crash
iterable_element_at_test: Crash
iterable_empty_test: Crash
iterable_expand_test: Crash
iterable_first_test: Crash
iterable_first_where_test: Crash
iterable_fold_test: Crash
@ -559,7 +557,6 @@ iterable_generate_test/none: Crash
iterable_join_test: Crash
iterable_last_test: Crash
iterable_last_where_test: Crash
iterable_length_test: Crash
iterable_mapping_test/01: Crash # 'file:*/pkg/compiler/lib/src/js_model/closure.dart': Failed assertion: line 197 pos 9: 'closure != null': Corresponding closure class not found for j:method(Iterator.moveNext). Closures found for (j:closure_call(Closure_fromTearOff_closure.call), j:closure_call(Maps_mapToString_closure.call), j:closure_call(main_closure.call), ..., j:closure_call(_LinkedCustomHashSet_closure.call), j:constructor(_LinkedCustomHashSet.))
iterable_mapping_test/none: Crash # 'file:*/pkg/compiler/lib/src/js_model/closure.dart': Failed assertion: line 197 pos 9: 'closure != null': Corresponding closure class not found for j:method(Iterator.moveNext). Closures found for (j:closure_call(Closure_fromTearOff_closure.call), j:closure_call(Maps_mapToString_closure.call), j:closure_call(main_closure.call), ..., j:closure_call(_LinkedCustomHashSet_closure.call), j:constructor(_LinkedCustomHashSet.))
iterable_reduce_test: Crash
@ -572,70 +569,76 @@ iterable_skip_test: Crash
iterable_skip_while_test: Crash
iterable_take_test: Crash
iterable_take_while_test: Crash
iterable_test: Crash
iterable_to_list_test/01: Crash
iterable_to_list_test/none: Crash
iterable_to_set_test: Crash
iterable_tostring_test: Crash
json_map_test: Crash
linked_hash_map_from_iterable_test: Crash # Assertion failure: Cannot find value local(Maps_mapToString_closure.call#first) in (local(Maps_mapToString_closure.call#k), local(Maps_mapToString_closure.call#v), local(Maps.mapToString#)) for j:closure_call(Maps_mapToString_closure.call).
linked_hash_map_from_iterables_test: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
linked_hash_map_test: Crash
list_as_map_test: Crash
list_concurrent_modify_test: Crash # Assertion failure: Missing scope info for j:method(Iterator.moveNext).
list_contains_argument_order_test: Crash
list_get_range_test: Crash
list_insert_all_test: Crash
list_insert_test: Crash
list_map_test: Crash
list_map_test: RuntimeError
list_replace_range_test: Crash
list_reversed_test: Crash
list_reversed_test: RuntimeError
list_set_all_test: Crash
list_set_range_test: Crash
list_set_range_test: RuntimeError
list_test/01: Crash
list_test/none: Crash
list_unmodifiable_test: Crash
main_test: Crash
map_contains_value_test: Crash
map_from_iterable_test: Crash
map_from_iterables_test: Crash
map_from_test: Crash
map_keys2_test: Crash
map_keys_test: Crash
map_test: Crash # Issue 27394
map_values2_test: Crash
map_values3_test: Crash
map_values4_test: Crash
map_values_test: Crash
maps_test: Crash
nan_infinity_test/01: RuntimeError
null_nosuchmethod_test: Crash
queue_first_test: Crash
queue_iterator_test: Crash
queue_last_test: Crash
queue_single_test: Crash
queue_test: Crash
range_error_test: Crash
reg_exp4_test: Crash
range_error_test: RuntimeError
reg_exp5_test: Crash
reg_exp5_test: RuntimeError
reg_exp_all_matches_test: Crash
reg_exp_all_matches_test: RuntimeError
reg_exp_start_end_test: Crash
reg_exp_start_end_test: RuntimeError
regexp/ascii-regexp-subject_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(main#i) is stored in a closure field.
regexp/capture_test: Crash
regexp/capture_test: RuntimeError
regexp/ecma-regex-examples_test: Crash
regexp/ecma-regex-examples_test: RuntimeError
regexp/extended-characters-more_test: Crash
regexp/extended-characters-more_test: RuntimeError
regexp/global_test: Crash
regexp/global_test: RuntimeError
regexp/indexof_test: Crash
regexp/indexof_test: RuntimeError
regexp/issue_19193_test: Crash
regexp/issue_19193_test: RuntimeError
regexp/lastindex_test: Crash
regexp/lastindex_test: RuntimeError
regexp/no-extensions_test: Crash
regexp/no-extensions_test: RuntimeError
regexp/non-capturing-groups_test: Crash
regexp/non-capturing-groups_test: RuntimeError
regexp/parentheses_test: Crash
regexp/parentheses_test: RuntimeError
regexp/pcre-test-4_test: Crash
regexp/pcre-test-4_test: RuntimeError
regexp/regexp_kde_test: Crash
regexp/regexp_kde_test: RuntimeError
regexp/regexp_test: Crash
regexp/regexp_test: RuntimeError
regexp/regress-regexp-codeflush_test: Crash
regexp/regress-regexp-codeflush_test: RuntimeError
regexp/standalones_test: Crash
regexp/standalones_test: RuntimeError
set_containsAll_test: Crash
set_contains_test: Crash
set_intersection_test: Crash
@ -651,7 +654,7 @@ splay_tree_from_iterables_test: Crash
splay_tree_test/01: Crash
splay_tree_test/02: Crash
splay_tree_test/none: Crash
stacktrace_current_test: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
stacktrace_current_test: RuntimeError
stacktrace_fromstring_test: Crash
string_buffer_test: RuntimeError
string_codeunits_test: Crash
@ -662,20 +665,20 @@ string_from_environment3_test/04: MissingCompileTimeError
string_from_environment3_test/05: Crash
string_from_list_test: Crash
string_fromcharcodes_test: Crash
string_operations_with_null_test: Crash
string_pattern_test: Crash
string_replace_all_test: Crash
string_pattern_test: RuntimeError
string_replace_dollar_test: Crash
string_replace_dollar_test: RuntimeError
string_replace_static_test: Crash
string_replace_test: Crash
string_runes_test: Crash
string_replace_test: RuntimeError
string_source_test: Crash
string_split_test: Crash
string_test: Crash
string_to_lower_case_test: Crash
string_trimlr_test/02: Crash
symbol_operator_test/03: Crash
symbol_operator_test/none: Crash
symbol_operator_test/03: RuntimeError
symbol_operator_test/none: RuntimeError
symbol_reserved_word_test/04: MissingCompileTimeError
symbol_reserved_word_test/05: MissingCompileTimeError
symbol_reserved_word_test/06: RuntimeError
@ -736,12 +739,14 @@ collection_test: Crash
collection_to_string_test: Crash
compare_to2_test: Crash
const_list_literal_test: Crash
const_list_set_range_test: Crash
const_list_literal_test: RuntimeError
core_runtime_types_static_test: Crash
core_runtime_types_test: Crash
data_uri_test: Crash
dynamic_nosuchmethod_test: Crash
dynamic_nosuchmethod_test: RuntimeError
error_stack_trace1_test: Crash
error_stack_trace1_test: RuntimeError
expando_test: RuntimeError
for_in_test: Crash
from_environment_const_type_test/02: Crash
@ -773,8 +778,6 @@ hash_map2_test: Crash
hash_set_test/01: Crash
hash_set_test/none: Crash
hash_set_type_check_test: Crash # NoSuchMethodError: The getter 'name' was called on null.
hidden_library2_test/01: Crash
hidden_library2_test/none: Crash
int_from_environment3_test/01: MissingCompileTimeError
int_from_environment3_test/02: MissingCompileTimeError
int_from_environment3_test/03: MissingCompileTimeError
@ -789,11 +792,9 @@ int_parse_radix_test/badTypes: Crash # NoSuchMethodError: The getter 'closureCla
integer_to_radix_string_test: Crash # Assertion failure: Cannot find value local(unwrapException_closure.call#ex) in (local(unwrapException_closure.call#error), local(unwrapException#saveStackTrace), local(unwrapException_closure.call#thrownStackTrace)) for j:closure_call(unwrapException_closure.call).
is_operator_basic_types_test: Crash # Assertion failure: Runtime type information not available for type_variable_local(CodeUnits.#E) in j:constructor(CodeUnits.).
iterable_contains2_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
iterable_contains_test: Crash # Assertion failure: Cannot find value local(test_closure.call#notInList) in (local(test_closure.call#list), local(test#testList), local(test_closure.call#i)) for j:closure_call(test_closure.call).
iterable_element_at_test/none: Crash # Assertion failure: Cannot find value local(main_closure.call#set2) in (local(main#)) for j:closure_call(main_closure.call).
iterable_element_at_test/static: Crash # Assertion failure: Cannot find value local(main_closure.call#set2) in (local(main#)) for j:closure_call(main_closure.call).
iterable_empty_test: Crash # Assertion failure: Cannot find value local(main#testEmpty) in () for j:method(main).
iterable_expand_test: Crash # UnimplementedError: KernelClosedWorldMixin.getAppliedMixin
iterable_first_test: Crash # Assertion failure: Cannot find value local(main_closure.call#set2) in (local(main#)) for j:closure_call(main_closure.call).
iterable_first_where_test: Crash # Assertion failure: Cannot find value local(main_closure.call#set2) in (local(main#)) for j:closure_call(main_closure.call).
iterable_fold_test/01: Crash # Assertion failure: Super constructor for k:constructor(SplayTreeSet.) not found.
@ -804,7 +805,6 @@ iterable_generate_test/none: Crash
iterable_join_test: Crash
iterable_last_test: Crash
iterable_last_where_test: Crash
iterable_length_test: Crash
iterable_mapping_test/01: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
iterable_mapping_test/none: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
iterable_reduce_test: Crash
@ -817,71 +817,77 @@ iterable_skip_test: Crash
iterable_skip_while_test: Crash # NoSuchMethodError: The getter 'enclosingClass' was called on null.
iterable_take_test: Crash # Assertion failure: Cannot find value local(main_closure.call#set2) in (local(main#)) for j:closure_call(main_closure.call).
iterable_take_while_test: Crash # NoSuchMethodError: The getter 'enclosingClass' was called on null.
iterable_test: Crash # NoSuchMethodError: The getter 'enclosingClass' was called on null.
iterable_to_list_test/01: Crash # UnimplementedError: KernelClosedWorldMixin.getAppliedMixin
iterable_to_list_test/none: Crash # NoSuchMethodError: The getter 'enclosingClass' was called on null.
iterable_to_set_test: Crash # NoSuchMethodError: The getter 'enclosingClass' was called on null.
iterable_tostring_test: Crash # NoSuchMethodError: The getter 'enclosingClass' was called on null.
json_map_test: Crash # Assertion failure: Cannot find value local(listEach_closure.call#result) in (local(listEach_closure.call#key), local(listEach_closure.call#value), local(listEach#)) for j:closure_call(listEach_closure.call).
linked_hash_map_from_iterable_test: Crash # NoSuchMethodError: The getter 'typeArguments' was called on null.
linked_hash_map_from_iterables_test: Crash # Assertion failure: Cannot find value local(Maps_mapToString_closure.call#first) in (local(Maps_mapToString_closure.call#k), local(Maps_mapToString_closure.call#v), local(Maps.mapToString#)) for j:closure_call(Maps_mapToString_closure.call).
linked_hash_map_test: Crash # Assertion failure: Cannot find value local(LinkedHashMapTest_testMain_closure.call#keys) in (local(LinkedHashMapTest_testMain_closure.call#v), local(LinkedHashMapTest.testMain#testForEachKey)) for j:closure_call(LinkedHashMapTest_testMain_closure.call).
list_as_map_test: Crash # Assertion failure: Cannot find value local(Maps_mapToString_closure.call#first) in (local(Maps_mapToString_closure.call#k), local(Maps_mapToString_closure.call#v), local(Maps.mapToString#)) for j:closure_call(Maps_mapToString_closure.call).
list_concurrent_modify_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
list_contains_argument_order_test: Crash # NoSuchMethodError: The getter 'enclosingClass' was called on null.
list_get_range_test: Crash # UnimplementedError: KernelClosedWorldMixin.getAppliedMixin
list_insert_all_test: Crash # UnimplementedError: KernelClosedWorldMixin.getAppliedMixin
list_insert_test: Crash # UnimplementedError: KernelClosedWorldMixin.getAppliedMixin
list_map_test: Crash
list_map_test: RuntimeError
list_replace_range_test: Crash
list_reversed_test: Crash
list_reversed_test: RuntimeError
list_set_all_test: Crash
list_set_range_test: Crash
list_set_range_test: RuntimeError
list_test/01: Crash
list_test/none: Crash
list_unmodifiable_test: Crash
main_test: Crash
map_contains_value_test: Crash
map_from_iterable_test: Crash
map_from_iterables_test: Crash
map_from_test: Crash
map_keys2_test: Crash
map_keys_test: Crash
map_test: Crash # Issue 27394
map_values2_test: Crash
map_values3_test: Crash
map_values4_test: Crash
map_values_test: Crash
maps_test: Crash
nan_infinity_test/01: RuntimeError
null_nosuchmethod_test: Crash
queue_first_test: Crash
queue_iterator_test: Crash
queue_last_test: Crash
queue_single_test: Crash
queue_test: Crash
range_error_test: Crash
reg_exp4_test: Crash
range_error_test: RuntimeError
reg_exp5_test: Crash
reg_exp5_test: RuntimeError
reg_exp_all_matches_test: Crash
reg_exp_all_matches_test: RuntimeError
reg_exp_start_end_test: Crash
reg_exp_start_end_test: RuntimeError
regexp/ascii-regexp-subject_test: Crash # RangeError (index): Invalid value: Only valid value is 0: 1
regexp/ascii-regexp-subject_test: Timeout
regexp/capture_test: Crash
regexp/capture_test: RuntimeError
regexp/ecma-regex-examples_test: Crash
regexp/ecma-regex-examples_test: RuntimeError
regexp/extended-characters-more_test: Crash
regexp/extended-characters-more_test: RuntimeError
regexp/global_test: Crash
regexp/global_test: RuntimeError
regexp/indexof_test: Crash
regexp/indexof_test: RuntimeError
regexp/issue_19193_test: Crash
regexp/issue_19193_test: RuntimeError
regexp/lastindex_test: Crash
regexp/lastindex_test: RuntimeError
regexp/no-extensions_test: Crash
regexp/no-extensions_test: RuntimeError
regexp/non-capturing-groups_test: Crash
regexp/non-capturing-groups_test: RuntimeError
regexp/parentheses_test: Crash
regexp/parentheses_test: RuntimeError
regexp/pcre-test-4_test: Crash
regexp/pcre-test-4_test: RuntimeError
regexp/regexp_kde_test: Crash
regexp/regexp_kde_test: RuntimeError
regexp/regexp_test: Crash
regexp/regexp_test: RuntimeError
regexp/regress-regexp-codeflush_test: Crash
regexp/regress-regexp-codeflush_test: RuntimeError
regexp/standalones_test: Crash
regexp/standalones_test: RuntimeError
regress_r21715_test: Crash
set_containsAll_test: Crash
set_contains_test: Crash
@ -898,7 +904,7 @@ splay_tree_from_iterables_test: Crash
splay_tree_test/01: Crash
splay_tree_test/02: Crash
splay_tree_test/none: Crash
stacktrace_current_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
stacktrace_current_test: RuntimeError
stacktrace_fromstring_test: Crash
string_base_vm_static_test: Crash
string_buffer_test: RuntimeError
@ -910,21 +916,21 @@ string_from_environment3_test/04: MissingCompileTimeError
string_from_environment3_test/05: Crash
string_from_list_test: Crash
string_fromcharcodes_test: Crash
string_operations_with_null_test: Crash
string_pattern_test: Crash
string_replace_all_test: Crash
string_pattern_test: RuntimeError
string_replace_dollar_test: Crash
string_replace_dollar_test: RuntimeError
string_replace_static_test: Crash
string_replace_test: Crash
string_runes_test: Crash
string_replace_test: RuntimeError
string_source_test: Crash
string_split_test: Crash
string_static_test: Crash
string_test: Crash
string_to_lower_case_test: Crash
string_trimlr_test/02: Crash
symbol_operator_test/03: Crash
symbol_operator_test/none: Crash
symbol_operator_test/03: RuntimeError
symbol_operator_test/none: RuntimeError
symbol_reserved_word_test/04: MissingCompileTimeError
symbol_reserved_word_test/05: MissingCompileTimeError
symbol_reserved_word_test/06: RuntimeError

View file

@ -493,8 +493,11 @@ await_regression_test: Crash # Assertion failure: Missing scope info for j:gette
await_test: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
check_member_static_test/02: MissingCompileTimeError
closure_in_field_test/01: Crash # 'file:*/pkg/compiler/lib/src/ssa/builder_kernel.dart': Failed assertion: line 342 pos 14: 'value != null': No value for field j:field(Mixin.field)
closure_in_field_test/01: RuntimeError
closure_in_field_test/02: Crash # 'file:*/pkg/compiler/lib/src/ssa/builder_kernel.dart': Failed assertion: line 342 pos 14: 'value != null': No value for field j:field(Mixin.field)
closure_in_field_test/02: RuntimeError
closure_in_field_test/none: Crash # 'file:*/pkg/compiler/lib/src/ssa/builder_kernel.dart': Failed assertion: line 342 pos 14: 'value != null': No value for field j:field(Mixin.field)
closure_in_field_test/none: RuntimeError
compile_time_constant_m_test: RuntimeError
compile_time_constant_p_test/01: Crash # Internal problem: No constructor named '_DuplicatedFieldInitializerError::' in 'dart:core'.
conditional_import_string_test: CompileTimeError
@ -513,7 +516,6 @@ const_factory_with_body_test/01: MissingCompileTimeError
const_instance_field_test/01: MissingCompileTimeError
const_map2_test/00: MissingCompileTimeError
const_map3_test/00: MissingCompileTimeError
const_map_test: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
const_optional_args_negative_test: Crash # UnimplementedError: Unimplemented constant expression <dynamic, dynamic>{} (ShadowMapLiteral)
const_switch2_test/01: MissingCompileTimeError
const_switch_test/02: RuntimeError
@ -557,7 +559,6 @@ constructor_redirect2_negative_test: Crash # Stack Overflow
constructor_redirect2_test/01: MissingCompileTimeError
constructor_redirect_test/01: Crash # Assertion failure: Cannot find value Instance of 'ThisLocal' in (parameter(A.named2#x), parameter(A.named2#y), parameter(A.named2#z)) for j:constructor(A.named2).
crash_6725_test/01: Crash # NoSuchMethodError: The method 'startsWith' was called on null.
ct_const_test: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
custom_await_stack_trace_test: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
cyclic_constructor_test/01: Crash # Stack Overflow
cyclic_default_values_test: Crash # Assertion failure: Cannot find value Instance of 'ThisLocal' in (parameter(JsLinkedHashMap.addAll#key), parameter(JsLinkedHashMap.addAll#value), local(JsLinkedHashMap.addAll#)) for j:closure_call(JsLinkedHashMap_addAll_closure.call).
@ -652,7 +653,6 @@ factory_redirection_test/14: Crash # NoSuchMethodError: The method 'hasSubclass'
factory_redirection_test/none: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
fauxverride_test/03: MissingCompileTimeError
fauxverride_test/05: MissingCompileTimeError
field_increment_bailout_test: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
field_initialization_order_test: RuntimeError
field_override3_test/00: MissingCompileTimeError
field_override3_test/01: MissingCompileTimeError
@ -662,21 +662,7 @@ field_override4_test/02: MissingCompileTimeError
final_attempt_reinitialization_test/01: Crash # Internal problem: No constructor named '_DuplicatedFieldInitializerError::' in 'dart:core'.
final_attempt_reinitialization_test/02: Crash # Internal problem: No constructor named '_DuplicatedFieldInitializerError::' in 'dart:core'.
final_field_initialization_order_test: RuntimeError
final_super_field_set_test/01: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
final_syntax_test/09: Crash # Internal problem: No constructor named '_DuplicatedFieldInitializerError::' in 'dart:core'.
first_class_types_literals_test/01: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
first_class_types_literals_test/02: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
first_class_types_literals_test/03: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
first_class_types_literals_test/04: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
first_class_types_literals_test/05: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
first_class_types_literals_test/06: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
first_class_types_literals_test/07: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
first_class_types_literals_test/08: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
first_class_types_literals_test/09: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
first_class_types_literals_test/10: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
first_class_types_literals_test/11: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
first_class_types_literals_test/12: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
first_class_types_literals_test/none: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
flatten_test/01: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
flatten_test/02: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
flatten_test/03: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
@ -717,9 +703,6 @@ function_test: RuntimeError
function_type_alias3_test: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
function_type_parameter2_negative_test: Crash # UnimplementedError: Unimplemented constant expression (dynamic i) → dynamic => "${i}" (ShadowFunctionExpression)
function_type_parameter_negative_test: Crash # UnimplementedError: Unimplemented constant expression (dynamic i) → dynamic => "${i}" (ShadowFunctionExpression)
implicit_this_test/01: Crash # Assertion failure: Missing scope info for j:getter(SubAbstract2.x).
implicit_this_test/04: Crash # Assertion failure: Missing scope info for j:getter(SubAbstract2.x).
implicit_this_test/none: Crash # Assertion failure: Missing scope info for j:getter(SubAbstract2.x).
import_collection_no_prefix_test: Crash # Assertion failure: Missing scope info for j:getter(_SplayTree._root).
infinite_switch_label_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 308 pos 12: 'local != null': is not true.
infinity_test: RuntimeError
@ -733,24 +716,20 @@ internal_library_test/02: Crash # type 'DillLibraryBuilder' is not a subtype of
invocation_mirror2_test: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
invocation_mirror_empty_arguments_test: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
invocation_mirror_invoke_on2_test: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
invocation_mirror_invoke_on_test: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
invocation_mirror_test: Crash # NoSuchMethodError: The getter 'function' was called on null.
is_malformed_type_test/94: Crash # Internal Error: Non-empty instruction stack
is_malformed_type_test/96: Crash # Internal Error: Non-empty instruction stack
is_malformed_type_test/98: Crash # Internal Error: Non-empty instruction stack
is_object_test: RuntimeError
issue10721_test: Crash # Assertion failure: Missing scope info for j:method(Iterator.moveNext).
issue10747_test: Crash # type 'JClass' is not a subtype of type 'ClassElement' of 'contextClass' where
issue13474_test: RuntimeError
issue14014_3_test: Crash # NoSuchMethodError: The getter 'typeArguments' was called on null.
issue14242_test: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
issue15720_test: Crash # Assertion failure: Missing scope info for j:getter(SetMixin.length).
issue21079_test: Crash # Assertion failure: Missing scope info for j:getter(Iterator.current).
issue23244_test: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
issue4295001_test: Crash # Assertion failure: Cannot find value parameter(Issue4295001Test.#s) in (parameter(Issue4295001Test.#s), Instance of 'ThisLocal') for j:constructor_body(Issue4295001Test.).
issue9939_test: RuntimeError
issue_1751477_test: CompileTimeError
issue_23914_test: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
issue_25671a_test/01: Crash # Assertion failure: Missing scope info for j:method(createInvocationMirror).
issue_25671b_test/01: Crash # Assertion failure: Missing scope info for j:method(createInvocationMirror).
label_test: Crash # RangeError (index): Invalid value: Valid value range is empty: 0
@ -766,7 +745,6 @@ list_test: Crash # Assertion failure: Missing scope info for j:getter(Iterable.i
local_function3_test: RuntimeError
local_function_test: Crash # Assertion failure: Cannot find value Instance of 'ThisLocal' in (parameter(LocalFunctionTest.testExecute#x), local(LocalFunctionTest.testExecute#)) for j:closure_call(LocalFunctionTest_testExecute_closure.call).
local_function_test: RuntimeError
logical_expression_test: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
main_not_a_function_test/01: CompileTimeError
main_test/01: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
main_test/02: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
@ -790,13 +768,10 @@ malformed_test/04: Crash # 'package:front_end/src/fasta/kernel/kernel_class_buil
malformed_test/06: Crash # 'package:front_end/src/fasta/kernel/kernel_class_builder.dart': Failed assertion: line 83 pos 12: 'arguments == null || cls.typeParameters.length == arguments.length': is not true.
malformed_test/none: Crash # 'package:front_end/src/fasta/kernel/kernel_class_builder.dart': Failed assertion: line 83 pos 12: 'arguments == null || cls.typeParameters.length == arguments.length': is not true.
many_named_arguments_test: Crash # Assertion failure: Cannot find value Instance of 'ThisLocal' in (parameter(ReflectionInfo.sortedIndex#name), local(ReflectionInfo.sortedIndex#)) for j:closure_call(ReflectionInfo_sortedIndex_closure.call).
many_overridden_no_such_method_test: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
map_literal10_test: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
map_literal4_test: RuntimeError
map_literal7_test: Crash # type 'InterfaceType' is not a subtype of type 'ResolutionInterfaceType' of 'type1' where
map_literal8_test: Crash # type 'InterfaceType' is not a subtype of type 'ResolutionInterfaceType' of 'type1' where
map_literal_syntax_test: Crash # type 'InterfaceType' is not a subtype of type 'ResolutionInterfaceType' of 'type1' where
map_test: Crash # Assertion failure: Cannot find value Instance of 'ThisLocal' in (parameter(JsLinkedHashMap.containsValue#each), local(JsLinkedHashMap.containsValue#)) for j:closure_call(JsLinkedHashMap_containsValue_closure.call).
method_name_test: CompileTimeError
method_override4_test: RuntimeError
method_override5_test: RuntimeError
@ -807,6 +782,7 @@ method_override8_test/00: Crash # type 'ShadowField' is not a subtype of type 'P
method_override8_test/01: MissingCompileTimeError
mint_arithmetic_test: RuntimeError
mixin_black_listed_test/02: Crash # Assertion failure: Super constructor for k:constructor(D1.) not found.
mixin_black_listed_test/02: MissingCompileTimeError
mixin_bound_test: Crash # Assertion failure: Missing scope info for j:getter(SubtractionWithStringConversion.operand1).
mixin_forwarding_constructor4_test/01: MissingCompileTimeError
mixin_forwarding_constructor4_test/02: MissingCompileTimeError
@ -841,18 +817,24 @@ mixin_illegal_superclass_test/15: MissingCompileTimeError
mixin_illegal_superclass_test/16: MissingCompileTimeError
mixin_illegal_superclass_test/17: MissingCompileTimeError
mixin_illegal_superclass_test/18: Crash # Assertion failure: Super constructor for k:constructor(D05.) not found.
mixin_illegal_superclass_test/18: MissingCompileTimeError
mixin_illegal_superclass_test/19: MissingCompileTimeError
mixin_illegal_superclass_test/20: Crash # Assertion failure: Super constructor for k:constructor(D07.) not found.
mixin_illegal_superclass_test/20: MissingCompileTimeError
mixin_illegal_superclass_test/21: MissingCompileTimeError
mixin_illegal_superclass_test/22: MissingCompileTimeError
mixin_illegal_superclass_test/23: Crash # Assertion failure: Super constructor for k:constructor(D15.) not found.
mixin_illegal_superclass_test/23: MissingCompileTimeError
mixin_illegal_superclass_test/24: MissingCompileTimeError
mixin_illegal_superclass_test/25: Crash # Assertion failure: Super constructor for k:constructor(D17.) not found.
mixin_illegal_superclass_test/25: MissingCompileTimeError
mixin_illegal_superclass_test/26: MissingCompileTimeError
mixin_illegal_superclass_test/27: MissingCompileTimeError
mixin_illegal_superclass_test/28: Crash # Assertion failure: Super constructor for k:constructor(D25.) not found.
mixin_illegal_superclass_test/28: MissingCompileTimeError
mixin_illegal_superclass_test/29: MissingCompileTimeError
mixin_illegal_superclass_test/30: Crash # Assertion failure: Super constructor for k:constructor(D27.) not found.
mixin_illegal_superclass_test/30: MissingCompileTimeError
mixin_issue10216_2_test: RuntimeError
mixin_mixin2_test: RuntimeError
mixin_mixin3_test: RuntimeError
@ -928,7 +910,6 @@ mixin_supertype_subclass_test/05: CompileTimeError
mixin_supertype_subclass_test/none: CompileTimeError
mixin_type_parameter3_test: Crash # Assertion failure: Super constructor for k:constructor(B.) not found.
mixin_type_parameter4_test: Crash # 'package:js_ast/src/nodes.dart': Failed assertion: line 1316 pos 12: '_identifierRE.hasMatch(name)': is not true.
mixin_type_parameter6_test: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
modulo_test: RuntimeError
multiline_newline_test/04: MissingCompileTimeError
multiline_newline_test/04r: MissingCompileTimeError
@ -951,12 +932,6 @@ naming_test: Crash # Assertion failure: Cannot find value parameter(Hoisting.neg
nan_identical_test: RuntimeError
nested_switch_label_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 308 pos 12: 'local != null': is not true.
no_main_test/01: CompileTimeError
no_such_method2_test: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
no_such_method3_test: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
no_such_method_dispatcher_test: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
no_such_method_empty_selector_test: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
no_such_method_subtype_test: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
no_such_method_test: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
not_enough_positional_arguments_test/01: Crash # 'file:*/pkg/compiler/lib/src/ssa/builder_kernel.dart': Failed assertion: line 529 pos 11: '_elementMap.getClass(constructor.enclosingClass) ==
not_enough_positional_arguments_test/02: Crash # 'file:*/pkg/compiler/lib/src/ssa/builder_kernel.dart': Failed assertion: line 529 pos 11: '_elementMap.getClass(constructor.enclosingClass) ==
not_enough_positional_arguments_test/05: Crash # 'file:*/pkg/compiler/lib/src/ssa/builder_kernel.dart': Failed assertion: line 529 pos 11: '_elementMap.getClass(constructor.enclosingClass) ==
@ -965,8 +940,6 @@ null_test/03: Crash # Assertion failure: Cannot find value Instance of 'ThisLoca
null_test/none: Crash # Assertion failure: Cannot find value Instance of 'ThisLocal' in (parameter(ReflectionInfo.sortedIndex#name), local(ReflectionInfo.sortedIndex#)) for j:closure_call(ReflectionInfo_sortedIndex_closure.call).
number_identity2_test: RuntimeError
numbers_test: RuntimeError
ordered_maps_test: Crash # Assertion failure: Cannot find value Instance of 'ThisLocal' in (parameter(JsLinkedHashMap.values#each), local(JsLinkedHashMap.values#)) for j:closure_call(JsLinkedHashMap_values_closure.call).
overridden_no_such_method_test: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
override_field_method1_negative_test: Crash # type 'ShadowField' is not a subtype of type 'Procedure' of 'value' where
override_field_method2_negative_test: Fail
override_field_method4_negative_test: Fail
@ -976,20 +949,12 @@ override_inheritance_mixed_test/01: Crash # type 'ShadowField' is not a subtype
override_inheritance_mixed_test/02: MissingCompileTimeError
override_inheritance_mixed_test/03: MissingCompileTimeError
override_inheritance_mixed_test/04: MissingCompileTimeError
override_inheritance_no_such_method_test/03: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
override_inheritance_no_such_method_test/04: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
override_inheritance_no_such_method_test/05: Crash # Assertion failure: Missing scope info for j:method(Class1.noSuchMethod).
override_inheritance_no_such_method_test/08: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
override_inheritance_no_such_method_test/11: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
override_inheritance_no_such_method_test/13: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
override_method_with_field_test/01: MissingCompileTimeError
parameter_types_specialization_test: RuntimeError
parse_closures_in_initializers_test: RuntimeError
positional_parameters_type_test/01: MissingRuntimeError
positional_parameters_type_test/02: MissingRuntimeError
private_super_constructor_test/01: Crash # 'file:*/pkg/compiler/lib/src/ssa/builder_kernel.dart': Failed assertion: line 529 pos 11: '_elementMap.getClass(constructor.enclosingClass) ==
proxy4_test: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
proxy5_test: Crash # Assertion failure: Missing scope info for j:method(Mock.noSuchMethod).
redirecting_constructor_initializer_test: RuntimeError
redirecting_factory_default_values_test/01: MissingCompileTimeError
redirecting_factory_default_values_test/02: MissingCompileTimeError
@ -1022,7 +987,6 @@ regress_24283_test: RuntimeError
regress_24567_test: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
regress_24935_test/01: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
regress_24935_test/none: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
regress_25550_test: Crash # Assertion failure: Missing scope info for j:method(MockAdder.call).
regress_26133_test: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
regress_26175_test: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
regress_26668_test: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
@ -1035,17 +999,6 @@ regress_28217_test/none: Crash # 'file:*/pkg/compiler/lib/src/ssa/builder_kernel
regress_28255_test: Crash # Assertion failure: Missing scope info for j:getter(Iterator.current).
regress_28278_test: CompileTimeError
regress_29349_test: CompileTimeError
closure_in_field_test/01: RuntimeError
closure_in_field_test/02: RuntimeError
closure_in_field_test/none: RuntimeError
mixin_black_listed_test/02: MissingCompileTimeError
mixin_illegal_superclass_test/18: MissingCompileTimeError
mixin_illegal_superclass_test/20: MissingCompileTimeError
mixin_illegal_superclass_test/23: MissingCompileTimeError
mixin_illegal_superclass_test/25: MissingCompileTimeError
mixin_illegal_superclass_test/28: MissingCompileTimeError
mixin_illegal_superclass_test/30: MissingCompileTimeError
regress_30121_test: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
runtime_type_function_test: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
setter_declaration2_negative_test: Crash # RangeError (index): Invalid value: Valid value range is empty: 0
setter_declaration_negative_test: Fail
@ -1061,20 +1014,14 @@ stacktrace_rethrow_nonerror_test: Crash # Assertion failure: Missing scope info
stacktrace_test: RuntimeError
statement_test: Crash # RangeError (index): Invalid value: Valid value range is empty: 0
static_getter_no_setter1_test/01: RuntimeError
static_getter_no_setter2_test/01: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
static_getter_no_setter2_test/none: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
static_getter_no_setter3_test/01: RuntimeError
static_setter_get_test/01: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
string_join_test: RuntimeError
string_split_test: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
super_bound_closure_test/01: RuntimeError
super_bound_closure_test/none: RuntimeError
super_call4_test: Crash # NoSuchMethodError: The getter 'function' was called on null.
super_closure_test: Crash # Assertion failure: Cannot find value Instance of 'ThisLocal' in (local(Sub.buildClosures#)) for j:closure_call(Sub_buildClosures_closure.call).
super_getter_setter_test: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
super_no_such_method1_test/01: Crash # NoSuchMethodError: The getter 'function' was called on null.
super_no_such_method2_test/01: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
super_no_such_method3_test/01: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
super_no_such_method4_test/01: Crash # NoSuchMethodError: The getter 'function' was called on null.
super_no_such_method5_test/01: Crash # NoSuchMethodError: The getter 'function' was called on null.
super_operator_index5_test: Crash # NoSuchMethodError: The getter 'function' was called on null.
@ -1136,17 +1083,48 @@ type_parameter_test/04: Crash # type 'JClosureClass' is not a subtype of type 'C
type_parameter_test/05: Crash # type 'JClosureClass' is not a subtype of type 'ClosureClassElement' of 'closureClass' where
type_parameter_test/06: Crash # type 'JClosureClass' is not a subtype of type 'ClosureClassElement' of 'closureClass' where
type_parameter_test/none: Crash # type 'JClosureClass' is not a subtype of type 'ClosureClassElement' of 'closureClass' where
type_propagation2_test: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
for_variable_capture_test: RuntimeError
full_stacktrace1_test: RuntimeError
full_stacktrace2_test: RuntimeError
full_stacktrace3_test: RuntimeError
interceptor3_test: RuntimeError
invocation_mirror2_test: RuntimeError
invocation_mirror_invoke_on2_test: RuntimeError
mixin_bound_test: RuntimeError
mixin_super_constructor2_test: RuntimeError
mixin_super_constructor_default_test: RuntimeError
mixin_super_constructor_named_test/01: MissingCompileTimeError
mixin_super_constructor_named_test/none: RuntimeError
mixin_super_constructor_positionals_test/01: MissingCompileTimeError
mixin_super_constructor_positionals_test/none: RuntimeError
mixin_super_constructor_test: RuntimeError
reg_exp_test: RuntimeError
regress_27572_test: RuntimeError
runtime_type_function_test: RuntimeError
stack_trace_test: RuntimeError
stacktrace_demangle_ctors_test: RuntimeError
stacktrace_rethrow_error_test/none: RuntimeError
stacktrace_rethrow_error_test/withtraceparameter: RuntimeError
stacktrace_rethrow_nonerror_test: RuntimeError
super_getter_setter_test: RuntimeError
symbol_conflict_test: RuntimeError
sync_generator1_test/01: RuntimeError
sync_generator1_test/none: RuntimeError
sync_generator3_test/test1: RuntimeError
sync_generator3_test/test2: RuntimeError
syncstar_less_than_test: RuntimeError
syncstar_yield_test/copyParameters: RuntimeError
syncstar_yield_test/none: RuntimeError
type_variable_bounds3_test/00: Crash # type 'JClass' is not a subtype of type 'ClassElement' of 'contextClass' where
type_variable_bounds_test/10: Crash # 'package:front_end/src/fasta/kernel/kernel_class_builder.dart': Failed assertion: line 83 pos 12: 'arguments == null || cls.typeParameters.length == arguments.length': is not true.
type_variable_closure2_test: Crash # NoSuchMethodError: The getter 'typeArguments' was called on null.
type_variable_closure3_test: Crash # type 'JClosureClass' is not a subtype of type 'ClosureClassElement' of 'closureClass' where
type_variable_closure4_test: Crash # NoSuchMethodError: The getter 'typeArguments' was called on null.
type_variable_closure_test: Crash # NoSuchMethodError: The getter 'typeArguments' was called on null.
type_variable_conflict2_test/01: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
type_variable_conflict2_test/05: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
type_variable_conflict2_test/07: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
type_variable_conflict2_test/09: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
type_variable_conflict2_test/01: RuntimeError
type_variable_conflict2_test/05: RuntimeError
type_variable_conflict2_test/07: RuntimeError
type_variable_conflict2_test/09: RuntimeError
type_variable_field_initializer2_test: Crash # Assertion failure: Runtime type information not available for type_variable_local(A.T) in j:constructor(B.).
type_variable_field_initializer_closure2_test: Crash # type 'JClosureClass' is not a subtype of type 'ClosureClassElement' of 'closureClass' where
type_variable_field_initializer_closure_test: Crash # type 'JClosureClass' is not a subtype of type 'ClosureClassElement' of 'closureClass' where
@ -1187,8 +1165,11 @@ await_regression_test: Crash # NoSuchMethodError: The getter 'thisLocal' was cal
await_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
check_member_static_test/02: MissingCompileTimeError
closure_in_field_test/01: Crash # NoSuchMethodError: The getter 'usedBy' was called on null.
closure_in_field_test/01: RuntimeError
closure_in_field_test/02: Crash # NoSuchMethodError: The getter 'usedBy' was called on null.
closure_in_field_test/02: RuntimeError
closure_in_field_test/none: Crash # NoSuchMethodError: The getter 'usedBy' was called on null.
closure_in_field_test/none: RuntimeError
compile_time_constant_m_test: RuntimeError
compile_time_constant_p_test/01: Crash # Internal problem: No constructor named '_DuplicatedFieldInitializerError::' in 'dart:core'.
conditional_import_string_test: CompileTimeError
@ -1207,7 +1188,6 @@ const_factory_with_body_test/01: MissingCompileTimeError
const_instance_field_test/01: MissingCompileTimeError
const_map2_test/00: MissingCompileTimeError
const_map3_test/00: MissingCompileTimeError
const_map_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
const_optional_args_negative_test: Crash # UnimplementedError: Unimplemented constant expression <dynamic, dynamic>{} (ShadowMapLiteral)
const_switch2_test/01: MissingCompileTimeError
const_switch_test/02: RuntimeError
@ -1250,7 +1230,6 @@ constructor_redirect2_negative_test: Crash # Stack Overflow
constructor_redirect2_test/01: MissingCompileTimeError
constructor_redirect_test/01: Crash # Assertion failure: Cannot find value Instance of 'ThisLocal' in (parameter(A.named2#x), parameter(A.named2#y), parameter(A.named2#z)) for j:constructor(A.named2).
crash_6725_test/01: Crash # NoSuchMethodError: The method 'startsWith' was called on null.
ct_const_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
custom_await_stack_trace_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
cyclic_constructor_test/01: Crash # Stack Overflow
cyclic_default_values_test: Crash # Assertion failure: Cannot find value Instance of 'ThisLocal' in (parameter(JsLinkedHashMap.addAll#key), parameter(JsLinkedHashMap.addAll#value), local(JsLinkedHashMap.addAll#)) for j:closure_call(JsLinkedHashMap_addAll_closure.call).
@ -1352,7 +1331,6 @@ factory_redirection_test/14: Crash # NoSuchMethodError: The method 'hasSubclass'
factory_redirection_test/none: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
fauxverride_test/03: MissingCompileTimeError
fauxverride_test/05: MissingCompileTimeError
field_increment_bailout_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
field_initialization_order_test: RuntimeError
field_override3_test/00: MissingCompileTimeError
field_override3_test/01: MissingCompileTimeError
@ -1362,21 +1340,7 @@ field_override4_test/02: MissingCompileTimeError
final_attempt_reinitialization_test/01: Crash # Internal problem: No constructor named '_DuplicatedFieldInitializerError::' in 'dart:core'.
final_attempt_reinitialization_test/02: Crash # Internal problem: No constructor named '_DuplicatedFieldInitializerError::' in 'dart:core'.
final_field_initialization_order_test: RuntimeError
final_super_field_set_test/01: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
final_syntax_test/09: Crash # Internal problem: No constructor named '_DuplicatedFieldInitializerError::' in 'dart:core'.
first_class_types_literals_test/01: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
first_class_types_literals_test/02: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
first_class_types_literals_test/03: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
first_class_types_literals_test/04: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
first_class_types_literals_test/05: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
first_class_types_literals_test/06: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
first_class_types_literals_test/07: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
first_class_types_literals_test/08: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
first_class_types_literals_test/09: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
first_class_types_literals_test/10: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
first_class_types_literals_test/11: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
first_class_types_literals_test/12: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
first_class_types_literals_test/none: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
flatten_test/01: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
flatten_test/02: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
flatten_test/03: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
@ -1416,9 +1380,6 @@ function_test: RuntimeError
function_type_alias3_test: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
function_type_parameter2_negative_test: Crash # UnimplementedError: Unimplemented constant expression (dynamic i) → dynamic => "${i}" (ShadowFunctionExpression)
function_type_parameter_negative_test: Crash # UnimplementedError: Unimplemented constant expression (dynamic i) → dynamic => "${i}" (ShadowFunctionExpression)
implicit_this_test/01: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
implicit_this_test/04: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
implicit_this_test/none: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
import_collection_no_prefix_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
infinite_switch_label_test: Crash # NoSuchMethodError: The method 'generateBreak' was called on null.
infinity_test: RuntimeError
@ -1432,24 +1393,20 @@ internal_library_test/02: Crash # NoSuchMethodError: Class 'DillLibraryBuilder'
invocation_mirror2_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
invocation_mirror_empty_arguments_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
invocation_mirror_invoke_on2_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
invocation_mirror_invoke_on_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
invocation_mirror_test: Crash # NoSuchMethodError: The getter 'function' was called on null.
is_malformed_type_test/94: Crash # Internal Error: Non-empty instruction stack
is_malformed_type_test/96: Crash # Internal Error: Non-empty instruction stack
is_malformed_type_test/98: Crash # Internal Error: Non-empty instruction stack
is_object_test: RuntimeError
issue10721_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
issue10747_test: Crash # NoSuchMethodError: Class 'JClass' has no instance getter 'typeVariables'.
issue13474_test: RuntimeError
issue14014_3_test: Crash # NoSuchMethodError: The getter 'typeArguments' was called on null.
issue14242_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
issue15720_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
issue21079_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
issue23244_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
issue4295001_test: Crash # Assertion failure: Cannot find value parameter(Issue4295001Test.#s) in (parameter(Issue4295001Test.#s), Instance of 'ThisLocal') for j:constructor_body(Issue4295001Test.).
issue9939_test: RuntimeError
issue_1751477_test: CompileTimeError
issue_23914_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
issue_25671a_test/01: Crash # NoSuchMethodError: The method 'localIsUsedInTryOrSync' was called on null.
issue_25671b_test/01: Crash # NoSuchMethodError: The method 'localIsUsedInTryOrSync' was called on null.
label_test: Crash # RangeError (index): Invalid value: Valid value range is empty: 0
@ -1465,7 +1422,6 @@ list_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
local_function3_test: RuntimeError
local_function_test: Crash # Assertion failure: Cannot find value Instance of 'ThisLocal' in (parameter(LocalFunctionTest.testExecute#x), local(LocalFunctionTest.testExecute#)) for j:closure_call(LocalFunctionTest_testExecute_closure.call).
local_function_test: RuntimeError
logical_expression_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
main_not_a_function_test/01: CompileTimeError
main_test/01: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
main_test/02: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
@ -1485,13 +1441,10 @@ malbounded_type_test2_test: Crash # NoSuchMethodError: Class 'JClass' has no ins
malformed_test/06: CompileTimeError
malformed_test/none: RuntimeError
many_named_arguments_test: Crash # Assertion failure: Cannot find value Instance of 'ThisLocal' in (parameter(ReflectionInfo.sortedIndex#name), local(ReflectionInfo.sortedIndex#)) for j:closure_call(ReflectionInfo_sortedIndex_closure.call).
many_overridden_no_such_method_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
map_literal10_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
map_literal4_test: RuntimeError
map_literal7_test: Crash # NoSuchMethodError: Class 'InterfaceType' has no instance getter 'kind'.
map_literal8_test: Crash # NoSuchMethodError: Class 'InterfaceType' has no instance getter 'kind'.
map_literal_syntax_test: Crash # NoSuchMethodError: Class 'InterfaceType' has no instance getter 'kind'.
map_test: Crash # Assertion failure: Cannot find value Instance of 'ThisLocal' in (parameter(JsLinkedHashMap.containsValue#each), local(JsLinkedHashMap.containsValue#)) for j:closure_call(JsLinkedHashMap_containsValue_closure.call).
method_name_test: CompileTimeError
method_override4_test: RuntimeError
method_override5_test: RuntimeError
@ -1502,6 +1455,7 @@ method_override8_test/00: MissingCompileTimeError
method_override8_test/01: MissingCompileTimeError
mint_arithmetic_test: RuntimeError
mixin_black_listed_test/02: Crash # Assertion failure: Super constructor for k:constructor(D1.) not found.
mixin_black_listed_test/02: MissingCompileTimeError
mixin_bound_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
mixin_forwarding_constructor4_test/01: MissingCompileTimeError
mixin_forwarding_constructor4_test/02: MissingCompileTimeError
@ -1536,18 +1490,24 @@ mixin_illegal_superclass_test/15: MissingCompileTimeError
mixin_illegal_superclass_test/16: MissingCompileTimeError
mixin_illegal_superclass_test/17: MissingCompileTimeError
mixin_illegal_superclass_test/18: Crash # Assertion failure: Super constructor for k:constructor(D05.) not found.
mixin_illegal_superclass_test/18: MissingCompileTimeError
mixin_illegal_superclass_test/19: MissingCompileTimeError
mixin_illegal_superclass_test/20: Crash # Assertion failure: Super constructor for k:constructor(D07.) not found.
mixin_illegal_superclass_test/20: MissingCompileTimeError
mixin_illegal_superclass_test/21: MissingCompileTimeError
mixin_illegal_superclass_test/22: MissingCompileTimeError
mixin_illegal_superclass_test/23: Crash # Assertion failure: Super constructor for k:constructor(D15.) not found.
mixin_illegal_superclass_test/23: MissingCompileTimeError
mixin_illegal_superclass_test/24: MissingCompileTimeError
mixin_illegal_superclass_test/25: Crash # Assertion failure: Super constructor for k:constructor(D17.) not found.
mixin_illegal_superclass_test/25: MissingCompileTimeError
mixin_illegal_superclass_test/26: MissingCompileTimeError
mixin_illegal_superclass_test/27: MissingCompileTimeError
mixin_illegal_superclass_test/28: Crash # Assertion failure: Super constructor for k:constructor(D25.) not found.
mixin_illegal_superclass_test/28: MissingCompileTimeError
mixin_illegal_superclass_test/29: MissingCompileTimeError
mixin_illegal_superclass_test/30: Crash # Assertion failure: Super constructor for k:constructor(D27.) not found.
mixin_illegal_superclass_test/30: MissingCompileTimeError
mixin_issue10216_2_test: RuntimeError
mixin_mixin2_test: RuntimeError
mixin_mixin3_test: RuntimeError
@ -1559,6 +1519,7 @@ mixin_mixin_bound2_test: Crash # NoSuchMethodError: The method 'hasSubclass' was
mixin_mixin_bound_test: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
mixin_mixin_test: RuntimeError
mixin_mixin_type_arguments_test: Crash # Assertion failure: Super constructor for k:constructor(CA.) not found.
mixin_mixin_type_arguments_test: RuntimeError
mixin_of_mixin_test/01: CompileTimeError
mixin_of_mixin_test/02: CompileTimeError
mixin_of_mixin_test/03: CompileTimeError
@ -1621,7 +1582,6 @@ mixin_supertype_subclass_test/03: CompileTimeError
mixin_supertype_subclass_test/04: CompileTimeError
mixin_supertype_subclass_test/05: CompileTimeError
mixin_supertype_subclass_test/none: CompileTimeError
mixin_type_parameter6_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
modulo_test: RuntimeError
multiline_newline_test/04: MissingCompileTimeError
multiline_newline_test/04r: MissingCompileTimeError
@ -1644,19 +1604,11 @@ naming_test: Crash # Assertion failure: Cannot find value parameter(Hoisting.neg
nan_identical_test: RuntimeError
nested_switch_label_test: Crash # NoSuchMethodError: The method 'generateBreak' was called on null.
no_main_test/01: CompileTimeError
no_such_method2_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
no_such_method3_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
no_such_method_dispatcher_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
no_such_method_empty_selector_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
no_such_method_subtype_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
no_such_method_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
null_test/02: Crash # Assertion failure: Cannot find value Instance of 'ThisLocal' in (parameter(ReflectionInfo.sortedIndex#name), local(ReflectionInfo.sortedIndex#)) for j:closure_call(ReflectionInfo_sortedIndex_closure.call).
null_test/03: Crash # Assertion failure: Cannot find value Instance of 'ThisLocal' in (parameter(ReflectionInfo.sortedIndex#name), local(ReflectionInfo.sortedIndex#)) for j:closure_call(ReflectionInfo_sortedIndex_closure.call).
null_test/none: Crash # Assertion failure: Cannot find value Instance of 'ThisLocal' in (parameter(ReflectionInfo.sortedIndex#name), local(ReflectionInfo.sortedIndex#)) for j:closure_call(ReflectionInfo_sortedIndex_closure.call).
number_identity2_test: RuntimeError
numbers_test: RuntimeError
ordered_maps_test: Crash # Assertion failure: Cannot find value Instance of 'ThisLocal' in (parameter(JsLinkedHashMap.values#each), local(JsLinkedHashMap.values#)) for j:closure_call(JsLinkedHashMap_values_closure.call).
overridden_no_such_method_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
override_field_method1_negative_test: Fail
override_field_method2_negative_test: Fail
override_field_method4_negative_test: Fail
@ -1666,20 +1618,12 @@ 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_inheritance_no_such_method_test/03: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
override_inheritance_no_such_method_test/04: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
override_inheritance_no_such_method_test/05: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
override_inheritance_no_such_method_test/08: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
override_inheritance_no_such_method_test/11: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
override_inheritance_no_such_method_test/13: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
override_method_with_field_test/01: MissingCompileTimeError
parameter_types_specialization_test: RuntimeError
parse_closures_in_initializers_test: RuntimeError
positional_parameters_type_test/01: MissingRuntimeError
positional_parameters_type_test/02: MissingRuntimeError
private_super_constructor_test/01: MissingCompileTimeError
proxy4_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
proxy5_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
redirecting_constructor_initializer_test: RuntimeError
redirecting_factory_default_values_test/01: MissingCompileTimeError
redirecting_factory_default_values_test/02: MissingCompileTimeError
@ -1712,7 +1656,6 @@ regress_24283_test: RuntimeError
regress_24567_test: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
regress_24935_test/01: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
regress_24935_test/none: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
regress_25550_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
regress_26133_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
regress_26175_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
regress_26668_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
@ -1725,18 +1668,6 @@ regress_28217_test/none: MissingCompileTimeError
regress_28255_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
regress_28278_test: CompileTimeError
regress_29349_test: CompileTimeError
closure_in_field_test/01: RuntimeError
closure_in_field_test/02: RuntimeError
closure_in_field_test/none: RuntimeError
mixin_black_listed_test/02: MissingCompileTimeError
mixin_illegal_superclass_test/18: MissingCompileTimeError
mixin_illegal_superclass_test/20: MissingCompileTimeError
mixin_illegal_superclass_test/23: MissingCompileTimeError
mixin_illegal_superclass_test/25: MissingCompileTimeError
mixin_illegal_superclass_test/28: MissingCompileTimeError
mixin_illegal_superclass_test/30: MissingCompileTimeError
mixin_mixin_type_arguments_test: RuntimeError
regress_30121_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
runtime_type_function_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
setter_declaration2_negative_test: Crash # RangeError (index): Invalid value: Valid value range is empty: 0
setter_declaration_negative_test: Fail
@ -1752,20 +1683,14 @@ stacktrace_rethrow_nonerror_test: Crash # NoSuchMethodError: The getter 'thisLoc
stacktrace_test: RuntimeError
statement_test: Crash # RangeError (index): Invalid value: Valid value range is empty: 0
static_getter_no_setter1_test/01: RuntimeError
static_getter_no_setter2_test/01: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
static_getter_no_setter2_test/none: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
static_getter_no_setter3_test/01: RuntimeError
static_setter_get_test/01: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
string_join_test: RuntimeError
string_split_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
super_bound_closure_test/01: RuntimeError
super_bound_closure_test/none: RuntimeError
super_call4_test: Crash # NoSuchMethodError: The getter 'function' was called on null.
super_closure_test: Crash # Assertion failure: Cannot find value Instance of 'ThisLocal' in (local(Sub.buildClosures#)) for j:closure_call(Sub_buildClosures_closure.call).
super_getter_setter_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
super_no_such_method1_test/01: Crash # NoSuchMethodError: The getter 'function' was called on null.
super_no_such_method2_test/01: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
super_no_such_method3_test/01: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
super_no_such_method4_test/01: Crash # NoSuchMethodError: The getter 'function' was called on null.
super_no_such_method5_test/01: Crash # NoSuchMethodError: The getter 'function' was called on null.
super_operator_index5_test: Crash # NoSuchMethodError: The getter 'function' was called on null.
@ -1812,19 +1737,51 @@ type_parameter_test/04: Crash # NoSuchMethodError: Class 'JClosureClass' has no
type_parameter_test/05: Crash # NoSuchMethodError: Class 'JClosureClass' has no instance getter 'methodElement'.
type_parameter_test/06: Crash # NoSuchMethodError: Class 'JClosureClass' has no instance getter 'methodElement'.
type_parameter_test/none: Crash # NoSuchMethodError: Class 'JClosureClass' has no instance getter 'methodElement'.
type_propagation2_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
for_variable_capture_test: RuntimeError
full_stacktrace1_test: RuntimeError
full_stacktrace2_test: RuntimeError
full_stacktrace3_test: RuntimeError
interceptor3_test: RuntimeError
invocation_mirror2_test: RuntimeError
invocation_mirror_invoke_on2_test: RuntimeError
mixin_bound_test: RuntimeError
mixin_super_constructor2_test: RuntimeError
mixin_super_constructor_default_test: RuntimeError
mixin_super_constructor_named_test/01: MissingCompileTimeError
mixin_super_constructor_named_test/none: RuntimeError
mixin_super_constructor_positionals_test/01: MissingCompileTimeError
mixin_super_constructor_positionals_test/none: RuntimeError
mixin_super_constructor_test: RuntimeError
reg_exp_test: RuntimeError
regress_27572_test: RuntimeError
runtime_type_function_test: RuntimeError
stack_trace_test: RuntimeError
stacktrace_demangle_ctors_test: RuntimeError
stacktrace_rethrow_error_test/none: RuntimeError
stacktrace_rethrow_error_test/withtraceparameter: RuntimeError
stacktrace_rethrow_nonerror_test: RuntimeError
super_getter_setter_test: RuntimeError
symbol_conflict_test: RuntimeError
sync_generator1_test/01: RuntimeError
sync_generator1_test/none: RuntimeError
sync_generator3_test/test1: RuntimeError
sync_generator3_test/test2: RuntimeError
syncstar_less_than_test: RuntimeError
syncstar_yield_test/copyParameters: RuntimeError
syncstar_yield_test/none: RuntimeError
type_variable_bounds3_test/00: Crash # NoSuchMethodError: Class 'JClass' has no instance getter 'typeVariables'.
type_variable_closure2_test: Crash # NoSuchMethodError: The getter 'typeArguments' was called on null.
type_variable_closure3_test: Crash # NoSuchMethodError: Class 'JClosureClass' has no instance getter 'methodElement'.
type_variable_closure4_test: Crash # NoSuchMethodError: The getter 'typeArguments' was called on null.
type_variable_closure_test: Crash # NoSuchMethodError: The getter 'typeArguments' was called on null.
type_variable_conflict2_test/01: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
type_variable_conflict2_test/05: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
type_variable_conflict2_test/07: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
type_variable_conflict2_test/09: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
type_variable_conflict2_test/01: RuntimeError
type_variable_conflict2_test/05: RuntimeError
type_variable_conflict2_test/07: RuntimeError
type_variable_conflict2_test/09: RuntimeError
type_variable_field_initializer2_test: Crash # Assertion failure: Runtime type information not available for type_variable_local(A.T) in j:constructor(B.).
type_variable_field_initializer_closure2_test: Crash # NoSuchMethodError: Class 'JClosureClass' has no instance getter 'methodElement'.
type_variable_field_initializer_closure_test: Crash # NoSuchMethodError: Class 'JClosureClass' has no instance getter 'methodElement'.
type_variable_field_initializer_test: Crash # Assertion failure: Runtime type information not available for type_variable_local(A.T) in j:constructor(B.).
type_variable_function_type_test: RuntimeError
yieldstar_pause_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.

View file

@ -398,12 +398,9 @@ function_type/function_type9_test: RuntimeError # Issue 30476
abstract_exact_selector_test/none: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
abstract_exact_selector_test/none: Pass
abstract_getter_test/01: Crash # Assertion failure: Missing scope info for j:getter(Foo.i).
abstract_method_test: Crash # Assertion failure: Missing scope info for j:getter(A.length).
abstract_object_method_test: Crash # Assertion failure: Missing scope info for j:method(B.==).
abstract_override_adds_optional_args_concrete_subclass_test: Crash # Assertion failure: Missing scope info for j:method(B.foo).
abstract_override_adds_optional_args_concrete_test: Crash # Assertion failure: Missing scope info for j:method(B.foo).
abstract_override_adds_optional_args_supercall_test: Crash # Assertion failure: Missing scope info for j:method(B.foo).
abstract_override_adds_optional_args_test: Crash # Assertion failure: Missing scope info for j:method(B.foo).
assert_message_test: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
assert_trailing_comma_test/none: CompileTimeError
assertion_initializer_const_error2_test/cc02: Crash # Unsupported operation: Unexpected initializer #lib1::C::cc02 (Constructor)
@ -502,7 +499,6 @@ bool_check_test: RuntimeError
bool_condition_check_test: RuntimeError
bool_test: RuntimeError
bound_closure_equality_test: Crash # Assertion failure: Missing scope info for j:getter(SetMixin.length).
bound_closure_primitives_test: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
branch_canonicalization_test: RuntimeError
break_test: Crash # RangeError (index): Invalid value: Valid value range is empty: 0
call_closurization_test: RuntimeError
@ -546,7 +542,6 @@ generic_field_mixin6_test/none: Crash # 'file:*/pkg/compiler/lib/src/ssa/builder
generic_field_mixin_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/builder_kernel.dart': Failed assertion: line 342 pos 14: 'value != null': No value for field j:field(M.field)
generic_function_typedef_test/01: Crash # Unsupported operation: Unsupported type parameter type node S.
generic_function_typedef_test/none: Crash # Unsupported operation: Unsupported type parameter type node S.
generic_functions_test: Crash # Assertion failure: Missing scope info for j:method(Iterator.moveNext).
generic_instanceof_test: Crash # type 'JClass' is not a subtype of type 'ClassElement' of 'contextClass' where
generic_local_functions_test: Crash # Unsupported operation: Unsupported type parameter type node Y.
generic_methods_closure_test: Crash # Unsupported operation: Unsupported type parameter type node S.
@ -556,10 +551,16 @@ generic_methods_named_parameters_test: Crash # Unsupported operation: Unsupporte
generic_methods_optional_parameters_test: Crash # Unsupported operation: Unsupported type parameter type node T.
generic_methods_shadowing_test: Crash # Unsupported operation: Unsupported type parameter type node T.
generic_methods_tearoff_specialization_test: Crash # Unsupported operation: Unsupported type parameter type node T.
generic_methods_test: Crash # Assertion failure: Missing scope info for j:method(Iterator.moveNext).
assertion_test: RuntimeError
async_await_syntax_test/c04a: RuntimeError
async_await_syntax_test/c07a: RuntimeError
async_await_syntax_test/c08a: RuntimeError
async_await_syntax_test/d04a: RuntimeError
async_await_syntax_test/d07a: RuntimeError
async_await_syntax_test/d08a: RuntimeError
generic_methods_type_expression_test: Crash # type 'JClass' is not a subtype of type 'ClassElement' of 'contextClass' where
generic_native_test: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
generic_sync_star_test: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
generic_sync_star_test: RuntimeError
generic_syntax_test: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
generic_test: RuntimeError
generic_typedef_test: Crash # Unsupported operation: Unsupported type parameter type node T.
@ -587,14 +588,10 @@ vm/async_await_catch_stacktrace_test: Crash # Assertion failure: Missing scope i
vm/async_await_catch_stacktrace_test: RuntimeError
[ $compiler == dart2js && $dart2js_with_kernel && $minified ]
abstract_exact_selector_test/none: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
abstract_getter_test/01: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
abstract_method_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
abstract_object_method_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
abstract_override_adds_optional_args_concrete_subclass_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
abstract_override_adds_optional_args_concrete_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
abstract_override_adds_optional_args_supercall_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
abstract_override_adds_optional_args_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
assert_message_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
assert_trailing_comma_test/none: CompileTimeError
assertion_initializer_const_error2_test/cc02: Crash # Unsupported operation: Unexpected initializer #lib1::C::cc02 (Constructor)
@ -693,7 +690,6 @@ bool_check_test: RuntimeError
bool_condition_check_test: RuntimeError
bool_test: RuntimeError
bound_closure_equality_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
bound_closure_primitives_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
branch_canonicalization_test: RuntimeError
break_test: Crash # RangeError (index): Invalid value: Valid value range is empty: 0
call_closurization_test: RuntimeError
@ -737,7 +733,6 @@ generic_field_mixin6_test/none: Crash # NoSuchMethodError: The getter 'usedBy' w
generic_field_mixin_test: Crash # NoSuchMethodError: The getter 'usedBy' was called on null.
generic_function_typedef_test/01: Crash # Unsupported operation: Unsupported type parameter type node S.
generic_function_typedef_test/none: Crash # Unsupported operation: Unsupported type parameter type node S.
generic_functions_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
generic_instanceof_test: Crash # NoSuchMethodError: Class 'JClass' has no instance getter 'typeVariables'.
generic_local_functions_test: Crash # Unsupported operation: Unsupported type parameter type node Y.
generic_methods_closure_test: Crash # Unsupported operation: Unsupported type parameter type node S.
@ -747,10 +742,16 @@ generic_methods_named_parameters_test: Crash # Unsupported operation: Unsupporte
generic_methods_optional_parameters_test: Crash # Unsupported operation: Unsupported type parameter type node T.
generic_methods_shadowing_test: Crash # Unsupported operation: Unsupported type parameter type node T.
generic_methods_tearoff_specialization_test: Crash # Unsupported operation: Unsupported type parameter type node T.
generic_methods_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
assertion_test: RuntimeError
async_await_syntax_test/c04a: RuntimeError
async_await_syntax_test/c07a: RuntimeError
async_await_syntax_test/c08a: RuntimeError
async_await_syntax_test/d04a: RuntimeError
async_await_syntax_test/d07a: RuntimeError
async_await_syntax_test/d08a: RuntimeError
generic_methods_type_expression_test: Crash # NoSuchMethodError: Class 'JClass' has no instance getter 'typeVariables'.
generic_native_test: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
generic_sync_star_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
generic_sync_star_test: RuntimeError
generic_syntax_test: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
generic_test: RuntimeError
generic_typedef_test: Crash # Unsupported operation: Unsupported type parameter type node T.