Files
sdk/pkg/dev_compiler/test/sourcemap/testing.json
T
Jens Johansen df1d05a7a1 [DDC-kernel] Initial source maps; testing framework for sourcemaps
This CL adds the bare minimum of source map generation for the kernel
pipeline in DDC.

It additionally introduces a testing framework that compiles dart files
with DDC (with or without kernel), steps through it via D8 and compares
the positions stopped at to the expected stop positions.

Bug:
Change-Id: Ie9e06164d8e51c973b83c46a8472e044876e4317
Reviewed-on: https://dart-review.googlesource.com/20662
Reviewed-by: Vijay Menon <vsm@google.com>
Reviewed-by: Johnni Winther <johnniwinther@google.com>
Commit-Queue: Jens Johansen <jensj@google.com>
2017-11-21 10:23:08 +00:00

33 lines
797 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_ddc",
"kind": "Chain",
"source": "sourcemaps_ddc_suite.dart",
"path": "testfiles",
"status": "sourcemaps_ddc.status",
"pattern": [
"\\.dart$"
],
"exclude": [
]
},
{
"name": "sourcemaps_ddk",
"kind": "Chain",
"source": "sourcemaps_ddk_suite.dart",
"path": "testfiles",
"status": "sourcemaps_ddk.status",
"pattern": [
"\\.dart$"
],
"exclude": [
]
}
]
}