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

Side by Side Diff: testing/buildbot/chromium.win.json

Issue 724603004: Isolate remaining tests under ui/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updates Created 6 years 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 | « testing/buildbot/chromium.mac.json ('k') | testing/buildbot/chromium_trybot.json » ('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 "XP Tests (1)": { 2 "XP Tests (1)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 "accessibility_unittests", 4 {
5 "test": "accessibility_unittests",
6 "swarming": {
7 "can_use_on_swarming_builders": true
8 }
9 },
5 { 10 {
6 "test": "base_unittests", 11 "test": "base_unittests",
7 "swarming": { 12 "swarming": {
8 "can_use_on_swarming_builders": true 13 "can_use_on_swarming_builders": true
9 } 14 }
10 }, 15 },
11 "app_shell_browsertests", 16 "app_shell_browsertests",
12 "app_shell_unittests", 17 "app_shell_unittests",
13 "aura_unittests", 18 "aura_unittests",
14 { 19 {
(...skipping 17 matching lines...) Expand all
32 } 37 }
33 }, 38 },
34 { 39 {
35 "test": "content_unittests", 40 "test": "content_unittests",
36 "swarming": { 41 "swarming": {
37 "can_use_on_swarming_builders": true 42 "can_use_on_swarming_builders": true
38 } 43 }
39 }, 44 },
40 "courgette_unittests", 45 "courgette_unittests",
41 "crypto_unittests", 46 "crypto_unittests",
42 "events_unittests", 47 {
48 "test": "events_unittests",
49 "swarming": {
50 "can_use_on_swarming_builders": true
51 }
52 },
43 "extensions_unittests", 53 "extensions_unittests",
44 "gcm_unit_tests", 54 "gcm_unit_tests",
45 "gfx_unittests", 55 {
56 "test": "gfx_unittests",
57 "swarming": {
58 "can_use_on_swarming_builders": true
59 }
60 },
46 "google_apis_unittests", 61 "google_apis_unittests",
47 "gpu_unittests", 62 "gpu_unittests",
48 "installer_util_unittests", 63 "installer_util_unittests",
49 { 64 {
50 "test": "interactive_ui_tests", 65 "test": "interactive_ui_tests",
51 "swarming": { 66 "swarming": {
52 "can_use_on_swarming_builders": true, 67 "can_use_on_swarming_builders": true,
53 "shards": 2 68 "shards": 2
54 } 69 }
55 }, 70 },
(...skipping 19 matching lines...) Expand all
75 "can_use_on_swarming_builders": true 90 "can_use_on_swarming_builders": true
76 } 91 }
77 }, 92 },
78 "sync_unit_tests", 93 "sync_unit_tests",
79 { 94 {
80 "test": "unit_tests", 95 "test": "unit_tests",
81 "swarming": { 96 "swarming": {
82 "can_use_on_swarming_builders": true 97 "can_use_on_swarming_builders": true
83 } 98 }
84 }, 99 },
85 "ui_base_unittests", 100 {
101 "test": "ui_base_unittests",
102 "swarming": {
103 "can_use_on_swarming_builders": true
104 }
105 },
86 "ui_touch_selection_unittests", 106 "ui_touch_selection_unittests",
87 "url_unittests", 107 "url_unittests",
88 "views_unittests", 108 "views_unittests",
89 "wm_unittests" 109 "wm_unittests"
90 ], 110 ],
91 "scripts": [ 111 "scripts": [
92 { 112 {
93 "name": "telemetry_unittests", 113 "name": "telemetry_unittests",
94 "script": "telemetry_unittests.py" 114 "script": "telemetry_unittests.py"
95 }, 115 },
96 { 116 {
97 "name": "telemetry_perf_unittests", 117 "name": "telemetry_perf_unittests",
98 "script": "telemetry_perf_unittests.py" 118 "script": "telemetry_perf_unittests.py"
99 }, 119 },
100 { 120 {
101 "name": "nacl_integration", 121 "name": "nacl_integration",
102 "script": "nacl_integration.py" 122 "script": "nacl_integration.py"
103 } 123 }
104 ] 124 ]
105 }, 125 },
106 "Vista Tests (1)": { 126 "Vista Tests (1)": {
107 "gtest_tests": [ 127 "gtest_tests": [
108 "accessibility_unittests", 128 {
129 "test": "accessibility_unittests",
130 "swarming": {
131 "can_use_on_swarming_builders": true
132 }
133 },
109 "app_shell_browsertests", 134 "app_shell_browsertests",
110 "app_shell_unittests", 135 "app_shell_unittests",
111 "aura_unittests", 136 "aura_unittests",
112 { 137 {
113 "test": "base_unittests", 138 "test": "base_unittests",
114 "swarming": { 139 "swarming": {
115 "can_use_on_swarming_builders": true 140 "can_use_on_swarming_builders": true
116 } 141 }
117 }, 142 },
118 { 143 {
(...skipping 18 matching lines...) Expand all
137 }, 162 },
138 { 163 {
139 "test": "content_unittests", 164 "test": "content_unittests",
140 "swarming": { 165 "swarming": {
141 "can_use_on_swarming_builders": true 166 "can_use_on_swarming_builders": true
142 } 167 }
143 }, 168 },
144 "courgette_unittests", 169 "courgette_unittests",
145 "crypto_unittests", 170 "crypto_unittests",
146 "extensions_unittests", 171 "extensions_unittests",
147 "events_unittests", 172 {
173 "test": "events_unittests",
174 "swarming": {
175 "can_use_on_swarming_builders": true
176 }
177 },
148 "gcm_unit_tests", 178 "gcm_unit_tests",
149 "gfx_unittests", 179 {
180 "test": "gfx_unittests",
181 "swarming": {
182 "can_use_on_swarming_builders": true
183 }
184 },
150 "google_apis_unittests", 185 "google_apis_unittests",
151 "gpu_unittests", 186 "gpu_unittests",
152 "installer_util_unittests", 187 "installer_util_unittests",
153 { 188 {
154 "test": "interactive_ui_tests", 189 "test": "interactive_ui_tests",
155 "swarming": { 190 "swarming": {
156 "can_use_on_swarming_builders": true, 191 "can_use_on_swarming_builders": true,
157 "shards": 2 192 "shards": 2
158 } 193 }
159 }, 194 },
(...skipping 25 matching lines...) Expand all
185 "can_use_on_swarming_builders": true 220 "can_use_on_swarming_builders": true
186 } 221 }
187 }, 222 },
188 "sync_unit_tests", 223 "sync_unit_tests",
189 { 224 {
190 "test": "unit_tests", 225 "test": "unit_tests",
191 "swarming": { 226 "swarming": {
192 "can_use_on_swarming_builders": true 227 "can_use_on_swarming_builders": true
193 } 228 }
194 }, 229 },
195 "ui_base_unittests", 230 {
231 "test": "ui_base_unittests",
232 "swarming": {
233 "can_use_on_swarming_builders": true
234 }
235 },
196 "ui_touch_selection_unittests", 236 "ui_touch_selection_unittests",
197 "url_unittests", 237 "url_unittests",
198 "views_unittests", 238 "views_unittests",
199 "wm_unittests" 239 "wm_unittests"
200 ], 240 ],
201 "scripts": [ 241 "scripts": [
202 { 242 {
203 "name": "telemetry_unittests", 243 "name": "telemetry_unittests",
204 "script": "telemetry_unittests.py" 244 "script": "telemetry_unittests.py"
205 }, 245 },
206 { 246 {
207 "name": "telemetry_perf_unittests", 247 "name": "telemetry_perf_unittests",
208 "script": "telemetry_perf_unittests.py" 248 "script": "telemetry_perf_unittests.py"
209 } 249 }
210 ] 250 ]
211 }, 251 },
212 "Win7 Tests (1)": { 252 "Win7 Tests (1)": {
213 "gtest_tests": [ 253 "gtest_tests": [
214 "app_installer_unittests", 254 "app_installer_unittests",
215 "app_list_unittests", 255 {
216 "accessibility_unittests", 256 "test": "app_list_unittests",
257 "swarming": {
258 "can_use_on_swarming_builders": true
259 }
260 },
261 {
262 "test": "accessibility_unittests",
263 "swarming": {
264 "can_use_on_swarming_builders": true
265 }
266 },
217 { 267 {
218 "test": "ash_unittests", 268 "test": "ash_unittests",
219 "swarming": { 269 "swarming": {
220 "can_use_on_swarming_builders": true 270 "can_use_on_swarming_builders": true
221 } 271 }
222 }, 272 },
223 "app_shell_browsertests", 273 "app_shell_browsertests",
224 "app_shell_unittests", 274 "app_shell_unittests",
225 "aura_unittests", 275 "aura_unittests",
226 { 276 {
(...skipping 25 matching lines...) Expand all
252 }, 302 },
253 { 303 {
254 "test": "content_unittests", 304 "test": "content_unittests",
255 "swarming": { 305 "swarming": {
256 "can_use_on_swarming_builders": true 306 "can_use_on_swarming_builders": true
257 } 307 }
258 }, 308 },
259 "courgette_unittests", 309 "courgette_unittests",
260 "crypto_unittests", 310 "crypto_unittests",
261 "device_unittests", 311 "device_unittests",
262 "events_unittests", 312 {
313 "test": "events_unittests",
314 "swarming": {
315 "can_use_on_swarming_builders": true
316 }
317 },
263 "extensions_unittests", 318 "extensions_unittests",
264 "gcm_unit_tests", 319 "gcm_unit_tests",
265 "gfx_unittests", 320 {
321 "test": "gfx_unittests",
322 "swarming": {
323 "can_use_on_swarming_builders": true
324 }
325 },
266 "google_apis_unittests", 326 "google_apis_unittests",
267 "gpu_unittests", 327 "gpu_unittests",
268 "installer_util_unittests", 328 "installer_util_unittests",
269 { 329 {
270 "test": "interactive_ui_tests", 330 "test": "interactive_ui_tests",
271 "swarming": { 331 "swarming": {
272 "can_use_on_swarming_builders": true, 332 "can_use_on_swarming_builders": true,
273 "shards": 2 333 "shards": 2
274 } 334 }
275 }, 335 },
276 "ipc_tests", 336 "ipc_tests",
277 "jingle_unittests", 337 "jingle_unittests",
278 "keyboard_unittests", 338 "keyboard_unittests",
279 "media_unittests", 339 "media_unittests",
280 "message_center_unittests", 340 {
341 "test": "message_center_unittests",
342 "swarming": {
343 "can_use_on_swarming_builders": true
344 }
345 },
281 "mojo_common_unittests", 346 "mojo_common_unittests",
282 "mojo_public_bindings_unittests", 347 "mojo_public_bindings_unittests",
283 "mojo_public_environment_unittests", 348 "mojo_public_environment_unittests",
284 "mojo_public_system_unittests", 349 "mojo_public_system_unittests",
285 "mojo_public_utility_unittests", 350 "mojo_public_utility_unittests",
286 "mojo_system_unittests", 351 "mojo_system_unittests",
287 { 352 {
288 "test": "net_unittests", 353 "test": "net_unittests",
289 "swarming": { 354 "swarming": {
290 "can_use_on_swarming_builders": true 355 "can_use_on_swarming_builders": true
291 } 356 }
292 }, 357 },
293 "ppapi_unittests", 358 "ppapi_unittests",
294 "printing_unittests", 359 "printing_unittests",
295 "remoting_unittests", 360 "remoting_unittests",
296 "sbox_unittests", 361 "sbox_unittests",
297 "sbox_integration_tests", 362 "sbox_integration_tests",
298 "sbox_validation_tests", 363 "sbox_validation_tests",
299 "sql_unittests", 364 "sql_unittests",
300 { 365 {
301 "test": "sync_integration_tests", 366 "test": "sync_integration_tests",
302 "swarming": { 367 "swarming": {
303 "can_use_on_swarming_builders": true 368 "can_use_on_swarming_builders": true
304 } 369 }
305 }, 370 },
306 "sync_unit_tests", 371 "sync_unit_tests",
307 "ui_base_unittests", 372 {
373 "test": "ui_base_unittests",
374 "swarming": {
375 "can_use_on_swarming_builders": true
376 }
377 },
308 "ui_touch_selection_unittests", 378 "ui_touch_selection_unittests",
309 { 379 {
310 "test": "unit_tests", 380 "test": "unit_tests",
311 "swarming": { 381 "swarming": {
312 "can_use_on_swarming_builders": true 382 "can_use_on_swarming_builders": true
313 } 383 }
314 }, 384 },
315 "url_unittests", 385 "url_unittests",
316 "views_unittests", 386 "views_unittests",
317 "wm_unittests" 387 "wm_unittests"
318 ], 388 ],
319 "scripts": [ 389 "scripts": [
320 { 390 {
321 "name": "telemetry_unittests", 391 "name": "telemetry_unittests",
322 "script": "telemetry_unittests.py" 392 "script": "telemetry_unittests.py"
323 }, 393 },
324 { 394 {
325 "name": "telemetry_perf_unittests", 395 "name": "telemetry_perf_unittests",
326 "script": "telemetry_perf_unittests.py" 396 "script": "telemetry_perf_unittests.py"
327 }, 397 },
328 { 398 {
329 "name": "nacl_integration", 399 "name": "nacl_integration",
330 "script": "nacl_integration.py" 400 "script": "nacl_integration.py"
331 } 401 }
332 ] 402 ]
333 }, 403 },
334 "Win 7 Tests x64 (1)": { 404 "Win 7 Tests x64 (1)": {
335 "gtest_tests": [ 405 "gtest_tests": [
336 "accessibility_unittests", 406 {
407 "test": "accessibility_unittests",
408 "swarming": {
409 "can_use_on_swarming_builders": true
410 }
411 },
337 { 412 {
338 "test": "base_unittests", 413 "test": "base_unittests",
339 "swarming": { 414 "swarming": {
340 "can_use_on_swarming_builders": true 415 "can_use_on_swarming_builders": true
341 } 416 }
342 }, 417 },
343 { 418 {
344 "test": "browser_tests", 419 "test": "browser_tests",
345 "swarming": { 420 "swarming": {
346 "can_use_on_swarming_builders": true, 421 "can_use_on_swarming_builders": true,
347 "shards": 6 422 "shards": 6
348 } 423 }
349 }, 424 },
350 "app_installer_unittests", 425 "app_installer_unittests",
351 "app_list_unittests", 426 {
427 "test": "app_list_unittests",
428 "swarming": {
429 "can_use_on_swarming_builders": true
430 }
431 },
352 "app_shell_browsertests", 432 "app_shell_browsertests",
353 "app_shell_unittests", 433 "app_shell_unittests",
354 { 434 {
355 "test": "ash_unittests", 435 "test": "ash_unittests",
356 "swarming": { 436 "swarming": {
357 "can_use_on_swarming_builders": true 437 "can_use_on_swarming_builders": true
358 } 438 }
359 }, 439 },
360 "aura_unittests", 440 "aura_unittests",
361 "cacheinvalidation_unittests", 441 "cacheinvalidation_unittests",
(...skipping 12 matching lines...) Expand all
374 }, 454 },
375 { 455 {
376 "test": "content_unittests", 456 "test": "content_unittests",
377 "swarming": { 457 "swarming": {
378 "can_use_on_swarming_builders": true 458 "can_use_on_swarming_builders": true
379 } 459 }
380 }, 460 },
381 "courgette_unittests", 461 "courgette_unittests",
382 "crypto_unittests", 462 "crypto_unittests",
383 "device_unittests", 463 "device_unittests",
384 "events_unittests", 464 {
465 "test": "events_unittests",
466 "swarming": {
467 "can_use_on_swarming_builders": true
468 }
469 },
385 "extensions_unittests", 470 "extensions_unittests",
386 "gcm_unit_tests", 471 "gcm_unit_tests",
387 "gfx_unittests", 472 {
473 "test": "gfx_unittests",
474 "swarming": {
475 "can_use_on_swarming_builders": true
476 }
477 },
388 "google_apis_unittests", 478 "google_apis_unittests",
389 "gpu_unittests", 479 "gpu_unittests",
390 "installer_util_unittests", 480 "installer_util_unittests",
391 { 481 {
392 "test": "interactive_ui_tests", 482 "test": "interactive_ui_tests",
393 "swarming": { 483 "swarming": {
394 "can_use_on_swarming_builders": true, 484 "can_use_on_swarming_builders": true,
395 "shards": 2 485 "shards": 2
396 } 486 }
397 }, 487 },
398 "ipc_tests", 488 "ipc_tests",
399 "jingle_unittests", 489 "jingle_unittests",
400 "keyboard_unittests", 490 "keyboard_unittests",
401 "media_unittests", 491 "media_unittests",
402 "message_center_unittests", 492 {
493 "test": "message_center_unittests",
494 "swarming": {
495 "can_use_on_swarming_builders": true
496 }
497 },
403 "mojo_common_unittests", 498 "mojo_common_unittests",
404 "mojo_public_bindings_unittests", 499 "mojo_public_bindings_unittests",
405 "mojo_public_environment_unittests", 500 "mojo_public_environment_unittests",
406 "mojo_public_system_unittests", 501 "mojo_public_system_unittests",
407 "mojo_public_utility_unittests", 502 "mojo_public_utility_unittests",
408 "mojo_system_unittests", 503 "mojo_system_unittests",
409 { 504 {
410 "test": "net_unittests", 505 "test": "net_unittests",
411 "swarming": { 506 "swarming": {
412 "can_use_on_swarming_builders": true 507 "can_use_on_swarming_builders": true
413 } 508 }
414 }, 509 },
415 "ppapi_unittests", 510 "ppapi_unittests",
416 "printing_unittests", 511 "printing_unittests",
417 "remoting_unittests", 512 "remoting_unittests",
418 "sbox_unittests", 513 "sbox_unittests",
419 "sbox_integration_tests", 514 "sbox_integration_tests",
420 "sbox_validation_tests", 515 "sbox_validation_tests",
421 { 516 {
422 "test": "sync_integration_tests", 517 "test": "sync_integration_tests",
423 "swarming": { 518 "swarming": {
424 "can_use_on_swarming_builders": true 519 "can_use_on_swarming_builders": true
425 } 520 }
426 }, 521 },
427 "sql_unittests", 522 "sql_unittests",
428 "sync_unit_tests", 523 "sync_unit_tests",
429 "ui_base_unittests", 524 {
525 "test": "ui_base_unittests",
526 "swarming": {
527 "can_use_on_swarming_builders": true
528 }
529 },
430 "ui_touch_selection_unittests", 530 "ui_touch_selection_unittests",
431 { 531 {
432 "test": "unit_tests", 532 "test": "unit_tests",
433 "swarming": { 533 "swarming": {
434 "can_use_on_swarming_builders": true 534 "can_use_on_swarming_builders": true
435 } 535 }
436 }, 536 },
437 "url_unittests", 537 "url_unittests",
438 "views_unittests", 538 "views_unittests",
439 "wm_unittests" 539 "wm_unittests"
440 ], 540 ],
441 "scripts": [ 541 "scripts": [
442 { 542 {
443 "name": "telemetry_unittests", 543 "name": "telemetry_unittests",
444 "script": "telemetry_unittests.py" 544 "script": "telemetry_unittests.py"
445 }, 545 },
446 { 546 {
447 "name": "telemetry_perf_unittests", 547 "name": "telemetry_perf_unittests",
448 "script": "telemetry_perf_unittests.py" 548 "script": "telemetry_perf_unittests.py"
449 }, 549 },
450 { 550 {
451 "name": "nacl_integration", 551 "name": "nacl_integration",
452 "script": "nacl_integration.py" 552 "script": "nacl_integration.py"
453 } 553 }
454 ] 554 ]
455 }, 555 },
456 "Win7 Tests (dbg)(1)": { 556 "Win7 Tests (dbg)(1)": {
457 "gtest_tests": [ 557 "gtest_tests": [
458 "accessibility_unittests", 558 {
559 "test": "accessibility_unittests",
560 "swarming": {
561 "can_use_on_swarming_builders": true
562 }
563 },
459 { 564 {
460 "test": "ash_unittests", 565 "test": "ash_unittests",
461 "swarming": { 566 "swarming": {
462 "can_use_on_swarming_builders": true 567 "can_use_on_swarming_builders": true
463 } 568 }
464 }, 569 },
465 "app_shell_browsertests", 570 "app_shell_browsertests",
466 "app_shell_unittests", 571 "app_shell_unittests",
467 "aura_unittests", 572 "aura_unittests",
468 { 573 {
(...skipping 24 matching lines...) Expand all
493 } 598 }
494 }, 599 },
495 { 600 {
496 "test": "content_unittests", 601 "test": "content_unittests",
497 "swarming": { 602 "swarming": {
498 "can_use_on_swarming_builders": true 603 "can_use_on_swarming_builders": true
499 } 604 }
500 }, 605 },
501 "courgette_unittests", 606 "courgette_unittests",
502 "crypto_unittests", 607 "crypto_unittests",
503 "events_unittests", 608 {
609 "test": "events_unittests",
610 "swarming": {
611 "can_use_on_swarming_builders": true
612 }
613 },
504 "extensions_unittests", 614 "extensions_unittests",
505 "gcm_unit_tests", 615 "gcm_unit_tests",
506 "gpu_unittests", 616 "gpu_unittests",
507 "installer_util_unittests", 617 "installer_util_unittests",
508 { 618 {
509 "test": "interactive_ui_tests", 619 "test": "interactive_ui_tests",
510 "swarming": { 620 "swarming": {
511 "can_use_on_swarming_builders": true, 621 "can_use_on_swarming_builders": true,
512 "shards": 4 622 "shards": 4
513 } 623 }
(...skipping 21 matching lines...) Expand all
535 "sbox_validation_tests", 645 "sbox_validation_tests",
536 "sql_unittests", 646 "sql_unittests",
537 { 647 {
538 "test": "sync_integration_tests", 648 "test": "sync_integration_tests",
539 "swarming": { 649 "swarming": {
540 "can_use_on_swarming_builders": true, 650 "can_use_on_swarming_builders": true,
541 "shards": 2 651 "shards": 2
542 } 652 }
543 }, 653 },
544 "sync_unit_tests", 654 "sync_unit_tests",
545 "ui_base_unittests", 655 {
656 "test": "ui_base_unittests",
657 "swarming": {
658 "can_use_on_swarming_builders": true
659 }
660 },
546 "ui_touch_selection_unittests", 661 "ui_touch_selection_unittests",
547 { 662 {
548 "test": "unit_tests", 663 "test": "unit_tests",
549 "swarming": { 664 "swarming": {
550 "can_use_on_swarming_builders": true 665 "can_use_on_swarming_builders": true
551 } 666 }
552 }, 667 },
553 "url_unittests", 668 "url_unittests",
554 "views_unittests", 669 "views_unittests",
555 "wm_unittests" 670 "wm_unittests"
(...skipping 15 matching lines...) Expand all
571 "wm_unittests", 686 "wm_unittests",
572 "aura_unittests", 687 "aura_unittests",
573 "ash_unittests", 688 "ash_unittests",
574 "compositor_unittests", 689 "compositor_unittests",
575 "content_browsertests", 690 "content_browsertests",
576 "events_unittests", 691 "events_unittests",
577 "ui_touch_selection_unittests" 692 "ui_touch_selection_unittests"
578 ] 693 ]
579 } 694 }
580 } 695 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.mac.json ('k') | testing/buildbot/chromium_trybot.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698