5b1e6ca6c6
- Remove all refrences to "ddk" vs "ddc". - Update throw_in_instance_method to reflect the current sourcemappings and start running the test again. Change-Id: Iff82f971e676346b3495a327d2d86cabd73cea03 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/279473 Reviewed-by: Sigmund Cherem <sigmund@google.com> Commit-Queue: Nicholas Shahan <nshahan@google.com>
34 lines
836 B
JSON
34 lines
836 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": "../../../../.dart_tool/package_config.json",
|
|
"suites": [
|
|
{
|
|
"name": "sourcemaps",
|
|
"kind": "Chain",
|
|
"source": "sourcemaps_suite.dart",
|
|
"path": "testfiles",
|
|
"status": "sourcemaps.status",
|
|
"pattern": [
|
|
"\\.dart$",
|
|
"\\.unformatteddart$"
|
|
],
|
|
"exclude": [
|
|
]
|
|
},
|
|
{
|
|
"name": "stacktrace",
|
|
"kind": "Chain",
|
|
"source": "stacktrace_suite.dart",
|
|
"path": "stacktrace_testfiles",
|
|
"status": "stacktrace.status",
|
|
"pattern": [
|
|
"\\.dart$"
|
|
],
|
|
"exclude": [
|
|
]
|
|
}
|
|
]
|
|
}
|