ad62d8bd7f
Closes #45775. Bug: https://github.com/dart-lang/sdk/issues/45775 Change-Id: Ibffdd24b1a691b2149323dbc984c0d3ae7134c25 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/196120 Commit-Queue: Dmitry Stefantsov <dmitryas@google.com> Reviewed-by: Johnni Winther <johnniwinther@google.com>
34 lines
1.7 KiB
Plaintext
34 lines
1.7 KiB
Plaintext
# Copyright (c) 2017, 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.md file.
|
|
|
|
# Status file for the strong_suite.dart test suite. This is testing generating
|
|
# Kernel ASTs directly, that is, code in pkg/fasta/lib/src/kernel/ with
|
|
# strong-mode enabled.
|
|
|
|
extension_types/extension_on_nullable: ExpectationFileMismatchSerialized # Expected.
|
|
extension_types/issue45775: 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.
|
|
late_lowering/covariant_late_field: TypeCheckError
|
|
nnbd/covariant_late_field: TypeCheckError
|
|
nnbd/getter_vs_setter_type: TypeCheckError
|
|
nnbd/issue42546: TypeCheckError
|
|
nnbd/issue42603: TypeCheckError
|
|
nnbd/no_support_for_old_null_aware_index_access_syntax: RuntimeError # Expected.
|
|
nnbd/nullable_object_access: TypeCheckError
|
|
nnbd/nullable_receiver: TypeCheckError
|
|
nnbd/potentially_nullable_access: TypeCheckError
|
|
none/equals: TypeCheckError
|
|
none/method_invocation: TypeCheckError
|
|
none/operator: TypeCheckError
|
|
none/property_get: TypeCheckError
|
|
none/property_set: TypeCheckError
|
|
value_class/copy_with_call_sites: RuntimeError # Expected
|
|
value_class/simple: RuntimeError # Expected
|
|
value_class/value_extends_non_value: RuntimeError # Expected
|
|
value_class/value_implements_non_value: RuntimeError # Expected
|