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

Unified Diff: tests/language/language_dart2js.status

Issue 3011793002: Add types referenced in is-checks to the class hierarchy (Closed)
Patch Set: use a type visitor 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
Index: tests/language/language_dart2js.status
diff --git a/tests/language/language_dart2js.status b/tests/language/language_dart2js.status
index c687c5c5837bf5e4d52af0d12fc5e44b36448bd8..463273ed5dcd17b9a71d56aa3816e4032d48503b 100644
--- a/tests/language/language_dart2js.status
+++ b/tests/language/language_dart2js.status
@@ -561,7 +561,6 @@ ct_const_test: Crash # Assertion failure: Missing scope info for j:getter(Iterab
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,14 +641,6 @@ 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_increment_bailout_test: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
@@ -700,20 +691,15 @@ function_subtype_bound_closure6_test: Crash # Assertion failure: Cannot find val
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_type_alias3_test: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
+function_test: RuntimeError
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).
@@ -767,6 +753,7 @@ list_literal4_test: RuntimeError
list_test: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
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).
@@ -871,10 +858,14 @@ mixin_mixin2_test: RuntimeError
mixin_mixin3_test: RuntimeError
mixin_mixin4_test: RuntimeError
mixin_mixin5_test: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
+mixin_mixin5_test: RuntimeError
mixin_mixin6_test: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
+mixin_mixin6_test: RuntimeError
mixin_mixin7_test: RuntimeError
mixin_mixin_bound2_test: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
+mixin_mixin_bound2_test: RuntimeError
mixin_mixin_bound_test: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
+mixin_mixin_bound_test: RuntimeError
mixin_mixin_test: RuntimeError
mixin_mixin_type_arguments_test: Crash # Assertion failure: Super constructor for k:constructor(CA.) not found.
mixin_naming_test: Crash # Assertion failure: Super constructor for k:constructor(D.) not found.
@@ -1051,7 +1042,6 @@ 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_25246_1_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(MixIn.test3)
@@ -1071,14 +1061,11 @@ regress_28278_test: CompileTimeError
regress_29349_test: CompileTimeError
regress_29949_test: Crash # Assertion failure: Super constructor for k:constructor(C.) not found.
regress_30121_test: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
-function_test: RuntimeError
-local_function_test: RuntimeError
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
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).
stacktrace_demangle_ctors_test: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
@@ -1154,7 +1141,6 @@ top_level_getter_no_setter1_test/01: RuntimeError
top_level_getter_no_setter2_test/01: RuntimeError
truncdiv_test: RuntimeError
try_catch_test/01: MissingCompileTimeError
-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
@@ -1280,6 +1266,7 @@ custom_await_stack_trace_test: Crash # NoSuchMethodError: The getter 'thisLocal'
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.
+cyclic_type2_test: RuntimeError
cyclic_type_test/00: RuntimeError
cyclic_type_test/01: RuntimeError
cyclic_type_test/02: RuntimeError
@@ -1367,14 +1354,6 @@ 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_increment_bailout_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
@@ -1424,20 +1403,15 @@ function_subtype_bound_closure6_test: Crash # Assertion failure: Cannot find val
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_type_alias3_test: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
+function_test: RuntimeError
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.
@@ -1491,6 +1465,7 @@ list_literal4_test: RuntimeError
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.
@@ -1591,10 +1566,14 @@ mixin_mixin2_test: RuntimeError
mixin_mixin3_test: RuntimeError
mixin_mixin4_test: RuntimeError
mixin_mixin5_test: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
+mixin_mixin5_test: RuntimeError
mixin_mixin6_test: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
+mixin_mixin6_test: RuntimeError
mixin_mixin7_test: RuntimeError
mixin_mixin_bound2_test: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
+mixin_mixin_bound2_test: RuntimeError
mixin_mixin_bound_test: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
+mixin_mixin_bound_test: RuntimeError
mixin_mixin_test: RuntimeError
mixin_mixin_type_arguments_test: Crash # Assertion failure: Super constructor for k:constructor(CA.) not found.
mixin_naming_test: Crash # Assertion failure: Super constructor for k:constructor(D.) not found.
@@ -1767,7 +1746,6 @@ 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_25246_1_test: Crash # NoSuchMethodError: The getter 'usedBy' was called on null.
@@ -1787,14 +1765,11 @@ regress_28278_test: CompileTimeError
regress_29349_test: CompileTimeError
regress_29949_test: Crash # Assertion failure: Super constructor for k:constructor(C.) not found.
regress_30121_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
-function_test: RuntimeError
-local_function_test: RuntimeError
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
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.
stacktrace_demangle_ctors_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
@@ -1855,7 +1830,6 @@ top_level_getter_no_setter1_test/01: RuntimeError
top_level_getter_no_setter2_test/01: RuntimeError
truncdiv_test: RuntimeError
try_catch_test/01: MissingCompileTimeError
-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'.

Powered by Google App Engine
This is Rietveld 408576698