Files
sdk/pkg/dev_compiler/test/sourcemap/testing.json
T
Jens Johansen e97f818778 [DDC-kernel] Stacktrace test
First stacktrace test making use of the shared testing functionality
originally used by dart2js.

Bug:
Change-Id: Ia3528e2860a5bea48365c32a6526811d06ec001c
Reviewed-on: https://dart-review.googlesource.com/23060
Commit-Queue: Jens Johansen <jensj@google.com>
Reviewed-by: Johnni Winther <johnniwinther@google.com>
2017-11-23 11:25:16 +00:00

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