| OLD | NEW |
| 1 { | 1 { |
| 2 "":"Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file", | 2 "":"Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file", |
| 3 "":"for details. All rights reserved. Use of this source code is governed by a", | 3 "":"for details. All rights reserved. Use of this source code is governed by a", |
| 4 "":"BSD-style license that can be found in the LICENSE.md file.", | 4 "":"BSD-style license that can be found in the LICENSE.md file.", |
| 5 | 5 |
| 6 "packages": "../../.packages", | 6 "packages": "../../.packages", |
| 7 | 7 |
| 8 "suites": [ | 8 "suites": [ |
| 9 | 9 |
| 10 { | 10 { |
| (...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 110 { | 110 { |
| 111 "name": "shaker", | 111 "name": "shaker", |
| 112 "kind": "Chain", | 112 "kind": "Chain", |
| 113 "source": "test/fasta/shaker_test.dart", | 113 "source": "test/fasta/shaker_test.dart", |
| 114 "path": "testcases/shaker/", | 114 "path": "testcases/shaker/", |
| 115 "status": "testcases/shaker.status", | 115 "status": "testcases/shaker.status", |
| 116 "pattern": [ | 116 "pattern": [ |
| 117 "\\.dart$" | 117 "\\.dart$" |
| 118 ], | 118 ], |
| 119 "exclude": [ | 119 "exclude": [ |
| 120 "/shaker/lib/lib.dart" | 120 "/shaker/lib/.*\\.dart$", |
| 121 "/shaker/.*_lib\\.dart$" |
| 121 ] | 122 ] |
| 122 }, | 123 }, |
| 123 | 124 |
| 124 { | 125 { |
| 125 "name": "language", | 126 "name": "language", |
| 126 "kind": "Chain", | 127 "kind": "Chain", |
| 127 "source": "test/fasta/sdk_test.dart", | 128 "source": "test/fasta/sdk_test.dart", |
| 128 "path": "../../tests/language/", | 129 "path": "../../tests/language/", |
| 129 "status": "testcases/language.status", | 130 "status": "testcases/language.status", |
| 130 "process-multitests": true, | 131 "process-multitests": true, |
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 211 "package:front_end/", | 212 "package:front_end/", |
| 212 "package:kernel/" | 213 "package:kernel/" |
| 213 ] | 214 ] |
| 214 }, | 215 }, |
| 215 | 216 |
| 216 "exclude": [ | 217 "exclude": [ |
| 217 "^pkg/analysis_server/lib/src/analysis_server\\.dart" | 218 "^pkg/analysis_server/lib/src/analysis_server\\.dart" |
| 218 ] | 219 ] |
| 219 } | 220 } |
| 220 } | 221 } |
| OLD | NEW |