96c8aff4ce
These tests are currently run with the ES6 module format. This expands and refactors the test suite to also test the DDC library bundle module format. Refactoring is mostly limited to better naming and structuring of parameters. Change-Id: If2a813af1a503e18d74dd4eec57eac4ecc8a3f35 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/424880 Reviewed-by: Nicholas Shahan <nshahan@google.com>
42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
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 file.",
|
|
"packages": "../../../../.dart_tool/package_config.json",
|
|
"suites": [
|
|
{
|
|
"name": "sourcemaps",
|
|
"kind": "Chain",
|
|
"source": "sourcemaps_suite.dart",
|
|
"root": "testfiles",
|
|
"status": "sourcemaps.status",
|
|
"pattern": [
|
|
"\\.dart$",
|
|
"\\.unformatteddart$"
|
|
],
|
|
"exclude": []
|
|
},
|
|
{
|
|
"name": "stacktrace",
|
|
"kind": "Chain",
|
|
"source": "stacktrace_suite.dart",
|
|
"root": "stacktrace_testfiles",
|
|
"status": "stacktrace.status",
|
|
"pattern": [
|
|
"\\.dart$"
|
|
],
|
|
"exclude": []
|
|
},
|
|
{
|
|
"name": "stacktrace_ddc_library_bundle",
|
|
"kind": "Chain",
|
|
"source": "stacktrace_ddc_library_bundle_suite.dart",
|
|
"root": "stacktrace_testfiles",
|
|
"status": "stacktrace_ddc_library_bundle.status",
|
|
"pattern": [
|
|
"\\.dart$"
|
|
],
|
|
"exclude": []
|
|
}
|
|
]
|
|
} |