mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 08:44:27 +00:00
e4a8525d86
Change-Id: I3ea1e20eaa14f546da333a8841bfa2ef75891bda Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/263301 Reviewed-by: Alexander Thomas <athom@google.com>
8 lines
450 B
Text
8 lines
450 B
Text
# Copyright (c) 2019, 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.
|
|
|
|
[ $compiler == dart2analyzer ]
|
|
LanguageFeatures/nnbd/static/strong/*: SkipByDesign # Strong mode tests should not be run with analyzer
|
|
LanguageFeatures/nnbd/static/weak/*: SkipByDesign # Weak mode tests should not be run with analyzer
|
|
|