bc15ff6d53
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-mac-release-try,pkg-win-release-arm64-try,pkg-win-release-try Change-Id: I8e9e8e076777e1ac152fddbdab72581c2fc572c7 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/387701 Reviewed-by: Daco Harkes <dacoharkes@google.com> Commit-Queue: Martin Kustermann <kustermann@google.com>
30 lines
737 B
YAML
30 lines
737 B
YAML
# 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 file.
|
|
|
|
name: test_runner
|
|
# This package is not intended for consumption on pub.dev. DO NOT publish.
|
|
publish_to: none
|
|
|
|
environment:
|
|
sdk: '>=3.4.0 <4.0.0'
|
|
|
|
# Use 'any' constraints here; we get our versions from the DEPS file.
|
|
dependencies:
|
|
args: any
|
|
collection: any
|
|
dart2js_tools: any
|
|
package_config: any
|
|
path: any
|
|
pool: any
|
|
smith: any
|
|
status_file: any
|
|
webdriver: any
|
|
|
|
# Use 'any' constraints here; we get our versions from the DEPS file.
|
|
dev_dependencies:
|
|
analyzer: any
|
|
expect: any
|
|
glob: any
|
|
lints: any
|