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

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

Issue 783543003: Update from https://crrev.com/306901 (Closed) Base URL: git@github.com:domokit/mojo.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
OLDNEW
1 { 1 {
2 "XP Tests (1)": { 2 "XP Tests (1)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 "accessibility_unittests", 4 "accessibility_unittests",
5 { 5 {
6 "test": "base_unittests", 6 "test": "base_unittests",
7 "swarming": { 7 "swarming": {
8 "can_use_on_swarming_builders": true 8 "can_use_on_swarming_builders": true
9 } 9 }
10 }, 10 },
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 }, 203 },
204 { 204 {
205 "name": "telemetry_perf_unittests", 205 "name": "telemetry_perf_unittests",
206 "script": "telemetry_perf_unittests.py" 206 "script": "telemetry_perf_unittests.py"
207 } 207 }
208 ] 208 ]
209 }, 209 },
210 "Win7 Tests (1)": { 210 "Win7 Tests (1)": {
211 "gtest_tests": [ 211 "gtest_tests": [
212 "app_installer_unittests", 212 "app_installer_unittests",
213 "app_list_unittests",
213 "accessibility_unittests", 214 "accessibility_unittests",
214 { 215 {
215 "test": "ash_unittests", 216 "test": "ash_unittests",
216 "swarming": { 217 "swarming": {
217 "can_use_on_swarming_builders": true 218 "can_use_on_swarming_builders": true
218 } 219 }
219 }, 220 },
220 "app_shell_browsertests", 221 "app_shell_browsertests",
221 "app_shell_unittests", 222 "app_shell_unittests",
222 "aura_unittests", 223 "aura_unittests",
223 { 224 {
224 "test": "base_unittests", 225 "test": "base_unittests",
225 "swarming": { 226 "swarming": {
226 "can_use_on_swarming_builders": true 227 "can_use_on_swarming_builders": true
227 } 228 }
228 }, 229 },
229 { 230 {
230 "test": "browser_tests", 231 "test": "browser_tests",
231 "swarming": { 232 "swarming": {
232 "can_use_on_swarming_builders": true, 233 "can_use_on_swarming_builders": true,
233 "shards": 7 234 "shards": 7
234 } 235 }
235 }, 236 },
236 "cacheinvalidation_unittests", 237 "cacheinvalidation_unittests",
237 "cast_unittests", 238 "cast_unittests",
238 "cc_unittests", 239 "cc_unittests",
239 "chromedriver_unittests", 240 "chromedriver_unittests",
240 "chrome_elf_unittests", 241 "chrome_elf_unittests",
242 "components_browsertests",
241 "components_unittests", 243 "components_unittests",
242 "compositor_unittests", 244 "compositor_unittests",
243 { 245 {
244 "test": "content_browsertests", 246 "test": "content_browsertests",
245 "swarming": { 247 "swarming": {
246 "can_use_on_swarming_builders": true 248 "can_use_on_swarming_builders": true
247 } 249 }
248 }, 250 },
249 { 251 {
250 "test": "content_unittests", 252 "test": "content_unittests",
251 "swarming": { 253 "swarming": {
252 "can_use_on_swarming_builders": true 254 "can_use_on_swarming_builders": true
253 } 255 }
254 }, 256 },
255 "courgette_unittests", 257 "courgette_unittests",
256 "crypto_unittests", 258 "crypto_unittests",
259 "device_unittests",
257 "events_unittests", 260 "events_unittests",
258 "extensions_unittests", 261 "extensions_unittests",
259 "gcm_unit_tests", 262 "gcm_unit_tests",
260 "gfx_unittests", 263 "gfx_unittests",
261 "google_apis_unittests", 264 "google_apis_unittests",
262 "gpu_unittests", 265 "gpu_unittests",
263 "installer_util_unittests", 266 "installer_util_unittests",
264 { 267 {
265 "test": "interactive_ui_tests", 268 "test": "interactive_ui_tests",
266 "swarming": { 269 "swarming": {
267 "can_use_on_swarming_builders": true, 270 "can_use_on_swarming_builders": true,
268 "shards": 2 271 "shards": 2
269 } 272 }
270 }, 273 },
271 "ipc_tests", 274 "ipc_tests",
272 "jingle_unittests", 275 "jingle_unittests",
276 "keyboard_unittests",
273 "media_unittests", 277 "media_unittests",
278 "message_center_unittests",
274 "mojo_common_unittests", 279 "mojo_common_unittests",
275 "mojo_public_bindings_unittests", 280 "mojo_public_bindings_unittests",
276 "mojo_public_environment_unittests", 281 "mojo_public_environment_unittests",
277 "mojo_public_system_unittests", 282 "mojo_public_system_unittests",
278 "mojo_public_utility_unittests", 283 "mojo_public_utility_unittests",
279 "mojo_system_unittests", 284 "mojo_system_unittests",
280 { 285 {
281 "test": "net_unittests", 286 "test": "net_unittests",
282 "swarming": { 287 "swarming": {
283 "can_use_on_swarming_builders": true 288 "can_use_on_swarming_builders": true
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
332 "can_use_on_swarming_builders": true 337 "can_use_on_swarming_builders": true
333 } 338 }
334 }, 339 },
335 { 340 {
336 "test": "browser_tests", 341 "test": "browser_tests",
337 "swarming": { 342 "swarming": {
338 "can_use_on_swarming_builders": true, 343 "can_use_on_swarming_builders": true,
339 "shards": 6 344 "shards": 6
340 } 345 }
341 }, 346 },
347 "app_installer_unittests",
342 "app_list_unittests", 348 "app_list_unittests",
343 "app_shell_browsertests", 349 "app_shell_browsertests",
344 "app_shell_unittests", 350 "app_shell_unittests",
351 {
352 "test": "ash_unittests",
353 "swarming": {
354 "can_use_on_swarming_builders": true
355 }
356 },
357 "aura_unittests",
345 "cacheinvalidation_unittests", 358 "cacheinvalidation_unittests",
346 "cast_unittests", 359 "cast_unittests",
347 "cc_unittests", 360 "cc_unittests",
348 "chromedriver_unittests", 361 "chromedriver_unittests",
349 "chrome_elf_unittests", 362 "chrome_elf_unittests",
363 "components_browsertests",
350 "components_unittests", 364 "components_unittests",
365 "compositor_unittests",
351 { 366 {
352 "test": "content_browsertests", 367 "test": "content_browsertests",
353 "swarming": { 368 "swarming": {
354 "can_use_on_swarming_builders": true 369 "can_use_on_swarming_builders": true
355 } 370 }
356 }, 371 },
357 { 372 {
358 "test": "content_unittests", 373 "test": "content_unittests",
359 "swarming": { 374 "swarming": {
360 "can_use_on_swarming_builders": true 375 "can_use_on_swarming_builders": true
361 } 376 }
362 }, 377 },
363 "courgette_unittests", 378 "courgette_unittests",
364 "crypto_unittests", 379 "crypto_unittests",
380 "device_unittests",
381 "events_unittests",
365 "extensions_unittests", 382 "extensions_unittests",
366 "gcm_unit_tests", 383 "gcm_unit_tests",
367 "gfx_unittests", 384 "gfx_unittests",
368 "google_apis_unittests", 385 "google_apis_unittests",
369 "gpu_unittests", 386 "gpu_unittests",
370 "installer_util_unittests", 387 "installer_util_unittests",
371 { 388 {
372 "test": "interactive_ui_tests", 389 "test": "interactive_ui_tests",
373 "swarming": { 390 "swarming": {
374 "can_use_on_swarming_builders": true, 391 "can_use_on_swarming_builders": true,
375 "shards": 2 392 "shards": 2
376 } 393 }
377 }, 394 },
378 "ipc_tests", 395 "ipc_tests",
379 "jingle_unittests", 396 "jingle_unittests",
397 "keyboard_unittests",
380 "media_unittests", 398 "media_unittests",
399 "message_center_unittests",
381 "mojo_common_unittests", 400 "mojo_common_unittests",
382 "mojo_public_bindings_unittests", 401 "mojo_public_bindings_unittests",
383 "mojo_public_environment_unittests", 402 "mojo_public_environment_unittests",
384 "mojo_public_system_unittests", 403 "mojo_public_system_unittests",
385 "mojo_public_utility_unittests", 404 "mojo_public_utility_unittests",
386 "mojo_system_unittests", 405 "mojo_system_unittests",
387 { 406 {
388 "test": "net_unittests", 407 "test": "net_unittests",
389 "swarming": { 408 "swarming": {
390 "can_use_on_swarming_builders": true 409 "can_use_on_swarming_builders": true
391 } 410 }
392 }, 411 },
393 "ppapi_unittests", 412 "ppapi_unittests",
394 "printing_unittests", 413 "printing_unittests",
395 "remoting_unittests", 414 "remoting_unittests",
396 "sbox_unittests", 415 "sbox_unittests",
397 "sbox_integration_tests", 416 "sbox_integration_tests",
417 "sbox_validation_tests",
398 { 418 {
399 "test": "sync_integration_tests", 419 "test": "sync_integration_tests",
400 "swarming": { 420 "swarming": {
401 "can_use_on_swarming_builders": true 421 "can_use_on_swarming_builders": true
402 } 422 }
403 }, 423 },
404 "sql_unittests", 424 "sql_unittests",
405 "sync_unit_tests", 425 "sync_unit_tests",
406 "ui_base_unittests", 426 "ui_base_unittests",
407 { 427 {
408 "test": "unit_tests", 428 "test": "unit_tests",
409 "swarming": { 429 "swarming": {
410 "can_use_on_swarming_builders": true 430 "can_use_on_swarming_builders": true
411 } 431 }
412 }, 432 },
413 "url_unittests", 433 "url_unittests",
414 "views_unittests", 434 "views_unittests",
415 "wm_unittests" 435 "wm_unittests"
416 ], 436 ],
417 "scripts": [ 437 "scripts": [
418 { 438 {
419 "name": "telemetry_unittests", 439 "name": "telemetry_unittests",
420 "script": "telemetry_unittests.py" 440 "script": "telemetry_unittests.py"
421 }, 441 },
422 { 442 {
443 "name": "telemetry_perf_unittests",
444 "script": "telemetry_perf_unittests.py"
445 },
446 {
423 "name": "nacl_integration", 447 "name": "nacl_integration",
424 "script": "nacl_integration.py" 448 "script": "nacl_integration.py"
425 } 449 }
426 ] 450 ]
427 }, 451 },
428 "Win7 Tests (dbg)(1)": { 452 "Win7 Tests (dbg)(1)": {
429 "gtest_tests": [ 453 "gtest_tests": [
430 "accessibility_unittests", 454 "accessibility_unittests",
431 { 455 {
432 "test": "ash_unittests", 456 "test": "ash_unittests",
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
541 "views_unittests", 565 "views_unittests",
542 "wm_unittests", 566 "wm_unittests",
543 "aura_unittests", 567 "aura_unittests",
544 "ash_unittests", 568 "ash_unittests",
545 "compositor_unittests", 569 "compositor_unittests",
546 "content_browsertests", 570 "content_browsertests",
547 "events_unittests" 571 "events_unittests"
548 ] 572 ]
549 } 573 }
550 } 574 }
OLDNEW
« no previous file with comments | « sandbox/linux/seccomp-bpf-helpers/syscall_parameters_restrictions.cc ('k') | tools/clang/scripts/update.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698