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

Side by Side Diff: testing/buildbot/chromium.memory.fyi.json

Issue 1049703005: Add tool to reformat testing/buildbot/ json files in their canonical format. (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: Rename tool, as it'll be expanded Created 5 years, 8 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
OLDNEW
1 { 1 {
2 "Linux ChromeOS MSan Tests": {
3 "gtest_tests": [
4 {
5 "test": "accessibility_unittests"
6 },
7 {
8 "test": "app_list_unittests"
9 },
10 {
11 "test": "aura_unittests"
12 },
13 {
14 "test": "base_unittests"
15 },
16 {
17 "swarming": {
18 "can_use_on_swarming_builders": true,
19 "shards": 5
20 },
21 "test": "browser_tests"
22 },
23 {
24 "test": "cacheinvalidation_unittests"
25 },
26 {
27 "test": "cast_unittests"
28 },
29 {
30 "test": "cc_unittests"
31 },
32 {
33 "test": "chromedriver_unittests"
34 },
35 {
36 "test": "components_unittests"
37 },
38 {
39 "test": "compositor_unittests"
40 },
41 {
42 "test": "content_browsertests"
43 },
44 {
45 "test": "content_unittests"
46 },
47 {
48 "test": "crypto_unittests"
49 },
50 {
51 "test": "dbus_unittests"
52 },
53 {
54 "test": "device_unittests"
55 },
56 {
57 "test": "display_unittests"
58 },
59 {
60 "test": "events_unittests"
61 },
62 {
63 "test": "extensions_browsertests"
64 },
65 {
66 "test": "extensions_unittests"
67 },
68 {
69 "test": "gcm_unit_tests"
70 },
71 {
72 "test": "gfx_unittests"
73 },
74 {
75 "test": "google_apis_unittests"
76 },
77 {
78 "test": "gpu_unittests"
79 },
80 {
81 "swarming": {
82 "can_use_on_swarming_builders": true,
83 "shards": 2
84 },
85 "test": "interactive_ui_tests"
86 },
87 {
88 "test": "ipc_mojo_unittests"
89 },
90 {
91 "test": "ipc_tests"
92 },
93 {
94 "test": "jingle_unittests"
95 },
96 {
97 "test": "media_unittests"
98 },
99 {
100 "test": "mojo_common_unittests"
101 },
102 {
103 "test": "mojo_public_bindings_unittests"
104 },
105 {
106 "test": "mojo_public_environment_unittests"
107 },
108 {
109 "test": "mojo_public_system_unittests"
110 },
111 {
112 "test": "mojo_public_utility_unittests"
113 },
114 {
115 "test": "mojo_system_unittests"
116 },
117 {
118 "test": "nacl_loader_unittests"
119 },
120 {
121 "test": "net_unittests"
122 },
123 {
124 "test": "ppapi_unittests"
125 },
126 {
127 "test": "printing_unittests"
128 },
129 {
130 "test": "remoting_unittests"
131 },
132 {
133 "test": "sandbox_linux_unittests"
134 },
135 {
136 "test": "skia_unittests"
137 },
138 {
139 "test": "sql_unittests"
140 },
141 {
142 "test": "sync_unit_tests"
143 },
144 {
145 "test": "ui_base_unittests"
146 },
147 {
148 "test": "unit_tests"
149 },
150 {
151 "test": "url_unittests"
152 },
153 {
154 "test": "views_unittests"
155 },
156 {
157 "test": "wm_unittests"
158 }
159 ]
160 },
2 "Linux MSan Tests": { 161 "Linux MSan Tests": {
3 "gtest_tests": [ 162 "gtest_tests": [
4 "accessibility_unittests", 163 {
5 "app_list_unittests", 164 "test": "accessibility_unittests"
6 "aura_unittests", 165 },
7 "base_unittests", 166 {
8 { 167 "test": "app_list_unittests"
9 "test": "browser_tests", 168 },
169 {
170 "test": "aura_unittests"
171 },
172 {
173 "test": "base_unittests"
174 },
175 {
10 "swarming": { 176 "swarming": {
11 "can_use_on_swarming_builders": true, 177 "can_use_on_swarming_builders": true,
12 "shards": 5 178 "shards": 5
13 } 179 },
14 }, 180 "test": "browser_tests"
15 "cacheinvalidation_unittests", 181 },
16 "cast_unittests", 182 {
17 "cc_unittests", 183 "test": "cacheinvalidation_unittests"
18 "chromedriver_unittests", 184 },
19 "components_unittests", 185 {
20 "compositor_unittests", 186 "test": "cast_unittests"
21 "content_browsertests", 187 },
22 "content_unittests", 188 {
23 "crypto_unittests", 189 "test": "cc_unittests"
24 "dbus_unittests", 190 },
25 "device_unittests", 191 {
26 "display_unittests", 192 "test": "chromedriver_unittests"
27 "events_unittests", 193 },
28 "extensions_browsertests", 194 {
29 "extensions_unittests", 195 "test": "components_unittests"
30 "gcm_unit_tests", 196 },
31 "gfx_unittests", 197 {
32 "google_apis_unittests", 198 "test": "compositor_unittests"
33 "gpu_unittests", 199 },
34 { 200 {
35 "test": "interactive_ui_tests", 201 "test": "content_browsertests"
202 },
203 {
204 "test": "content_unittests"
205 },
206 {
207 "test": "crypto_unittests"
208 },
209 {
210 "test": "dbus_unittests"
211 },
212 {
213 "test": "device_unittests"
214 },
215 {
216 "test": "display_unittests"
217 },
218 {
219 "test": "events_unittests"
220 },
221 {
222 "test": "extensions_browsertests"
223 },
224 {
225 "test": "extensions_unittests"
226 },
227 {
228 "test": "gcm_unit_tests"
229 },
230 {
231 "test": "gfx_unittests"
232 },
233 {
234 "test": "google_apis_unittests"
235 },
236 {
237 "test": "gpu_unittests"
238 },
239 {
36 "swarming": { 240 "swarming": {
37 "can_use_on_swarming_builders": true 241 "can_use_on_swarming_builders": true
38 } 242 },
39 }, 243 "test": "interactive_ui_tests"
40 "ipc_mojo_unittests", 244 },
41 "ipc_tests", 245 {
42 "jingle_unittests", 246 "test": "ipc_mojo_unittests"
43 "media_unittests", 247 },
44 "mojo_common_unittests", 248 {
45 "mojo_public_bindings_unittests", 249 "test": "ipc_tests"
46 "mojo_public_environment_unittests", 250 },
47 "mojo_public_system_unittests", 251 {
48 "mojo_public_utility_unittests", 252 "test": "jingle_unittests"
49 "mojo_system_unittests", 253 },
50 "nacl_loader_unittests", 254 {
51 "net_unittests", 255 "test": "media_unittests"
52 "ppapi_unittests", 256 },
53 "printing_unittests", 257 {
54 "remoting_unittests", 258 "test": "mojo_common_unittests"
55 "sandbox_linux_unittests", 259 },
56 "skia_unittests", 260 {
57 "sql_unittests", 261 "test": "mojo_public_bindings_unittests"
58 "sync_unit_tests", 262 },
59 "ui_base_unittests", 263 {
60 "ui_touch_selection_unittests", 264 "test": "mojo_public_environment_unittests"
61 "unit_tests", 265 },
62 "url_unittests", 266 {
63 "views_unittests", 267 "test": "mojo_public_system_unittests"
64 "wm_unittests" 268 },
65 ] 269 {
66 }, 270 "test": "mojo_public_utility_unittests"
67 "Linux ChromeOS MSan Tests": { 271 },
68 "gtest_tests": [ 272 {
69 "accessibility_unittests", 273 "test": "mojo_system_unittests"
70 "app_list_unittests", 274 },
71 "aura_unittests", 275 {
72 "base_unittests", 276 "test": "nacl_loader_unittests"
73 { 277 },
74 "test": "browser_tests", 278 {
75 "swarming": { 279 "test": "net_unittests"
76 "can_use_on_swarming_builders": true, 280 },
77 "shards": 5 281 {
78 } 282 "test": "ppapi_unittests"
79 }, 283 },
80 "cacheinvalidation_unittests", 284 {
81 "cast_unittests", 285 "test": "printing_unittests"
82 "cc_unittests", 286 },
83 "chromedriver_unittests", 287 {
84 "components_unittests", 288 "test": "remoting_unittests"
85 "compositor_unittests", 289 },
86 "content_browsertests", 290 {
87 "content_unittests", 291 "test": "sandbox_linux_unittests"
88 "crypto_unittests", 292 },
89 "dbus_unittests", 293 {
90 "device_unittests", 294 "test": "skia_unittests"
91 "display_unittests", 295 },
92 "events_unittests", 296 {
93 "extensions_browsertests", 297 "test": "sql_unittests"
94 "extensions_unittests", 298 },
95 "gcm_unit_tests", 299 {
96 "gfx_unittests", 300 "test": "sync_unit_tests"
97 "google_apis_unittests", 301 },
98 "gpu_unittests", 302 {
99 { 303 "test": "ui_base_unittests"
100 "test": "interactive_ui_tests", 304 },
101 "swarming": { 305 {
102 "can_use_on_swarming_builders": true, 306 "test": "ui_touch_selection_unittests"
103 "shards": 2 307 },
104 } 308 {
105 }, 309 "test": "unit_tests"
106 "ipc_mojo_unittests", 310 },
107 "ipc_tests", 311 {
108 "jingle_unittests", 312 "test": "url_unittests"
109 "media_unittests", 313 },
110 "mojo_common_unittests", 314 {
111 "mojo_public_bindings_unittests", 315 "test": "views_unittests"
112 "mojo_public_environment_unittests", 316 },
113 "mojo_public_system_unittests", 317 {
114 "mojo_public_utility_unittests", 318 "test": "wm_unittests"
115 "mojo_system_unittests", 319 }
116 "nacl_loader_unittests",
117 "net_unittests",
118 "ppapi_unittests",
119 "printing_unittests",
120 "remoting_unittests",
121 "sandbox_linux_unittests",
122 "skia_unittests",
123 "sql_unittests",
124 "sync_unit_tests",
125 "ui_base_unittests",
126 "unit_tests",
127 "url_unittests",
128 "views_unittests",
129 "wm_unittests"
130 ] 320 ]
131 }, 321 },
132 "Linux TSan Tests": { 322 "Linux TSan Tests": {
323 "disabled_tests": {
324 "app_shell_browsertests": "http://crbug.com/455633",
325 "browser_tests": "Too many errors, clean content_browsertests first. http: //crbug.com/368525",
326 "cc_unittests": "http://crbug.com/437454",
327 "interactive_ui_tests": "http://crbug.com/455679"
328 },
133 "gtest_tests": [ 329 "gtest_tests": [
134 "accessibility_unittests", 330 {
135 "app_list_unittests", 331 "test": "accessibility_unittests"
136 "aura_unittests", 332 },
137 { 333 {
138 "test": "base_unittests", 334 "test": "app_list_unittests"
335 },
336 {
337 "test": "aura_unittests"
338 },
339 {
139 "swarming": { 340 "swarming": {
140 "can_use_on_swarming_builders": true 341 "can_use_on_swarming_builders": true
141 } 342 },
142 }, 343 "test": "base_unittests"
143 "cacheinvalidation_unittests", 344 },
144 "cast_unittests", 345 {
145 "chromedriver_unittests", 346 "test": "cacheinvalidation_unittests"
146 "components_unittests", 347 },
147 { 348 {
148 "test": "content_browsertests", 349 "test": "cast_unittests"
350 },
351 {
352 "test": "chromedriver_unittests"
353 },
354 {
355 "test": "components_unittests"
356 },
357 {
149 "swarming": { 358 "swarming": {
150 "can_use_on_swarming_builders": true 359 "can_use_on_swarming_builders": true
151 } 360 },
152 }, 361 "test": "content_browsertests"
153 { 362 },
154 "test": "content_unittests", 363 {
155 "swarming": { 364 "swarming": {
156 "can_use_on_swarming_builders": true 365 "can_use_on_swarming_builders": true
157 } 366 },
158 }, 367 "test": "content_unittests"
159 "crypto_unittests", 368 },
160 "dbus_unittests", 369 {
161 "device_unittests", 370 "test": "crypto_unittests"
162 "display_unittests", 371 },
163 "events_unittests", 372 {
164 "extensions_unittests", 373 "test": "dbus_unittests"
165 "gcm_unit_tests", 374 },
166 "gfx_unittests", 375 {
167 "google_apis_unittests", 376 "test": "device_unittests"
168 "gpu_unittests", 377 },
169 "ipc_mojo_unittests", 378 {
170 "ipc_tests", 379 "test": "display_unittests"
171 "jingle_unittests", 380 },
172 "media_unittests", 381 {
173 "mojo_common_unittests", 382 "test": "events_unittests"
174 { 383 },
175 "test": "net_unittests", 384 {
385 "test": "extensions_unittests"
386 },
387 {
388 "test": "gcm_unit_tests"
389 },
390 {
391 "test": "gfx_unittests"
392 },
393 {
394 "test": "google_apis_unittests"
395 },
396 {
397 "test": "gpu_unittests"
398 },
399 {
400 "test": "ipc_mojo_unittests"
401 },
402 {
403 "test": "ipc_tests"
404 },
405 {
406 "test": "jingle_unittests"
407 },
408 {
409 "test": "media_unittests"
410 },
411 {
412 "test": "mojo_common_unittests"
413 },
414 {
176 "swarming": { 415 "swarming": {
177 "can_use_on_swarming_builders": true, 416 "can_use_on_swarming_builders": true,
178 "shards": 4 417 "shards": 4
179 } 418 },
180 }, 419 "test": "net_unittests"
181 "ppapi_unittests", 420 },
182 "printing_unittests", 421 {
183 "remoting_unittests", 422 "test": "ppapi_unittests"
184 "sandbox_linux_unittests", 423 },
185 "skia_unittests", 424 {
186 "sql_unittests", 425 "test": "printing_unittests"
187 "sync_unit_tests", 426 },
188 "ui_base_unittests", 427 {
189 "ui_touch_selection_unittests", 428 "test": "remoting_unittests"
190 { 429 },
191 "test": "unit_tests", 430 {
431 "test": "sandbox_linux_unittests"
432 },
433 {
434 "test": "skia_unittests"
435 },
436 {
437 "test": "sql_unittests"
438 },
439 {
440 "test": "sync_unit_tests"
441 },
442 {
443 "test": "ui_base_unittests"
444 },
445 {
446 "test": "ui_touch_selection_unittests"
447 },
448 {
192 "swarming": { 449 "swarming": {
193 "can_use_on_swarming_builders": true, 450 "can_use_on_swarming_builders": true,
194 "shards": 2 451 "shards": 2
195 } 452 },
196 }, 453 "test": "unit_tests"
197 "url_unittests", 454 },
198 "views_unittests", 455 {
199 "wm_unittests" 456 "test": "url_unittests"
200 ], 457 },
201 "disabled_tests": { 458 {
202 "app_shell_browsertests": "http://crbug.com/455633", 459 "test": "views_unittests"
203 "cc_unittests": "http://crbug.com/437454", 460 },
204 "browser_tests": 461 {
205 "Too many errors, clean content_browsertests first. http://crbug.com/368 525", 462 "test": "wm_unittests"
206 "interactive_ui_tests": "http://crbug.com/455679" 463 }
207 } 464 ]
208 } 465 }
209 } 466 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698