184cc25766
Add logging in the Interpreter for: - StaticInvocationExpression, including calls to print - ReturnStatement - IfStatement BUG= R=dmitryas@google.com Review-Url: https://codereview.chromium.org/2841803002 .
29 lines
670 B
JSON
29 lines
670 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": "interpreter",
|
|
"kind": "Chain",
|
|
"source": "suite.dart",
|
|
"path": "../../testcases/interpreter",
|
|
"status": "interpreter.status",
|
|
"pattern": [
|
|
"\\.dart$"
|
|
],
|
|
"exclude": [
|
|
"/test/interpreter/suite\\.dart$"
|
|
]
|
|
}
|
|
],
|
|
"analyze": {
|
|
"uris": [
|
|
"interpreter.dart"
|
|
],
|
|
"exclude": [
|
|
]
|
|
}
|
|
}
|