Files
sdk/pkg/dev_compiler/test/sourcemap/testing.json
T
Nicholas Shahan edb2c51dc4 [dartdevc] Cleanup old DDC test suite descriptors
Change-Id: Ic4f295f67bfdad9ac28b0513769e62fd93ca85c8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/139720
Reviewed-by: Mark Zhou <markzipan@google.com>
Commit-Queue: Nicholas Shahan <nshahan@google.com>
2020-03-16 21:55:01 +00:00

34 lines
839 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": "../../../../.packages",
"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": [
]
}
]
}