Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(527)

Unified Diff: tests/language/language_dart2js.status

Issue 3012733002: Revert "Add types referenced in is-checks to the class hierarchy" (Closed)
Patch Set: Created 3 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/corelib_2/corelib_2.status ('k') | tests/language_2/language_2_dart2js.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/language_dart2js.status
diff --git a/tests/language/language_dart2js.status b/tests/language/language_dart2js.status
index feaf1f9603501448e78ace34bd6f52ee44540c87..bfc17dbbcf3e3fcd84ae694231d2433bb1770f25 100644
--- a/tests/language/language_dart2js.status
+++ b/tests/language/language_dart2js.status
@@ -562,6 +562,7 @@ crash_6725_test/01: Crash # NoSuchMethodError: The method 'startsWith' was calle
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).
+cyclic_type2_test: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
dangling_else_test: Crash # RangeError (index): Invalid value: Valid value range is empty: 0
deferred_call_empty_before_load_test: RuntimeError
deferred_closurize_load_library_test: CompileTimeError
@@ -642,6 +643,14 @@ external_test/13: MissingRuntimeError
external_test/20: MissingRuntimeError
factory2_test: Crash # type 'InterfaceType' is not a subtype of type 'ResolutionInterfaceType' of 'type1' where
factory_redirection_test/07: MissingCompileTimeError
+factory_redirection_test/08: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
+factory_redirection_test/09: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
+factory_redirection_test/10: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
+factory_redirection_test/11: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
+factory_redirection_test/12: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
+factory_redirection_test/13: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
+factory_redirection_test/14: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
+factory_redirection_test/none: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
fauxverride_test/03: MissingCompileTimeError
fauxverride_test/05: MissingCompileTimeError
field_initialization_order_test: RuntimeError
@@ -669,27 +678,29 @@ flatten_test/12: Crash # Assertion failure: Missing scope info for j:getter(Iter
flatten_test/none: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
for_in2_test: Crash # NoSuchMethodError: The method 'startsWith' was called on null.
for_variable_capture_test: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
-for_variable_capture_test: RuntimeError
full_stacktrace1_test: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
-full_stacktrace1_test: RuntimeError
full_stacktrace2_test: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
-full_stacktrace2_test: RuntimeError
full_stacktrace3_test: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
-full_stacktrace3_test: RuntimeError
function_malformed_result_type_test: 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.
function_subtype_bound_closure6_test: Crash # Assertion failure: Cannot find value Instance of 'ThisLocal' in (local(C.test#localMethod)) for j:closure_call(C_test_closure.call).
function_subtype_cast2_test: Crash # NoSuchMethodError: The getter 'typeArguments' was called on null.
function_subtype_cast3_test: Crash # NoSuchMethodError: The getter 'typeArguments' was called on null.
function_subtype_closure0_test: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
+function_subtype_closure1_test: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
function_subtype_inline0_test: RuntimeError
+function_subtype_inline1_test: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
function_subtype_local3_test: RuntimeError
function_subtype_local4_test: RuntimeError
function_subtype_not3_test: Crash # NoSuchMethodError: The getter 'typeArguments' was called on null.
+function_subtype_typearg1_test: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
function_subtype_typearg2_test: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
function_subtype_typearg3_test: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
+function_subtype_typearg4_test: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
+function_subtype_typearg5_test: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
function_syntax_test/none: RuntimeError
function_test: Crash # Assertion failure: Cannot find value Instance of 'ThisLocal' in (local(FunctionTest.testThisBinding#)) for j:closure_call(FunctionTest_testThisBinding_closure.call).
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)
import_collection_no_prefix_test: Crash # Assertion failure: Missing scope info for j:getter(_SplayTree._root).
@@ -701,13 +712,10 @@ instanceof4_test/01: Crash # type 'JClass' is not a subtype of type 'ClassElemen
instanceof4_test/none: Crash # type 'JClass' is not a subtype of type 'ClassElement' of 'contextClass' where
integer_division_by_zero_test: RuntimeError
interceptor3_test: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
-interceptor3_test: RuntimeError
internal_library_test/02: Crash # type 'DillLibraryBuilder' is not a subtype of type 'SourceLibraryBuilder<KernelTypeBuilder, Library>' of 'value' where
invocation_mirror2_test: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
-invocation_mirror2_test: RuntimeError
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_on2_test: RuntimeError
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
@@ -776,7 +784,6 @@ 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_bound_test: RuntimeError
mixin_forwarding_constructor4_test/01: MissingCompileTimeError
mixin_forwarding_constructor4_test/02: MissingCompileTimeError
mixin_forwarding_constructor4_test/03: MissingCompileTimeError
@@ -868,19 +875,12 @@ mixin_super_2_test: CompileTimeError
mixin_super_bound2_test/01: CompileTimeError
mixin_super_bound2_test/none: CompileTimeError
mixin_super_constructor2_test: Crash # Assertion failure: Missing scope info for j:getter(M.i).
-mixin_super_constructor2_test: RuntimeError
mixin_super_constructor_default_test: Crash # Assertion failure: Missing scope info for j:getter(M.i).
-mixin_super_constructor_default_test: RuntimeError
mixin_super_constructor_named_test/01: Crash # Assertion failure: Missing scope info for j:getter(M.i).
-mixin_super_constructor_named_test/01: MissingCompileTimeError
mixin_super_constructor_named_test/none: Crash # Assertion failure: Missing scope info for j:getter(M.i).
-mixin_super_constructor_named_test/none: RuntimeError
mixin_super_constructor_positionals_test/01: Crash # Assertion failure: Missing scope info for j:getter(M.i).
-mixin_super_constructor_positionals_test/01: MissingCompileTimeError
mixin_super_constructor_positionals_test/none: Crash # Assertion failure: Missing scope info for j:getter(M.i).
-mixin_super_constructor_positionals_test/none: RuntimeError
mixin_super_constructor_test: Crash # Assertion failure: Missing scope info for j:getter(M.i).
-mixin_super_constructor_test: RuntimeError
mixin_super_test: CompileTimeError
mixin_super_use_test: CompileTimeError
mixin_superclass_test: CompileTimeError
@@ -961,7 +961,6 @@ redirecting_factory_default_values_test/02: MissingCompileTimeError
redirecting_factory_long_test: Crash # type 'InterfaceType' is not a subtype of type 'ResolutionInterfaceType' of 'type1' where
redirecting_factory_reflection_test: Crash # Assertion failure: Missing scope info for j:getter(Iterator.current).
reg_exp_test: Crash # Assertion failure: Missing scope info for j:getter(Iterator.current).
-reg_exp_test: RuntimeError
regress_13494_test: RuntimeError
regress_17382_test: RuntimeError
regress_18535_test: Crash # Assertion failure: Missing scope info for j:getter(JsMirror._prettyName).
@@ -985,6 +984,7 @@ regress_23500_test/none: Crash # Assertion failure: Missing scope info for j:get
regress_23537_test: Crash # RangeError (index): Invalid value: Not in range 0..1, inclusive: 2
regress_23996_test: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
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_26133_test: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
@@ -992,7 +992,6 @@ regress_26175_test: Crash # Assertion failure: Missing scope info for j:getter(I
regress_26668_test: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
regress_26948_test: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
regress_27572_test: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
-regress_27572_test: RuntimeError
regress_27617_test/1: Crash # Assertion failure: Unexpected constructor j:constructor(Foo._) in ConstructorDataImpl._getConstructorConstant
regress_27659_test: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
regress_28217_test/01: Crash # 'file:*/pkg/compiler/lib/src/ssa/builder_kernel.dart': Failed assertion: line 529 pos 11: '_elementMap.getClass(constructor.enclosingClass) ==
@@ -1001,22 +1000,17 @@ regress_28255_test: Crash # Assertion failure: Missing scope info for j:getter(I
regress_28278_test: CompileTimeError
regress_29349_test: CompileTimeError
runtime_type_function_test: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
-runtime_type_function_test: RuntimeError
setter_declaration2_negative_test: Crash # RangeError (index): Invalid value: Valid value range is empty: 0
setter_declaration_negative_test: Fail
setter_override_test/00: MissingCompileTimeError
setter_override_test/03: MissingCompileTimeError
+smaller_4_Interface_Types_A11_t02_test: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
stack_overflow_stacktrace_test: RuntimeError
stack_trace_test: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
-stack_trace_test: RuntimeError
stacktrace_demangle_ctors_test: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
-stacktrace_demangle_ctors_test: RuntimeError
stacktrace_rethrow_error_test/none: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
-stacktrace_rethrow_error_test/none: RuntimeError
stacktrace_rethrow_error_test/withtraceparameter: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
-stacktrace_rethrow_error_test/withtraceparameter: RuntimeError
stacktrace_rethrow_nonerror_test: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
-stacktrace_rethrow_nonerror_test: RuntimeError
stacktrace_test: RuntimeError
statement_test: Crash # RangeError (index): Invalid value: Valid value range is empty: 0
static_getter_no_setter1_test/01: RuntimeError
@@ -1027,7 +1021,6 @@ 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_getter_setter_test: RuntimeError
super_no_such_method1_test/01: Crash # NoSuchMethodError: The getter 'function' 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.
@@ -1051,22 +1044,14 @@ switch_case_test/00: MissingCompileTimeError
switch_case_test/01: MissingCompileTimeError
switch_case_test/02: MissingCompileTimeError
symbol_conflict_test: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
-symbol_conflict_test: RuntimeError
sync_generator1_test/01: Crash # Assertion failure: Missing scope info for j:method(Iterator.moveNext).
-sync_generator1_test/01: RuntimeError
sync_generator1_test/none: Crash # Assertion failure: Missing scope info for j:method(Iterator.moveNext).
-sync_generator1_test/none: RuntimeError
sync_generator2_test/none: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
sync_generator3_test/test1: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
-sync_generator3_test/test1: RuntimeError
sync_generator3_test/test2: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
-sync_generator3_test/test2: RuntimeError
syncstar_less_than_test: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
-syncstar_less_than_test: RuntimeError
syncstar_yield_test/copyParameters: Crash # Assertion failure: Missing scope info for j:method(Iterator.moveNext).
-syncstar_yield_test/copyParameters: RuntimeError
syncstar_yield_test/none: Crash # Assertion failure: Missing scope info for j:method(Iterator.moveNext).
-syncstar_yield_test/none: RuntimeError
syncstar_yieldstar_test: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
syntax_test/02: 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.
syntax_test/03: 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.
@@ -1089,10 +1074,7 @@ top_level_getter_no_setter1_test/01: RuntimeError
top_level_getter_no_setter2_test/01: RuntimeError
truncdiv_test: RuntimeError
try_catch_test/01: MissingCompileTimeError
-mixin_mixin5_test: RuntimeError
-mixin_mixin6_test: RuntimeError
-mixin_mixin_bound2_test: RuntimeError
-mixin_mixin_bound_test: RuntimeError
+type_argument_substitution_test: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
type_checks_in_factory_method_test: RuntimeError
type_parameter_test/01: Crash # type 'JClosureClass' is not a subtype of type 'ClosureClassElement' of 'closureClass' where
type_parameter_test/02: Crash # type 'JClosureClass' is not a subtype of type 'ClosureClassElement' of 'closureClass' where
@@ -1101,6 +1083,38 @@ 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
+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.
@@ -1307,6 +1321,14 @@ f_bounded_quantification4_test: RuntimeError
f_bounded_quantification5_test: RuntimeError
factory2_test: Crash # NoSuchMethodError: Class 'InterfaceType' has no instance getter 'kind'.
factory_redirection_test/07: MissingCompileTimeError
+factory_redirection_test/08: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
+factory_redirection_test/09: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
+factory_redirection_test/10: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
+factory_redirection_test/11: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
+factory_redirection_test/12: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
+factory_redirection_test/13: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
+factory_redirection_test/14: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
+factory_redirection_test/none: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
fauxverride_test/03: MissingCompileTimeError
fauxverride_test/05: MissingCompileTimeError
field_initialization_order_test: RuntimeError
@@ -1334,26 +1356,28 @@ flatten_test/12: Crash # NoSuchMethodError: The getter 'thisLocal' was called on
flatten_test/none: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
for_in2_test: Crash # NoSuchMethodError: The method 'startsWith' was called on null.
for_variable_capture_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
-for_variable_capture_test: RuntimeError
full_stacktrace1_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
-full_stacktrace1_test: RuntimeError
full_stacktrace2_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
-full_stacktrace2_test: RuntimeError
full_stacktrace3_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
-full_stacktrace3_test: RuntimeError
function_subtype_bound_closure6_test: Crash # Assertion failure: Cannot find value Instance of 'ThisLocal' in (local(C.test#localMethod)) for j:closure_call(C_test_closure.call).
function_subtype_cast2_test: Crash # NoSuchMethodError: The getter 'typeArguments' was called on null.
function_subtype_cast3_test: Crash # NoSuchMethodError: The getter 'typeArguments' was called on null.
function_subtype_closure0_test: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
+function_subtype_closure1_test: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
function_subtype_inline0_test: RuntimeError
+function_subtype_inline1_test: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
function_subtype_local3_test: RuntimeError
function_subtype_local4_test: RuntimeError
function_subtype_not3_test: Crash # NoSuchMethodError: The getter 'typeArguments' was called on null.
+function_subtype_typearg1_test: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
function_subtype_typearg2_test: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
function_subtype_typearg3_test: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
+function_subtype_typearg4_test: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
+function_subtype_typearg5_test: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
function_syntax_test/none: RuntimeError
function_test: Crash # Assertion failure: Cannot find value Instance of 'ThisLocal' in (local(FunctionTest.testThisBinding#)) for j:closure_call(FunctionTest_testThisBinding_closure.call).
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)
import_collection_no_prefix_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
@@ -1365,13 +1389,10 @@ instanceof4_test/01: Crash # NoSuchMethodError: Class 'JClass' has no instance g
instanceof4_test/none: Crash # NoSuchMethodError: Class 'JClass' has no instance getter 'typeVariables'.
integer_division_by_zero_test: RuntimeError
interceptor3_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
-interceptor3_test: RuntimeError
internal_library_test/02: Crash # NoSuchMethodError: Class 'DillLibraryBuilder' has no instance getter 'mixinApplicationClasses'.
invocation_mirror2_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
-invocation_mirror2_test: RuntimeError
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_on2_test: RuntimeError
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
@@ -1436,7 +1457,6 @@ 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_bound_test: RuntimeError
mixin_forwarding_constructor4_test/01: MissingCompileTimeError
mixin_forwarding_constructor4_test/02: MissingCompileTimeError
mixin_forwarding_constructor4_test/03: MissingCompileTimeError
@@ -1529,19 +1549,12 @@ mixin_super_2_test: CompileTimeError
mixin_super_bound2_test/01: CompileTimeError
mixin_super_bound2_test/none: CompileTimeError
mixin_super_constructor2_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
-mixin_super_constructor2_test: RuntimeError
mixin_super_constructor_default_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
-mixin_super_constructor_default_test: RuntimeError
mixin_super_constructor_named_test/01: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
-mixin_super_constructor_named_test/01: MissingCompileTimeError
mixin_super_constructor_named_test/none: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
-mixin_super_constructor_named_test/none: RuntimeError
mixin_super_constructor_positionals_test/01: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
-mixin_super_constructor_positionals_test/01: MissingCompileTimeError
mixin_super_constructor_positionals_test/none: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
-mixin_super_constructor_positionals_test/none: RuntimeError
mixin_super_constructor_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
-mixin_super_constructor_test: RuntimeError
mixin_super_test: CompileTimeError
mixin_super_use_test: CompileTimeError
mixin_superclass_test: CompileTimeError
@@ -1617,7 +1630,6 @@ redirecting_factory_default_values_test/02: MissingCompileTimeError
redirecting_factory_long_test: Crash # NoSuchMethodError: Class 'InterfaceType' has no instance getter 'kind'.
redirecting_factory_reflection_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
reg_exp_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
-reg_exp_test: RuntimeError
regress_13494_test: RuntimeError
regress_17382_test: RuntimeError
regress_18535_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
@@ -1641,6 +1653,7 @@ regress_23500_test/none: Crash # NoSuchMethodError: The getter 'thisLocal' was c
regress_23537_test: Crash # RangeError (index): Invalid value: Not in range 0..1, inclusive: 2
regress_23996_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
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_26133_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
@@ -1648,7 +1661,6 @@ regress_26175_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called
regress_26668_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
regress_26948_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
regress_27572_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
-regress_27572_test: RuntimeError
regress_27617_test/1: Crash # Assertion failure: Unexpected constructor j:constructor(Foo._) in ConstructorDataImpl._getConstructorConstant
regress_27659_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
regress_28217_test/01: MissingCompileTimeError
@@ -1657,22 +1669,17 @@ regress_28255_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called
regress_28278_test: CompileTimeError
regress_29349_test: CompileTimeError
runtime_type_function_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
-runtime_type_function_test: RuntimeError
setter_declaration2_negative_test: Crash # RangeError (index): Invalid value: Valid value range is empty: 0
setter_declaration_negative_test: Fail
setter_override_test/00: MissingCompileTimeError
setter_override_test/03: MissingCompileTimeError
+smaller_4_Interface_Types_A11_t02_test: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
stack_overflow_stacktrace_test: RuntimeError
stack_trace_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
-stack_trace_test: RuntimeError
stacktrace_demangle_ctors_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
-stacktrace_demangle_ctors_test: RuntimeError
stacktrace_rethrow_error_test/none: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
-stacktrace_rethrow_error_test/none: RuntimeError
stacktrace_rethrow_error_test/withtraceparameter: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
-stacktrace_rethrow_error_test/withtraceparameter: RuntimeError
stacktrace_rethrow_nonerror_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
-stacktrace_rethrow_nonerror_test: RuntimeError
stacktrace_test: RuntimeError
statement_test: Crash # RangeError (index): Invalid value: Valid value range is empty: 0
static_getter_no_setter1_test/01: RuntimeError
@@ -1683,7 +1690,6 @@ 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_getter_setter_test: RuntimeError
super_no_such_method1_test/01: Crash # NoSuchMethodError: The getter 'function' 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.
@@ -1707,22 +1713,14 @@ switch_case_test/00: MissingCompileTimeError
switch_case_test/01: MissingCompileTimeError
switch_case_test/02: MissingCompileTimeError
symbol_conflict_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
-symbol_conflict_test: RuntimeError
sync_generator1_test/01: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
-sync_generator1_test/01: RuntimeError
sync_generator1_test/none: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
-sync_generator1_test/none: RuntimeError
sync_generator2_test/none: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
sync_generator3_test/test1: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
-sync_generator3_test/test1: RuntimeError
sync_generator3_test/test2: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
-sync_generator3_test/test2: RuntimeError
syncstar_less_than_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
-syncstar_less_than_test: RuntimeError
syncstar_yield_test/copyParameters: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
-syncstar_yield_test/copyParameters: RuntimeError
syncstar_yield_test/none: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
-syncstar_yield_test/none: RuntimeError
syncstar_yieldstar_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
syntax_test/none: CompileTimeError
temp_mangling_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
@@ -1730,12 +1728,7 @@ top_level_getter_no_setter1_test/01: RuntimeError
top_level_getter_no_setter2_test/01: RuntimeError
truncdiv_test: RuntimeError
try_catch_test/01: MissingCompileTimeError
-cyclic_type2_test: RuntimeError
-mixin_generic_test: RuntimeError
-mixin_mixin5_test: RuntimeError
-mixin_mixin6_test: RuntimeError
-mixin_mixin_bound2_test: RuntimeError
-mixin_mixin_bound_test: RuntimeError
+type_argument_substitution_test: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
type_checks_in_factory_method_test: RuntimeError
type_parameter_test/01: Crash # NoSuchMethodError: Class 'JClosureClass' has no instance getter 'methodElement'.
type_parameter_test/02: Crash # NoSuchMethodError: Class 'JClosureClass' has no instance getter 'methodElement'.
@@ -1744,6 +1737,38 @@ 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'.
+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'.
« no previous file with comments | « tests/corelib_2/corelib_2.status ('k') | tests/language_2/language_2_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698