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

Unified Diff: tests/language_2/language_2_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_2/language_2_dart2js.status
diff --git a/tests/language_2/language_2_dart2js.status b/tests/language_2/language_2_dart2js.status
index 3eff26740382325f9ef189e79f8ae1aae45b3ebc..f6b6593ea773c7aebde0de5e58cfea7f0cae34d5 100644
--- a/tests/language_2/language_2_dart2js.status
+++ b/tests/language_2/language_2_dart2js.status
@@ -402,6 +402,7 @@ abstract_method_test: Crash # Assertion failure: Missing scope info for j:getter
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
@@ -493,6 +494,7 @@ async_star_regression_23116_test: Crash # Assertion failure: Missing scope info
async_star_regression_fisk_test: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
async_star_stream_take_test: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
async_star_take_reyield_test: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
+bad_constructor_test/05: MissingCompileTimeError
bad_override_test/03: MissingCompileTimeError
bad_override_test/04: Crash # type 'ShadowField' is not a subtype of type 'Procedure' of 'value' where
bad_override_test/05: MissingCompileTimeError
@@ -560,7 +562,6 @@ generic_methods_test: Crash # Assertion failure: Missing scope info for j:method
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_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.
getter_override2_test/02: MissingCompileTimeError
@@ -569,8 +570,6 @@ getter_override_test/01: MissingCompileTimeError
getter_override_test/02: MissingCompileTimeError
hash_map_null_key_foreach_test: RuntimeError
identical_closure2_test: RuntimeError
-abstract_override_adds_optional_args_supercall_test: Crash # Assertion failure: Missing scope info for j:method(B.foo).
-bad_constructor_test/05: MissingCompileTimeError
if_null_assignment_behavior_test/05: Crash # Assertion failure: Cannot find value Instance of 'ThisLocal' in (local(D.derivedInstanceTest#)) for j:closure_call(D_derivedInstanceTest_closure.call).
if_null_assignment_behavior_test/06: Crash # Assertion failure: Cannot find value Instance of 'ThisLocal' in (local(D.derivedInstanceTest#)) for j:closure_call(D_derivedInstanceTest_closure.call).
if_null_assignment_behavior_test/12: RuntimeError
@@ -580,7 +579,6 @@ if_null_assignment_static_test/05: RuntimeError
many_generic_instanceof_test: Crash # type 'JClass' is not a subtype of type 'ClassElement' of 'contextClass' where
regress_30339_test: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
type_variable_nested_test/01: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
-type_variable_nested_test/none: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
unused_overridden_async_test: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
vm/allocation_sinking_vm_test: RuntimeError
vm/async_await_catch_stacktrace_test: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
@@ -595,6 +593,7 @@ abstract_method_test: Crash # NoSuchMethodError: The getter 'thisLocal' was call
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
@@ -686,6 +685,7 @@ async_star_regression_23116_test: Crash # NoSuchMethodError: The getter 'thisLoc
async_star_regression_fisk_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
async_star_stream_take_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
async_star_take_reyield_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
+bad_constructor_test/05: MissingCompileTimeError
bad_override_test/03: MissingCompileTimeError
bad_override_test/04: MissingCompileTimeError
bad_override_test/05: MissingCompileTimeError
@@ -753,7 +753,6 @@ generic_methods_test: Crash # NoSuchMethodError: The getter 'thisLocal' was call
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_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.
getter_override2_test/02: MissingCompileTimeError
@@ -762,8 +761,6 @@ getter_override_test/01: MissingCompileTimeError
getter_override_test/02: MissingCompileTimeError
hash_map_null_key_foreach_test: RuntimeError
identical_closure2_test: RuntimeError
-abstract_override_adds_optional_args_supercall_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
-bad_constructor_test/05: MissingCompileTimeError
if_null_assignment_behavior_test/05: Crash # Assertion failure: Cannot find value Instance of 'ThisLocal' in (local(D.derivedInstanceTest#)) for j:closure_call(D_derivedInstanceTest_closure.call).
if_null_assignment_behavior_test/06: Crash # Assertion failure: Cannot find value Instance of 'ThisLocal' in (local(D.derivedInstanceTest#)) for j:closure_call(D_derivedInstanceTest_closure.call).
if_null_assignment_behavior_test/12: RuntimeError
@@ -773,7 +770,6 @@ if_null_assignment_static_test/05: RuntimeError
many_generic_instanceof_test: Crash # NoSuchMethodError: Class 'JClass' has no instance getter 'typeVariables'.
regress_30339_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
type_variable_nested_test/01: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
-type_variable_nested_test/none: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
unused_overridden_async_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
vm/allocation_sinking_vm_test: RuntimeError
vm/async_await_catch_stacktrace_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.

Powered by Google App Engine
This is Rietveld 408576698