dart-sdk/tests/language_2/call
Ryan Macnak 0150cddace [vm] Fix call-through-getter runtime handling.
This should look for `dyn:call` instead of `call`. If it was a non-dynamic call, we would hit an invoke-field-dispatcher instead.

TEST=ci
Bug: https://github.com/flutter/flutter/issues/116405
Change-Id: I98c441fec2eb53ab23ac1dd52db3aa4eaa5cbc6d
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/274265
Reviewed-by: Alexander Markov <alexmarkov@google.com>
Commit-Queue: Ryan Macnak <rmacnak@google.com>
2022-12-08 17:48:49 +00:00
..
argument_inference_test.dart Add language versions to _2 test libraries 2021-04-26 17:58:57 +00:00
call_test.dart Add language versions to _2 test libraries 2021-04-26 17:58:57 +00:00
closurization_test.dart Add language versions to _2 test libraries 2021-04-26 17:58:57 +00:00
constructor_on_unresolvable_class_runtime_test.dart Add language versions to _2 test libraries 2021-04-26 17:58:57 +00:00
constructor_on_unresolvable_class_test.dart [cfe] Add UnresolvedKind for fine grained unresolved reporting 2021-08-25 09:51:54 +00:00
dynamic_call_through_getter_test.dart [vm] Fix call-through-getter runtime handling. 2022-12-08 17:48:49 +00:00
function2_test.dart Add language versions to _2 test libraries 2021-04-26 17:58:57 +00:00
function_apply_test.dart Add language versions to _2 test libraries 2021-04-26 17:58:57 +00:00
function_test.dart Add language versions to _2 test libraries 2021-04-26 17:58:57 +00:00
implicit_tearoff_assignment_test.dart Properly handle implicit .call tearoff on RHS of assignments. 2022-02-21 16:38:51 +00:00
implicit_tearoff_error_test.dart Additional language test for implicit .call in conditional expressions 2022-02-18 14:23:01 +00:00
implicit_tearoff_exceptions_test.dart Add a language test to check situations where implicit call tearoff does not occur. 2022-02-15 16:37:50 +00:00
implicit_tearoff_local_assignment_test.dart Test an odd interaction of implicit .call tearoffs with promotion. 2022-02-22 11:49:41 +00:00
implicit_tearoff_test.dart Add a language test to check expressions for which implicit call tearoff should occur. 2022-02-15 17:57:49 +00:00
method_as_cast_test.dart Add language versions to _2 test libraries 2021-04-26 17:58:57 +00:00
method_function_typed_value_test.dart Add language versions to _2 test libraries 2021-04-26 17:58:57 +00:00
method_implicit_invoke_instance_test.dart Add language versions to _2 test libraries 2021-04-26 17:58:57 +00:00
method_implicit_invoke_local_runtime_1_test.dart Add language versions to _2 test libraries 2021-04-26 17:58:57 +00:00
method_implicit_invoke_local_runtime_2_test.dart Add language versions to _2 test libraries 2021-04-26 17:58:57 +00:00
method_implicit_invoke_local_runtime_3_test.dart Add language versions to _2 test libraries 2021-04-26 17:58:57 +00:00
method_implicit_invoke_local_runtime_4_test.dart Add language versions to _2 test libraries 2021-04-26 17:58:57 +00:00
method_implicit_invoke_local_runtime_test.dart Add language versions to _2 test libraries 2021-04-26 17:58:57 +00:00
method_implicit_invoke_local_test.dart [analyzer] NOT_ENOUGH_POSITIONAL_ARGUMENTS 2022-10-11 17:56:11 +00:00
method_implicit_invoke_static_test.dart Add language versions to _2 test libraries 2021-04-26 17:58:57 +00:00
method_implicit_invoke_top_level_test.dart Add language versions to _2 test libraries 2021-04-26 17:58:57 +00:00
method_implicit_tear_off_assignable_test.dart Add language versions to _2 test libraries 2021-04-26 17:58:57 +00:00
method_implicit_tear_off_nullable_test.dart Add language versions to _2 test libraries 2021-04-26 17:58:57 +00:00
method_implicit_tear_off_test.dart Add language versions to _2 test libraries 2021-04-26 17:58:57 +00:00
method_is_check_test.dart Add language versions to _2 test libraries 2021-04-26 17:58:57 +00:00
method_must_not_be_field_test.dart Add language versions to _2 test libraries 2021-04-26 17:58:57 +00:00
method_must_not_be_getter_test.dart Add language versions to _2 test libraries 2021-04-26 17:58:57 +00:00
method_override_runtime_test.dart Add language versions to _2 test libraries 2021-04-26 17:58:57 +00:00
method_override_test.dart Add language versions to _2 test libraries 2021-04-26 17:58:57 +00:00
non_method_field_runtime_test.dart Add language versions to _2 test libraries 2021-04-26 17:58:57 +00:00
non_method_field_test.dart Add language versions to _2 test libraries 2021-04-26 17:58:57 +00:00
nonexistent_constructor_runtime_test.dart Add language versions to _2 test libraries 2021-04-26 17:58:57 +00:00
nonexistent_constructor_test.dart [cfe] Add UnresolvedKind for fine grained unresolved reporting 2021-08-25 09:51:54 +00:00
nonexistent_static_test.dart Add language versions to _2 test libraries 2021-04-26 17:58:57 +00:00
object_has_no_call_method_test.dart Add language versions to _2 test libraries 2021-04-26 17:58:57 +00:00
object_has_no_call_runtime_1_test.dart Add language versions to _2 test libraries 2021-04-26 17:58:57 +00:00
object_has_no_call_runtime_2_test.dart Add language versions to _2 test libraries 2021-04-26 17:58:57 +00:00
object_has_no_call_runtime_3_test.dart Add language versions to _2 test libraries 2021-04-26 17:58:57 +00:00
object_has_no_call_runtime_4_test.dart Add language versions to _2 test libraries 2021-04-26 17:58:57 +00:00
object_has_no_call_runtime_5_test.dart Add language versions to _2 test libraries 2021-04-26 17:58:57 +00:00
object_has_no_call_runtime_6_test.dart Add language versions to _2 test libraries 2021-04-26 17:58:57 +00:00
object_has_no_call_runtime_test.dart Add language versions to _2 test libraries 2021-04-26 17:58:57 +00:00
operator_test.dart Add language versions to _2 test libraries 2021-04-26 17:58:57 +00:00
property_test.dart Add language versions to _2 test libraries 2021-04-26 17:58:57 +00:00
through_getter_runtime_test.dart Add language versions to _2 test libraries 2021-04-26 17:58:57 +00:00
through_getter_test.dart Add language versions to _2 test libraries 2021-04-26 17:58:57 +00:00
through_null_getter_test.dart Add language versions to _2 test libraries 2021-04-26 17:58:57 +00:00
type_literal_test.dart Add language versions to _2 test libraries 2021-04-26 17:58:57 +00:00
with_no_such_method_test.dart Add language versions to _2 test libraries 2021-04-26 17:58:57 +00:00