| 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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 49 "\\.dart$" | 49 "\\.dart$" |
| 50 ], | 50 ], |
| 51 "exclude": [ | 51 "exclude": [ |
| 52 "/test/.*_test\\.dart$", | 52 "/test/.*_test\\.dart$", |
| 53 "/test/.*_suite\\.dart$", | 53 "/test/.*_suite\\.dart$", |
| 54 "/test/fasta/top_level_accessors_part\\.dart$" | 54 "/test/fasta/top_level_accessors_part\\.dart$" |
| 55 ] | 55 ] |
| 56 }, | 56 }, |
| 57 | 57 |
| 58 { | 58 { |
| 59 "name": "inference", |
| 60 "kind": "Chain", |
| 61 "source": "compile_test.dart", |
| 62 "path": "./inference/", |
| 63 "status": "inference/inference.status", |
| 64 "pattern": [ |
| 65 "\\.dart$" |
| 66 ], |
| 67 "exclude": [] |
| 68 }, |
| 69 |
| 70 { |
| 59 "name": "compile", | 71 "name": "compile", |
| 60 "kind": "Chain", | 72 "kind": "Chain", |
| 61 "source": "compile_test.dart", | 73 "source": "compile_test.dart", |
| 62 "path": "./", | 74 "path": "./", |
| 63 "status": "compile.status", | 75 "status": "compile.status", |
| 64 "pattern": [ | 76 "pattern": [ |
| 65 "\\.dart$" | 77 "\\.dart$" |
| 66 ], | 78 ], |
| 67 "exclude": [ | 79 "exclude": [ |
| 68 "/test/.*_test\\.dart$", | 80 "/test/.*_test\\.dart$", |
| (...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 163 "/third_party/pkg/", | 175 "/third_party/pkg/", |
| 164 "/pkg/analyzer/(?!.*/fasta/)", | 176 "/pkg/analyzer/(?!.*/fasta/)", |
| 165 "/pkg/compiler/lib/(?!.*/(scanner|parser)/)", | 177 "/pkg/compiler/lib/(?!.*/(scanner|parser)/)", |
| 166 "/pkg/compiler/lib/src/parser/partial_elements\\.dart$", | 178 "/pkg/compiler/lib/src/parser/partial_elements\\.dart$", |
| 167 "/pkg/js_ast/", | 179 "/pkg/js_ast/", |
| 168 "/pkg/compiler/tool/dart2js_profile_many\\.dart$", | 180 "/pkg/compiler/tool/dart2js_profile_many\\.dart$", |
| 169 "/pkg/compiler/tool/track_memory\\.dart$" | 181 "/pkg/compiler/tool/track_memory\\.dart$" |
| 170 ] | 182 ] |
| 171 } | 183 } |
| 172 } | 184 } |
| OLD | NEW |