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

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

Issue 1311253006: Convert blink_platform_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@swarm_blink_heap_unittests
Patch Set: merge upstream Created 5 years, 3 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 | « testing/buildbot/chromium.fyi.json ('k') | no next file » | 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 "Linux ChromiumOS Tests (1)": { 2 "Linux ChromiumOS Tests (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 651 matching lines...) Expand 10 before | Expand all | Expand 10 after
662 }, 662 },
663 "WebKit Linux": { 663 "WebKit Linux": {
664 "gtest_tests": [ 664 "gtest_tests": [
665 { 665 {
666 "swarming": { 666 "swarming": {
667 "can_use_on_swarming_builders": true 667 "can_use_on_swarming_builders": true
668 }, 668 },
669 "test": "blink_heap_unittests" 669 "test": "blink_heap_unittests"
670 }, 670 },
671 { 671 {
672 "swarming": {
673 "can_use_on_swarming_builders": true
674 },
672 "test": "blink_platform_unittests" 675 "test": "blink_platform_unittests"
673 }, 676 },
674 { 677 {
675 "test": "webkit_unit_tests" 678 "test": "webkit_unit_tests"
676 }, 679 },
677 { 680 {
678 "test": "wtf_unittests" 681 "test": "wtf_unittests"
679 } 682 }
680 ], 683 ],
681 "scripts": [ 684 "scripts": [
682 { 685 {
683 "name": "webkit_lint", 686 "name": "webkit_lint",
684 "script": "webkit_lint.py" 687 "script": "webkit_lint.py"
685 }, 688 },
686 { 689 {
687 "name": "webkit_python_tests", 690 "name": "webkit_python_tests",
688 "script": "webkit_python_tests.py" 691 "script": "webkit_python_tests.py"
689 } 692 }
690 ] 693 ]
691 }, 694 },
692 "WebKit Linux (dbg)": { 695 "WebKit Linux (dbg)": {
693 "gtest_tests": [ 696 "gtest_tests": [
694 { 697 {
695 "swarming": { 698 "swarming": {
696 "can_use_on_swarming_builders": true 699 "can_use_on_swarming_builders": true
697 }, 700 },
698 "test": "blink_heap_unittests" 701 "test": "blink_heap_unittests"
699 }, 702 },
700 { 703 {
704 "swarming": {
705 "can_use_on_swarming_builders": true
706 },
701 "test": "blink_platform_unittests" 707 "test": "blink_platform_unittests"
702 }, 708 },
703 { 709 {
704 "test": "webkit_unit_tests" 710 "test": "webkit_unit_tests"
705 }, 711 },
706 { 712 {
707 "test": "wtf_unittests" 713 "test": "wtf_unittests"
708 } 714 }
709 ], 715 ],
710 "scripts": [ 716 "scripts": [
711 { 717 {
712 "name": "webkit_lint", 718 "name": "webkit_lint",
713 "script": "webkit_lint.py" 719 "script": "webkit_lint.py"
714 }, 720 },
715 { 721 {
716 "name": "webkit_python_tests", 722 "name": "webkit_python_tests",
717 "script": "webkit_python_tests.py" 723 "script": "webkit_python_tests.py"
718 } 724 }
719 ] 725 ]
720 }, 726 },
721 "WebKit Linux 32": { 727 "WebKit Linux 32": {
722 "gtest_tests": [ 728 "gtest_tests": [
723 { 729 {
724 "swarming": { 730 "swarming": {
725 "can_use_on_swarming_builders": true 731 "can_use_on_swarming_builders": true
726 }, 732 },
727 "test": "blink_heap_unittests" 733 "test": "blink_heap_unittests"
728 }, 734 },
729 { 735 {
736 "swarming": {
737 "can_use_on_swarming_builders": true
738 },
730 "test": "blink_platform_unittests" 739 "test": "blink_platform_unittests"
731 }, 740 },
732 { 741 {
733 "test": "webkit_unit_tests" 742 "test": "webkit_unit_tests"
734 }, 743 },
735 { 744 {
736 "test": "wtf_unittests" 745 "test": "wtf_unittests"
737 } 746 }
738 ], 747 ],
739 "scripts": [ 748 "scripts": [
740 { 749 {
741 "name": "webkit_lint", 750 "name": "webkit_lint",
742 "script": "webkit_lint.py" 751 "script": "webkit_lint.py"
743 }, 752 },
744 { 753 {
745 "name": "webkit_python_tests", 754 "name": "webkit_python_tests",
746 "script": "webkit_python_tests.py" 755 "script": "webkit_python_tests.py"
747 } 756 }
748 ] 757 ]
749 }, 758 },
750 "WebKit Linux Leak": { 759 "WebKit Linux Leak": {
751 "gtest_tests": [ 760 "gtest_tests": [
752 { 761 {
753 "swarming": { 762 "swarming": {
754 "can_use_on_swarming_builders": true 763 "can_use_on_swarming_builders": true
755 }, 764 },
756 "test": "blink_heap_unittests" 765 "test": "blink_heap_unittests"
757 }, 766 },
758 { 767 {
768 "swarming": {
769 "can_use_on_swarming_builders": true
770 },
759 "test": "blink_platform_unittests" 771 "test": "blink_platform_unittests"
760 }, 772 },
761 { 773 {
762 "test": "webkit_unit_tests" 774 "test": "webkit_unit_tests"
763 }, 775 },
764 { 776 {
765 "test": "wtf_unittests" 777 "test": "wtf_unittests"
766 } 778 }
767 ], 779 ],
768 "scripts": [ 780 "scripts": [
769 { 781 {
770 "name": "webkit_lint", 782 "name": "webkit_lint",
771 "script": "webkit_lint.py" 783 "script": "webkit_lint.py"
772 }, 784 },
773 { 785 {
774 "name": "webkit_python_tests", 786 "name": "webkit_python_tests",
775 "script": "webkit_python_tests.py" 787 "script": "webkit_python_tests.py"
776 } 788 }
777 ] 789 ]
778 }, 790 },
779 "WebKit Linux Oilpan": { 791 "WebKit Linux Oilpan": {
780 "gtest_tests": [ 792 "gtest_tests": [
781 { 793 {
782 "swarming": { 794 "swarming": {
783 "can_use_on_swarming_builders": true 795 "can_use_on_swarming_builders": true
784 }, 796 },
785 "test": "blink_heap_unittests" 797 "test": "blink_heap_unittests"
786 }, 798 },
787 { 799 {
800 "swarming": {
801 "can_use_on_swarming_builders": true
802 },
788 "test": "blink_platform_unittests" 803 "test": "blink_platform_unittests"
789 }, 804 },
790 { 805 {
791 "test": "webkit_unit_tests" 806 "test": "webkit_unit_tests"
792 }, 807 },
793 { 808 {
794 "test": "wtf_unittests" 809 "test": "wtf_unittests"
795 } 810 }
796 ], 811 ],
797 "scripts": [ 812 "scripts": [
798 { 813 {
799 "name": "webkit_lint", 814 "name": "webkit_lint",
800 "script": "webkit_lint.py" 815 "script": "webkit_lint.py"
801 }, 816 },
802 { 817 {
803 "name": "webkit_python_tests", 818 "name": "webkit_python_tests",
804 "script": "webkit_python_tests.py" 819 "script": "webkit_python_tests.py"
805 } 820 }
806 ] 821 ]
807 }, 822 },
808 "WebKit Linux Oilpan (dbg)": { 823 "WebKit Linux Oilpan (dbg)": {
809 "gtest_tests": [ 824 "gtest_tests": [
810 { 825 {
811 "swarming": { 826 "swarming": {
812 "can_use_on_swarming_builders": true 827 "can_use_on_swarming_builders": true
813 }, 828 },
814 "test": "blink_heap_unittests" 829 "test": "blink_heap_unittests"
815 }, 830 },
816 { 831 {
832 "swarming": {
833 "can_use_on_swarming_builders": true
834 },
817 "test": "blink_platform_unittests" 835 "test": "blink_platform_unittests"
818 }, 836 },
819 { 837 {
820 "test": "webkit_unit_tests" 838 "test": "webkit_unit_tests"
821 }, 839 },
822 { 840 {
823 "test": "wtf_unittests" 841 "test": "wtf_unittests"
824 } 842 }
825 ], 843 ],
826 "scripts": [ 844 "scripts": [
827 { 845 {
828 "name": "webkit_lint", 846 "name": "webkit_lint",
829 "script": "webkit_lint.py" 847 "script": "webkit_lint.py"
830 }, 848 },
831 { 849 {
832 "name": "webkit_python_tests", 850 "name": "webkit_python_tests",
833 "script": "webkit_python_tests.py" 851 "script": "webkit_python_tests.py"
834 } 852 }
835 ] 853 ]
836 }, 854 },
837 "WebKit Linux Oilpan Leak": { 855 "WebKit Linux Oilpan Leak": {
838 "gtest_tests": [ 856 "gtest_tests": [
839 { 857 {
840 "swarming": { 858 "swarming": {
841 "can_use_on_swarming_builders": true 859 "can_use_on_swarming_builders": true
842 }, 860 },
843 "test": "blink_heap_unittests" 861 "test": "blink_heap_unittests"
844 }, 862 },
845 { 863 {
864 "swarming": {
865 "can_use_on_swarming_builders": true
866 },
846 "test": "blink_platform_unittests" 867 "test": "blink_platform_unittests"
847 }, 868 },
848 { 869 {
849 "test": "webkit_unit_tests" 870 "test": "webkit_unit_tests"
850 }, 871 },
851 { 872 {
852 "test": "wtf_unittests" 873 "test": "wtf_unittests"
853 } 874 }
854 ], 875 ],
855 "scripts": [ 876 "scripts": [
856 { 877 {
857 "name": "webkit_lint", 878 "name": "webkit_lint",
858 "script": "webkit_lint.py" 879 "script": "webkit_lint.py"
859 }, 880 },
860 { 881 {
861 "name": "webkit_python_tests", 882 "name": "webkit_python_tests",
862 "script": "webkit_python_tests.py" 883 "script": "webkit_python_tests.py"
863 } 884 }
864 ] 885 ]
865 }, 886 },
866 "WebKit Linux Trusty": { 887 "WebKit Linux Trusty": {
867 "gtest_tests": [ 888 "gtest_tests": [
868 { 889 {
869 "swarming": { 890 "swarming": {
870 "can_use_on_swarming_builders": true 891 "can_use_on_swarming_builders": true
871 }, 892 },
872 "test": "blink_heap_unittests" 893 "test": "blink_heap_unittests"
873 }, 894 },
874 { 895 {
896 "swarming": {
897 "can_use_on_swarming_builders": true
898 },
875 "test": "blink_platform_unittests" 899 "test": "blink_platform_unittests"
876 }, 900 },
877 { 901 {
878 "test": "webkit_unit_tests" 902 "test": "webkit_unit_tests"
879 }, 903 },
880 { 904 {
881 "test": "wtf_unittests" 905 "test": "wtf_unittests"
882 } 906 }
883 ], 907 ],
884 "scripts": [ 908 "scripts": [
885 { 909 {
886 "name": "webkit_lint", 910 "name": "webkit_lint",
887 "script": "webkit_lint.py" 911 "script": "webkit_lint.py"
888 }, 912 },
889 { 913 {
890 "name": "webkit_python_tests", 914 "name": "webkit_python_tests",
891 "script": "webkit_python_tests.py" 915 "script": "webkit_python_tests.py"
892 } 916 }
893 ] 917 ]
894 }, 918 },
895 "WebKit Mac Oilpan": { 919 "WebKit Mac Oilpan": {
896 "gtest_tests": [ 920 "gtest_tests": [
897 { 921 {
898 "swarming": { 922 "swarming": {
899 "can_use_on_swarming_builders": true 923 "can_use_on_swarming_builders": true
900 }, 924 },
901 "test": "blink_heap_unittests" 925 "test": "blink_heap_unittests"
902 }, 926 },
903 { 927 {
928 "swarming": {
929 "can_use_on_swarming_builders": true
930 },
904 "test": "blink_platform_unittests" 931 "test": "blink_platform_unittests"
905 }, 932 },
906 { 933 {
907 "test": "webkit_unit_tests" 934 "test": "webkit_unit_tests"
908 }, 935 },
909 { 936 {
910 "test": "wtf_unittests" 937 "test": "wtf_unittests"
911 } 938 }
912 ], 939 ],
913 "scripts": [ 940 "scripts": [
914 { 941 {
915 "name": "webkit_lint", 942 "name": "webkit_lint",
916 "script": "webkit_lint.py" 943 "script": "webkit_lint.py"
917 }, 944 },
918 { 945 {
919 "name": "webkit_python_tests", 946 "name": "webkit_python_tests",
920 "script": "webkit_python_tests.py" 947 "script": "webkit_python_tests.py"
921 } 948 }
922 ] 949 ]
923 }, 950 },
924 "WebKit Mac Oilpan (dbg)": { 951 "WebKit Mac Oilpan (dbg)": {
925 "gtest_tests": [ 952 "gtest_tests": [
926 { 953 {
927 "swarming": { 954 "swarming": {
928 "can_use_on_swarming_builders": true 955 "can_use_on_swarming_builders": true
929 }, 956 },
930 "test": "blink_heap_unittests" 957 "test": "blink_heap_unittests"
931 }, 958 },
932 { 959 {
960 "swarming": {
961 "can_use_on_swarming_builders": true
962 },
933 "test": "blink_platform_unittests" 963 "test": "blink_platform_unittests"
934 }, 964 },
935 { 965 {
936 "test": "webkit_unit_tests" 966 "test": "webkit_unit_tests"
937 }, 967 },
938 { 968 {
939 "test": "wtf_unittests" 969 "test": "wtf_unittests"
940 } 970 }
941 ], 971 ],
942 "scripts": [ 972 "scripts": [
943 { 973 {
944 "name": "webkit_lint", 974 "name": "webkit_lint",
945 "script": "webkit_lint.py" 975 "script": "webkit_lint.py"
946 }, 976 },
947 { 977 {
948 "name": "webkit_python_tests", 978 "name": "webkit_python_tests",
949 "script": "webkit_python_tests.py" 979 "script": "webkit_python_tests.py"
950 } 980 }
951 ] 981 ]
952 }, 982 },
953 "WebKit Mac10.10": { 983 "WebKit Mac10.10": {
954 "gtest_tests": [ 984 "gtest_tests": [
955 { 985 {
956 "swarming": { 986 "swarming": {
957 "can_use_on_swarming_builders": true 987 "can_use_on_swarming_builders": true
958 }, 988 },
959 "test": "blink_heap_unittests" 989 "test": "blink_heap_unittests"
960 }, 990 },
961 { 991 {
992 "swarming": {
993 "can_use_on_swarming_builders": true
994 },
962 "test": "blink_platform_unittests" 995 "test": "blink_platform_unittests"
963 }, 996 },
964 { 997 {
965 "test": "webkit_unit_tests" 998 "test": "webkit_unit_tests"
966 }, 999 },
967 { 1000 {
968 "test": "wtf_unittests" 1001 "test": "wtf_unittests"
969 } 1002 }
970 ], 1003 ],
971 "scripts": [ 1004 "scripts": [
972 { 1005 {
973 "name": "webkit_lint", 1006 "name": "webkit_lint",
974 "script": "webkit_lint.py" 1007 "script": "webkit_lint.py"
975 }, 1008 },
976 { 1009 {
977 "name": "webkit_python_tests", 1010 "name": "webkit_python_tests",
978 "script": "webkit_python_tests.py" 1011 "script": "webkit_python_tests.py"
979 } 1012 }
980 ] 1013 ]
981 }, 1014 },
982 "WebKit Mac10.6": { 1015 "WebKit Mac10.6": {
983 "gtest_tests": [ 1016 "gtest_tests": [
984 { 1017 {
985 "swarming": { 1018 "swarming": {
986 "can_use_on_swarming_builders": true 1019 "can_use_on_swarming_builders": true
987 }, 1020 },
988 "test": "blink_heap_unittests" 1021 "test": "blink_heap_unittests"
989 }, 1022 },
990 { 1023 {
1024 "swarming": {
1025 "can_use_on_swarming_builders": true
1026 },
991 "test": "blink_platform_unittests" 1027 "test": "blink_platform_unittests"
992 }, 1028 },
993 { 1029 {
994 "test": "webkit_unit_tests" 1030 "test": "webkit_unit_tests"
995 }, 1031 },
996 { 1032 {
997 "test": "wtf_unittests" 1033 "test": "wtf_unittests"
998 } 1034 }
999 ], 1035 ],
1000 "scripts": [ 1036 "scripts": [
1001 { 1037 {
1002 "name": "webkit_lint", 1038 "name": "webkit_lint",
1003 "script": "webkit_lint.py" 1039 "script": "webkit_lint.py"
1004 }, 1040 },
1005 { 1041 {
1006 "name": "webkit_python_tests", 1042 "name": "webkit_python_tests",
1007 "script": "webkit_python_tests.py" 1043 "script": "webkit_python_tests.py"
1008 } 1044 }
1009 ] 1045 ]
1010 }, 1046 },
1011 "WebKit Mac10.6 (dbg)": { 1047 "WebKit Mac10.6 (dbg)": {
1012 "gtest_tests": [ 1048 "gtest_tests": [
1013 { 1049 {
1014 "swarming": { 1050 "swarming": {
1015 "can_use_on_swarming_builders": true 1051 "can_use_on_swarming_builders": true
1016 }, 1052 },
1017 "test": "blink_heap_unittests" 1053 "test": "blink_heap_unittests"
1018 }, 1054 },
1019 { 1055 {
1056 "swarming": {
1057 "can_use_on_swarming_builders": true
1058 },
1020 "test": "blink_platform_unittests" 1059 "test": "blink_platform_unittests"
1021 }, 1060 },
1022 { 1061 {
1023 "test": "webkit_unit_tests" 1062 "test": "webkit_unit_tests"
1024 }, 1063 },
1025 { 1064 {
1026 "test": "wtf_unittests" 1065 "test": "wtf_unittests"
1027 } 1066 }
1028 ], 1067 ],
1029 "scripts": [ 1068 "scripts": [
1030 { 1069 {
1031 "name": "webkit_lint", 1070 "name": "webkit_lint",
1032 "script": "webkit_lint.py" 1071 "script": "webkit_lint.py"
1033 }, 1072 },
1034 { 1073 {
1035 "name": "webkit_python_tests", 1074 "name": "webkit_python_tests",
1036 "script": "webkit_python_tests.py" 1075 "script": "webkit_python_tests.py"
1037 } 1076 }
1038 ] 1077 ]
1039 }, 1078 },
1040 "WebKit Mac10.7": { 1079 "WebKit Mac10.7": {
1041 "gtest_tests": [ 1080 "gtest_tests": [
1042 { 1081 {
1043 "swarming": { 1082 "swarming": {
1044 "can_use_on_swarming_builders": true 1083 "can_use_on_swarming_builders": true
1045 }, 1084 },
1046 "test": "blink_heap_unittests" 1085 "test": "blink_heap_unittests"
1047 }, 1086 },
1048 { 1087 {
1088 "swarming": {
1089 "can_use_on_swarming_builders": true
1090 },
1049 "test": "blink_platform_unittests" 1091 "test": "blink_platform_unittests"
1050 }, 1092 },
1051 { 1093 {
1052 "test": "webkit_unit_tests" 1094 "test": "webkit_unit_tests"
1053 }, 1095 },
1054 { 1096 {
1055 "test": "wtf_unittests" 1097 "test": "wtf_unittests"
1056 } 1098 }
1057 ], 1099 ],
1058 "scripts": [ 1100 "scripts": [
1059 { 1101 {
1060 "name": "webkit_lint", 1102 "name": "webkit_lint",
1061 "script": "webkit_lint.py" 1103 "script": "webkit_lint.py"
1062 }, 1104 },
1063 { 1105 {
1064 "name": "webkit_python_tests", 1106 "name": "webkit_python_tests",
1065 "script": "webkit_python_tests.py" 1107 "script": "webkit_python_tests.py"
1066 } 1108 }
1067 ] 1109 ]
1068 }, 1110 },
1069 "WebKit Mac10.7 (dbg)": { 1111 "WebKit Mac10.7 (dbg)": {
1070 "gtest_tests": [ 1112 "gtest_tests": [
1071 { 1113 {
1072 "swarming": { 1114 "swarming": {
1073 "can_use_on_swarming_builders": true 1115 "can_use_on_swarming_builders": true
1074 }, 1116 },
1075 "test": "blink_heap_unittests" 1117 "test": "blink_heap_unittests"
1076 }, 1118 },
1077 { 1119 {
1120 "swarming": {
1121 "can_use_on_swarming_builders": true
1122 },
1078 "test": "blink_platform_unittests" 1123 "test": "blink_platform_unittests"
1079 }, 1124 },
1080 { 1125 {
1081 "test": "webkit_unit_tests" 1126 "test": "webkit_unit_tests"
1082 }, 1127 },
1083 { 1128 {
1084 "test": "wtf_unittests" 1129 "test": "wtf_unittests"
1085 } 1130 }
1086 ], 1131 ],
1087 "scripts": [ 1132 "scripts": [
1088 { 1133 {
1089 "name": "webkit_lint", 1134 "name": "webkit_lint",
1090 "script": "webkit_lint.py" 1135 "script": "webkit_lint.py"
1091 }, 1136 },
1092 { 1137 {
1093 "name": "webkit_python_tests", 1138 "name": "webkit_python_tests",
1094 "script": "webkit_python_tests.py" 1139 "script": "webkit_python_tests.py"
1095 } 1140 }
1096 ] 1141 ]
1097 }, 1142 },
1098 "WebKit Mac10.8": { 1143 "WebKit Mac10.8": {
1099 "gtest_tests": [ 1144 "gtest_tests": [
1100 { 1145 {
1101 "swarming": { 1146 "swarming": {
1102 "can_use_on_swarming_builders": true 1147 "can_use_on_swarming_builders": true
1103 }, 1148 },
1104 "test": "blink_heap_unittests" 1149 "test": "blink_heap_unittests"
1105 }, 1150 },
1106 { 1151 {
1152 "swarming": {
1153 "can_use_on_swarming_builders": true
1154 },
1107 "test": "blink_platform_unittests" 1155 "test": "blink_platform_unittests"
1108 }, 1156 },
1109 { 1157 {
1110 "test": "webkit_unit_tests" 1158 "test": "webkit_unit_tests"
1111 }, 1159 },
1112 { 1160 {
1113 "test": "wtf_unittests" 1161 "test": "wtf_unittests"
1114 } 1162 }
1115 ], 1163 ],
1116 "scripts": [ 1164 "scripts": [
1117 { 1165 {
1118 "name": "webkit_lint", 1166 "name": "webkit_lint",
1119 "script": "webkit_lint.py" 1167 "script": "webkit_lint.py"
1120 }, 1168 },
1121 { 1169 {
1122 "name": "webkit_python_tests", 1170 "name": "webkit_python_tests",
1123 "script": "webkit_python_tests.py" 1171 "script": "webkit_python_tests.py"
1124 } 1172 }
1125 ] 1173 ]
1126 }, 1174 },
1127 "WebKit Mac10.9": { 1175 "WebKit Mac10.9": {
1128 "gtest_tests": [ 1176 "gtest_tests": [
1129 { 1177 {
1130 "swarming": { 1178 "swarming": {
1131 "can_use_on_swarming_builders": true 1179 "can_use_on_swarming_builders": true
1132 }, 1180 },
1133 "test": "blink_heap_unittests" 1181 "test": "blink_heap_unittests"
1134 }, 1182 },
1135 { 1183 {
1184 "swarming": {
1185 "can_use_on_swarming_builders": true
1186 },
1136 "test": "blink_platform_unittests" 1187 "test": "blink_platform_unittests"
1137 }, 1188 },
1138 { 1189 {
1139 "test": "webkit_unit_tests" 1190 "test": "webkit_unit_tests"
1140 }, 1191 },
1141 { 1192 {
1142 "test": "wtf_unittests" 1193 "test": "wtf_unittests"
1143 } 1194 }
1144 ], 1195 ],
1145 "scripts": [ 1196 "scripts": [
1146 { 1197 {
1147 "name": "webkit_lint", 1198 "name": "webkit_lint",
1148 "script": "webkit_lint.py" 1199 "script": "webkit_lint.py"
1149 }, 1200 },
1150 { 1201 {
1151 "name": "webkit_python_tests", 1202 "name": "webkit_python_tests",
1152 "script": "webkit_python_tests.py" 1203 "script": "webkit_python_tests.py"
1153 } 1204 }
1154 ] 1205 ]
1155 }, 1206 },
1156 "WebKit Mac10.9 (retina)": { 1207 "WebKit Mac10.9 (retina)": {
1157 "gtest_tests": [ 1208 "gtest_tests": [
1158 { 1209 {
1159 "swarming": { 1210 "swarming": {
1160 "can_use_on_swarming_builders": true 1211 "can_use_on_swarming_builders": true
1161 }, 1212 },
1162 "test": "blink_heap_unittests" 1213 "test": "blink_heap_unittests"
1163 }, 1214 },
1164 { 1215 {
1216 "swarming": {
1217 "can_use_on_swarming_builders": true
1218 },
1165 "test": "blink_platform_unittests" 1219 "test": "blink_platform_unittests"
1166 }, 1220 },
1167 { 1221 {
1168 "test": "webkit_unit_tests" 1222 "test": "webkit_unit_tests"
1169 }, 1223 },
1170 { 1224 {
1171 "test": "wtf_unittests" 1225 "test": "wtf_unittests"
1172 } 1226 }
1173 ], 1227 ],
1174 "scripts": [ 1228 "scripts": [
1175 { 1229 {
1176 "name": "webkit_lint", 1230 "name": "webkit_lint",
1177 "script": "webkit_lint.py" 1231 "script": "webkit_lint.py"
1178 }, 1232 },
1179 { 1233 {
1180 "name": "webkit_python_tests", 1234 "name": "webkit_python_tests",
1181 "script": "webkit_python_tests.py" 1235 "script": "webkit_python_tests.py"
1182 } 1236 }
1183 ] 1237 ]
1184 }, 1238 },
1185 "WebKit Win Oilpan": { 1239 "WebKit Win Oilpan": {
1186 "gtest_tests": [ 1240 "gtest_tests": [
1187 { 1241 {
1188 "swarming": { 1242 "swarming": {
1189 "can_use_on_swarming_builders": true 1243 "can_use_on_swarming_builders": true
1190 }, 1244 },
1191 "test": "blink_heap_unittests" 1245 "test": "blink_heap_unittests"
1192 }, 1246 },
1193 { 1247 {
1248 "swarming": {
1249 "can_use_on_swarming_builders": true
1250 },
1194 "test": "blink_platform_unittests" 1251 "test": "blink_platform_unittests"
1195 }, 1252 },
1196 { 1253 {
1197 "test": "webkit_unit_tests" 1254 "test": "webkit_unit_tests"
1198 }, 1255 },
1199 { 1256 {
1200 "test": "wtf_unittests" 1257 "test": "wtf_unittests"
1201 } 1258 }
1202 ], 1259 ],
1203 "scripts": [ 1260 "scripts": [
1204 { 1261 {
1205 "name": "webkit_lint", 1262 "name": "webkit_lint",
1206 "script": "webkit_lint.py" 1263 "script": "webkit_lint.py"
1207 }, 1264 },
1208 { 1265 {
1209 "name": "webkit_python_tests", 1266 "name": "webkit_python_tests",
1210 "script": "webkit_python_tests.py" 1267 "script": "webkit_python_tests.py"
1211 } 1268 }
1212 ] 1269 ]
1213 }, 1270 },
1214 "WebKit Win Oilpan (dbg)": { 1271 "WebKit Win Oilpan (dbg)": {
1215 "gtest_tests": [ 1272 "gtest_tests": [
1216 { 1273 {
1217 "swarming": { 1274 "swarming": {
1218 "can_use_on_swarming_builders": true 1275 "can_use_on_swarming_builders": true
1219 }, 1276 },
1220 "test": "blink_heap_unittests" 1277 "test": "blink_heap_unittests"
1221 }, 1278 },
1222 { 1279 {
1280 "swarming": {
1281 "can_use_on_swarming_builders": true
1282 },
1223 "test": "blink_platform_unittests" 1283 "test": "blink_platform_unittests"
1224 }, 1284 },
1225 { 1285 {
1226 "test": "webkit_unit_tests" 1286 "test": "webkit_unit_tests"
1227 }, 1287 },
1228 { 1288 {
1229 "test": "wtf_unittests" 1289 "test": "wtf_unittests"
1230 } 1290 }
1231 ], 1291 ],
1232 "scripts": [ 1292 "scripts": [
1233 { 1293 {
1234 "name": "webkit_lint", 1294 "name": "webkit_lint",
1235 "script": "webkit_lint.py" 1295 "script": "webkit_lint.py"
1236 }, 1296 },
1237 { 1297 {
1238 "name": "webkit_python_tests", 1298 "name": "webkit_python_tests",
1239 "script": "webkit_python_tests.py" 1299 "script": "webkit_python_tests.py"
1240 } 1300 }
1241 ] 1301 ]
1242 }, 1302 },
1243 "WebKit Win x64 Builder": { 1303 "WebKit Win x64 Builder": {
1244 "gtest_tests": [ 1304 "gtest_tests": [
1245 { 1305 {
1246 "swarming": { 1306 "swarming": {
1247 "can_use_on_swarming_builders": true 1307 "can_use_on_swarming_builders": true
1248 }, 1308 },
1249 "test": "blink_heap_unittests" 1309 "test": "blink_heap_unittests"
1250 }, 1310 },
1251 { 1311 {
1312 "swarming": {
1313 "can_use_on_swarming_builders": true
1314 },
1252 "test": "blink_platform_unittests" 1315 "test": "blink_platform_unittests"
1253 }, 1316 },
1254 { 1317 {
1255 "test": "webkit_unit_tests" 1318 "test": "webkit_unit_tests"
1256 }, 1319 },
1257 { 1320 {
1258 "test": "wtf_unittests" 1321 "test": "wtf_unittests"
1259 } 1322 }
1260 ] 1323 ]
1261 }, 1324 },
1262 "WebKit Win x64 Builder (dbg)": { 1325 "WebKit Win x64 Builder (dbg)": {
1263 "gtest_tests": [ 1326 "gtest_tests": [
1264 { 1327 {
1265 "swarming": { 1328 "swarming": {
1266 "can_use_on_swarming_builders": true 1329 "can_use_on_swarming_builders": true
1267 }, 1330 },
1268 "test": "blink_heap_unittests" 1331 "test": "blink_heap_unittests"
1269 }, 1332 },
1270 { 1333 {
1334 "swarming": {
1335 "can_use_on_swarming_builders": true
1336 },
1271 "test": "blink_platform_unittests" 1337 "test": "blink_platform_unittests"
1272 }, 1338 },
1273 { 1339 {
1274 "test": "webkit_unit_tests" 1340 "test": "webkit_unit_tests"
1275 }, 1341 },
1276 { 1342 {
1277 "test": "wtf_unittests" 1343 "test": "wtf_unittests"
1278 } 1344 }
1279 ] 1345 ]
1280 }, 1346 },
1281 "WebKit Win10": { 1347 "WebKit Win10": {
1282 "gtest_tests": [ 1348 "gtest_tests": [
1283 { 1349 {
1284 "swarming": { 1350 "swarming": {
1285 "can_use_on_swarming_builders": true 1351 "can_use_on_swarming_builders": true
1286 }, 1352 },
1287 "test": "blink_heap_unittests" 1353 "test": "blink_heap_unittests"
1288 }, 1354 },
1289 { 1355 {
1356 "swarming": {
1357 "can_use_on_swarming_builders": true
1358 },
1290 "test": "blink_platform_unittests" 1359 "test": "blink_platform_unittests"
1291 }, 1360 },
1292 { 1361 {
1293 "test": "webkit_unit_tests" 1362 "test": "webkit_unit_tests"
1294 }, 1363 },
1295 { 1364 {
1296 "test": "wtf_unittests" 1365 "test": "wtf_unittests"
1297 } 1366 }
1298 ], 1367 ],
1299 "scripts": [ 1368 "scripts": [
1300 { 1369 {
1301 "name": "webkit_lint", 1370 "name": "webkit_lint",
1302 "script": "webkit_lint.py" 1371 "script": "webkit_lint.py"
1303 }, 1372 },
1304 { 1373 {
1305 "name": "webkit_python_tests", 1374 "name": "webkit_python_tests",
1306 "script": "webkit_python_tests.py" 1375 "script": "webkit_python_tests.py"
1307 } 1376 }
1308 ] 1377 ]
1309 }, 1378 },
1310 "WebKit Win7": { 1379 "WebKit Win7": {
1311 "gtest_tests": [ 1380 "gtest_tests": [
1312 { 1381 {
1313 "swarming": { 1382 "swarming": {
1314 "can_use_on_swarming_builders": true 1383 "can_use_on_swarming_builders": true
1315 }, 1384 },
1316 "test": "blink_heap_unittests" 1385 "test": "blink_heap_unittests"
1317 }, 1386 },
1318 { 1387 {
1388 "swarming": {
1389 "can_use_on_swarming_builders": true
1390 },
1319 "test": "blink_platform_unittests" 1391 "test": "blink_platform_unittests"
1320 }, 1392 },
1321 { 1393 {
1322 "test": "webkit_unit_tests" 1394 "test": "webkit_unit_tests"
1323 }, 1395 },
1324 { 1396 {
1325 "test": "wtf_unittests" 1397 "test": "wtf_unittests"
1326 } 1398 }
1327 ], 1399 ],
1328 "scripts": [ 1400 "scripts": [
1329 { 1401 {
1330 "name": "webkit_lint", 1402 "name": "webkit_lint",
1331 "script": "webkit_lint.py" 1403 "script": "webkit_lint.py"
1332 }, 1404 },
1333 { 1405 {
1334 "name": "webkit_python_tests", 1406 "name": "webkit_python_tests",
1335 "script": "webkit_python_tests.py" 1407 "script": "webkit_python_tests.py"
1336 } 1408 }
1337 ] 1409 ]
1338 }, 1410 },
1339 "WebKit Win7 (dbg)": { 1411 "WebKit Win7 (dbg)": {
1340 "gtest_tests": [ 1412 "gtest_tests": [
1341 { 1413 {
1342 "swarming": { 1414 "swarming": {
1343 "can_use_on_swarming_builders": true 1415 "can_use_on_swarming_builders": true
1344 }, 1416 },
1345 "test": "blink_heap_unittests" 1417 "test": "blink_heap_unittests"
1346 }, 1418 },
1347 { 1419 {
1420 "swarming": {
1421 "can_use_on_swarming_builders": true
1422 },
1348 "test": "blink_platform_unittests" 1423 "test": "blink_platform_unittests"
1349 }, 1424 },
1350 { 1425 {
1351 "test": "webkit_unit_tests" 1426 "test": "webkit_unit_tests"
1352 }, 1427 },
1353 { 1428 {
1354 "test": "wtf_unittests" 1429 "test": "wtf_unittests"
1355 } 1430 }
1356 ], 1431 ],
1357 "scripts": [ 1432 "scripts": [
1358 { 1433 {
1359 "name": "webkit_lint", 1434 "name": "webkit_lint",
1360 "script": "webkit_lint.py" 1435 "script": "webkit_lint.py"
1361 }, 1436 },
1362 { 1437 {
1363 "name": "webkit_python_tests", 1438 "name": "webkit_python_tests",
1364 "script": "webkit_python_tests.py" 1439 "script": "webkit_python_tests.py"
1365 } 1440 }
1366 ] 1441 ]
1367 }, 1442 },
1368 "WebKit XP": { 1443 "WebKit XP": {
1369 "gtest_tests": [ 1444 "gtest_tests": [
1370 { 1445 {
1371 "swarming": { 1446 "swarming": {
1372 "can_use_on_swarming_builders": true 1447 "can_use_on_swarming_builders": true
1373 }, 1448 },
1374 "test": "blink_heap_unittests" 1449 "test": "blink_heap_unittests"
1375 }, 1450 },
1376 { 1451 {
1452 "swarming": {
1453 "can_use_on_swarming_builders": true
1454 },
1377 "test": "blink_platform_unittests" 1455 "test": "blink_platform_unittests"
1378 }, 1456 },
1379 { 1457 {
1380 "test": "webkit_unit_tests" 1458 "test": "webkit_unit_tests"
1381 }, 1459 },
1382 { 1460 {
1383 "test": "wtf_unittests" 1461 "test": "wtf_unittests"
1384 } 1462 }
1385 ], 1463 ],
1386 "scripts": [ 1464 "scripts": [
1387 { 1465 {
1388 "name": "webkit_lint", 1466 "name": "webkit_lint",
1389 "script": "webkit_lint.py" 1467 "script": "webkit_lint.py"
1390 }, 1468 },
1391 { 1469 {
1392 "name": "webkit_python_tests", 1470 "name": "webkit_python_tests",
1393 "script": "webkit_python_tests.py" 1471 "script": "webkit_python_tests.py"
1394 } 1472 }
1395 ] 1473 ]
1396 } 1474 }
1397 } 1475 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.fyi.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698