dart-sdk/tests/language_2/vm
Vyacheslav Egorov ed5b6a3e8e [vm/kernel] Ensure that ScopeBuilder visits parameter types
Parameter types of local functions might refer to type arguments of
the receiver which means that receiver needs to be captured even
if it is not explicitly used inside a local function.

Fixes https://github.com/dart-lang/sdk/issues/32204

Bug: 32204
Change-Id: I448f0c8cbce12e9b58e1c3de9b2630ee22031d92
Reviewed-on: https://dart-review.googlesource.com/42441
Commit-Queue: Vyacheslav Egorov <vegorov@google.com>
Reviewed-by: Martin Kustermann <kustermann@google.com>
2018-02-20 19:09:15 +00:00
..
allocation_sinking_vm_test.dart
async_await_catch_stacktrace_test.dart
await_synchronous_future_test.dart [vm/kernel] Support synchronously completing futures 2018-02-12 15:01:18 +00:00
canonicalization_preserves_deopt_test.dart Update tests to have an expression rather than a function as the argument in an assert 2018-01-05 22:09:09 +00:00
causal_async_exception_stack2_test.dart Move tests from package "test" (back) to "unittest". 2017-10-10 19:46:12 +00:00
causal_async_exception_stack_helper.dart
causal_async_exception_stack_test.dart Move tests from package "test" (back) to "unittest". 2017-10-10 19:46:12 +00:00
closure_memory_retention_test.dart
create_array_instr_deopt2_test.dart
create_array_instr_deopt_test.dart
debug_break_enabled_vm_test.dart
debug_break_vm_test.dart Adds support for syntax error in tests to test.py. 2017-11-06 08:56:09 +00:00
deopt_hoisted_smi_check_vm_test.dart
deopt_smi_check_vm_test.dart
function_equality_vm_test.dart
if_conversion_vm_test.dart
integer_type_propagation2_test.dart
integer_type_propagation_test.dart
issue11087_vm_test.dart
issue21220_vm_test.dart
lazy_deopt_vm_test.dart
lazy_deopt_with_exception_and_stacktrace_test.dart Insert implicit downcasts for simple assignments. 2017-10-27 18:27:09 +00:00
lazy_deopt_with_exception_test.dart Insert implicit downcasts for simple assignments. 2017-10-27 18:27:09 +00:00
licm_constant_redefinition_vm_test.dart
load_elimination_any_use_creates_alias_test.dart
load_elimination_has_loads_from_place_test.dart
load_elimination_mark_stored_values_escaping_test.dart
load_elimination_two_redefinitions_test.dart
load_to_load_forwarding_vm_test.dart Change some constant declarations to lowerCase. 2017-11-14 12:59:14 +00:00
load_to_load_unaligned_forwarding_vm_test.dart Change some constant declarations to lowerCase. 2017-11-14 12:59:14 +00:00
math_vm_test.dart
no_such_args_error_message_vm_test.dart
no_such_method_error_message_callable_vm_test.dart
no_such_method_error_message_vm_test.dart
null_hashcode_optimized_vm_test.dart
optimization_test.dart
optimized_await_regress_test.dart
optimized_check_class_test.dart
optimized_guarded_field_isolates_test.dart Strong mode fixes for optimized_guarded_field_isolates_test.dart 2017-11-08 20:02:33 +00:00
optimized_guarded_field_test.dart
optimized_identical_test.dart
optimized_list_constructor_test.dart
optimized_polymorphic_list_access_test.dart
optimized_shl_test.dart
optimized_stacktrace_test.dart
optimized_testsmi_test.dart
optimized_try_catch_cha_test.dart
optimized_unique_selector_test.dart
precompiled_static_initializer_test.dart
reflect_core_vm_test.dart Use the Expect.throws___() helper methods throughout tests. 2017-10-17 23:37:15 +00:00
regress_14903_test.dart [Tests] Update _2 tests for Dart 2.0 fixed-size integers 2017-11-17 20:28:06 +00:00
regress_16873_test.dart
regress_21245_test.dart
regress_22480_test.dart
regress_22541_vm_test.dart
regress_22621_vm_test.dart
regress_22693_vm_test.dart
regress_23117_vm_test.dart [Tests] Update _2 tests for Dart 2.0 fixed-size integers 2017-11-17 20:28:06 +00:00
regress_23238_test.dart [Tests] Update _2 tests for Dart 2.0 fixed-size integers 2017-11-17 20:28:06 +00:00
regress_24517_test.dart
regress_27201_lib.dart
regress_27201_test.dart
regress_27671_other.dart
regress_27671_test.dart
regress_28325_test.dart
regress_29137_vm_test.dart
regress_29145_test.dart
regress_32204_test.dart [vm/kernel] Ensure that ScopeBuilder visits parameter types 2018-02-20 19:09:15 +00:00
regress_licm_test.dart
reusable_boxes_test.dart Insert implicit downcasts for simple assignments. 2017-10-27 18:27:09 +00:00
store_elimination_vm_test.dart
store_to_load_forwarding_phis_vm_test.dart
string_polymorphic_test.dart
type_cast_vm_test.dart
type_propagation_test.dart
type_vm_test.dart [VM runtime] Properly treat Object and void as top types in strong mode type 2017-12-20 20:55:59 +00:00
uint32_add_test.dart
uint32_right_shift_test.dart
uint32_shift_test.dart
unaligned_float_access_literal_index_test.dart Change some constant declarations to lowerCase. 2017-11-14 12:59:14 +00:00
unaligned_float_access_register_index_test.dart Change some constant declarations to lowerCase. 2017-11-14 12:59:14 +00:00
unaligned_integer_access_literal_index_test.dart Change some constant declarations to lowerCase. 2017-11-14 12:59:14 +00:00
unaligned_integer_access_register_index_test.dart Change some constant declarations to lowerCase. 2017-11-14 12:59:14 +00:00
unique_selector_test.dart
unregistered_closure_in_finally_test.dart