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