Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(278)

Side by Side Diff: pkg/front_end/testing.json

Issue 2957623002: Move testing.json and status files to more natural locations. (Closed)
Patch Set: Fix typo. Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « pkg/front_end/testcases/strong.status ('k') | pkg/front_end/tool/fasta » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 {
11 "name": "scanner", 11 "name": "scanner",
12 "kind": "Chain", 12 "kind": "Chain",
13 "source": "scanner/scanner_suite.dart", 13 "source": "test/fasta/scanner/scanner_suite.dart",
14 "path": "../../../../", 14 "path": "../../",
15 "status": "scanner/scanner.status", 15 "status": "test/fasta/scanner/scanner.status",
16 "pattern": [ 16 "pattern": [
17 "\\.dart$" 17 "\\.dart$"
18 ], 18 ],
19 "exclude": [ 19 "exclude": [
20 ] 20 ]
21 }, 21 },
22 22
23 { 23 {
24 "name": "parser", 24 "name": "parser",
25 "kind": "Chain", 25 "kind": "Chain",
26 "source": "parser/parser_suite.dart", 26 "source": "test/fasta/parser/parser_suite.dart",
27 "path": "../../../../", 27 "path": "../../",
28 "status": "parser/parser.status", 28 "status": "test/fasta/parser/parser.status",
29 "pattern": [ 29 "pattern": [
30 "\\.dart$" 30 "\\.dart$"
31 ], 31 ],
32 "exclude": [ 32 "exclude": [
33 "README.dart", 33 "README.dart",
34 "/sdk/xcodebuild/", 34 "/sdk/xcodebuild/",
35 "/sdk/out/", 35 "/sdk/out/",
36 "/sdk/build/", 36 "/sdk/build/",
37 "/sdk/tools/sdks/", 37 "/sdk/tools/sdks/",
38 "/sdk/generated/" 38 "/sdk/generated/"
39 ] 39 ]
40 }, 40 },
41 41
42 { 42 {
43 "name": "outline", 43 "name": "outline",
44 "kind": "Chain", 44 "kind": "Chain",
45 "source": "outline_test.dart", 45 "source": "test/fasta/outline_test.dart",
46 "path": "../../testcases/", 46 "path": "testcases/",
47 "status": "outline.status", 47 "status": "testcases/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 "/testcases/shaker/"
56 ] 56 ]
57 }, 57 },
58 58
59 { 59 {
60 "name": "compile", 60 "name": "compile",
61 "kind": "Chain", 61 "kind": "Chain",
62 "source": "compile_test.dart", 62 "source": "test/fasta/compile_test.dart",
63 "path": "../../testcases/", 63 "path": "testcases/",
64 "status": "compile.status", 64 "status": "testcases/compile.status",
65 "pattern": [ 65 "pattern": [
66 "\\.dart$" 66 "\\.dart$"
67 ], 67 ],
68 "exclude": [ 68 "exclude": [
69 "/test/.*_test\\.dart$", 69 "/test/.*_test\\.dart$",
70 "/test/.*_suite\\.dart$", 70 "/test/.*_suite\\.dart$",
71 "/testcases/top_level_accessors_part\\.dart$", 71 "/testcases/top_level_accessors_part\\.dart$",
72 "/testcases/shaker/" 72 "/testcases/shaker/"
73 ] 73 ]
74 }, 74 },
75 75
76 { 76 {
77 "name": "kompile", 77 "name": "kompile",
78 "kind": "Chain", 78 "kind": "Chain",
79 "source": "kompile_test.dart", 79 "source": "test/fasta/kompile_test.dart",
80 "path": "../../testcases/", 80 "path": "testcases/",
81 "status": "kompile.status", 81 "status": "testcases/kompile.status",
82 "pattern": [ 82 "pattern": [
83 "\\.dart$" 83 "\\.dart$"
84 ], 84 ],
85 "exclude": [ 85 "exclude": [
86 "/test/.*_test\\.dart$", 86 "/test/.*_test\\.dart$",
87 "/test/.*_suite\\.dart$", 87 "/test/.*_suite\\.dart$",
88 "/testcases/top_level_accessors_part\\.dart$", 88 "/testcases/top_level_accessors_part\\.dart$",
89 "/testcases/shaker/" 89 "/testcases/shaker/"
90 ] 90 ]
91 }, 91 },
92 92
93 { 93 {
94 "name": "strong", 94 "name": "strong",
95 "kind": "Chain", 95 "kind": "Chain",
96 "source": "strong_test.dart", 96 "source": "test/fasta/strong_test.dart",
97 "path": "../../testcases/", 97 "path": "testcases/",
98 "status": "strong.status", 98 "status": "testcases/strong.status",
99 "pattern": [ 99 "pattern": [
100 "\\.dart$" 100 "\\.dart$"
101 ], 101 ],
102 "exclude": [ 102 "exclude": [
103 "/test/.*_test\\.dart$", 103 "/test/.*_test\\.dart$",
104 "/test/.*_suite\\.dart$", 104 "/test/.*_suite\\.dart$",
105 "/testcases/top_level_accessors_part\\.dart$", 105 "/testcases/top_level_accessors_part\\.dart$",
106 "/testcases/shaker/" 106 "/testcases/shaker/"
107 ] 107 ]
108 }, 108 },
109 109
110 { 110 {
111 "name": "shaker", 111 "name": "shaker",
112 "kind": "Chain", 112 "kind": "Chain",
113 "source": "shaker_test.dart", 113 "source": "test/fasta/shaker_test.dart",
114 "path": "../../testcases/shaker/", 114 "path": "testcases/shaker/",
115 "status": "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/lib.dart"
121 ] 121 ]
122 }, 122 },
123 123
124 { 124 {
125 "name": "language", 125 "name": "language",
126 "kind": "Chain", 126 "kind": "Chain",
127 "source": "sdk_test.dart", 127 "source": "test/fasta/sdk_test.dart",
128 "path": "../../../../tests/language/", 128 "path": "../../tests/language/",
129 "status": "language.status", 129 "status": "testcases/language.status",
130 "process-multitests": true, 130 "process-multitests": true,
131 "pattern": [ 131 "pattern": [
132 "_test\\.dart$" 132 "_test\\.dart$"
133 ], 133 ],
134 "": "deep_nesting{1,2}_negative_test are ignored because they cause a", 134 "": "deep_nesting{1,2}_negative_test are ignored because they cause a",
135 "": "crash that we're ignoring for now (it was fixed in Rasta).", 135 "": "crash that we're ignoring for now (it was fixed in Rasta).",
136 "": "The other tests are excluded because they try to use 'none' as ", 136 "": "The other tests are excluded because they try to use 'none' as ",
137 "": "subtest name in multi test.", 137 "": "subtest name in multi test.",
138 "": "Tracked by: https://github.com/dart-lang/sdk/issues/28436", 138 "": "Tracked by: https://github.com/dart-lang/sdk/issues/28436",
139 "exclude": [ 139 "exclude": [
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 "-t240 --checked pkg/(kernel|front_end|fasta) dart2js", 188 "-t240 --checked pkg/(kernel|front_end|fasta) dart2js",
189 "-cdartk -rvm", 189 "-cdartk -rvm",
190 "-cdart2js -rd8 --exclude-suite=observatory_ui", 190 "-cdart2js -rd8 --exclude-suite=observatory_ui",
191 "-cdart2js -rd8 dart2js_extra dart2js_native" 191 "-cdart2js -rd8 dart2js_extra dart2js_native"
192 ] 192 ]
193 } 193 }
194 ], 194 ],
195 195
196 "analyze": { 196 "analyze": {
197 197
198 "options": "../../analysis_options.yaml", 198 "options": "analysis_options.yaml",
199 199
200 "uris": [ 200 "uris": [
201 "../../lib", 201 "lib/",
202 "../../tool", 202 "tool/",
203 "../../../kernel/lib" 203 "../kernel/lib/"
204 ], 204 ],
205 205
206 "note": "Tests are included via git grep below.", 206 "note": "Tests are included via git grep below.",
207 207
208 "git grep": { 208 "git grep": {
209 "pathspecs": [ "*.dart" ], 209 "pathspecs": [ "*.dart" ],
210 "patterns": [ 210 "patterns": [
211 "package:front_end/", 211 "package:front_end/",
212 "package:kernel/" 212 "package:kernel/"
213 ] 213 ]
214 }, 214 },
215 215
216 "exclude": [ 216 "exclude": [
217 "^pkg/analysis_server/lib/src/analysis_server\\.dart" 217 "^pkg/analysis_server/lib/src/analysis_server\\.dart"
218 ] 218 ]
219 } 219 }
220 } 220 }
OLDNEW
« no previous file with comments | « pkg/front_end/testcases/strong.status ('k') | pkg/front_end/tool/fasta » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698