| 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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 44 "kind": "Chain", | 44 "kind": "Chain", |
| 45 "source": "outline_test.dart", | 45 "source": "outline_test.dart", |
| 46 "path": "../../testcases/", | 46 "path": "../../testcases/", |
| 47 "status": "outline.status", | 47 "status": "outline.status", |
| 48 "pattern": [ | 48 "pattern": [ |
| 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 "/testcases/top_level_accessors_part\\.dart$", | 54 "/testcases/top_level_accessors_part\\.dart$" |
| 55 "/testcases/shaker/" | |
| 56 ] | 55 ] |
| 57 }, | 56 }, |
| 58 | 57 |
| 59 { | 58 { |
| 60 "name": "compile", | 59 "name": "compile", |
| 61 "kind": "Chain", | 60 "kind": "Chain", |
| 62 "source": "compile_test.dart", | 61 "source": "compile_test.dart", |
| 63 "path": "../../testcases/", | 62 "path": "../../testcases/", |
| 64 "status": "compile.status", | 63 "status": "compile.status", |
| 65 "pattern": [ | 64 "pattern": [ |
| 66 "\\.dart$" | 65 "\\.dart$" |
| 67 ], | 66 ], |
| 68 "exclude": [ | 67 "exclude": [ |
| 69 "/test/.*_test\\.dart$", | 68 "/test/.*_test\\.dart$", |
| 70 "/test/.*_suite\\.dart$", | 69 "/test/.*_suite\\.dart$", |
| 71 "/testcases/top_level_accessors_part\\.dart$", | 70 "/testcases/top_level_accessors_part\\.dart$" |
| 72 "/testcases/shaker/" | |
| 73 ] | 71 ] |
| 74 }, | 72 }, |
| 75 | 73 |
| 76 { | 74 { |
| 77 "name": "kompile", | 75 "name": "kompile", |
| 78 "kind": "Chain", | 76 "kind": "Chain", |
| 79 "source": "kompile_test.dart", | 77 "source": "kompile_test.dart", |
| 80 "path": "../../testcases/", | 78 "path": "../../testcases/", |
| 81 "status": "kompile.status", | 79 "status": "kompile.status", |
| 82 "pattern": [ | 80 "pattern": [ |
| 83 "\\.dart$" | 81 "\\.dart$" |
| 84 ], | 82 ], |
| 85 "exclude": [ | 83 "exclude": [ |
| 86 "/test/.*_test\\.dart$", | 84 "/test/.*_test\\.dart$", |
| 87 "/test/.*_suite\\.dart$", | 85 "/test/.*_suite\\.dart$", |
| 88 "/testcases/top_level_accessors_part\\.dart$", | 86 "/testcases/top_level_accessors_part\\.dart$" |
| 89 "/testcases/shaker/" | |
| 90 ] | 87 ] |
| 91 }, | 88 }, |
| 92 | 89 |
| 93 { | 90 { |
| 94 "name": "strong", | 91 "name": "strong", |
| 95 "kind": "Chain", | 92 "kind": "Chain", |
| 96 "source": "strong_test.dart", | 93 "source": "strong_test.dart", |
| 97 "path": "../../testcases/", | 94 "path": "../../testcases/", |
| 98 "status": "strong.status", | 95 "status": "strong.status", |
| 99 "pattern": [ | 96 "pattern": [ |
| 100 "\\.dart$" | 97 "\\.dart$" |
| 101 ], | 98 ], |
| 102 "exclude": [ | 99 "exclude": [ |
| 103 "/test/.*_test\\.dart$", | 100 "/test/.*_test\\.dart$", |
| 104 "/test/.*_suite\\.dart$", | 101 "/test/.*_suite\\.dart$", |
| 105 "/testcases/top_level_accessors_part\\.dart$", | 102 "/testcases/top_level_accessors_part\\.dart$" |
| 106 "/testcases/shaker/" | |
| 107 ] | 103 ] |
| 108 }, | 104 }, |
| 109 | 105 |
| 110 { | |
| 111 "name": "shaker", | |
| 112 "kind": "Chain", | |
| 113 "source": "shaker_test.dart", | |
| 114 "path": "../../testcases/shaker/", | |
| 115 "status": "shaker.status", | |
| 116 "pattern": [ | |
| 117 "\\.dart$" | |
| 118 ], | |
| 119 "exclude": [ | |
| 120 "/shaker/lib/lib.dart" | |
| 121 ] | |
| 122 }, | |
| 123 | |
| 124 { | 106 { |
| 125 "name": "language", | 107 "name": "language", |
| 126 "kind": "Chain", | 108 "kind": "Chain", |
| 127 "source": "sdk_test.dart", | 109 "source": "sdk_test.dart", |
| 128 "path": "../../../../tests/language/", | 110 "path": "../../../../tests/language/", |
| 129 "status": "language.status", | 111 "status": "language.status", |
| 130 "process-multitests": true, | 112 "process-multitests": true, |
| 131 "pattern": [ | 113 "pattern": [ |
| 132 "_test\\.dart$" | 114 "_test\\.dart$" |
| 133 ], | 115 ], |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 195 ], | 177 ], |
| 196 | 178 |
| 197 "exclude": [ | 179 "exclude": [ |
| 198 "/third_party/pkg/", | 180 "/third_party/pkg/", |
| 199 "/third_party/pkg_tested/", | 181 "/third_party/pkg_tested/", |
| 200 "/pkg/analyzer/(?!.*/(fasta/|kernel/|(file_state|parser_fasta_test)\\.dart
$))", | 182 "/pkg/analyzer/(?!.*/(fasta/|kernel/|(file_state|parser_fasta_test)\\.dart
$))", |
| 201 "/pkg/js_ast/" | 183 "/pkg/js_ast/" |
| 202 ] | 184 ] |
| 203 } | 185 } |
| 204 } | 186 } |
| OLD | NEW |