dart-sdk/tests/web_2/internal/rti
Mayank Patke 58ad941a5a [dart2js] Fix interface subtyping bug.
Previously, when checking S <: T, we only checked if S and T had the
same interface name once. However, it's possible that redirections
eventually cause them to become equal. For example, if S is an interop
type and T is JavaScriptObject, after following the redirection from S
to JavaScriptObject, we end up checking JavaScriptObject <:
JavaScriptObject. Therefore, we need to recheck after following each
redirection.

Change-Id: Ie3eb9530627a0e48a5ea704fd4078ae238a65c78
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/204744
Commit-Queue: Mayank Patke <fishythefish@google.com>
Reviewed-by: Stephen Adams <sra@google.com>
2021-06-25 22:34:06 +00:00
..
bind_test.dart
bound_environment_test.dart
canonical_recipe_test.dart
class_environment_test.dart
constant_type_test.dart
js_interop_subtype_test.dart [dart2js] Fix interface subtyping bug. 2021-06-25 22:34:06 +00:00
recipe_syntax_test.dart
required_named_parameters_test.dart
runtime_type_1_test.dart
runtime_type_2_test.dart
runtime_type_3_test.dart
simple_2_test.dart
simple_is_function_type2_test.dart
simple_is_function_type3_test.dart
simple_is_function_type_test.dart
simple_is_test.dart
simple_test.dart
simple_type_bound_test.dart
subtype_test.dart
subtype_utils.dart
variance_subtype_test.dart