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

Side by Side Diff: tools/buildbot_spec.json

Issue 1926163002: Delete ChromeOS code (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 7 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 | « platform_tools/chromeos/bin/chromeos_setup.sh ('k') | tools/buildbot_spec.py » ('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 "Build-Mac10.8-Clang-Arm7-Debug-Android": { 2 "Build-Mac10.8-Clang-Arm7-Debug-Android": {
3 "build_targets": [ 3 "build_targets": [
4 "most" 4 "most"
5 ], 5 ],
6 "builder_cfg": { 6 "builder_cfg": {
7 "compiler": "Clang", 7 "compiler": "Clang",
8 "configuration": "Debug", 8 "configuration": "Debug",
9 "extra_config": "Android", 9 "extra_config": "Android",
10 "is_trybot": false, 10 "is_trybot": false,
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 "gm", 101 "gm",
102 "_", 102 "_",
103 "colortype", 103 "colortype",
104 "serialize-8888", 104 "serialize-8888",
105 "gm", 105 "gm",
106 "_", 106 "_",
107 "colortype_xfermodes", 107 "colortype_xfermodes",
108 "serialize-8888", 108 "serialize-8888",
109 "gm", 109 "gm",
110 "_", 110 "_",
111 "colorwheelnative",
112 "serialize-8888",
113 "gm",
114 "_",
115 "drawfilter", 111 "drawfilter",
116 "serialize-8888", 112 "serialize-8888",
117 "gm", 113 "gm",
118 "_", 114 "_",
119 "fontmgr_bounds_0.75_0", 115 "fontmgr_bounds_0.75_0",
120 "serialize-8888", 116 "serialize-8888",
121 "gm", 117 "gm",
122 "_", 118 "_",
123 "fontmgr_bounds_1_-0.25", 119 "fontmgr_bounds_1_-0.25",
124 "serialize-8888", 120 "serialize-8888",
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
321 "gm", 317 "gm",
322 "_", 318 "_",
323 "colortype", 319 "colortype",
324 "serialize-8888", 320 "serialize-8888",
325 "gm", 321 "gm",
326 "_", 322 "_",
327 "colortype_xfermodes", 323 "colortype_xfermodes",
328 "serialize-8888", 324 "serialize-8888",
329 "gm", 325 "gm",
330 "_", 326 "_",
331 "colorwheelnative",
332 "serialize-8888",
333 "gm",
334 "_",
335 "drawfilter", 327 "drawfilter",
336 "serialize-8888", 328 "serialize-8888",
337 "gm", 329 "gm",
338 "_", 330 "_",
339 "fontmgr_bounds_0.75_0", 331 "fontmgr_bounds_0.75_0",
340 "serialize-8888", 332 "serialize-8888",
341 "gm", 333 "gm",
342 "_", 334 "_",
343 "fontmgr_bounds_1_-0.25", 335 "fontmgr_bounds_1_-0.25",
344 "serialize-8888", 336 "serialize-8888",
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
539 "gm", 531 "gm",
540 "_", 532 "_",
541 "colortype", 533 "colortype",
542 "serialize-8888", 534 "serialize-8888",
543 "gm", 535 "gm",
544 "_", 536 "_",
545 "colortype_xfermodes", 537 "colortype_xfermodes",
546 "serialize-8888", 538 "serialize-8888",
547 "gm", 539 "gm",
548 "_", 540 "_",
549 "colorwheelnative",
550 "serialize-8888",
551 "gm",
552 "_",
553 "drawfilter", 541 "drawfilter",
554 "serialize-8888", 542 "serialize-8888",
555 "gm", 543 "gm",
556 "_", 544 "_",
557 "fontmgr_bounds_0.75_0", 545 "fontmgr_bounds_0.75_0",
558 "serialize-8888", 546 "serialize-8888",
559 "gm", 547 "gm",
560 "_", 548 "_",
561 "fontmgr_bounds_1_-0.25", 549 "fontmgr_bounds_1_-0.25",
562 "serialize-8888", 550 "serialize-8888",
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
680 "~inc2.png", 668 "~inc2.png",
681 "~inc12.png", 669 "~inc12.png",
682 "~inc13.png", 670 "~inc13.png",
683 "~inc14.png", 671 "~inc14.png",
684 "~inc0.webp", 672 "~inc0.webp",
685 "~inc1.webp" 673 "~inc1.webp"
686 ], 674 ],
687 "upload_dm_results": true, 675 "upload_dm_results": true,
688 "upload_perf_results": false 676 "upload_perf_results": false
689 }, 677 },
690 "Build-Ubuntu-GCC-Arm7-Debug-CrOS_Daisy": { 678 "Build-Ubuntu-GCC-x86_64-Release-ANGLE": {
691 "build_targets": [ 679 "build_targets": [
692 "most" 680 "most"
693 ], 681 ],
694 "builder_cfg": { 682 "builder_cfg": {
695 "compiler": "GCC", 683 "compiler": "GCC",
696 "configuration": "Debug", 684 "configuration": "Release",
697 "extra_config": "CrOS_Daisy", 685 "extra_config": "ANGLE",
698 "is_trybot": false, 686 "is_trybot": false,
699 "os": "Ubuntu", 687 "os": "Ubuntu",
700 "role": "Build", 688 "role": "Build",
701 "target_arch": "Arm7" 689 "target_arch": "x86_64"
702 }, 690 },
703 "configuration": "Debug", 691 "configuration": "Release",
704 "device_cfg": "daisy",
705 "dm_flags": [ 692 "dm_flags": [
706 "--config", 693 "--config",
707 "565", 694 "565",
708 "8888", 695 "8888",
709 "gpu", 696 "gpu",
710 "gpusrgb", 697 "gpusrgb",
698 "pdf",
711 "msaa16", 699 "msaa16",
712 "serialize-8888", 700 "serialize-8888",
713 "tiles_rt-8888", 701 "tiles_rt-8888",
714 "pic-8888", 702 "pic-8888",
703 "angle",
715 "--src", 704 "--src",
716 "tests", 705 "tests",
717 "gm", 706 "gm",
718 "image", 707 "image",
719 "--blacklist", 708 "--blacklist",
720 "f16", 709 "f16",
721 "_", 710 "_",
722 "_", 711 "_",
723 "dstreadshuffle", 712 "dstreadshuffle",
724 "f16", 713 "f16",
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
757 "gm", 746 "gm",
758 "_", 747 "_",
759 "colortype", 748 "colortype",
760 "serialize-8888", 749 "serialize-8888",
761 "gm", 750 "gm",
762 "_", 751 "_",
763 "colortype_xfermodes", 752 "colortype_xfermodes",
764 "serialize-8888", 753 "serialize-8888",
765 "gm", 754 "gm",
766 "_", 755 "_",
767 "colorwheelnative",
768 "serialize-8888",
769 "gm",
770 "_",
771 "drawfilter", 756 "drawfilter",
772 "serialize-8888", 757 "serialize-8888",
773 "gm", 758 "gm",
774 "_", 759 "_",
775 "fontmgr_bounds_0.75_0", 760 "fontmgr_bounds_0.75_0",
776 "serialize-8888", 761 "serialize-8888",
777 "gm", 762 "gm",
778 "_", 763 "_",
779 "fontmgr_bounds_1_-0.25", 764 "fontmgr_bounds_1_-0.25",
780 "serialize-8888", 765 "serialize-8888",
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
854 "_", 839 "_",
855 "image-cacherator-from-ctable", 840 "image-cacherator-from-ctable",
856 "serialize-8888", 841 "serialize-8888",
857 "gm", 842 "gm",
858 "_", 843 "_",
859 "image-cacherator-from-ctable" 844 "image-cacherator-from-ctable"
860 ], 845 ],
861 "do_perf_steps": false, 846 "do_perf_steps": false,
862 "do_test_steps": false, 847 "do_test_steps": false,
863 "env": { 848 "env": {
864 "GYP_DEFINES": "skia_arch_type=arm skia_warnings_as_errors=1" 849 "GYP_DEFINES": "chromeos=0 skia_angle=1 skia_arch_type=x86_64 skia_warning s_as_errors=1 use_x11=1"
865 }, 850 },
866 "nanobench_flags": [ 851 "nanobench_flags": [
867 "--pre_log", 852 "--pre_log",
868 "--scales", 853 "--scales",
869 "1.0", 854 "1.0",
870 "1.1", 855 "1.1",
871 "--config", 856 "--config",
872 "565", 857 "565",
873 "8888", 858 "8888",
874 "gpu", 859 "gpu",
875 "nonrendering", 860 "nonrendering",
876 "angle", 861 "angle",
877 "hwui", 862 "hwui",
878 "msaa16", 863 "msaa16",
879 "nvpr16", 864 "nvpr16",
880 "nvprdit16", 865 "nvprdit16",
881 "--match", 866 "--match",
867 "~interlaced1.png",
868 "~interlaced2.png",
869 "~interlaced3.png",
882 "~inc0.gif", 870 "~inc0.gif",
883 "~inc1.gif", 871 "~inc1.gif",
884 "~incInterlaced.gif", 872 "~incInterlaced.gif",
885 "~inc0.jpg", 873 "~inc0.jpg",
886 "~incGray.jpg", 874 "~incGray.jpg",
887 "~inc0.wbmp", 875 "~inc0.wbmp",
888 "~inc1.wbmp", 876 "~inc1.wbmp",
889 "~inc0.webp", 877 "~inc0.webp",
890 "~inc1.webp", 878 "~inc1.webp",
891 "~inc0.ico", 879 "~inc0.ico",
892 "~inc1.ico", 880 "~inc1.ico",
893 "~inc0.png", 881 "~inc0.png",
894 "~inc1.png", 882 "~inc1.png",
895 "~inc2.png", 883 "~inc2.png",
896 "~inc12.png", 884 "~inc12.png",
897 "~inc13.png", 885 "~inc13.png",
898 "~inc14.png", 886 "~inc14.png",
899 "~inc0.webp", 887 "~inc0.webp",
900 "~inc1.webp" 888 "~inc1.webp"
901 ], 889 ],
902 "upload_dm_results": true, 890 "upload_dm_results": true,
903 "upload_perf_results": false 891 "upload_perf_results": false
904 }, 892 },
905 "Build-Ubuntu-GCC-x86_64-Debug-CrOS_Link": { 893 "Build-Ubuntu-GCC-x86_64-Release-Mesa": {
906 "build_targets": [ 894 "build_targets": [
907 "most" 895 "most"
908 ], 896 ],
909 "builder_cfg": { 897 "builder_cfg": {
910 "compiler": "GCC", 898 "compiler": "GCC",
911 "configuration": "Debug", 899 "configuration": "Release",
912 "extra_config": "CrOS_Link", 900 "extra_config": "Mesa",
913 "is_trybot": false, 901 "is_trybot": false,
914 "os": "Ubuntu", 902 "os": "Ubuntu",
915 "role": "Build", 903 "role": "Build",
916 "target_arch": "x86_64" 904 "target_arch": "x86_64"
917 }, 905 },
918 "configuration": "Debug", 906 "configuration": "Release",
919 "device_cfg": "link",
920 "dm_flags": [ 907 "dm_flags": [
921 "--config", 908 "--config",
922 "565", 909 "565",
923 "8888", 910 "8888",
924 "gpu", 911 "gpu",
925 "gpusrgb", 912 "gpusrgb",
926 "pdf", 913 "pdf",
927 "msaa16", 914 "msaa16",
928 "serialize-8888", 915 "serialize-8888",
929 "tiles_rt-8888", 916 "tiles_rt-8888",
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
973 "gm", 960 "gm",
974 "_", 961 "_",
975 "colortype", 962 "colortype",
976 "serialize-8888", 963 "serialize-8888",
977 "gm", 964 "gm",
978 "_", 965 "_",
979 "colortype_xfermodes", 966 "colortype_xfermodes",
980 "serialize-8888", 967 "serialize-8888",
981 "gm", 968 "gm",
982 "_", 969 "_",
983 "colorwheelnative",
984 "serialize-8888",
985 "gm",
986 "_",
987 "drawfilter", 970 "drawfilter",
988 "serialize-8888", 971 "serialize-8888",
989 "gm", 972 "gm",
990 "_", 973 "_",
991 "fontmgr_bounds_0.75_0", 974 "fontmgr_bounds_0.75_0",
992 "serialize-8888", 975 "serialize-8888",
993 "gm", 976 "gm",
994 "_", 977 "_",
995 "fontmgr_bounds_1_-0.25", 978 "fontmgr_bounds_1_-0.25",
996 "serialize-8888", 979 "serialize-8888",
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
1070 "_", 1053 "_",
1071 "image-cacherator-from-ctable", 1054 "image-cacherator-from-ctable",
1072 "serialize-8888", 1055 "serialize-8888",
1073 "gm", 1056 "gm",
1074 "_", 1057 "_",
1075 "image-cacherator-from-ctable" 1058 "image-cacherator-from-ctable"
1076 ], 1059 ],
1077 "do_perf_steps": false, 1060 "do_perf_steps": false,
1078 "do_test_steps": false, 1061 "do_test_steps": false,
1079 "env": { 1062 "env": {
1080 "GYP_DEFINES": "skia_arch_type=x86_64 skia_warnings_as_errors=1" 1063 "GYP_DEFINES": "skia_arch_type=x86_64 skia_mesa=1 skia_warnings_as_errors= 1"
1081 }, 1064 },
1082 "nanobench_flags": [ 1065 "nanobench_flags": [
1083 "--pre_log", 1066 "--pre_log",
1084 "--scales", 1067 "--scales",
1085 "1.0", 1068 "1.0",
1086 "1.1", 1069 "1.1",
1087 "--config", 1070 "--config",
1088 "565", 1071 "565",
1089 "8888", 1072 "8888",
1090 "gpu", 1073 "gpu",
(...skipping 23 matching lines...) Expand all
1114 "~inc2.png", 1097 "~inc2.png",
1115 "~inc12.png", 1098 "~inc12.png",
1116 "~inc13.png", 1099 "~inc13.png",
1117 "~inc14.png", 1100 "~inc14.png",
1118 "~inc0.webp", 1101 "~inc0.webp",
1119 "~inc1.webp" 1102 "~inc1.webp"
1120 ], 1103 ],
1121 "upload_dm_results": true, 1104 "upload_dm_results": true,
1122 "upload_perf_results": false 1105 "upload_perf_results": false
1123 }, 1106 },
1124 "Build-Ubuntu-GCC-x86_64-Release-ANGLE": { 1107 "Build-Win-MSVC-x86-Debug": {
1125 "build_targets": [ 1108 "build_targets": [
1126 "most" 1109 "most"
1127 ], 1110 ],
1128 "builder_cfg": { 1111 "builder_cfg": {
1129 "compiler": "GCC", 1112 "compiler": "MSVC",
1130 "configuration": "Release", 1113 "configuration": "Debug",
1131 "extra_config": "ANGLE",
1132 "is_trybot": false, 1114 "is_trybot": false,
1133 "os": "Ubuntu", 1115 "os": "Win",
1134 "role": "Build", 1116 "role": "Build",
1135 "target_arch": "x86_64" 1117 "target_arch": "x86"
1136 }, 1118 },
1137 "configuration": "Release", 1119 "configuration": "Debug",
1138 "dm_flags": [ 1120 "dm_flags": [
1121 "--threads",
1122 "4",
1139 "--config", 1123 "--config",
1140 "565", 1124 "565",
1141 "8888", 1125 "8888",
1142 "gpu", 1126 "gpu",
1143 "gpusrgb", 1127 "gpusrgb",
1144 "pdf", 1128 "pdf",
1145 "msaa16", 1129 "msaa16",
1146 "serialize-8888", 1130 "serialize-8888",
1147 "tiles_rt-8888", 1131 "tiles_rt-8888",
1148 "pic-8888", 1132 "pic-8888",
1149 "angle",
1150 "--src", 1133 "--src",
1151 "tests", 1134 "tests",
1152 "gm", 1135 "gm",
1153 "image", 1136 "image",
1154 "--blacklist", 1137 "--blacklist",
1155 "f16", 1138 "f16",
1156 "_", 1139 "_",
1157 "_", 1140 "_",
1158 "dstreadshuffle", 1141 "dstreadshuffle",
1159 "f16", 1142 "f16",
1160 "image", 1143 "image",
1161 "_", 1144 "_",
1162 "_", 1145 "_",
1163 "srgb", 1146 "srgb",
1164 "image", 1147 "image",
1165 "_", 1148 "_",
1166 "_", 1149 "_",
1167 "gpusrgb", 1150 "gpusrgb",
1168 "image", 1151 "image",
1169 "_", 1152 "_",
1170 "_", 1153 "_",
1154 "_",
1155 "image",
1156 "gen_platf",
1157 "rle8-height-negative.bmp",
1158 "_",
1159 "image",
1160 "gen_platf",
1161 "rle4-height-negative.bmp",
1162 "_",
1163 "image",
1164 "gen_platf",
1165 "pal8os2v2.bmp",
1166 "_",
1167 "image",
1168 "gen_platf",
1169 "pal8os2v2-16.bmp",
1170 "_",
1171 "image",
1172 "gen_platf",
1173 "rgba32abf.bmp",
1174 "_",
1175 "image",
1176 "gen_platf",
1177 "rgb24prof.bmp",
1178 "_",
1179 "image",
1180 "gen_platf",
1181 "rgb24lprof.bmp",
1182 "_",
1183 "image",
1184 "gen_platf",
1185 "8bpp-pixeldata-cropped.bmp",
1186 "_",
1187 "image",
1188 "gen_platf",
1189 "4bpp-pixeldata-cropped.bmp",
1190 "_",
1191 "image",
1192 "gen_platf",
1193 "32bpp-pixeldata-cropped.bmp",
1194 "_",
1195 "image",
1196 "gen_platf",
1197 "24bpp-pixeldata-cropped.bmp",
1171 "serialize-8888", 1198 "serialize-8888",
1172 "gm", 1199 "gm",
1173 "_", 1200 "_",
1174 "not_native32_bitmap_config", 1201 "not_native32_bitmap_config",
1175 "serialize-8888", 1202 "serialize-8888",
1176 "gm", 1203 "gm",
1177 "_", 1204 "_",
1178 "bleed_image", 1205 "bleed_image",
1179 "serialize-8888", 1206 "serialize-8888",
1180 "gm", 1207 "gm",
(...skipping 11 matching lines...) Expand all
1192 "gm", 1219 "gm",
1193 "_", 1220 "_",
1194 "colortype", 1221 "colortype",
1195 "serialize-8888", 1222 "serialize-8888",
1196 "gm", 1223 "gm",
1197 "_", 1224 "_",
1198 "colortype_xfermodes", 1225 "colortype_xfermodes",
1199 "serialize-8888", 1226 "serialize-8888",
1200 "gm", 1227 "gm",
1201 "_", 1228 "_",
1202 "colorwheelnative",
1203 "serialize-8888",
1204 "gm",
1205 "_",
1206 "drawfilter", 1229 "drawfilter",
1207 "serialize-8888", 1230 "serialize-8888",
1208 "gm", 1231 "gm",
1209 "_", 1232 "_",
1210 "fontmgr_bounds_0.75_0", 1233 "fontmgr_bounds_0.75_0",
1211 "serialize-8888", 1234 "serialize-8888",
1212 "gm", 1235 "gm",
1213 "_", 1236 "_",
1214 "fontmgr_bounds_1_-0.25", 1237 "fontmgr_bounds_1_-0.25",
1215 "serialize-8888", 1238 "serialize-8888",
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
1289 "_", 1312 "_",
1290 "image-cacherator-from-ctable", 1313 "image-cacherator-from-ctable",
1291 "serialize-8888", 1314 "serialize-8888",
1292 "gm", 1315 "gm",
1293 "_", 1316 "_",
1294 "image-cacherator-from-ctable" 1317 "image-cacherator-from-ctable"
1295 ], 1318 ],
1296 "do_perf_steps": false, 1319 "do_perf_steps": false,
1297 "do_test_steps": false, 1320 "do_test_steps": false,
1298 "env": { 1321 "env": {
1299 "GYP_DEFINES": "chromeos=0 skia_angle=1 skia_arch_type=x86_64 skia_warning s_as_errors=1 use_x11=1" 1322 "GYP_DEFINES": "qt_sdk=C:/Qt/4.8.5/ skia_arch_type=x86 skia_warnings_as_er rors=1 skia_win_debuggers_path=c:/DbgHelp skia_win_ltcg=0"
1300 }, 1323 },
1301 "nanobench_flags": [ 1324 "nanobench_flags": [
1302 "--pre_log", 1325 "--pre_log",
1303 "--scales", 1326 "--scales",
1304 "1.0", 1327 "1.0",
1305 "1.1", 1328 "1.1",
1306 "--config", 1329 "--config",
1307 "565", 1330 "565",
1308 "8888", 1331 "8888",
1309 "gpu", 1332 "gpu",
(...skipping 23 matching lines...) Expand all
1333 "~inc2.png", 1356 "~inc2.png",
1334 "~inc12.png", 1357 "~inc12.png",
1335 "~inc13.png", 1358 "~inc13.png",
1336 "~inc14.png", 1359 "~inc14.png",
1337 "~inc0.webp", 1360 "~inc0.webp",
1338 "~inc1.webp" 1361 "~inc1.webp"
1339 ], 1362 ],
1340 "upload_dm_results": true, 1363 "upload_dm_results": true,
1341 "upload_perf_results": false 1364 "upload_perf_results": false
1342 }, 1365 },
1343 "Build-Ubuntu-GCC-x86_64-Release-Mesa": { 1366 "Build-Win-MSVC-x86-Debug-Exceptions": {
1344 "build_targets": [ 1367 "build_targets": [
1345 "most" 1368 "most"
1346 ], 1369 ],
1347 "builder_cfg": { 1370 "builder_cfg": {
1348 "compiler": "GCC", 1371 "compiler": "MSVC",
1349 "configuration": "Release", 1372 "configuration": "Debug",
1350 "extra_config": "Mesa", 1373 "extra_config": "Exceptions",
1351 "is_trybot": false, 1374 "is_trybot": false,
1352 "os": "Ubuntu", 1375 "os": "Win",
1353 "role": "Build", 1376 "role": "Build",
1354 "target_arch": "x86_64" 1377 "target_arch": "x86"
1355 }, 1378 },
1356 "configuration": "Release", 1379 "configuration": "Debug",
1357 "dm_flags": [ 1380 "dm_flags": [
1381 "--threads",
1382 "4",
1358 "--config", 1383 "--config",
1359 "565", 1384 "565",
1360 "8888", 1385 "8888",
1361 "gpu", 1386 "gpu",
1362 "gpusrgb", 1387 "gpusrgb",
1363 "pdf", 1388 "pdf",
1364 "msaa16", 1389 "msaa16",
1365 "serialize-8888", 1390 "serialize-8888",
1366 "tiles_rt-8888", 1391 "tiles_rt-8888",
1367 "pic-8888", 1392 "pic-8888",
(...skipping 11 matching lines...) Expand all
1379 "_", 1404 "_",
1380 "_", 1405 "_",
1381 "srgb", 1406 "srgb",
1382 "image", 1407 "image",
1383 "_", 1408 "_",
1384 "_", 1409 "_",
1385 "gpusrgb", 1410 "gpusrgb",
1386 "image", 1411 "image",
1387 "_", 1412 "_",
1388 "_", 1413 "_",
1414 "_",
1415 "image",
1416 "gen_platf",
1417 "rle8-height-negative.bmp",
1418 "_",
1419 "image",
1420 "gen_platf",
1421 "rle4-height-negative.bmp",
1422 "_",
1423 "image",
1424 "gen_platf",
1425 "pal8os2v2.bmp",
1426 "_",
1427 "image",
1428 "gen_platf",
1429 "pal8os2v2-16.bmp",
1430 "_",
1431 "image",
1432 "gen_platf",
1433 "rgba32abf.bmp",
1434 "_",
1435 "image",
1436 "gen_platf",
1437 "rgb24prof.bmp",
1438 "_",
1439 "image",
1440 "gen_platf",
1441 "rgb24lprof.bmp",
1442 "_",
1443 "image",
1444 "gen_platf",
1445 "8bpp-pixeldata-cropped.bmp",
1446 "_",
1447 "image",
1448 "gen_platf",
1449 "4bpp-pixeldata-cropped.bmp",
1450 "_",
1451 "image",
1452 "gen_platf",
1453 "32bpp-pixeldata-cropped.bmp",
1454 "_",
1455 "image",
1456 "gen_platf",
1457 "24bpp-pixeldata-cropped.bmp",
1389 "serialize-8888", 1458 "serialize-8888",
1390 "gm", 1459 "gm",
1391 "_", 1460 "_",
1392 "not_native32_bitmap_config", 1461 "not_native32_bitmap_config",
1393 "serialize-8888", 1462 "serialize-8888",
1394 "gm", 1463 "gm",
1395 "_", 1464 "_",
1396 "bleed_image", 1465 "bleed_image",
1397 "serialize-8888", 1466 "serialize-8888",
1398 "gm", 1467 "gm",
(...skipping 11 matching lines...) Expand all
1410 "gm", 1479 "gm",
1411 "_", 1480 "_",
1412 "colortype", 1481 "colortype",
1413 "serialize-8888", 1482 "serialize-8888",
1414 "gm", 1483 "gm",
1415 "_", 1484 "_",
1416 "colortype_xfermodes", 1485 "colortype_xfermodes",
1417 "serialize-8888", 1486 "serialize-8888",
1418 "gm", 1487 "gm",
1419 "_", 1488 "_",
1420 "colorwheelnative",
1421 "serialize-8888",
1422 "gm",
1423 "_",
1424 "drawfilter", 1489 "drawfilter",
1425 "serialize-8888", 1490 "serialize-8888",
1426 "gm", 1491 "gm",
1427 "_", 1492 "_",
1428 "fontmgr_bounds_0.75_0", 1493 "fontmgr_bounds_0.75_0",
1429 "serialize-8888", 1494 "serialize-8888",
1430 "gm", 1495 "gm",
1431 "_", 1496 "_",
1432 "fontmgr_bounds_1_-0.25", 1497 "fontmgr_bounds_1_-0.25",
1433 "serialize-8888", 1498 "serialize-8888",
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
1507 "_", 1572 "_",
1508 "image-cacherator-from-ctable", 1573 "image-cacherator-from-ctable",
1509 "serialize-8888", 1574 "serialize-8888",
1510 "gm", 1575 "gm",
1511 "_", 1576 "_",
1512 "image-cacherator-from-ctable" 1577 "image-cacherator-from-ctable"
1513 ], 1578 ],
1514 "do_perf_steps": false, 1579 "do_perf_steps": false,
1515 "do_test_steps": false, 1580 "do_test_steps": false,
1516 "env": { 1581 "env": {
1517 "GYP_DEFINES": "skia_arch_type=x86_64 skia_mesa=1 skia_warnings_as_errors= 1" 1582 "GYP_DEFINES": "qt_sdk=C:/Qt/4.8.5/ skia_arch_type=x86 skia_warnings_as_er rors=0 skia_win_debuggers_path=c:/DbgHelp skia_win_exceptions=1 skia_win_ltcg=0"
1518 }, 1583 },
1519 "nanobench_flags": [ 1584 "nanobench_flags": [
1520 "--pre_log", 1585 "--pre_log",
1521 "--scales", 1586 "--scales",
1522 "1.0", 1587 "1.0",
1523 "1.1", 1588 "1.1",
1524 "--config", 1589 "--config",
1525 "565", 1590 "565",
1526 "8888", 1591 "8888",
1527 "gpu", 1592 "gpu",
(...skipping 23 matching lines...) Expand all
1551 "~inc2.png", 1616 "~inc2.png",
1552 "~inc12.png", 1617 "~inc12.png",
1553 "~inc13.png", 1618 "~inc13.png",
1554 "~inc14.png", 1619 "~inc14.png",
1555 "~inc0.webp", 1620 "~inc0.webp",
1556 "~inc1.webp" 1621 "~inc1.webp"
1557 ], 1622 ],
1558 "upload_dm_results": true, 1623 "upload_dm_results": true,
1559 "upload_perf_results": false 1624 "upload_perf_results": false
1560 }, 1625 },
1561 "Build-Win-MSVC-x86-Debug": { 1626 "Build-Win-MSVC-x86-Debug-GDI": {
1562 "build_targets": [ 1627 "build_targets": [
1563 "most" 1628 "most"
1564 ], 1629 ],
1565 "builder_cfg": { 1630 "builder_cfg": {
1566 "compiler": "MSVC", 1631 "compiler": "MSVC",
1567 "configuration": "Debug", 1632 "configuration": "Debug",
1633 "extra_config": "GDI",
1568 "is_trybot": false, 1634 "is_trybot": false,
1569 "os": "Win", 1635 "os": "Win",
1570 "role": "Build", 1636 "role": "Build",
1571 "target_arch": "x86" 1637 "target_arch": "x86"
1572 }, 1638 },
1573 "configuration": "Debug", 1639 "configuration": "Debug",
1574 "dm_flags": [ 1640 "dm_flags": [
1575 "--threads", 1641 "--threads",
1576 "4", 1642 "4",
1577 "--config", 1643 "--config",
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
1673 "gm", 1739 "gm",
1674 "_", 1740 "_",
1675 "colortype", 1741 "colortype",
1676 "serialize-8888", 1742 "serialize-8888",
1677 "gm", 1743 "gm",
1678 "_", 1744 "_",
1679 "colortype_xfermodes", 1745 "colortype_xfermodes",
1680 "serialize-8888", 1746 "serialize-8888",
1681 "gm", 1747 "gm",
1682 "_", 1748 "_",
1683 "colorwheelnative",
1684 "serialize-8888",
1685 "gm",
1686 "_",
1687 "drawfilter", 1749 "drawfilter",
1688 "serialize-8888", 1750 "serialize-8888",
1689 "gm", 1751 "gm",
1690 "_", 1752 "_",
1691 "fontmgr_bounds_0.75_0", 1753 "fontmgr_bounds_0.75_0",
1692 "serialize-8888", 1754 "serialize-8888",
1693 "gm", 1755 "gm",
1694 "_", 1756 "_",
1695 "fontmgr_bounds_1_-0.25", 1757 "fontmgr_bounds_1_-0.25",
1696 "serialize-8888", 1758 "serialize-8888",
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
1770 "_", 1832 "_",
1771 "image-cacherator-from-ctable", 1833 "image-cacherator-from-ctable",
1772 "serialize-8888", 1834 "serialize-8888",
1773 "gm", 1835 "gm",
1774 "_", 1836 "_",
1775 "image-cacherator-from-ctable" 1837 "image-cacherator-from-ctable"
1776 ], 1838 ],
1777 "do_perf_steps": false, 1839 "do_perf_steps": false,
1778 "do_test_steps": false, 1840 "do_test_steps": false,
1779 "env": { 1841 "env": {
1780 "GYP_DEFINES": "qt_sdk=C:/Qt/4.8.5/ skia_arch_type=x86 skia_warnings_as_er rors=1 skia_win_debuggers_path=c:/DbgHelp skia_win_ltcg=0" 1842 "GYP_DEFINES": "qt_sdk=C:/Qt/4.8.5/ skia_arch_type=x86 skia_gdi=1 skia_war nings_as_errors=0 skia_win_debuggers_path=c:/DbgHelp skia_win_ltcg=0"
1781 }, 1843 },
1782 "nanobench_flags": [ 1844 "nanobench_flags": [
1783 "--pre_log", 1845 "--pre_log",
1784 "--scales", 1846 "--scales",
1785 "1.0", 1847 "1.0",
1786 "1.1", 1848 "1.1",
1787 "--config", 1849 "--config",
1788 "565", 1850 "565",
1789 "8888", 1851 "8888",
1790 "gpu", 1852 "gpu",
(...skipping 23 matching lines...) Expand all
1814 "~inc2.png", 1876 "~inc2.png",
1815 "~inc12.png", 1877 "~inc12.png",
1816 "~inc13.png", 1878 "~inc13.png",
1817 "~inc14.png", 1879 "~inc14.png",
1818 "~inc0.webp", 1880 "~inc0.webp",
1819 "~inc1.webp" 1881 "~inc1.webp"
1820 ], 1882 ],
1821 "upload_dm_results": true, 1883 "upload_dm_results": true,
1822 "upload_perf_results": false 1884 "upload_perf_results": false
1823 }, 1885 },
1824 "Build-Win-MSVC-x86-Debug-Exceptions": { 1886 "Housekeeper-PerCommit": {
1825 "build_targets": [ 1887 "build_targets": [
1826 "most" 1888 "most"
1827 ], 1889 ],
1828 "builder_cfg": { 1890 "builder_cfg": {
1829 "compiler": "MSVC", 1891 "frequency": "PerCommit",
1830 "configuration": "Debug",
1831 "extra_config": "Exceptions",
1832 "is_trybot": false, 1892 "is_trybot": false,
1833 "os": "Win", 1893 "role": "Housekeeper"
1834 "role": "Build",
1835 "target_arch": "x86"
1836 }, 1894 },
1837 "configuration": "Debug", 1895 "configuration": "Release",
1838 "dm_flags": [ 1896 "dm_flags": [
1839 "--threads",
1840 "4",
1841 "--config", 1897 "--config",
1842 "565", 1898 "565",
1843 "8888", 1899 "8888",
1844 "gpu", 1900 "gpu",
1845 "gpusrgb", 1901 "gpusrgb",
1846 "pdf", 1902 "pdf",
1847 "msaa16", 1903 "msaa16",
1848 "serialize-8888", 1904 "serialize-8888",
1849 "tiles_rt-8888", 1905 "tiles_rt-8888",
1850 "pic-8888", 1906 "pic-8888",
(...skipping 11 matching lines...) Expand all
1862 "_", 1918 "_",
1863 "_", 1919 "_",
1864 "srgb", 1920 "srgb",
1865 "image", 1921 "image",
1866 "_", 1922 "_",
1867 "_", 1923 "_",
1868 "gpusrgb", 1924 "gpusrgb",
1869 "image", 1925 "image",
1870 "_", 1926 "_",
1871 "_", 1927 "_",
1872 "_",
1873 "image",
1874 "gen_platf",
1875 "rle8-height-negative.bmp",
1876 "_",
1877 "image",
1878 "gen_platf",
1879 "rle4-height-negative.bmp",
1880 "_",
1881 "image",
1882 "gen_platf",
1883 "pal8os2v2.bmp",
1884 "_",
1885 "image",
1886 "gen_platf",
1887 "pal8os2v2-16.bmp",
1888 "_",
1889 "image",
1890 "gen_platf",
1891 "rgba32abf.bmp",
1892 "_",
1893 "image",
1894 "gen_platf",
1895 "rgb24prof.bmp",
1896 "_",
1897 "image",
1898 "gen_platf",
1899 "rgb24lprof.bmp",
1900 "_",
1901 "image",
1902 "gen_platf",
1903 "8bpp-pixeldata-cropped.bmp",
1904 "_",
1905 "image",
1906 "gen_platf",
1907 "4bpp-pixeldata-cropped.bmp",
1908 "_",
1909 "image",
1910 "gen_platf",
1911 "32bpp-pixeldata-cropped.bmp",
1912 "_",
1913 "image",
1914 "gen_platf",
1915 "24bpp-pixeldata-cropped.bmp",
1916 "serialize-8888", 1928 "serialize-8888",
1917 "gm", 1929 "gm",
1918 "_", 1930 "_",
1919 "not_native32_bitmap_config", 1931 "not_native32_bitmap_config",
1920 "serialize-8888", 1932 "serialize-8888",
1921 "gm", 1933 "gm",
1922 "_", 1934 "_",
1923 "bleed_image", 1935 "bleed_image",
1924 "serialize-8888", 1936 "serialize-8888",
1925 "gm", 1937 "gm",
(...skipping 11 matching lines...) Expand all
1937 "gm", 1949 "gm",
1938 "_", 1950 "_",
1939 "colortype", 1951 "colortype",
1940 "serialize-8888", 1952 "serialize-8888",
1941 "gm", 1953 "gm",
1942 "_", 1954 "_",
1943 "colortype_xfermodes", 1955 "colortype_xfermodes",
1944 "serialize-8888", 1956 "serialize-8888",
1945 "gm", 1957 "gm",
1946 "_", 1958 "_",
1947 "colorwheelnative",
1948 "serialize-8888",
1949 "gm",
1950 "_",
1951 "drawfilter", 1959 "drawfilter",
1952 "serialize-8888", 1960 "serialize-8888",
1953 "gm", 1961 "gm",
1954 "_", 1962 "_",
1955 "fontmgr_bounds_0.75_0", 1963 "fontmgr_bounds_0.75_0",
1956 "serialize-8888", 1964 "serialize-8888",
1957 "gm", 1965 "gm",
1958 "_", 1966 "_",
1959 "fontmgr_bounds_1_-0.25", 1967 "fontmgr_bounds_1_-0.25",
1960 "serialize-8888", 1968 "serialize-8888",
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
2034 "_", 2042 "_",
2035 "image-cacherator-from-ctable", 2043 "image-cacherator-from-ctable",
2036 "serialize-8888", 2044 "serialize-8888",
2037 "gm", 2045 "gm",
2038 "_", 2046 "_",
2039 "image-cacherator-from-ctable" 2047 "image-cacherator-from-ctable"
2040 ], 2048 ],
2041 "do_perf_steps": false, 2049 "do_perf_steps": false,
2042 "do_test_steps": false, 2050 "do_test_steps": false,
2043 "env": { 2051 "env": {
2044 "GYP_DEFINES": "qt_sdk=C:/Qt/4.8.5/ skia_arch_type=x86 skia_warnings_as_er rors=0 skia_win_debuggers_path=c:/DbgHelp skia_win_exceptions=1 skia_win_ltcg=0" 2052 "GYP_DEFINES": "skia_shared_lib=1 skia_warnings_as_errors=0"
2045 }, 2053 },
2046 "nanobench_flags": [ 2054 "nanobench_flags": [
2047 "--pre_log", 2055 "--pre_log",
2048 "--scales", 2056 "--scales",
2049 "1.0", 2057 "1.0",
2050 "1.1", 2058 "1.1",
2051 "--config", 2059 "--config",
2052 "565", 2060 "565",
2053 "8888", 2061 "8888",
2054 "gpu", 2062 "gpu",
2055 "nonrendering", 2063 "nonrendering",
2056 "angle", 2064 "angle",
2057 "hwui", 2065 "hwui",
2058 "msaa16", 2066 "msaa16",
2059 "nvpr16", 2067 "nvpr16",
2060 "nvprdit16", 2068 "nvprdit16",
2061 "--match", 2069 "--match",
2062 "~interlaced1.png",
2063 "~interlaced2.png",
2064 "~interlaced3.png",
2065 "~inc0.gif", 2070 "~inc0.gif",
2066 "~inc1.gif", 2071 "~inc1.gif",
2067 "~incInterlaced.gif", 2072 "~incInterlaced.gif",
2068 "~inc0.jpg", 2073 "~inc0.jpg",
2069 "~incGray.jpg", 2074 "~incGray.jpg",
2070 "~inc0.wbmp", 2075 "~inc0.wbmp",
2071 "~inc1.wbmp", 2076 "~inc1.wbmp",
2072 "~inc0.webp", 2077 "~inc0.webp",
2073 "~inc1.webp", 2078 "~inc1.webp",
2074 "~inc0.ico", 2079 "~inc0.ico",
2075 "~inc1.ico", 2080 "~inc1.ico",
2076 "~inc0.png", 2081 "~inc0.png",
2077 "~inc1.png", 2082 "~inc1.png",
2078 "~inc2.png", 2083 "~inc2.png",
2079 "~inc12.png", 2084 "~inc12.png",
2080 "~inc13.png", 2085 "~inc13.png",
2081 "~inc14.png", 2086 "~inc14.png",
2082 "~inc0.webp", 2087 "~inc0.webp",
2083 "~inc1.webp" 2088 "~inc1.webp"
2084 ], 2089 ],
2085 "upload_dm_results": true, 2090 "upload_dm_results": true,
2086 "upload_perf_results": false 2091 "upload_perf_results": false
2087 }, 2092 },
2088 "Build-Win-MSVC-x86-Debug-GDI": {
2089 "build_targets": [
2090 "most"
2091 ],
2092 "builder_cfg": {
2093 "compiler": "MSVC",
2094 "configuration": "Debug",
2095 "extra_config": "GDI",
2096 "is_trybot": false,
2097 "os": "Win",
2098 "role": "Build",
2099 "target_arch": "x86"
2100 },
2101 "configuration": "Debug",
2102 "dm_flags": [
2103 "--threads",
2104 "4",
2105 "--config",
2106 "565",
2107 "8888",
2108 "gpu",
2109 "gpusrgb",
2110 "pdf",
2111 "msaa16",
2112 "serialize-8888",
2113 "tiles_rt-8888",
2114 "pic-8888",
2115 "--src",
2116 "tests",
2117 "gm",
2118 "image",
2119 "--blacklist",
2120 "f16",
2121 "_",
2122 "_",
2123 "dstreadshuffle",
2124 "f16",
2125 "image",
2126 "_",
2127 "_",
2128 "srgb",
2129 "image",
2130 "_",
2131 "_",
2132 "gpusrgb",
2133 "image",
2134 "_",
2135 "_",
2136 "_",
2137 "image",
2138 "gen_platf",
2139 "rle8-height-negative.bmp",
2140 "_",
2141 "image",
2142 "gen_platf",
2143 "rle4-height-negative.bmp",
2144 "_",
2145 "image",
2146 "gen_platf",
2147 "pal8os2v2.bmp",
2148 "_",
2149 "image",
2150 "gen_platf",
2151 "pal8os2v2-16.bmp",
2152 "_",
2153 "image",
2154 "gen_platf",
2155 "rgba32abf.bmp",
2156 "_",
2157 "image",
2158 "gen_platf",
2159 "rgb24prof.bmp",
2160 "_",
2161 "image",
2162 "gen_platf",
2163 "rgb24lprof.bmp",
2164 "_",
2165 "image",
2166 "gen_platf",
2167 "8bpp-pixeldata-cropped.bmp",
2168 "_",
2169 "image",
2170 "gen_platf",
2171 "4bpp-pixeldata-cropped.bmp",
2172 "_",
2173 "image",
2174 "gen_platf",
2175 "32bpp-pixeldata-cropped.bmp",
2176 "_",
2177 "image",
2178 "gen_platf",
2179 "24bpp-pixeldata-cropped.bmp",
2180 "serialize-8888",
2181 "gm",
2182 "_",
2183 "not_native32_bitmap_config",
2184 "serialize-8888",
2185 "gm",
2186 "_",
2187 "bleed_image",
2188 "serialize-8888",
2189 "gm",
2190 "_",
2191 "bleed_alpha_image",
2192 "serialize-8888",
2193 "gm",
2194 "_",
2195 "bleed_alpha_image_shader",
2196 "serialize-8888",
2197 "gm",
2198 "_",
2199 "c_gms",
2200 "serialize-8888",
2201 "gm",
2202 "_",
2203 "colortype",
2204 "serialize-8888",
2205 "gm",
2206 "_",
2207 "colortype_xfermodes",
2208 "serialize-8888",
2209 "gm",
2210 "_",
2211 "colorwheelnative",
2212 "serialize-8888",
2213 "gm",
2214 "_",
2215 "drawfilter",
2216 "serialize-8888",
2217 "gm",
2218 "_",
2219 "fontmgr_bounds_0.75_0",
2220 "serialize-8888",
2221 "gm",
2222 "_",
2223 "fontmgr_bounds_1_-0.25",
2224 "serialize-8888",
2225 "gm",
2226 "_",
2227 "fontmgr_bounds",
2228 "serialize-8888",
2229 "gm",
2230 "_",
2231 "fontmgr_match",
2232 "serialize-8888",
2233 "gm",
2234 "_",
2235 "fontmgr_iter",
2236 "serialize-8888",
2237 "gm",
2238 "_",
2239 "verylargebitmap",
2240 "serialize-8888",
2241 "gm",
2242 "_",
2243 "verylarge_picture_image",
2244 "sp-8888",
2245 "gm",
2246 "_",
2247 "drawfilter",
2248 "pic-8888",
2249 "gm",
2250 "_",
2251 "drawfilter",
2252 "2ndpic-8888",
2253 "gm",
2254 "_",
2255 "drawfilter",
2256 "sp-8888",
2257 "gm",
2258 "_",
2259 "image-cacherator-from-picture",
2260 "pic-8888",
2261 "gm",
2262 "_",
2263 "image-cacherator-from-picture",
2264 "2ndpic-8888",
2265 "gm",
2266 "_",
2267 "image-cacherator-from-picture",
2268 "serialize-8888",
2269 "gm",
2270 "_",
2271 "image-cacherator-from-picture",
2272 "sp-8888",
2273 "gm",
2274 "_",
2275 "image-cacherator-from-raster",
2276 "pic-8888",
2277 "gm",
2278 "_",
2279 "image-cacherator-from-raster",
2280 "2ndpic-8888",
2281 "gm",
2282 "_",
2283 "image-cacherator-from-raster",
2284 "serialize-8888",
2285 "gm",
2286 "_",
2287 "image-cacherator-from-raster",
2288 "sp-8888",
2289 "gm",
2290 "_",
2291 "image-cacherator-from-ctable",
2292 "pic-8888",
2293 "gm",
2294 "_",
2295 "image-cacherator-from-ctable",
2296 "2ndpic-8888",
2297 "gm",
2298 "_",
2299 "image-cacherator-from-ctable",
2300 "serialize-8888",
2301 "gm",
2302 "_",
2303 "image-cacherator-from-ctable"
2304 ],
2305 "do_perf_steps": false,
2306 "do_test_steps": false,
2307 "env": {
2308 "GYP_DEFINES": "qt_sdk=C:/Qt/4.8.5/ skia_arch_type=x86 skia_gdi=1 skia_war nings_as_errors=0 skia_win_debuggers_path=c:/DbgHelp skia_win_ltcg=0"
2309 },
2310 "nanobench_flags": [
2311 "--pre_log",
2312 "--scales",
2313 "1.0",
2314 "1.1",
2315 "--config",
2316 "565",
2317 "8888",
2318 "gpu",
2319 "nonrendering",
2320 "angle",
2321 "hwui",
2322 "msaa16",
2323 "nvpr16",
2324 "nvprdit16",
2325 "--match",
2326 "~interlaced1.png",
2327 "~interlaced2.png",
2328 "~interlaced3.png",
2329 "~inc0.gif",
2330 "~inc1.gif",
2331 "~incInterlaced.gif",
2332 "~inc0.jpg",
2333 "~incGray.jpg",
2334 "~inc0.wbmp",
2335 "~inc1.wbmp",
2336 "~inc0.webp",
2337 "~inc1.webp",
2338 "~inc0.ico",
2339 "~inc1.ico",
2340 "~inc0.png",
2341 "~inc1.png",
2342 "~inc2.png",
2343 "~inc12.png",
2344 "~inc13.png",
2345 "~inc14.png",
2346 "~inc0.webp",
2347 "~inc1.webp"
2348 ],
2349 "upload_dm_results": true,
2350 "upload_perf_results": false
2351 },
2352 "Housekeeper-PerCommit": {
2353 "build_targets": [
2354 "most"
2355 ],
2356 "builder_cfg": {
2357 "frequency": "PerCommit",
2358 "is_trybot": false,
2359 "role": "Housekeeper"
2360 },
2361 "configuration": "Release",
2362 "dm_flags": [
2363 "--config",
2364 "565",
2365 "8888",
2366 "gpu",
2367 "gpusrgb",
2368 "pdf",
2369 "msaa16",
2370 "serialize-8888",
2371 "tiles_rt-8888",
2372 "pic-8888",
2373 "--src",
2374 "tests",
2375 "gm",
2376 "image",
2377 "--blacklist",
2378 "f16",
2379 "_",
2380 "_",
2381 "dstreadshuffle",
2382 "f16",
2383 "image",
2384 "_",
2385 "_",
2386 "srgb",
2387 "image",
2388 "_",
2389 "_",
2390 "gpusrgb",
2391 "image",
2392 "_",
2393 "_",
2394 "serialize-8888",
2395 "gm",
2396 "_",
2397 "not_native32_bitmap_config",
2398 "serialize-8888",
2399 "gm",
2400 "_",
2401 "bleed_image",
2402 "serialize-8888",
2403 "gm",
2404 "_",
2405 "bleed_alpha_image",
2406 "serialize-8888",
2407 "gm",
2408 "_",
2409 "bleed_alpha_image_shader",
2410 "serialize-8888",
2411 "gm",
2412 "_",
2413 "c_gms",
2414 "serialize-8888",
2415 "gm",
2416 "_",
2417 "colortype",
2418 "serialize-8888",
2419 "gm",
2420 "_",
2421 "colortype_xfermodes",
2422 "serialize-8888",
2423 "gm",
2424 "_",
2425 "colorwheelnative",
2426 "serialize-8888",
2427 "gm",
2428 "_",
2429 "drawfilter",
2430 "serialize-8888",
2431 "gm",
2432 "_",
2433 "fontmgr_bounds_0.75_0",
2434 "serialize-8888",
2435 "gm",
2436 "_",
2437 "fontmgr_bounds_1_-0.25",
2438 "serialize-8888",
2439 "gm",
2440 "_",
2441 "fontmgr_bounds",
2442 "serialize-8888",
2443 "gm",
2444 "_",
2445 "fontmgr_match",
2446 "serialize-8888",
2447 "gm",
2448 "_",
2449 "fontmgr_iter",
2450 "serialize-8888",
2451 "gm",
2452 "_",
2453 "verylargebitmap",
2454 "serialize-8888",
2455 "gm",
2456 "_",
2457 "verylarge_picture_image",
2458 "sp-8888",
2459 "gm",
2460 "_",
2461 "drawfilter",
2462 "pic-8888",
2463 "gm",
2464 "_",
2465 "drawfilter",
2466 "2ndpic-8888",
2467 "gm",
2468 "_",
2469 "drawfilter",
2470 "sp-8888",
2471 "gm",
2472 "_",
2473 "image-cacherator-from-picture",
2474 "pic-8888",
2475 "gm",
2476 "_",
2477 "image-cacherator-from-picture",
2478 "2ndpic-8888",
2479 "gm",
2480 "_",
2481 "image-cacherator-from-picture",
2482 "serialize-8888",
2483 "gm",
2484 "_",
2485 "image-cacherator-from-picture",
2486 "sp-8888",
2487 "gm",
2488 "_",
2489 "image-cacherator-from-raster",
2490 "pic-8888",
2491 "gm",
2492 "_",
2493 "image-cacherator-from-raster",
2494 "2ndpic-8888",
2495 "gm",
2496 "_",
2497 "image-cacherator-from-raster",
2498 "serialize-8888",
2499 "gm",
2500 "_",
2501 "image-cacherator-from-raster",
2502 "sp-8888",
2503 "gm",
2504 "_",
2505 "image-cacherator-from-ctable",
2506 "pic-8888",
2507 "gm",
2508 "_",
2509 "image-cacherator-from-ctable",
2510 "2ndpic-8888",
2511 "gm",
2512 "_",
2513 "image-cacherator-from-ctable",
2514 "serialize-8888",
2515 "gm",
2516 "_",
2517 "image-cacherator-from-ctable"
2518 ],
2519 "do_perf_steps": false,
2520 "do_test_steps": false,
2521 "env": {
2522 "GYP_DEFINES": "skia_shared_lib=1 skia_warnings_as_errors=0"
2523 },
2524 "nanobench_flags": [
2525 "--pre_log",
2526 "--scales",
2527 "1.0",
2528 "1.1",
2529 "--config",
2530 "565",
2531 "8888",
2532 "gpu",
2533 "nonrendering",
2534 "angle",
2535 "hwui",
2536 "msaa16",
2537 "nvpr16",
2538 "nvprdit16",
2539 "--match",
2540 "~inc0.gif",
2541 "~inc1.gif",
2542 "~incInterlaced.gif",
2543 "~inc0.jpg",
2544 "~incGray.jpg",
2545 "~inc0.wbmp",
2546 "~inc1.wbmp",
2547 "~inc0.webp",
2548 "~inc1.webp",
2549 "~inc0.ico",
2550 "~inc1.ico",
2551 "~inc0.png",
2552 "~inc1.png",
2553 "~inc2.png",
2554 "~inc12.png",
2555 "~inc13.png",
2556 "~inc14.png",
2557 "~inc0.webp",
2558 "~inc1.webp"
2559 ],
2560 "upload_dm_results": true,
2561 "upload_perf_results": false
2562 },
2563 "Perf-Android-GCC-Nexus5-GPU-Adreno330-Arm7-Release-Appurify": { 2093 "Perf-Android-GCC-Nexus5-GPU-Adreno330-Arm7-Release-Appurify": {
2564 "build_targets": [ 2094 "build_targets": [
2565 "VisualBenchTest_APK" 2095 "VisualBenchTest_APK"
2566 ], 2096 ],
2567 "builder_cfg": { 2097 "builder_cfg": {
2568 "arch": "Arm7", 2098 "arch": "Arm7",
2569 "compiler": "GCC", 2099 "compiler": "GCC",
2570 "configuration": "Release", 2100 "configuration": "Release",
2571 "cpu_or_gpu": "GPU", 2101 "cpu_or_gpu": "GPU",
2572 "cpu_or_gpu_value": "Adreno330", 2102 "cpu_or_gpu_value": "Adreno330",
2573 "extra_config": "Appurify", 2103 "extra_config": "Appurify",
2574 "is_trybot": false, 2104 "is_trybot": false,
2575 "model": "Nexus5", 2105 "model": "Nexus5",
2576 "os": "Android", 2106 "os": "Android",
2577 "role": "Perf" 2107 "role": "Perf"
2578 }, 2108 },
2579 "configuration": "Release", 2109 "configuration": "Release",
2580 "device_cfg": "arm_v7_neon", 2110 "device_cfg": "arm_v7_neon",
2581 "dm_flags": [ 2111 "dm_flags": [
2582 "--config", 2112 "--config",
2583 "565", 2113 "565",
2584 "8888", 2114 "8888",
2585 "gpu", 2115 "gpu",
2586 "gpusrgb", 2116 "gpusrgb",
2587 "msaa4", 2117 "msaa4",
2588 "serialize-8888", 2118 "serialize-8888",
2589 "tiles_rt-8888", 2119 "tiles_rt-8888",
2590 "pic-8888", 2120 "pic-8888",
2591 "--src",
2592 "tests",
2593 "gm",
2594 "image",
2595 "--blacklist",
2596 "f16",
2597 "_",
2598 "_",
2599 "dstreadshuffle",
2600 "f16",
2601 "image",
2602 "_",
2603 "_",
2604 "srgb",
2605 "image",
2606 "_",
2607 "_",
2608 "gpusrgb",
2609 "image",
2610 "_",
2611 "_",
2612 "serialize-8888",
2613 "gm",
2614 "_",
2615 "not_native32_bitmap_config",
2616 "serialize-8888",
2617 "gm",
2618 "_",
2619 "bleed_image",
2620 "serialize-8888",
2621 "gm",
2622 "_",
2623 "bleed_alpha_image",
2624 "serialize-8888",
2625 "gm",
2626 "_",
2627 "bleed_alpha_image_shader",
2628 "serialize-8888",
2629 "gm",
2630 "_",
2631 "c_gms",
2632 "serialize-8888",
2633 "gm",
2634 "_",
2635 "colortype",
2636 "serialize-8888",
2637 "gm",
2638 "_",
2639 "colortype_xfermodes",
2640 "serialize-8888",
2641 "gm",
2642 "_",
2643 "colorwheelnative",
2644 "serialize-8888",
2645 "gm",
2646 "_",
2647 "drawfilter",
2648 "serialize-8888",
2649 "gm",
2650 "_",
2651 "fontmgr_bounds_0.75_0",
2652 "serialize-8888",
2653 "gm",
2654 "_",
2655 "fontmgr_bounds_1_-0.25",
2656 "serialize-8888",
2657 "gm",
2658 "_",
2659 "fontmgr_bounds",
2660 "serialize-8888",
2661 "gm",
2662 "_",
2663 "fontmgr_match",
2664 "serialize-8888",
2665 "gm",
2666 "_",
2667 "fontmgr_iter",
2668 "serialize-8888",
2669 "gm",
2670 "_",
2671 "verylargebitmap",
2672 "serialize-8888",
2673 "gm",
2674 "_",
2675 "verylarge_picture_image",
2676 "sp-8888",
2677 "gm",
2678 "_",
2679 "drawfilter",
2680 "pic-8888",
2681 "gm",
2682 "_",
2683 "drawfilter",
2684 "2ndpic-8888",
2685 "gm",
2686 "_",
2687 "drawfilter",
2688 "sp-8888",
2689 "gm",
2690 "_",
2691 "image-cacherator-from-picture",
2692 "pic-8888",
2693 "gm",
2694 "_",
2695 "image-cacherator-from-picture",
2696 "2ndpic-8888",
2697 "gm",
2698 "_",
2699 "image-cacherator-from-picture",
2700 "serialize-8888",
2701 "gm",
2702 "_",
2703 "image-cacherator-from-picture",
2704 "sp-8888",
2705 "gm",
2706 "_",
2707 "image-cacherator-from-raster",
2708 "pic-8888",
2709 "gm",
2710 "_",
2711 "image-cacherator-from-raster",
2712 "2ndpic-8888",
2713 "gm",
2714 "_",
2715 "image-cacherator-from-raster",
2716 "serialize-8888",
2717 "gm",
2718 "_",
2719 "image-cacherator-from-raster",
2720 "sp-8888",
2721 "gm",
2722 "_",
2723 "image-cacherator-from-ctable",
2724 "pic-8888",
2725 "gm",
2726 "_",
2727 "image-cacherator-from-ctable",
2728 "2ndpic-8888",
2729 "gm",
2730 "_",
2731 "image-cacherator-from-ctable",
2732 "serialize-8888",
2733 "gm",
2734 "_",
2735 "image-cacherator-from-ctable",
2736 "_",
2737 "image",
2738 "_",
2739 "interlaced1.png",
2740 "_",
2741 "image",
2742 "_",
2743 "interlaced2.png",
2744 "_",
2745 "image",
2746 "_",
2747 "interlaced3.png",
2748 "_",
2749 "image",
2750 "_",
2751 ".arw",
2752 "_",
2753 "image",
2754 "_",
2755 ".cr2",
2756 "_",
2757 "image",
2758 "_",
2759 ".dng",
2760 "_",
2761 "image",
2762 "_",
2763 ".nef",
2764 "_",
2765 "image",
2766 "_",
2767 ".nrw",
2768 "_",
2769 "image",
2770 "_",
2771 ".orf",
2772 "_",
2773 "image",
2774 "_",
2775 ".raf",
2776 "_",
2777 "image",
2778 "_",
2779 ".rw2",
2780 "_",
2781 "image",
2782 "_",
2783 ".pef",
2784 "_",
2785 "image",
2786 "_",
2787 ".srw",
2788 "_",
2789 "image",
2790 "_",
2791 ".ARW",
2792 "_",
2793 "image",
2794 "_",
2795 ".CR2",
2796 "_",
2797 "image",
2798 "_",
2799 ".DNG",
2800 "_",
2801 "image",
2802 "_",
2803 ".NEF",
2804 "_",
2805 "image",
2806 "_",
2807 ".NRW",
2808 "_",
2809 "image",
2810 "_",
2811 ".ORF",
2812 "_",
2813 "image",
2814 "_",
2815 ".RAF",
2816 "_",
2817 "image",
2818 "_",
2819 ".RW2",
2820 "_",
2821 "image",
2822 "_",
2823 ".PEF",
2824 "_",
2825 "image",
2826 "_",
2827 ".SRW",
2828 "--noRAW_threading"
2829 ],
2830 "do_perf_steps": true,
2831 "do_test_steps": false,
2832 "env": {
2833 "GYP_DEFINES": "skia_arch_type=arm skia_dump_stats=1 skia_warnings_as_erro rs=0"
2834 },
2835 "nanobench_flags": [
2836 "--pre_log",
2837 "--images",
2838 "--gpuStatsDump",
2839 "true",
2840 "--useThermalManager",
2841 "1,1,10,1000",
2842 "--match",
2843 "~blurroundrect",
2844 "~patch_grid",
2845 "~desk_carsvg",
2846 "~keymobi_shop_mobileweb_ebay_com.skp",
2847 "~inc0.gif",
2848 "~inc1.gif",
2849 "~incInterlaced.gif",
2850 "~inc0.jpg",
2851 "~incGray.jpg",
2852 "~inc0.wbmp",
2853 "~inc1.wbmp",
2854 "~inc0.webp",
2855 "~inc1.webp",
2856 "~inc0.ico",
2857 "~inc1.ico",
2858 "~inc0.png",
2859 "~inc1.png",
2860 "~inc2.png",
2861 "~inc12.png",
2862 "~inc13.png",
2863 "~inc14.png",
2864 "~inc0.webp",
2865 "~inc1.webp"
2866 ],
2867 "product.board": "hammerhead",
2868 "upload_dm_results": true,
2869 "upload_perf_results": true
2870 },
2871 "Perf-Ubuntu-GCC-ShuttleA-GPU-GTX660-x86_64-Release-VisualBench": {
2872 "build_targets": [
2873 "visualbench"
2874 ],
2875 "builder_cfg": {
2876 "arch": "x86_64",
2877 "compiler": "GCC",
2878 "configuration": "Release",
2879 "cpu_or_gpu": "GPU",
2880 "cpu_or_gpu_value": "GTX660",
2881 "extra_config": "VisualBench",
2882 "is_trybot": false,
2883 "model": "ShuttleA",
2884 "os": "Ubuntu",
2885 "role": "Perf"
2886 },
2887 "configuration": "Release",
2888 "dm_flags": [
2889 "--config",
2890 "565",
2891 "8888",
2892 "gpu",
2893 "gpusrgb",
2894 "pdf",
2895 "msaa16",
2896 "nvprdit16",
2897 "serialize-8888",
2898 "tiles_rt-8888",
2899 "pic-8888",
2900 "--src", 2121 "--src",
2901 "tests", 2122 "tests",
2902 "gm", 2123 "gm",
2903 "image", 2124 "image",
2904 "--blacklist", 2125 "--blacklist",
2905 "f16", 2126 "f16",
2906 "_", 2127 "_",
2907 "_", 2128 "_",
2908 "dstreadshuffle", 2129 "dstreadshuffle",
2909 "f16", 2130 "f16",
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
2942 "gm", 2163 "gm",
2943 "_", 2164 "_",
2944 "colortype", 2165 "colortype",
2945 "serialize-8888", 2166 "serialize-8888",
2946 "gm", 2167 "gm",
2947 "_", 2168 "_",
2948 "colortype_xfermodes", 2169 "colortype_xfermodes",
2949 "serialize-8888", 2170 "serialize-8888",
2950 "gm", 2171 "gm",
2951 "_", 2172 "_",
2952 "colorwheelnative",
2953 "serialize-8888",
2954 "gm",
2955 "_",
2956 "drawfilter", 2173 "drawfilter",
2957 "serialize-8888", 2174 "serialize-8888",
2958 "gm", 2175 "gm",
2959 "_", 2176 "_",
2960 "fontmgr_bounds_0.75_0", 2177 "fontmgr_bounds_0.75_0",
2961 "serialize-8888", 2178 "serialize-8888",
2962 "gm", 2179 "gm",
2963 "_", 2180 "_",
2964 "fontmgr_bounds_1_-0.25", 2181 "fontmgr_bounds_1_-0.25",
2965 "serialize-8888", 2182 "serialize-8888",
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
3126 "image", 2343 "image",
3127 "_", 2344 "_",
3128 ".RW2", 2345 ".RW2",
3129 "_", 2346 "_",
3130 "image", 2347 "image",
3131 "_", 2348 "_",
3132 ".PEF", 2349 ".PEF",
3133 "_", 2350 "_",
3134 "image", 2351 "image",
3135 "_", 2352 "_",
3136 ".SRW" 2353 ".SRW",
2354 "--noRAW_threading"
3137 ], 2355 ],
3138 "do_perf_steps": true, 2356 "do_perf_steps": true,
3139 "do_test_steps": false, 2357 "do_test_steps": false,
3140 "env": { 2358 "env": {
3141 "GYP_DEFINES": "skia_arch_type=x86_64 skia_dump_stats=1 skia_use_sdl=1 ski a_warnings_as_errors=0" 2359 "GYP_DEFINES": "skia_arch_type=arm skia_dump_stats=1 skia_warnings_as_erro rs=0"
3142 }, 2360 },
3143 "nanobench_flags": [ 2361 "nanobench_flags": [
3144 "--pre_log", 2362 "--pre_log",
3145 "--images", 2363 "--images",
3146 "--gpuStatsDump", 2364 "--gpuStatsDump",
3147 "true", 2365 "true",
3148 "--scales", 2366 "--useThermalManager",
3149 "1.0", 2367 "1,1,10,1000",
3150 "1.1",
3151 "--config",
3152 "565",
3153 "8888",
3154 "gpu",
3155 "nonrendering",
3156 "angle",
3157 "hwui",
3158 "msaa16",
3159 "nvpr16",
3160 "nvprdit16",
3161 "--match", 2368 "--match",
3162 "~interlaced1.png", 2369 "~blurroundrect",
3163 "~interlaced2.png", 2370 "~patch_grid",
3164 "~interlaced3.png", 2371 "~desk_carsvg",
2372 "~keymobi_shop_mobileweb_ebay_com.skp",
3165 "~inc0.gif", 2373 "~inc0.gif",
3166 "~inc1.gif", 2374 "~inc1.gif",
3167 "~incInterlaced.gif", 2375 "~incInterlaced.gif",
3168 "~inc0.jpg", 2376 "~inc0.jpg",
3169 "~incGray.jpg", 2377 "~incGray.jpg",
3170 "~inc0.wbmp", 2378 "~inc0.wbmp",
3171 "~inc1.wbmp", 2379 "~inc1.wbmp",
3172 "~inc0.webp", 2380 "~inc0.webp",
3173 "~inc1.webp", 2381 "~inc1.webp",
3174 "~inc0.ico", 2382 "~inc0.ico",
3175 "~inc1.ico", 2383 "~inc1.ico",
3176 "~inc0.png", 2384 "~inc0.png",
3177 "~inc1.png", 2385 "~inc1.png",
3178 "~inc2.png", 2386 "~inc2.png",
3179 "~inc12.png", 2387 "~inc12.png",
3180 "~inc13.png", 2388 "~inc13.png",
3181 "~inc14.png", 2389 "~inc14.png",
3182 "~inc0.webp", 2390 "~inc0.webp",
3183 "~inc1.webp" 2391 "~inc1.webp"
3184 ], 2392 ],
2393 "product.board": "hammerhead",
3185 "upload_dm_results": true, 2394 "upload_dm_results": true,
3186 "upload_perf_results": true 2395 "upload_perf_results": true
3187 }, 2396 },
3188 "Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Release-Trybot": { 2397 "Perf-Ubuntu-GCC-ShuttleA-GPU-GTX660-x86_64-Release-VisualBench": {
3189 "build_targets": [ 2398 "build_targets": [
3190 "nanobench" 2399 "visualbench"
3191 ], 2400 ],
3192 "builder_cfg": { 2401 "builder_cfg": {
3193 "arch": "x86_64", 2402 "arch": "x86_64",
3194 "compiler": "MSVC", 2403 "compiler": "GCC",
3195 "configuration": "Release", 2404 "configuration": "Release",
3196 "cpu_or_gpu": "GPU", 2405 "cpu_or_gpu": "GPU",
3197 "cpu_or_gpu_value": "HD4600", 2406 "cpu_or_gpu_value": "GTX660",
3198 "is_trybot": true, 2407 "extra_config": "VisualBench",
3199 "model": "ShuttleB", 2408 "is_trybot": false,
3200 "os": "Win8", 2409 "model": "ShuttleA",
2410 "os": "Ubuntu",
3201 "role": "Perf" 2411 "role": "Perf"
3202 }, 2412 },
3203 "configuration": "Release_x64", 2413 "configuration": "Release",
3204 "dm_flags": [ 2414 "dm_flags": [
3205 "--config", 2415 "--config",
3206 "565", 2416 "565",
3207 "8888", 2417 "8888",
3208 "gpu", 2418 "gpu",
3209 "gpusrgb", 2419 "gpusrgb",
3210 "pdf", 2420 "pdf",
3211 "msaa16", 2421 "msaa16",
2422 "nvprdit16",
3212 "serialize-8888", 2423 "serialize-8888",
3213 "tiles_rt-8888", 2424 "tiles_rt-8888",
3214 "pic-8888", 2425 "pic-8888",
3215 "--src", 2426 "--src",
3216 "tests", 2427 "tests",
3217 "gm", 2428 "gm",
3218 "image", 2429 "image",
3219 "--blacklist", 2430 "--blacklist",
3220 "f16", 2431 "f16",
3221 "_", 2432 "_",
3222 "_", 2433 "_",
3223 "dstreadshuffle", 2434 "dstreadshuffle",
3224 "f16", 2435 "f16",
3225 "image", 2436 "image",
3226 "_", 2437 "_",
3227 "_", 2438 "_",
3228 "srgb", 2439 "srgb",
3229 "image", 2440 "image",
3230 "_", 2441 "_",
3231 "_", 2442 "_",
3232 "gpusrgb", 2443 "gpusrgb",
3233 "image", 2444 "image",
3234 "_", 2445 "_",
3235 "_", 2446 "_",
3236 "_",
3237 "image",
3238 "gen_platf",
3239 "rle8-height-negative.bmp",
3240 "_",
3241 "image",
3242 "gen_platf",
3243 "rle4-height-negative.bmp",
3244 "_",
3245 "image",
3246 "gen_platf",
3247 "pal8os2v2.bmp",
3248 "_",
3249 "image",
3250 "gen_platf",
3251 "pal8os2v2-16.bmp",
3252 "_",
3253 "image",
3254 "gen_platf",
3255 "rgba32abf.bmp",
3256 "_",
3257 "image",
3258 "gen_platf",
3259 "rgb24prof.bmp",
3260 "_",
3261 "image",
3262 "gen_platf",
3263 "rgb24lprof.bmp",
3264 "_",
3265 "image",
3266 "gen_platf",
3267 "8bpp-pixeldata-cropped.bmp",
3268 "_",
3269 "image",
3270 "gen_platf",
3271 "4bpp-pixeldata-cropped.bmp",
3272 "_",
3273 "image",
3274 "gen_platf",
3275 "32bpp-pixeldata-cropped.bmp",
3276 "_",
3277 "image",
3278 "gen_platf",
3279 "24bpp-pixeldata-cropped.bmp",
3280 "serialize-8888", 2447 "serialize-8888",
3281 "gm", 2448 "gm",
3282 "_", 2449 "_",
3283 "not_native32_bitmap_config", 2450 "not_native32_bitmap_config",
3284 "serialize-8888", 2451 "serialize-8888",
3285 "gm", 2452 "gm",
3286 "_", 2453 "_",
3287 "bleed_image", 2454 "bleed_image",
3288 "serialize-8888", 2455 "serialize-8888",
3289 "gm", 2456 "gm",
(...skipping 11 matching lines...) Expand all
3301 "gm", 2468 "gm",
3302 "_", 2469 "_",
3303 "colortype", 2470 "colortype",
3304 "serialize-8888", 2471 "serialize-8888",
3305 "gm", 2472 "gm",
3306 "_", 2473 "_",
3307 "colortype_xfermodes", 2474 "colortype_xfermodes",
3308 "serialize-8888", 2475 "serialize-8888",
3309 "gm", 2476 "gm",
3310 "_", 2477 "_",
3311 "colorwheelnative",
3312 "serialize-8888",
3313 "gm",
3314 "_",
3315 "drawfilter", 2478 "drawfilter",
3316 "serialize-8888", 2479 "serialize-8888",
3317 "gm", 2480 "gm",
3318 "_", 2481 "_",
3319 "fontmgr_bounds_0.75_0", 2482 "fontmgr_bounds_0.75_0",
3320 "serialize-8888", 2483 "serialize-8888",
3321 "gm", 2484 "gm",
3322 "_", 2485 "_",
3323 "fontmgr_bounds_1_-0.25", 2486 "fontmgr_bounds_1_-0.25",
3324 "serialize-8888", 2487 "serialize-8888",
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
3490 "_", 2653 "_",
3491 ".PEF", 2654 ".PEF",
3492 "_", 2655 "_",
3493 "image", 2656 "image",
3494 "_", 2657 "_",
3495 ".SRW" 2658 ".SRW"
3496 ], 2659 ],
3497 "do_perf_steps": true, 2660 "do_perf_steps": true,
3498 "do_test_steps": false, 2661 "do_test_steps": false,
3499 "env": { 2662 "env": {
3500 "GYP_DEFINES": "qt_sdk=C:/Qt/Qt5.1.0/5.1.0/msvc2012_64/ skia_arch_type=x86 _64 skia_dump_stats=1 skia_warnings_as_errors=0 skia_win_debuggers_path=c:/DbgHe lp" 2663 "GYP_DEFINES": "skia_arch_type=x86_64 skia_dump_stats=1 skia_use_sdl=1 ski a_warnings_as_errors=0"
3501 }, 2664 },
3502 "nanobench_flags": [ 2665 "nanobench_flags": [
3503 "--pre_log", 2666 "--pre_log",
3504 "--images", 2667 "--images",
3505 "--gpuStatsDump", 2668 "--gpuStatsDump",
3506 "true", 2669 "true",
3507 "--scales", 2670 "--scales",
3508 "1.0", 2671 "1.0",
3509 "1.1", 2672 "1.1",
3510 "--config", 2673 "--config",
(...skipping 26 matching lines...) Expand all
3537 "~inc2.png", 2700 "~inc2.png",
3538 "~inc12.png", 2701 "~inc12.png",
3539 "~inc13.png", 2702 "~inc13.png",
3540 "~inc14.png", 2703 "~inc14.png",
3541 "~inc0.webp", 2704 "~inc0.webp",
3542 "~inc1.webp" 2705 "~inc1.webp"
3543 ], 2706 ],
3544 "upload_dm_results": true, 2707 "upload_dm_results": true,
3545 "upload_perf_results": true 2708 "upload_perf_results": true
3546 }, 2709 },
3547 "Test-Android-GCC-GalaxyS4-GPU-SGX544-Arm7-Debug": { 2710 "Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Release-Trybot": {
3548 "build_targets": [ 2711 "build_targets": [
3549 "dm" 2712 "nanobench"
3550 ], 2713 ],
3551 "builder_cfg": { 2714 "builder_cfg": {
3552 "arch": "Arm7", 2715 "arch": "x86_64",
3553 "compiler": "GCC", 2716 "compiler": "MSVC",
3554 "configuration": "Debug", 2717 "configuration": "Release",
3555 "cpu_or_gpu": "GPU", 2718 "cpu_or_gpu": "GPU",
3556 "cpu_or_gpu_value": "SGX544", 2719 "cpu_or_gpu_value": "HD4600",
3557 "is_trybot": false, 2720 "is_trybot": true,
3558 "model": "GalaxyS4", 2721 "model": "ShuttleB",
3559 "os": "Android", 2722 "os": "Win8",
3560 "role": "Test" 2723 "role": "Perf"
3561 }, 2724 },
3562 "configuration": "Debug", 2725 "configuration": "Release_x64",
3563 "device_cfg": "arm_v7_neon",
3564 "dm_flags": [ 2726 "dm_flags": [
3565 "--config", 2727 "--config",
3566 "565", 2728 "565",
3567 "8888", 2729 "8888",
3568 "gpu", 2730 "gpu",
3569 "gpusrgb", 2731 "gpusrgb",
2732 "pdf",
2733 "msaa16",
3570 "serialize-8888", 2734 "serialize-8888",
3571 "tiles_rt-8888", 2735 "tiles_rt-8888",
3572 "pic-8888", 2736 "pic-8888",
3573 "--src", 2737 "--src",
3574 "tests", 2738 "tests",
3575 "gm", 2739 "gm",
3576 "image", 2740 "image",
3577 "--threads",
3578 "0",
3579 "--blacklist", 2741 "--blacklist",
3580 "f16", 2742 "f16",
3581 "_", 2743 "_",
3582 "_", 2744 "_",
3583 "dstreadshuffle", 2745 "dstreadshuffle",
3584 "f16", 2746 "f16",
3585 "image", 2747 "image",
3586 "_", 2748 "_",
3587 "_", 2749 "_",
3588 "srgb", 2750 "srgb",
3589 "image", 2751 "image",
3590 "_", 2752 "_",
3591 "_", 2753 "_",
3592 "gpusrgb", 2754 "gpusrgb",
3593 "image", 2755 "image",
3594 "_", 2756 "_",
3595 "_", 2757 "_",
2758 "_",
2759 "image",
2760 "gen_platf",
2761 "rle8-height-negative.bmp",
2762 "_",
2763 "image",
2764 "gen_platf",
2765 "rle4-height-negative.bmp",
2766 "_",
2767 "image",
2768 "gen_platf",
2769 "pal8os2v2.bmp",
2770 "_",
2771 "image",
2772 "gen_platf",
2773 "pal8os2v2-16.bmp",
2774 "_",
2775 "image",
2776 "gen_platf",
2777 "rgba32abf.bmp",
2778 "_",
2779 "image",
2780 "gen_platf",
2781 "rgb24prof.bmp",
2782 "_",
2783 "image",
2784 "gen_platf",
2785 "rgb24lprof.bmp",
2786 "_",
2787 "image",
2788 "gen_platf",
2789 "8bpp-pixeldata-cropped.bmp",
2790 "_",
2791 "image",
2792 "gen_platf",
2793 "4bpp-pixeldata-cropped.bmp",
2794 "_",
2795 "image",
2796 "gen_platf",
2797 "32bpp-pixeldata-cropped.bmp",
2798 "_",
2799 "image",
2800 "gen_platf",
2801 "24bpp-pixeldata-cropped.bmp",
3596 "serialize-8888", 2802 "serialize-8888",
3597 "gm", 2803 "gm",
3598 "_", 2804 "_",
3599 "not_native32_bitmap_config", 2805 "not_native32_bitmap_config",
3600 "serialize-8888", 2806 "serialize-8888",
3601 "gm", 2807 "gm",
3602 "_", 2808 "_",
3603 "bleed_image", 2809 "bleed_image",
3604 "serialize-8888", 2810 "serialize-8888",
3605 "gm", 2811 "gm",
(...skipping 11 matching lines...) Expand all
3617 "gm", 2823 "gm",
3618 "_", 2824 "_",
3619 "colortype", 2825 "colortype",
3620 "serialize-8888", 2826 "serialize-8888",
3621 "gm", 2827 "gm",
3622 "_", 2828 "_",
3623 "colortype_xfermodes", 2829 "colortype_xfermodes",
3624 "serialize-8888", 2830 "serialize-8888",
3625 "gm", 2831 "gm",
3626 "_", 2832 "_",
3627 "colorwheelnative",
3628 "serialize-8888",
3629 "gm",
3630 "_",
3631 "drawfilter", 2833 "drawfilter",
3632 "serialize-8888", 2834 "serialize-8888",
3633 "gm", 2835 "gm",
3634 "_", 2836 "_",
3635 "fontmgr_bounds_0.75_0", 2837 "fontmgr_bounds_0.75_0",
3636 "serialize-8888", 2838 "serialize-8888",
3637 "gm", 2839 "gm",
3638 "_", 2840 "_",
3639 "fontmgr_bounds_1_-0.25", 2841 "fontmgr_bounds_1_-0.25",
3640 "serialize-8888", 2842 "serialize-8888",
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
3801 "image", 3003 "image",
3802 "_", 3004 "_",
3803 ".RW2", 3005 ".RW2",
3804 "_", 3006 "_",
3805 "image", 3007 "image",
3806 "_", 3008 "_",
3807 ".PEF", 3009 ".PEF",
3808 "_", 3010 "_",
3809 "image", 3011 "image",
3810 "_", 3012 "_",
3811 ".SRW", 3013 ".SRW"
3812 "--match",
3813 "~imagefiltersclipped",
3814 "~imagefilterscropexpand",
3815 "~scaled_tilemodes_npot",
3816 "~bleed_image",
3817 "~ReadPixels"
3818 ], 3014 ],
3819 "do_perf_steps": false, 3015 "do_perf_steps": true,
3820 "do_test_steps": true, 3016 "do_test_steps": false,
3821 "env": { 3017 "env": {
3822 "GYP_DEFINES": "skia_arch_type=arm skia_warnings_as_errors=0" 3018 "GYP_DEFINES": "qt_sdk=C:/Qt/Qt5.1.0/5.1.0/msvc2012_64/ skia_arch_type=x86 _64 skia_dump_stats=1 skia_warnings_as_errors=0 skia_win_debuggers_path=c:/DbgHe lp"
3823 }, 3019 },
3824 "nanobench_flags": [ 3020 "nanobench_flags": [
3825 "--pre_log", 3021 "--pre_log",
3826 "--images", 3022 "--images",
3827 "--gpuStatsDump", 3023 "--gpuStatsDump",
3828 "true", 3024 "true",
3829 "--useThermalManager",
3830 "1,1,10,1000",
3831 "--scales", 3025 "--scales",
3832 "1.0", 3026 "1.0",
3833 "1.1", 3027 "1.1",
3834 "--config", 3028 "--config",
3835 "565", 3029 "565",
3836 "8888", 3030 "8888",
3837 "gpu", 3031 "gpu",
3838 "nonrendering", 3032 "nonrendering",
3839 "angle", 3033 "angle",
3840 "hwui", 3034 "hwui",
3035 "msaa16",
3036 "nvpr16",
3037 "nvprdit16",
3841 "--match", 3038 "--match",
3842 "~blurroundrect", 3039 "~interlaced1.png",
3843 "~patch_grid", 3040 "~interlaced2.png",
3844 "~desk_carsvg", 3041 "~interlaced3.png",
3845 "~GLInstancedArraysBench",
3846 "~inc0.gif", 3042 "~inc0.gif",
3847 "~inc1.gif", 3043 "~inc1.gif",
3848 "~incInterlaced.gif", 3044 "~incInterlaced.gif",
3849 "~inc0.jpg", 3045 "~inc0.jpg",
3850 "~incGray.jpg", 3046 "~incGray.jpg",
3851 "~inc0.wbmp", 3047 "~inc0.wbmp",
3852 "~inc1.wbmp", 3048 "~inc1.wbmp",
3853 "~inc0.webp", 3049 "~inc0.webp",
3854 "~inc1.webp", 3050 "~inc1.webp",
3855 "~inc0.ico", 3051 "~inc0.ico",
3856 "~inc1.ico", 3052 "~inc1.ico",
3857 "~inc0.png", 3053 "~inc0.png",
3858 "~inc1.png", 3054 "~inc1.png",
3859 "~inc2.png", 3055 "~inc2.png",
3860 "~inc12.png", 3056 "~inc12.png",
3861 "~inc13.png", 3057 "~inc13.png",
3862 "~inc14.png", 3058 "~inc14.png",
3863 "~inc0.webp", 3059 "~inc0.webp",
3864 "~inc1.webp" 3060 "~inc1.webp"
3865 ], 3061 ],
3866 "upload_dm_results": true, 3062 "upload_dm_results": true,
3867 "upload_perf_results": false 3063 "upload_perf_results": true
3868 }, 3064 },
3869 "Test-Android-GCC-Nexus6-GPU-Adreno420-Arm7-Debug": { 3065 "Test-Android-GCC-GalaxyS4-GPU-SGX544-Arm7-Debug": {
3870 "build_targets": [ 3066 "build_targets": [
3871 "dm", 3067 "dm"
3872 "nanobench"
3873 ], 3068 ],
3874 "builder_cfg": { 3069 "builder_cfg": {
3875 "arch": "Arm7", 3070 "arch": "Arm7",
3876 "compiler": "GCC", 3071 "compiler": "GCC",
3877 "configuration": "Debug", 3072 "configuration": "Debug",
3878 "cpu_or_gpu": "GPU", 3073 "cpu_or_gpu": "GPU",
3879 "cpu_or_gpu_value": "Adreno420", 3074 "cpu_or_gpu_value": "SGX544",
3880 "is_trybot": false, 3075 "is_trybot": false,
3881 "model": "Nexus6", 3076 "model": "GalaxyS4",
3882 "os": "Android", 3077 "os": "Android",
3883 "role": "Test" 3078 "role": "Test"
3884 }, 3079 },
3885 "configuration": "Debug", 3080 "configuration": "Debug",
3886 "device_cfg": "arm_v7_neon", 3081 "device_cfg": "arm_v7_neon",
3887 "dm_flags": [ 3082 "dm_flags": [
3888 "--config", 3083 "--config",
3889 "565", 3084 "565",
3890 "8888", 3085 "8888",
3891 "gpu", 3086 "gpu",
3892 "gpusrgb", 3087 "gpusrgb",
3893 "msaa4",
3894 "serialize-8888", 3088 "serialize-8888",
3895 "tiles_rt-8888", 3089 "tiles_rt-8888",
3896 "pic-8888", 3090 "pic-8888",
3897 "--src", 3091 "--src",
3898 "tests", 3092 "tests",
3899 "gm", 3093 "gm",
3900 "image", 3094 "image",
3095 "--threads",
3096 "0",
3901 "--blacklist", 3097 "--blacklist",
3902 "f16", 3098 "f16",
3903 "_", 3099 "_",
3904 "_", 3100 "_",
3905 "dstreadshuffle", 3101 "dstreadshuffle",
3906 "f16", 3102 "f16",
3907 "image", 3103 "image",
3908 "_", 3104 "_",
3909 "_", 3105 "_",
3910 "srgb", 3106 "srgb",
(...skipping 28 matching lines...) Expand all
3939 "gm", 3135 "gm",
3940 "_", 3136 "_",
3941 "colortype", 3137 "colortype",
3942 "serialize-8888", 3138 "serialize-8888",
3943 "gm", 3139 "gm",
3944 "_", 3140 "_",
3945 "colortype_xfermodes", 3141 "colortype_xfermodes",
3946 "serialize-8888", 3142 "serialize-8888",
3947 "gm", 3143 "gm",
3948 "_", 3144 "_",
3949 "colorwheelnative",
3950 "serialize-8888",
3951 "gm",
3952 "_",
3953 "drawfilter", 3145 "drawfilter",
3954 "serialize-8888", 3146 "serialize-8888",
3955 "gm", 3147 "gm",
3956 "_", 3148 "_",
3957 "fontmgr_bounds_0.75_0", 3149 "fontmgr_bounds_0.75_0",
3958 "serialize-8888", 3150 "serialize-8888",
3959 "gm", 3151 "gm",
3960 "_", 3152 "_",
3961 "fontmgr_bounds_1_-0.25", 3153 "fontmgr_bounds_1_-0.25",
3962 "serialize-8888", 3154 "serialize-8888",
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
4123 "image", 3315 "image",
4124 "_", 3316 "_",
4125 ".RW2", 3317 ".RW2",
4126 "_", 3318 "_",
4127 "image", 3319 "image",
4128 "_", 3320 "_",
4129 ".PEF", 3321 ".PEF",
4130 "_", 3322 "_",
4131 "image", 3323 "image",
4132 "_", 3324 "_",
4133 ".SRW" 3325 ".SRW",
3326 "--match",
3327 "~imagefiltersclipped",
3328 "~imagefilterscropexpand",
3329 "~scaled_tilemodes_npot",
3330 "~bleed_image",
3331 "~ReadPixels"
4134 ], 3332 ],
4135 "do_perf_steps": true, 3333 "do_perf_steps": false,
4136 "do_test_steps": true, 3334 "do_test_steps": true,
4137 "env": { 3335 "env": {
4138 "GYP_DEFINES": "skia_arch_type=arm skia_warnings_as_errors=0" 3336 "GYP_DEFINES": "skia_arch_type=arm skia_warnings_as_errors=0"
4139 }, 3337 },
4140 "nanobench_flags": [ 3338 "nanobench_flags": [
4141 "--pre_log", 3339 "--pre_log",
4142 "--images", 3340 "--images",
4143 "--gpuStatsDump", 3341 "--gpuStatsDump",
4144 "true", 3342 "true",
4145 "--useThermalManager", 3343 "--useThermalManager",
4146 "1,1,10,1000", 3344 "1,1,10,1000",
4147 "--scales", 3345 "--scales",
4148 "1.0", 3346 "1.0",
4149 "1.1", 3347 "1.1",
4150 "--config", 3348 "--config",
4151 "565", 3349 "565",
4152 "8888", 3350 "8888",
4153 "gpu", 3351 "gpu",
4154 "nonrendering", 3352 "nonrendering",
4155 "angle", 3353 "angle",
4156 "hwui", 3354 "hwui",
4157 "msaa4",
4158 "nvpr4",
4159 "nvprdit4",
4160 "--match", 3355 "--match",
4161 "~blurroundrect", 3356 "~blurroundrect",
4162 "~patch_grid", 3357 "~patch_grid",
4163 "~desk_carsvg", 3358 "~desk_carsvg",
3359 "~GLInstancedArraysBench",
4164 "~inc0.gif", 3360 "~inc0.gif",
4165 "~inc1.gif", 3361 "~inc1.gif",
4166 "~incInterlaced.gif", 3362 "~incInterlaced.gif",
4167 "~inc0.jpg", 3363 "~inc0.jpg",
4168 "~incGray.jpg", 3364 "~incGray.jpg",
4169 "~inc0.wbmp", 3365 "~inc0.wbmp",
4170 "~inc1.wbmp", 3366 "~inc1.wbmp",
4171 "~inc0.webp", 3367 "~inc0.webp",
4172 "~inc1.webp", 3368 "~inc1.webp",
4173 "~inc0.ico", 3369 "~inc0.ico",
4174 "~inc1.ico", 3370 "~inc1.ico",
4175 "~inc0.png", 3371 "~inc0.png",
4176 "~inc1.png", 3372 "~inc1.png",
4177 "~inc2.png", 3373 "~inc2.png",
4178 "~inc12.png", 3374 "~inc12.png",
4179 "~inc13.png", 3375 "~inc13.png",
4180 "~inc14.png", 3376 "~inc14.png",
4181 "~inc0.webp", 3377 "~inc0.webp",
4182 "~inc1.webp" 3378 "~inc1.webp"
4183 ], 3379 ],
4184 "product.board": "shamu",
4185 "upload_dm_results": true, 3380 "upload_dm_results": true,
4186 "upload_perf_results": false 3381 "upload_perf_results": false
4187 }, 3382 },
4188 "Test-ChromeOS-GCC-Link-CPU-AVX-x86_64-Debug": { 3383 "Test-Android-GCC-Nexus6-GPU-Adreno420-Arm7-Debug": {
4189 "build_targets": [ 3384 "build_targets": [
4190 "dm", 3385 "dm",
4191 "nanobench" 3386 "nanobench"
4192 ], 3387 ],
4193 "builder_cfg": { 3388 "builder_cfg": {
4194 "arch": "x86_64", 3389 "arch": "Arm7",
4195 "compiler": "GCC", 3390 "compiler": "GCC",
4196 "configuration": "Debug", 3391 "configuration": "Debug",
4197 "cpu_or_gpu": "CPU", 3392 "cpu_or_gpu": "GPU",
4198 "cpu_or_gpu_value": "AVX", 3393 "cpu_or_gpu_value": "Adreno420",
4199 "is_trybot": false, 3394 "is_trybot": false,
4200 "model": "Link", 3395 "model": "Nexus6",
4201 "os": "ChromeOS", 3396 "os": "Android",
4202 "role": "Test" 3397 "role": "Test"
4203 }, 3398 },
4204 "configuration": "Debug", 3399 "configuration": "Debug",
4205 "device_cfg": "link", 3400 "device_cfg": "arm_v7_neon",
4206 "dm_flags": [ 3401 "dm_flags": [
4207 "--config", 3402 "--config",
4208 "565", 3403 "565",
4209 "8888", 3404 "8888",
4210 "gpu", 3405 "gpu",
4211 "gpusrgb", 3406 "gpusrgb",
4212 "pdf", 3407 "msaa4",
4213 "msaa16",
4214 "serialize-8888", 3408 "serialize-8888",
4215 "tiles_rt-8888", 3409 "tiles_rt-8888",
4216 "pic-8888", 3410 "pic-8888",
4217 "--src", 3411 "--src",
4218 "tests", 3412 "tests",
4219 "gm", 3413 "gm",
4220 "image", 3414 "image",
4221 "--blacklist", 3415 "--blacklist",
4222 "f16", 3416 "f16",
4223 "_", 3417 "_",
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
4259 "gm", 3453 "gm",
4260 "_", 3454 "_",
4261 "colortype", 3455 "colortype",
4262 "serialize-8888", 3456 "serialize-8888",
4263 "gm", 3457 "gm",
4264 "_", 3458 "_",
4265 "colortype_xfermodes", 3459 "colortype_xfermodes",
4266 "serialize-8888", 3460 "serialize-8888",
4267 "gm", 3461 "gm",
4268 "_", 3462 "_",
4269 "colorwheelnative",
4270 "serialize-8888",
4271 "gm",
4272 "_",
4273 "drawfilter", 3463 "drawfilter",
4274 "serialize-8888", 3464 "serialize-8888",
4275 "gm", 3465 "gm",
4276 "_", 3466 "_",
4277 "fontmgr_bounds_0.75_0", 3467 "fontmgr_bounds_0.75_0",
4278 "serialize-8888", 3468 "serialize-8888",
4279 "gm", 3469 "gm",
4280 "_", 3470 "_",
4281 "fontmgr_bounds_1_-0.25", 3471 "fontmgr_bounds_1_-0.25",
4282 "serialize-8888", 3472 "serialize-8888",
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
4351 "gm", 3541 "gm",
4352 "_", 3542 "_",
4353 "image-cacherator-from-ctable", 3543 "image-cacherator-from-ctable",
4354 "2ndpic-8888", 3544 "2ndpic-8888",
4355 "gm", 3545 "gm",
4356 "_", 3546 "_",
4357 "image-cacherator-from-ctable", 3547 "image-cacherator-from-ctable",
4358 "serialize-8888", 3548 "serialize-8888",
4359 "gm", 3549 "gm",
4360 "_", 3550 "_",
4361 "image-cacherator-from-ctable" 3551 "image-cacherator-from-ctable",
3552 "_",
3553 "image",
3554 "_",
3555 "interlaced1.png",
3556 "_",
3557 "image",
3558 "_",
3559 "interlaced2.png",
3560 "_",
3561 "image",
3562 "_",
3563 "interlaced3.png",
3564 "_",
3565 "image",
3566 "_",
3567 ".arw",
3568 "_",
3569 "image",
3570 "_",
3571 ".cr2",
3572 "_",
3573 "image",
3574 "_",
3575 ".dng",
3576 "_",
3577 "image",
3578 "_",
3579 ".nef",
3580 "_",
3581 "image",
3582 "_",
3583 ".nrw",
3584 "_",
3585 "image",
3586 "_",
3587 ".orf",
3588 "_",
3589 "image",
3590 "_",
3591 ".raf",
3592 "_",
3593 "image",
3594 "_",
3595 ".rw2",
3596 "_",
3597 "image",
3598 "_",
3599 ".pef",
3600 "_",
3601 "image",
3602 "_",
3603 ".srw",
3604 "_",
3605 "image",
3606 "_",
3607 ".ARW",
3608 "_",
3609 "image",
3610 "_",
3611 ".CR2",
3612 "_",
3613 "image",
3614 "_",
3615 ".DNG",
3616 "_",
3617 "image",
3618 "_",
3619 ".NEF",
3620 "_",
3621 "image",
3622 "_",
3623 ".NRW",
3624 "_",
3625 "image",
3626 "_",
3627 ".ORF",
3628 "_",
3629 "image",
3630 "_",
3631 ".RAF",
3632 "_",
3633 "image",
3634 "_",
3635 ".RW2",
3636 "_",
3637 "image",
3638 "_",
3639 ".PEF",
3640 "_",
3641 "image",
3642 "_",
3643 ".SRW"
4362 ], 3644 ],
4363 "do_perf_steps": true, 3645 "do_perf_steps": true,
4364 "do_test_steps": true, 3646 "do_test_steps": true,
4365 "env": { 3647 "env": {
4366 "GYP_DEFINES": "skia_arch_type=x86_64 skia_gpu=0 skia_warnings_as_errors=0 " 3648 "GYP_DEFINES": "skia_arch_type=arm skia_warnings_as_errors=0"
4367 }, 3649 },
4368 "nanobench_flags": [ 3650 "nanobench_flags": [
4369 "--pre_log", 3651 "--pre_log",
3652 "--images",
3653 "--gpuStatsDump",
3654 "true",
3655 "--useThermalManager",
3656 "1,1,10,1000",
4370 "--scales", 3657 "--scales",
4371 "1.0", 3658 "1.0",
4372 "1.1", 3659 "1.1",
4373 "--config", 3660 "--config",
4374 "565", 3661 "565",
4375 "8888", 3662 "8888",
4376 "gpu", 3663 "gpu",
4377 "nonrendering", 3664 "nonrendering",
4378 "angle", 3665 "angle",
4379 "hwui", 3666 "hwui",
4380 "msaa16", 3667 "msaa4",
4381 "nvpr16", 3668 "nvpr4",
4382 "nvprdit16", 3669 "nvprdit4",
4383 "--match", 3670 "--match",
4384 "~interlaced1.png", 3671 "~blurroundrect",
4385 "~interlaced2.png", 3672 "~patch_grid",
4386 "~interlaced3.png", 3673 "~desk_carsvg",
4387 "~inc0.gif", 3674 "~inc0.gif",
4388 "~inc1.gif", 3675 "~inc1.gif",
4389 "~incInterlaced.gif", 3676 "~incInterlaced.gif",
4390 "~inc0.jpg", 3677 "~inc0.jpg",
4391 "~incGray.jpg", 3678 "~incGray.jpg",
4392 "~inc0.wbmp", 3679 "~inc0.wbmp",
4393 "~inc1.wbmp", 3680 "~inc1.wbmp",
4394 "~inc0.webp", 3681 "~inc0.webp",
4395 "~inc1.webp", 3682 "~inc1.webp",
4396 "~inc0.ico", 3683 "~inc0.ico",
4397 "~inc1.ico", 3684 "~inc1.ico",
4398 "~inc0.png", 3685 "~inc0.png",
4399 "~inc1.png", 3686 "~inc1.png",
4400 "~inc2.png", 3687 "~inc2.png",
4401 "~inc12.png", 3688 "~inc12.png",
4402 "~inc13.png", 3689 "~inc13.png",
4403 "~inc14.png", 3690 "~inc14.png",
4404 "~inc0.webp", 3691 "~inc0.webp",
4405 "~inc1.webp" 3692 "~inc1.webp"
4406 ], 3693 ],
3694 "product.board": "shamu",
4407 "upload_dm_results": true, 3695 "upload_dm_results": true,
4408 "upload_perf_results": false 3696 "upload_perf_results": false
4409 }, 3697 },
4410 "Test-Mac-Clang-MacMini6.2-GPU-HD4000-x86_64-Debug-CommandBuffer": { 3698 "Test-Mac-Clang-MacMini6.2-GPU-HD4000-x86_64-Debug-CommandBuffer": {
4411 "build_targets": [ 3699 "build_targets": [
4412 "dm", 3700 "dm",
4413 "nanobench" 3701 "nanobench"
4414 ], 3702 ],
4415 "builder_cfg": { 3703 "builder_cfg": {
4416 "arch": "x86_64", 3704 "arch": "x86_64",
4417 "compiler": "Clang", 3705 "compiler": "Clang",
4418 "configuration": "Debug", 3706 "configuration": "Debug",
4419 "cpu_or_gpu": "GPU", 3707 "cpu_or_gpu": "GPU",
4420 "cpu_or_gpu_value": "HD4000", 3708 "cpu_or_gpu_value": "HD4000",
4421 "extra_config": "CommandBuffer", 3709 "extra_config": "CommandBuffer",
4422 "is_trybot": false, 3710 "is_trybot": false,
4423 "model": "MacMini6.2", 3711 "model": "MacMini6.2",
4424 "os": "Mac", 3712 "os": "Mac",
4425 "role": "Test" 3713 "role": "Test"
4426 }, 3714 },
4427 "configuration": "Debug", 3715 "configuration": "Debug",
4428 "dm_flags": [ 3716 "dm_flags": [
4429 "--config", 3717 "--config",
4430 "command_buffer", 3718 "commandbuffer",
4431 "--src", 3719 "--src",
4432 "tests", 3720 "tests",
4433 "gm", 3721 "gm",
4434 "image", 3722 "image",
4435 "--blacklist", 3723 "--blacklist",
4436 "f16", 3724 "f16",
4437 "_", 3725 "_",
4438 "_", 3726 "_",
4439 "dstreadshuffle", 3727 "dstreadshuffle",
4440 "f16", 3728 "f16",
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
4505 "gm", 3793 "gm",
4506 "_", 3794 "_",
4507 "colortype", 3795 "colortype",
4508 "serialize-8888", 3796 "serialize-8888",
4509 "gm", 3797 "gm",
4510 "_", 3798 "_",
4511 "colortype_xfermodes", 3799 "colortype_xfermodes",
4512 "serialize-8888", 3800 "serialize-8888",
4513 "gm", 3801 "gm",
4514 "_", 3802 "_",
4515 "colorwheelnative",
4516 "serialize-8888",
4517 "gm",
4518 "_",
4519 "drawfilter", 3803 "drawfilter",
4520 "serialize-8888", 3804 "serialize-8888",
4521 "gm", 3805 "gm",
4522 "_", 3806 "_",
4523 "fontmgr_bounds_0.75_0", 3807 "fontmgr_bounds_0.75_0",
4524 "serialize-8888", 3808 "serialize-8888",
4525 "gm", 3809 "gm",
4526 "_", 3810 "_",
4527 "fontmgr_bounds_1_-0.25", 3811 "fontmgr_bounds_1_-0.25",
4528 "serialize-8888", 3812 "serialize-8888",
(...skipping 325 matching lines...) Expand 10 before | Expand all | Expand 10 after
4854 "gm", 4138 "gm",
4855 "_", 4139 "_",
4856 "colortype", 4140 "colortype",
4857 "serialize-8888", 4141 "serialize-8888",
4858 "gm", 4142 "gm",
4859 "_", 4143 "_",
4860 "colortype_xfermodes", 4144 "colortype_xfermodes",
4861 "serialize-8888", 4145 "serialize-8888",
4862 "gm", 4146 "gm",
4863 "_", 4147 "_",
4864 "colorwheelnative",
4865 "serialize-8888",
4866 "gm",
4867 "_",
4868 "drawfilter", 4148 "drawfilter",
4869 "serialize-8888", 4149 "serialize-8888",
4870 "gm", 4150 "gm",
4871 "_", 4151 "_",
4872 "fontmgr_bounds_0.75_0", 4152 "fontmgr_bounds_0.75_0",
4873 "serialize-8888", 4153 "serialize-8888",
4874 "gm", 4154 "gm",
4875 "_", 4155 "_",
4876 "fontmgr_bounds_1_-0.25", 4156 "fontmgr_bounds_1_-0.25",
4877 "serialize-8888", 4157 "serialize-8888",
(...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
5179 "gm", 4459 "gm",
5180 "_", 4460 "_",
5181 "colortype", 4461 "colortype",
5182 "serialize-8888", 4462 "serialize-8888",
5183 "gm", 4463 "gm",
5184 "_", 4464 "_",
5185 "colortype_xfermodes", 4465 "colortype_xfermodes",
5186 "serialize-8888", 4466 "serialize-8888",
5187 "gm", 4467 "gm",
5188 "_", 4468 "_",
5189 "colorwheelnative",
5190 "serialize-8888",
5191 "gm",
5192 "_",
5193 "drawfilter", 4469 "drawfilter",
5194 "serialize-8888", 4470 "serialize-8888",
5195 "gm", 4471 "gm",
5196 "_", 4472 "_",
5197 "fontmgr_bounds_0.75_0", 4473 "fontmgr_bounds_0.75_0",
5198 "serialize-8888", 4474 "serialize-8888",
5199 "gm", 4475 "gm",
5200 "_", 4476 "_",
5201 "fontmgr_bounds_1_-0.25", 4477 "fontmgr_bounds_1_-0.25",
5202 "serialize-8888", 4478 "serialize-8888",
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
5273 "image-cacherator-from-ctable", 4549 "image-cacherator-from-ctable",
5274 "2ndpic-8888", 4550 "2ndpic-8888",
5275 "gm", 4551 "gm",
5276 "_", 4552 "_",
5277 "image-cacherator-from-ctable", 4553 "image-cacherator-from-ctable",
5278 "serialize-8888", 4554 "serialize-8888",
5279 "gm", 4555 "gm",
5280 "_", 4556 "_",
5281 "image-cacherator-from-ctable" 4557 "image-cacherator-from-ctable"
5282 ], 4558 ],
4559 "do_compile_steps": false,
5283 "do_perf_steps": false, 4560 "do_perf_steps": false,
5284 "do_test_steps": true, 4561 "do_test_steps": true,
5285 "env": { 4562 "env": {
5286 "CC": "/usr/bin/clang-3.6", 4563 "CC": "/usr/bin/clang-3.6",
5287 "CXX": "/usr/bin/clang++-3.6", 4564 "CXX": "/usr/bin/clang++-3.6",
5288 "GYP_DEFINES": "skia_arch_type=x86_64 skia_clang_build=1 skia_gpu=0 skia_w arnings_as_errors=0" 4565 "GYP_DEFINES": "skia_arch_type=x86_64 skia_clang_build=1 skia_gpu=0 skia_w arnings_as_errors=0"
5289 }, 4566 },
5290 "nanobench_flags": [ 4567 "nanobench_flags": [
5291 "--pre_log", 4568 "--pre_log",
5292 "--scales", 4569 "--scales",
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
5406 "gm", 4683 "gm",
5407 "_", 4684 "_",
5408 "colortype", 4685 "colortype",
5409 "serialize-8888", 4686 "serialize-8888",
5410 "gm", 4687 "gm",
5411 "_", 4688 "_",
5412 "colortype_xfermodes", 4689 "colortype_xfermodes",
5413 "serialize-8888", 4690 "serialize-8888",
5414 "gm", 4691 "gm",
5415 "_", 4692 "_",
5416 "colorwheelnative",
5417 "serialize-8888",
5418 "gm",
5419 "_",
5420 "drawfilter", 4693 "drawfilter",
5421 "serialize-8888", 4694 "serialize-8888",
5422 "gm", 4695 "gm",
5423 "_", 4696 "_",
5424 "fontmgr_bounds_0.75_0", 4697 "fontmgr_bounds_0.75_0",
5425 "serialize-8888", 4698 "serialize-8888",
5426 "gm", 4699 "gm",
5427 "_", 4700 "_",
5428 "fontmgr_bounds_1_-0.25", 4701 "fontmgr_bounds_1_-0.25",
5429 "serialize-8888", 4702 "serialize-8888",
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
5631 "gm", 4904 "gm",
5632 "_", 4905 "_",
5633 "colortype", 4906 "colortype",
5634 "serialize-8888", 4907 "serialize-8888",
5635 "gm", 4908 "gm",
5636 "_", 4909 "_",
5637 "colortype_xfermodes", 4910 "colortype_xfermodes",
5638 "serialize-8888", 4911 "serialize-8888",
5639 "gm", 4912 "gm",
5640 "_", 4913 "_",
5641 "colorwheelnative",
5642 "serialize-8888",
5643 "gm",
5644 "_",
5645 "drawfilter", 4914 "drawfilter",
5646 "serialize-8888", 4915 "serialize-8888",
5647 "gm", 4916 "gm",
5648 "_", 4917 "_",
5649 "fontmgr_bounds_0.75_0", 4918 "fontmgr_bounds_0.75_0",
5650 "serialize-8888", 4919 "serialize-8888",
5651 "gm", 4920 "gm",
5652 "_", 4921 "_",
5653 "fontmgr_bounds_1_-0.25", 4922 "fontmgr_bounds_1_-0.25",
5654 "serialize-8888", 4923 "serialize-8888",
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
5857 "gm", 5126 "gm",
5858 "_", 5127 "_",
5859 "colortype", 5128 "colortype",
5860 "serialize-8888", 5129 "serialize-8888",
5861 "gm", 5130 "gm",
5862 "_", 5131 "_",
5863 "colortype_xfermodes", 5132 "colortype_xfermodes",
5864 "serialize-8888", 5133 "serialize-8888",
5865 "gm", 5134 "gm",
5866 "_", 5135 "_",
5867 "colorwheelnative",
5868 "serialize-8888",
5869 "gm",
5870 "_",
5871 "drawfilter", 5136 "drawfilter",
5872 "serialize-8888", 5137 "serialize-8888",
5873 "gm", 5138 "gm",
5874 "_", 5139 "_",
5875 "fontmgr_bounds_0.75_0", 5140 "fontmgr_bounds_0.75_0",
5876 "serialize-8888", 5141 "serialize-8888",
5877 "gm", 5142 "gm",
5878 "_", 5143 "_",
5879 "fontmgr_bounds_1_-0.25", 5144 "fontmgr_bounds_1_-0.25",
5880 "serialize-8888", 5145 "serialize-8888",
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
6083 "gm", 5348 "gm",
6084 "_", 5349 "_",
6085 "colortype", 5350 "colortype",
6086 "serialize-8888", 5351 "serialize-8888",
6087 "gm", 5352 "gm",
6088 "_", 5353 "_",
6089 "colortype_xfermodes", 5354 "colortype_xfermodes",
6090 "serialize-8888", 5355 "serialize-8888",
6091 "gm", 5356 "gm",
6092 "_", 5357 "_",
6093 "colorwheelnative",
6094 "serialize-8888",
6095 "gm",
6096 "_",
6097 "drawfilter", 5358 "drawfilter",
6098 "serialize-8888", 5359 "serialize-8888",
6099 "gm", 5360 "gm",
6100 "_", 5361 "_",
6101 "fontmgr_bounds_0.75_0", 5362 "fontmgr_bounds_0.75_0",
6102 "serialize-8888", 5363 "serialize-8888",
6103 "gm", 5364 "gm",
6104 "_", 5365 "_",
6105 "fontmgr_bounds_1_-0.25", 5366 "fontmgr_bounds_1_-0.25",
6106 "serialize-8888", 5367 "serialize-8888",
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
6326 "gm", 5587 "gm",
6327 "_", 5588 "_",
6328 "colortype", 5589 "colortype",
6329 "serialize-8888", 5590 "serialize-8888",
6330 "gm", 5591 "gm",
6331 "_", 5592 "_",
6332 "colortype_xfermodes", 5593 "colortype_xfermodes",
6333 "serialize-8888", 5594 "serialize-8888",
6334 "gm", 5595 "gm",
6335 "_", 5596 "_",
6336 "colorwheelnative",
6337 "serialize-8888",
6338 "gm",
6339 "_",
6340 "drawfilter", 5597 "drawfilter",
6341 "serialize-8888", 5598 "serialize-8888",
6342 "gm", 5599 "gm",
6343 "_", 5600 "_",
6344 "fontmgr_bounds_0.75_0", 5601 "fontmgr_bounds_0.75_0",
6345 "serialize-8888", 5602 "serialize-8888",
6346 "gm", 5603 "gm",
6347 "_", 5604 "_",
6348 "fontmgr_bounds_1_-0.25", 5605 "fontmgr_bounds_1_-0.25",
6349 "serialize-8888", 5606 "serialize-8888",
(...skipping 336 matching lines...) Expand 10 before | Expand all | Expand 10 after
6686 "gm", 5943 "gm",
6687 "_", 5944 "_",
6688 "colortype", 5945 "colortype",
6689 "serialize-8888", 5946 "serialize-8888",
6690 "gm", 5947 "gm",
6691 "_", 5948 "_",
6692 "colortype_xfermodes", 5949 "colortype_xfermodes",
6693 "serialize-8888", 5950 "serialize-8888",
6694 "gm", 5951 "gm",
6695 "_", 5952 "_",
6696 "colorwheelnative",
6697 "serialize-8888",
6698 "gm",
6699 "_",
6700 "drawfilter", 5953 "drawfilter",
6701 "serialize-8888", 5954 "serialize-8888",
6702 "gm", 5955 "gm",
6703 "_", 5956 "_",
6704 "fontmgr_bounds_0.75_0", 5957 "fontmgr_bounds_0.75_0",
6705 "serialize-8888", 5958 "serialize-8888",
6706 "gm", 5959 "gm",
6707 "_", 5960 "_",
6708 "fontmgr_bounds_1_-0.25", 5961 "fontmgr_bounds_1_-0.25",
6709 "serialize-8888", 5962 "serialize-8888",
(...skipping 335 matching lines...) Expand 10 before | Expand all | Expand 10 after
7045 "gm", 6298 "gm",
7046 "_", 6299 "_",
7047 "colortype", 6300 "colortype",
7048 "serialize-8888", 6301 "serialize-8888",
7049 "gm", 6302 "gm",
7050 "_", 6303 "_",
7051 "colortype_xfermodes", 6304 "colortype_xfermodes",
7052 "serialize-8888", 6305 "serialize-8888",
7053 "gm", 6306 "gm",
7054 "_", 6307 "_",
7055 "colorwheelnative",
7056 "serialize-8888",
7057 "gm",
7058 "_",
7059 "drawfilter", 6308 "drawfilter",
7060 "serialize-8888", 6309 "serialize-8888",
7061 "gm", 6310 "gm",
7062 "_", 6311 "_",
7063 "fontmgr_bounds_0.75_0", 6312 "fontmgr_bounds_0.75_0",
7064 "serialize-8888", 6313 "serialize-8888",
7065 "gm", 6314 "gm",
7066 "_", 6315 "_",
7067 "fontmgr_bounds_1_-0.25", 6316 "fontmgr_bounds_1_-0.25",
7068 "serialize-8888", 6317 "serialize-8888",
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
7313 "gm", 6562 "gm",
7314 "_", 6563 "_",
7315 "colortype", 6564 "colortype",
7316 "serialize-8888", 6565 "serialize-8888",
7317 "gm", 6566 "gm",
7318 "_", 6567 "_",
7319 "colortype_xfermodes", 6568 "colortype_xfermodes",
7320 "serialize-8888", 6569 "serialize-8888",
7321 "gm", 6570 "gm",
7322 "_", 6571 "_",
7323 "colorwheelnative",
7324 "serialize-8888",
7325 "gm",
7326 "_",
7327 "drawfilter", 6572 "drawfilter",
7328 "serialize-8888", 6573 "serialize-8888",
7329 "gm", 6574 "gm",
7330 "_", 6575 "_",
7331 "fontmgr_bounds_0.75_0", 6576 "fontmgr_bounds_0.75_0",
7332 "serialize-8888", 6577 "serialize-8888",
7333 "gm", 6578 "gm",
7334 "_", 6579 "_",
7335 "fontmgr_bounds_1_-0.25", 6580 "fontmgr_bounds_1_-0.25",
7336 "serialize-8888", 6581 "serialize-8888",
(...skipping 335 matching lines...) Expand 10 before | Expand all | Expand 10 after
7672 "gm", 6917 "gm",
7673 "_", 6918 "_",
7674 "colortype", 6919 "colortype",
7675 "serialize-8888", 6920 "serialize-8888",
7676 "gm", 6921 "gm",
7677 "_", 6922 "_",
7678 "colortype_xfermodes", 6923 "colortype_xfermodes",
7679 "serialize-8888", 6924 "serialize-8888",
7680 "gm", 6925 "gm",
7681 "_", 6926 "_",
7682 "colorwheelnative",
7683 "serialize-8888",
7684 "gm",
7685 "_",
7686 "drawfilter", 6927 "drawfilter",
7687 "serialize-8888", 6928 "serialize-8888",
7688 "gm", 6929 "gm",
7689 "_", 6930 "_",
7690 "fontmgr_bounds_0.75_0", 6931 "fontmgr_bounds_0.75_0",
7691 "serialize-8888", 6932 "serialize-8888",
7692 "gm", 6933 "gm",
7693 "_", 6934 "_",
7694 "fontmgr_bounds_1_-0.25", 6935 "fontmgr_bounds_1_-0.25",
7695 "serialize-8888", 6936 "serialize-8888",
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
7916 "~inc12.png", 7157 "~inc12.png",
7917 "~inc13.png", 7158 "~inc13.png",
7918 "~inc14.png", 7159 "~inc14.png",
7919 "~inc0.webp", 7160 "~inc0.webp",
7920 "~inc1.webp" 7161 "~inc1.webp"
7921 ], 7162 ],
7922 "upload_dm_results": true, 7163 "upload_dm_results": true,
7923 "upload_perf_results": false 7164 "upload_perf_results": false
7924 } 7165 }
7925 } 7166 }
OLDNEW
« no previous file with comments | « platform_tools/chromeos/bin/chromeos_setup.sh ('k') | tools/buildbot_spec.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698