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

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

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