9eae46d69f
Change-Id: I3ec813b29bef20c24af638f5faeb7bc33e342494 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/+/446640 Auto-Submit: Daco Harkes <dacoharkes@google.com> Commit-Queue: Daco Harkes <dacoharkes@google.com> Reviewed-by: Hossein Yousefi <yousefi@google.com>
10 lines
438 B
Plaintext
10 lines
438 B
Plaintext
# Copyright (c) 2025, 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 require to run via `dart test` to run build hooks.
|
|
test/json_schema/*: SkipByDesign # Dev dependency not in Dart SDK.
|
|
|
|
[ $runtime != vm ]
|
|
*: SkipByDesign # Native assets is a VM-only feature.
|