Files
sdk/pkg/dev_compiler/test/sourcemap/testing.json
T
Jens Johansen 28607729fc [DDC-kernel]: Stepping into constructor with initializers
This CL adds a test for stepping into a constructor with initializers.
It additionally changes the stack map in the kernel pipeline to produce
a better result in this case.

Bug:
Change-Id: If0a43b030446c4a7370f386f0f51411d223dda83
Reviewed-on: https://dart-review.googlesource.com/20720
Reviewed-by: Dmitry Stefantsov <dmitryas@google.com>
2017-11-24 14:05:20 +00:00

59 lines
1.4 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.md file.",
"packages": "../../../../.packages",
"suites": [
{
"name": "sourcemaps_ddc",
"kind": "Chain",
"source": "sourcemaps_ddc_suite.dart",
"path": "testfiles",
"status": "sourcemaps_ddc.status",
"pattern": [
"\\.dart$",
"\\.unformatteddart$"
],
"exclude": [
]
},
{
"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": [
]
},
{
"name": "stacktrace_ddc",
"kind": "Chain",
"source": "stacktrace_ddc_suite.dart",
"path": "stacktrace_testfiles",
"status": "stacktrace_ddc.status",
"pattern": [
"\\.dart$"
],
"exclude": [
]
}
]
}