a65f9357f8
Change-Id: Ief5b7da1e06d0b37327fb62d29c967bcfb2cbdf6 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/189208 Commit-Queue: Dmitry Stefantsov <dmitryas@google.com> Reviewed-by: Johnni Winther <johnniwinther@google.com>
32 lines
1.6 KiB
Plaintext
32 lines
1.6 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/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
|