f749040450
Prior to this CL the CFE verifier would update the type of the variable in Let expressions from `dynamic` to the computed static type of the initializer. This CL removes the type update, making the .expect files reflect the CFE output more accurately. Additionally, a verification check is added to make sure the static type of the initializer is assignable to the type of the Let variable. Change-Id: I0b7b8f175bcb319678c323eb6440d93f1f384a85 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/425500 Reviewed-by: Johnni Winther <johnniwinther@google.com> Commit-Queue: Chloe Stefantsova <cstefantsova@google.com>
38 lines
2.2 KiB
Plaintext
38 lines
2.2 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.
|
|
|
|
constructor_tearoffs/call_instantiation: TypeCheckError
|
|
enhanced_enums/declared_hashcode: TypeCheckError
|
|
enhanced_enums/declared_index: TypeCheckError
|
|
extension_types/access_setter_as_getter: ExpectationFileMismatchSerialized # Expected.
|
|
extension_types/call_not_get: ExpectationFileMismatchSerialized # Expected.
|
|
extension_types/extension_on_nullable: ExpectationFileMismatchSerialized # Expected.
|
|
extension_types/issue45775: ExpectationFileMismatchSerialized # Expected.
|
|
extension_types/non_simple_many_libs_same_name_cycle: ExpectationFileMismatchSerialized
|
|
extension_types/show_and_run_ceil: ExpectationFileMismatchSerialized # Expected.
|
|
extension_types/simple: ExpectationFileMismatchSerialized # Expected.
|
|
extension_types/simple_getter_resolution: ExpectationFileMismatchSerialized # Expected.
|
|
extension_types/simple_method_resolution: ExpectationFileMismatchSerialized # Expected.
|
|
extension_types/simple_operator_resolution: ExpectationFileMismatchSerialized # Expected.
|
|
extension_types/simple_setter_resolution: ExpectationFileMismatchSerialized # Expected.
|
|
extension_types/simple_show_hide: ExpectationFileMismatchSerialized # Expected.
|
|
extension_types/type_variable_in_static_context: ExpectationFileMismatchSerialized # Expected.
|
|
extensions/extension_setter_error: TypeCheckError
|
|
general/abstract_members: TypeCheckError
|
|
general/bug30695: TypeCheckError
|
|
general/getter_vs_setter_type: TypeCheckError
|
|
general/hierarchy/conflict: TypeCheckError
|
|
general/hierarchy/duplicates: TypeCheckError
|
|
general/infer_field_from_multiple2: 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
|
|
runtime_checks_new/mixin_forwarding_stub_getter: TypeCheckError
|
|
coverage/static2_test: TypeCheckError
|