| Index: pkg/kernel/test/closures/testing.json
|
| diff --git a/pkg/kernel/test/closures/testing.json b/pkg/kernel/test/closures/testing.json
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..f3dfd386feace440cf716e5538d9f9fe3b68d9d8
|
| --- /dev/null
|
| +++ b/pkg/kernel/test/closures/testing.json
|
| @@ -0,0 +1,28 @@
|
| +{
|
| +"":"Copyright (c) 2016, 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": "closures",
|
| + "kind": "Chain",
|
| + "source": "suite.dart",
|
| + "path": "../../testcases/closures",
|
| + "status": "closures.status",
|
| + "pattern": [
|
| + "\\.dart$"
|
| + ],
|
| + "exclude": [
|
| + "/test/closures/suite\\.dart$"
|
| + ]
|
| + }
|
| + ],
|
| + "analyze": {
|
| + "uris": [
|
| + "suite.dart"
|
| + ],
|
| + "exclude": [
|
| + ]
|
| + }
|
| +}
|
|
|