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

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

Issue 1720763002: Run most of the tests on "Win x64 GN" that "Win7 x64 Tests (1)" does. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove browser_tests altogether Created 4 years, 10 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 | « no previous file | testing/buildbot/gn_isolate_map.pyl » ('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 "Win 7 Tests x64 (1)": { 2 "Win 7 Tests x64 (1)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "swarming": { 5 "swarming": {
6 "can_use_on_swarming_builders": true 6 "can_use_on_swarming_builders": true
7 }, 7 },
8 "test": "accessibility_unittests" 8 "test": "accessibility_unittests"
9 }, 9 },
10 { 10 {
(...skipping 412 matching lines...) Expand 10 before | Expand all | Expand 10 after
423 }, 423 },
424 "Win x64 GN": { 424 "Win x64 GN": {
425 "additional_compile_targets": [ 425 "additional_compile_targets": [
426 "gn_all" 426 "gn_all"
427 ], 427 ],
428 "gtest_tests": [ 428 "gtest_tests": [
429 { 429 {
430 "swarming": { 430 "swarming": {
431 "can_use_on_swarming_builders": true 431 "can_use_on_swarming_builders": true
432 }, 432 },
433 "test": "accessibility_unittests"
434 },
435 {
436 "swarming": {
437 "can_use_on_swarming_builders": true
438 },
439 "test": "app_list_unittests"
440 },
441 {
442 "swarming": {
443 "can_use_on_swarming_builders": true
444 },
445 "test": "app_shell_unittests"
446 },
447 {
448 "swarming": {
449 "can_use_on_swarming_builders": true
450 },
451 "test": "ash_unittests"
452 },
453 {
454 "swarming": {
455 "can_use_on_swarming_builders": true
456 },
457 "test": "aura_unittests"
458 },
459 {
460 "swarming": {
461 "can_use_on_swarming_builders": true
462 },
463 "test": "base_unittests"
464 },
465 {
466 "swarming": {
467 "can_use_on_swarming_builders": true
468 },
469 "test": "battor_agent_unittests"
470 },
471 {
472 "swarming": {
473 "can_use_on_swarming_builders": true
474 },
475 "test": "cacheinvalidation_unittests"
476 },
477 {
478 "swarming": {
479 "can_use_on_swarming_builders": true
480 },
481 "test": "cast_unittests"
482 },
483 {
484 "swarming": {
485 "can_use_on_swarming_builders": true
486 },
487 "test": "cc_unittests"
488 },
489 {
490 "swarming": {
491 "can_use_on_swarming_builders": true
492 },
493 "test": "chrome_app_unittests"
494 },
495 {
496 "swarming": {
497 "can_use_on_swarming_builders": true
498 },
499 "test": "chrome_elf_unittests"
500 },
501 {
502 "swarming": {
503 "can_use_on_swarming_builders": true
504 },
505 "test": "chromedriver_unittests"
506 },
507 {
508 "swarming": {
509 "can_use_on_swarming_builders": true
510 },
511 "test": "components_browsertests"
512 },
513 {
514 "swarming": {
515 "can_use_on_swarming_builders": true
516 },
517 "test": "components_unittests"
518 },
519 {
520 "swarming": {
521 "can_use_on_swarming_builders": true
522 },
523 "test": "compositor_unittests"
524 },
525 {
526 "swarming": {
527 "can_use_on_swarming_builders": true
528 },
433 "test": "content_browsertests" 529 "test": "content_browsertests"
434 }, 530 },
435 { 531 {
436 "swarming": { 532 "swarming": {
437 "can_use_on_swarming_builders": true 533 "can_use_on_swarming_builders": true
438 }, 534 },
535 "test": "content_unittests"
536 },
537 {
538 "swarming": {
539 "can_use_on_swarming_builders": true
540 },
541 "test": "courgette_unittests"
542 },
543 {
544 "swarming": {
545 "can_use_on_swarming_builders": true
546 },
547 "test": "crypto_unittests"
548 },
549 {
550 "swarming": {
551 "can_use_on_swarming_builders": true
552 },
553 "test": "device_unittests"
554 },
555 {
556 "swarming": {
557 "can_use_on_swarming_builders": true
558 },
439 "test": "events_unittests" 559 "test": "events_unittests"
560 },
561 {
562 "swarming": {
563 "can_use_on_swarming_builders": true
564 },
565 "test": "extensions_browsertests"
566 },
567 {
568 "swarming": {
569 "can_use_on_swarming_builders": true
570 },
571 "test": "extensions_unittests"
572 },
573 {
574 "swarming": {
575 "can_use_on_swarming_builders": true
576 },
577 "test": "gcm_unit_tests"
578 },
579 {
580 "swarming": {
581 "can_use_on_swarming_builders": true
582 },
583 "test": "gfx_unittests"
584 },
585 {
586 "swarming": {
587 "can_use_on_swarming_builders": true
588 },
589 "test": "gn_unittests"
590 },
591 {
592 "swarming": {
593 "can_use_on_swarming_builders": true
594 },
595 "test": "google_apis_unittests"
596 },
597 {
598 "swarming": {
599 "can_use_on_swarming_builders": true
600 },
601 "test": "gpu_unittests"
602 },
603 {
604 "swarming": {
605 "can_use_on_swarming_builders": true
606 },
607 "test": "installer_util_unittests"
608 },
609 {
610 "swarming": {
611 "can_use_on_swarming_builders": true,
612 "shards": 2
613 },
614 "test": "interactive_ui_tests"
615 },
616 {
617 "swarming": {
618 "can_use_on_swarming_builders": true
619 },
620 "test": "ipc_tests"
621 },
622 {
623 "swarming": {
624 "can_use_on_swarming_builders": true
625 },
626 "test": "jingle_unittests"
627 },
628 {
629 "test": "keyboard_unittests"
630 },
631 {
632 "swarming": {
633 "can_use_on_swarming_builders": true
634 },
635 "test": "media_blink_unittests"
636 },
637 {
638 "swarming": {
639 "can_use_on_swarming_builders": true
640 },
641 "test": "media_unittests"
642 },
643 {
644 "swarming": {
645 "can_use_on_swarming_builders": true
646 },
647 "test": "midi_unittests"
648 },
649 {
650 "swarming": {
651 "can_use_on_swarming_builders": true
652 },
653 "test": "mojo_common_unittests"
654 },
655 {
656 "swarming": {
657 "can_use_on_swarming_builders": true
658 },
659 "test": "mojo_public_bindings_unittests"
660 },
661 {
662 "swarming": {
663 "can_use_on_swarming_builders": true
664 },
665 "test": "mojo_public_environment_unittests"
666 },
667 {
668 "swarming": {
669 "can_use_on_swarming_builders": true
670 },
671 "test": "mojo_public_system_unittests"
672 },
673 {
674 "swarming": {
675 "can_use_on_swarming_builders": true
676 },
677 "test": "mojo_public_utility_unittests"
678 },
679 {
680 "test": "mojo_system_unittests"
681 },
682 {
683 "swarming": {
684 "can_use_on_swarming_builders": true
685 },
686 "test": "nacl_loader_unittests"
687 },
688 {
689 "swarming": {
690 "can_use_on_swarming_builders": true
691 },
692 "test": "net_unittests"
693 },
694 {
695 "swarming": {
696 "can_use_on_swarming_builders": true
697 },
698 "test": "ppapi_unittests"
699 },
700 {
701 "swarming": {
702 "can_use_on_swarming_builders": true
703 },
704 "test": "printing_unittests"
705 },
706 {
707 "swarming": {
708 "can_use_on_swarming_builders": true
709 },
710 "test": "remoting_unittests"
711 },
712 {
713 "swarming": {
714 "can_use_on_swarming_builders": true
715 },
716 "test": "sbox_integration_tests"
717 },
718 {
719 "swarming": {
720 "can_use_on_swarming_builders": true
721 },
722 "test": "sbox_unittests"
723 },
724 {
725 "swarming": {
726 "can_use_on_swarming_builders": true
727 },
728 "test": "sbox_validation_tests"
729 },
730 {
731 "swarming": {
732 "can_use_on_swarming_builders": true
733 },
734 "test": "setup_unittests"
735 },
736 {
737 "swarming": {
738 "can_use_on_swarming_builders": true
739 },
740 "test": "skia_unittests"
741 },
742 {
743 "swarming": {
744 "can_use_on_swarming_builders": true
745 },
746 "test": "sql_unittests"
747 },
748 {
749 "swarming": {
750 "can_use_on_swarming_builders": true
751 },
752 "test": "sync_integration_tests"
753 },
754 {
755 "swarming": {
756 "can_use_on_swarming_builders": true
757 },
758 "test": "sync_unit_tests"
759 },
760 {
761 "swarming": {
762 "can_use_on_swarming_builders": true
763 },
764 "test": "ui_base_unittests"
765 },
766 {
767 "swarming": {
768 "can_use_on_swarming_builders": true
769 },
770 "test": "ui_touch_selection_unittests"
771 },
772 {
773 "swarming": {
774 "can_use_on_swarming_builders": true
775 },
776 "test": "unit_tests"
777 },
778 {
779 "swarming": {
780 "can_use_on_swarming_builders": true
781 },
782 "test": "url_unittests"
783 },
784 {
785 "swarming": {
786 "can_use_on_swarming_builders": true
787 },
788 "test": "views_unittests"
789 },
790 {
791 "swarming": {
792 "can_use_on_swarming_builders": true
793 },
794 "test": "wm_unittests"
440 } 795 }
441 ] 796 ]
442 }, 797 },
443 "Win x64 GN (dbg)": { 798 "Win x64 GN (dbg)": {
444 "additional_compile_targets": [ 799 "additional_compile_targets": [
445 "gn_all" 800 "gn_all"
446 ], 801 ],
447 "gtest_tests": [ 802 "gtest_tests": [
448 { 803 {
449 "swarming": { 804 "swarming": {
(...skipping 997 matching lines...) Expand 10 before | Expand all | Expand 10 after
1447 }, 1802 },
1448 { 1803 {
1449 "swarming": { 1804 "swarming": {
1450 "can_use_on_swarming_builders": true 1805 "can_use_on_swarming_builders": true
1451 }, 1806 },
1452 "test": "events_unittests" 1807 "test": "events_unittests"
1453 } 1808 }
1454 ] 1809 ]
1455 } 1810 }
1456 } 1811 }
OLDNEW
« no previous file with comments | « no previous file | testing/buildbot/gn_isolate_map.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698