d5f4b8fff4
Change-Id: I03e4bbd41641c16cf945797bdbad23734367f983 Cq-Include-Trybots: luci.dart.try:pkg-linux-debug-try,pkg-linux-release-arm64-try,pkg-linux-release-try,pkg-mac-release-arm64-try,pkg-win-release-arm64-try,pkg-mac-release-try,pkg-win-release-try Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/429361 Commit-Queue: Daco Harkes <dacoharkes@google.com> Reviewed-by: Ivan Inozemtsev <iinozemtsev@google.com>
11 lines
502 B
Plaintext
11 lines
502 B
Plaintext
# Copyright (c) 2023, 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.
|
|
|
|
example/*: SkipByDesign # These test projects don't work without running pub in the project itself.
|
|
lib/src/*: SkipByDesign # These are not tests.
|
|
test/json_schema/*: SkipByDesign # Dev dependency not in Dart SDK.
|
|
|
|
[ $runtime != vm ]
|
|
*: SkipByDesign # Native assets is a VM-only feature.
|