f9c68a5679
Most of these arguments are flowing through to a `--packages` argument which allows passing the `package_config.json` file. In the long term we should remove the `.packages` file entirely. TEST=None, the change should have no visible impact. Change-Id: I60a8b175d5e217a85588bbcb91cc5095514066b4 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/211503 Auto-Submit: Nate Bosch <nbosch@google.com> Commit-Queue: Nate Bosch <nbosch@google.com> Reviewed-by: Kevin Moore <kevmoo@google.com> Reviewed-by: Lasse R.H. Nielsen <lrn@google.com>
34 lines
860 B
JSON
34 lines
860 B
JSON
{
|
|
"":"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.",
|
|
"packages": "../../../../.dart_tool/package_config.json",
|
|
"suites": [
|
|
{
|
|
"name": "sourcemaps_ddk",
|
|
"kind": "Chain",
|
|
"source": "sourcemaps_ddk_suite.dart",
|
|
"path": "testfiles",
|
|
"status": "sourcemaps_ddk.status",
|
|
"pattern": [
|
|
"\\.dart$",
|
|
"\\.unformatteddart$"
|
|
],
|
|
"exclude": [
|
|
]
|
|
},
|
|
{
|
|
"name": "stacktrace_ddk",
|
|
"kind": "Chain",
|
|
"source": "stacktrace_ddk_suite.dart",
|
|
"path": "stacktrace_testfiles",
|
|
"status": "stacktrace_ddk.status",
|
|
"pattern": [
|
|
"\\.dart$"
|
|
],
|
|
"exclude": [
|
|
]
|
|
}
|
|
]
|
|
}
|