06e0f58562
This adds helpers for creating variables corresponding to the new variable model. This prepares for removing the LegacyVariable and only createing the variables. This includes a fix for using the new LocalVariable for FunctionDeclaration. Change-Id: Ib82e12ceb11cf6aa80185bdfeb559461c641dc15 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/506241 Reviewed-by: Chloe Stefantsova <cstefantsova@google.com>
42 lines
2.4 KiB
Plaintext
42 lines
2.4 KiB
Plaintext
# Copyright (c) 2021, the Dart project authors. Please see the AUTHORS file
|
|
# for details. All rights reserved. Use of this source code is governed by a
|
|
# BSD-style license that can be found in the LICENSE file.
|
|
|
|
# Status file for the modular_suite.dart test suite.
|
|
|
|
coverage/anonymous_methods/expression_explicitly_wrongly_typed: TypeCheckError
|
|
constructor_tearoffs/call_instantiation: TypeCheckError
|
|
enhanced_enums/declared_hashcode: TypeCheckError
|
|
enhanced_enums/declared_index: TypeCheckError
|
|
extensions/extension_setter_error: TypeCheckError
|
|
general/abstract_members: TypeCheckError
|
|
general/bug30695: TypeCheckError
|
|
general/hierarchy/conflict: TypeCheckError
|
|
general/hierarchy/duplicates: TypeCheckError
|
|
general/supertype_conflict: TypeCheckError
|
|
inference/instantiate_tearoff_of_call: TypeCheckError
|
|
inference/mixin_inference_outwards_3: TypeCheckError
|
|
inference/mixin_inference_outwards_4: TypeCheckError
|
|
inference/mixin_inference_unification_1: TypeCheckError
|
|
inference/mixin_inference_unification_2: TypeCheckError
|
|
|
|
# Temporarily unimplemented binary serialization, see https://github.com/dart-lang/sdk/issues/61765
|
|
closure_context_lowering/assert_captured_variables: ExpectationFileMismatchSerialized
|
|
closure_context_lowering/async: ExpectationFileMismatchSerialized
|
|
closure_context_lowering/catch_variables: ExpectationFileMismatchSerialized
|
|
closure_context_lowering/constant_local_variable: ExpectationFileMismatchSerialized
|
|
closure_context_lowering/constructor_initializers: ExpectationFileMismatchSerialized
|
|
closure_context_lowering/foo42: ExpectationFileMismatchSerialized
|
|
closure_context_lowering/foo45: ExpectationFileMismatchSerialized
|
|
closure_context_lowering/foo48: ExpectationFileMismatchSerialized
|
|
closure_context_lowering/late_field_initializers: Crash
|
|
closure_context_lowering/late_variable_initializers: ExpectationFileMismatchSerialized
|
|
closure_context_lowering/local_functions: ExpectationFileMismatchSerialized
|
|
closure_context_lowering/local_variables: ExpectationFileMismatchSerialized
|
|
closure_context_lowering/loop_depth_strategy: ExpectationFileMismatchSerialized
|
|
closure_context_lowering/parameters: ExpectationFileMismatchSerialized
|
|
closure_context_lowering/redirecting_factories: ExpectationFileMismatchSerialized
|
|
closure_context_lowering/super_initializing_formal: ExpectationFileMismatchSerialized
|
|
closure_context_lowering/synthetic_variables: ExpectationFileMismatchSerialized
|
|
closure_context_lowering/this_variable: Crash
|