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

Side by Side Diff: tools/buildbot_spec.json

Issue 1704473002: Setup for -Fast GCE bot. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: tests Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « gyp/common_variables.gypi ('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,
11 "os": "Mac10.8", 11 "os": "Mac10.8",
12 "role": "Build", 12 "role": "Build",
13 "target_arch": "Arm7" 13 "target_arch": "Arm7"
14 }, 14 },
15 "configuration": "Debug", 15 "configuration": "Debug",
16 "device_cfg": "arm_v7_neon", 16 "device_cfg": "arm_v7_neon",
17 "dm_flags": [ 17 "dm_flags": [
18 "--pre_log",
18 "--config", 19 "--config",
19 "565", 20 "565",
20 "8888", 21 "8888",
21 "gpu", 22 "gpu",
22 "msaa4", 23 "msaa4",
23 "serialize-8888", 24 "serialize-8888",
24 "tiles_rt-8888", 25 "tiles_rt-8888",
25 "pic-8888", 26 "pic-8888",
26 "--src", 27 "--src",
27 "tests", 28 "tests",
28 "gm", 29 "gm",
29 "image", 30 "image",
30 "--blacklist", 31 "--blacklist",
31 "_",
32 "image",
33 "decode",
34 "pal8os2v2.bmp",
35 "_",
36 "image",
37 "decode",
38 "pal8v4.bmp",
39 "_",
40 "image",
41 "decode",
42 "pal8v5.bmp",
43 "_",
44 "image",
45 "decode",
46 "rgb16-565.bmp",
47 "_",
48 "image",
49 "decode",
50 "rgb16-565pal.bmp",
51 "_",
52 "image",
53 "decode",
54 "rgb32-111110.bmp",
55 "_",
56 "image",
57 "decode",
58 "rgb32bf.bmp",
59 "_",
60 "image",
61 "decode",
62 "rgba32.bmp",
63 "_",
64 "image",
65 "decode",
66 "rgba32abf.bmp",
67 "_",
68 "image",
69 "decode",
70 "rgb24largepal.bmp",
71 "_",
72 "image",
73 "decode",
74 "pal8os2v2-16.bmp",
75 "_",
76 "image",
77 "decode",
78 "pal8oversizepal.bmp",
79 "_",
80 "image",
81 "decode",
82 "pal4rletrns.bmp",
83 "_",
84 "image",
85 "decode",
86 "pal8rletrns.bmp",
87 "_",
88 "image",
89 "decode",
90 "4bpp-pixeldata-cropped.bmp",
91 "_",
92 "image",
93 "decode",
94 "8bpp-pixeldata-cropped.bmp",
95 "_",
96 "image",
97 "decode",
98 "24bpp-pixeldata-cropped.bmp",
99 "_",
100 "image",
101 "decode",
102 "32bpp-pixeldata-cropped.bmp",
103 "_",
104 "image",
105 "decode",
106 "testcase7.bmp",
107 "_",
108 "image",
109 "decode",
110 "Hopstarter-Mac-Folders-Apple.ico",
111 "_",
112 "image",
113 "decode",
114 "frame_larger_than_image.gif",
115 "_",
116 "image",
117 "decode",
118 "inc0.gif",
119 "_",
120 "image",
121 "decode",
122 "inc1.gif",
123 "_",
124 "image",
125 "decode",
126 "incInterlaced.gif",
127 "_",
128 "image",
129 "decode",
130 "inc0.jpg",
131 "_",
132 "image",
133 "decode",
134 "incGray.jpg",
135 "_",
136 "image",
137 "decode",
138 "inc0.wbmp",
139 "_",
140 "image",
141 "decode",
142 "inc1.wbmp",
143 "_",
144 "image",
145 "decode",
146 "inc0.webp",
147 "_",
148 "image",
149 "decode",
150 "inc1.webp",
151 "_",
152 "image",
153 "decode",
154 "inc0.ico",
155 "_",
156 "image",
157 "decode",
158 "inc1.ico",
159 "_",
160 "image",
161 "decode",
162 "inc0.png",
163 "_",
164 "image",
165 "decode",
166 "inc1.png",
167 "_",
168 "image",
169 "decode",
170 "inc2.png",
171 "_",
172 "image",
173 "decode",
174 "inc12.png",
175 "_",
176 "image",
177 "decode",
178 "inc13.png",
179 "_",
180 "image",
181 "decode",
182 "inc14.png",
183 "serialize-8888", 32 "serialize-8888",
184 "gm", 33 "gm",
185 "_", 34 "_",
186 "not_native32_bitmap_config", 35 "not_native32_bitmap_config",
187 "serialize-8888", 36 "serialize-8888",
188 "gm", 37 "gm",
189 "_", 38 "_",
190 "bleed_image", 39 "bleed_image",
191 "serialize-8888", 40 "serialize-8888",
192 "gm", 41 "gm",
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
366 "image-cacherator-from-ctable" 215 "image-cacherator-from-ctable"
367 ], 216 ],
368 "do_perf_steps": false, 217 "do_perf_steps": false,
369 "do_test_steps": false, 218 "do_test_steps": false,
370 "env": { 219 "env": {
371 "CC": "/usr/bin/clang", 220 "CC": "/usr/bin/clang",
372 "CXX": "/usr/bin/clang++", 221 "CXX": "/usr/bin/clang++",
373 "GYP_DEFINES": "skia_arch_type=arm skia_clang_build=1 skia_warnings_as_err ors=0" 222 "GYP_DEFINES": "skia_arch_type=arm skia_clang_build=1 skia_warnings_as_err ors=0"
374 }, 223 },
375 "nanobench_flags": [ 224 "nanobench_flags": [
225 "--pre_log",
376 "--scales", 226 "--scales",
377 "1.0", 227 "1.0",
378 "1.1", 228 "1.1",
379 "--config", 229 "--config",
380 "565", 230 "565",
381 "8888", 231 "8888",
382 "gpu", 232 "gpu",
383 "nonrendering", 233 "nonrendering",
384 "angle", 234 "angle",
385 "hwui", 235 "hwui",
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
421 "configuration": "Debug", 271 "configuration": "Debug",
422 "extra_config": "Android_FrameworkDefs", 272 "extra_config": "Android_FrameworkDefs",
423 "is_trybot": false, 273 "is_trybot": false,
424 "os": "Ubuntu", 274 "os": "Ubuntu",
425 "role": "Build", 275 "role": "Build",
426 "target_arch": "Arm7" 276 "target_arch": "Arm7"
427 }, 277 },
428 "configuration": "Debug", 278 "configuration": "Debug",
429 "device_cfg": "arm_v7_neon", 279 "device_cfg": "arm_v7_neon",
430 "dm_flags": [ 280 "dm_flags": [
281 "--pre_log",
431 "--config", 282 "--config",
432 "565", 283 "565",
433 "8888", 284 "8888",
434 "gpu", 285 "gpu",
435 "msaa4", 286 "msaa4",
436 "serialize-8888", 287 "serialize-8888",
437 "tiles_rt-8888", 288 "tiles_rt-8888",
438 "pic-8888", 289 "pic-8888",
439 "--src", 290 "--src",
440 "tests", 291 "tests",
441 "gm", 292 "gm",
442 "image", 293 "image",
443 "--blacklist", 294 "--blacklist",
444 "_",
445 "image",
446 "decode",
447 "pal8os2v2.bmp",
448 "_",
449 "image",
450 "decode",
451 "pal8v4.bmp",
452 "_",
453 "image",
454 "decode",
455 "pal8v5.bmp",
456 "_",
457 "image",
458 "decode",
459 "rgb16-565.bmp",
460 "_",
461 "image",
462 "decode",
463 "rgb16-565pal.bmp",
464 "_",
465 "image",
466 "decode",
467 "rgb32-111110.bmp",
468 "_",
469 "image",
470 "decode",
471 "rgb32bf.bmp",
472 "_",
473 "image",
474 "decode",
475 "rgba32.bmp",
476 "_",
477 "image",
478 "decode",
479 "rgba32abf.bmp",
480 "_",
481 "image",
482 "decode",
483 "rgb24largepal.bmp",
484 "_",
485 "image",
486 "decode",
487 "pal8os2v2-16.bmp",
488 "_",
489 "image",
490 "decode",
491 "pal8oversizepal.bmp",
492 "_",
493 "image",
494 "decode",
495 "pal4rletrns.bmp",
496 "_",
497 "image",
498 "decode",
499 "pal8rletrns.bmp",
500 "_",
501 "image",
502 "decode",
503 "4bpp-pixeldata-cropped.bmp",
504 "_",
505 "image",
506 "decode",
507 "8bpp-pixeldata-cropped.bmp",
508 "_",
509 "image",
510 "decode",
511 "24bpp-pixeldata-cropped.bmp",
512 "_",
513 "image",
514 "decode",
515 "32bpp-pixeldata-cropped.bmp",
516 "_",
517 "image",
518 "decode",
519 "testcase7.bmp",
520 "_",
521 "image",
522 "decode",
523 "Hopstarter-Mac-Folders-Apple.ico",
524 "_",
525 "image",
526 "decode",
527 "inc0.gif",
528 "_",
529 "image",
530 "decode",
531 "inc1.gif",
532 "_",
533 "image",
534 "decode",
535 "incInterlaced.gif",
536 "_",
537 "image",
538 "decode",
539 "inc0.jpg",
540 "_",
541 "image",
542 "decode",
543 "incGray.jpg",
544 "_",
545 "image",
546 "decode",
547 "inc0.wbmp",
548 "_",
549 "image",
550 "decode",
551 "inc1.wbmp",
552 "_",
553 "image",
554 "decode",
555 "inc0.webp",
556 "_",
557 "image",
558 "decode",
559 "inc1.webp",
560 "_",
561 "image",
562 "decode",
563 "inc0.ico",
564 "_",
565 "image",
566 "decode",
567 "inc1.ico",
568 "_",
569 "image",
570 "decode",
571 "inc0.png",
572 "_",
573 "image",
574 "decode",
575 "inc1.png",
576 "_",
577 "image",
578 "decode",
579 "inc2.png",
580 "_",
581 "image",
582 "decode",
583 "inc12.png",
584 "_",
585 "image",
586 "decode",
587 "inc13.png",
588 "_",
589 "image",
590 "decode",
591 "inc14.png",
592 "serialize-8888", 295 "serialize-8888",
593 "gm", 296 "gm",
594 "_", 297 "_",
595 "not_native32_bitmap_config", 298 "not_native32_bitmap_config",
596 "serialize-8888", 299 "serialize-8888",
597 "gm", 300 "gm",
598 "_", 301 "_",
599 "bleed_image", 302 "bleed_image",
600 "serialize-8888", 303 "serialize-8888",
601 "gm", 304 "gm",
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
773 "gm", 476 "gm",
774 "_", 477 "_",
775 "image-cacherator-from-ctable" 478 "image-cacherator-from-ctable"
776 ], 479 ],
777 "do_perf_steps": false, 480 "do_perf_steps": false,
778 "do_test_steps": false, 481 "do_test_steps": false,
779 "env": { 482 "env": {
780 "GYP_DEFINES": "skia_arch_type=arm skia_use_android_framework_defines=1 sk ia_warnings_as_errors=1" 483 "GYP_DEFINES": "skia_arch_type=arm skia_use_android_framework_defines=1 sk ia_warnings_as_errors=1"
781 }, 484 },
782 "nanobench_flags": [ 485 "nanobench_flags": [
486 "--pre_log",
783 "--scales", 487 "--scales",
784 "1.0", 488 "1.0",
785 "1.1", 489 "1.1",
786 "--config", 490 "--config",
787 "565", 491 "565",
788 "8888", 492 "8888",
789 "gpu", 493 "gpu",
790 "nonrendering", 494 "nonrendering",
791 "angle", 495 "angle",
792 "hwui", 496 "hwui",
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
828 "configuration": "Debug", 532 "configuration": "Debug",
829 "extra_config": "Android_NoNeon", 533 "extra_config": "Android_NoNeon",
830 "is_trybot": false, 534 "is_trybot": false,
831 "os": "Ubuntu", 535 "os": "Ubuntu",
832 "role": "Build", 536 "role": "Build",
833 "target_arch": "Arm7" 537 "target_arch": "Arm7"
834 }, 538 },
835 "configuration": "Debug", 539 "configuration": "Debug",
836 "device_cfg": "arm_v7", 540 "device_cfg": "arm_v7",
837 "dm_flags": [ 541 "dm_flags": [
542 "--pre_log",
838 "--config", 543 "--config",
839 "565", 544 "565",
840 "8888", 545 "8888",
841 "gpu", 546 "gpu",
842 "msaa4", 547 "msaa4",
843 "serialize-8888", 548 "serialize-8888",
844 "tiles_rt-8888", 549 "tiles_rt-8888",
845 "pic-8888", 550 "pic-8888",
846 "--src", 551 "--src",
847 "tests", 552 "tests",
848 "gm", 553 "gm",
849 "image", 554 "image",
850 "--blacklist", 555 "--blacklist",
851 "_",
852 "image",
853 "decode",
854 "pal8os2v2.bmp",
855 "_",
856 "image",
857 "decode",
858 "pal8v4.bmp",
859 "_",
860 "image",
861 "decode",
862 "pal8v5.bmp",
863 "_",
864 "image",
865 "decode",
866 "rgb16-565.bmp",
867 "_",
868 "image",
869 "decode",
870 "rgb16-565pal.bmp",
871 "_",
872 "image",
873 "decode",
874 "rgb32-111110.bmp",
875 "_",
876 "image",
877 "decode",
878 "rgb32bf.bmp",
879 "_",
880 "image",
881 "decode",
882 "rgba32.bmp",
883 "_",
884 "image",
885 "decode",
886 "rgba32abf.bmp",
887 "_",
888 "image",
889 "decode",
890 "rgb24largepal.bmp",
891 "_",
892 "image",
893 "decode",
894 "pal8os2v2-16.bmp",
895 "_",
896 "image",
897 "decode",
898 "pal8oversizepal.bmp",
899 "_",
900 "image",
901 "decode",
902 "pal4rletrns.bmp",
903 "_",
904 "image",
905 "decode",
906 "pal8rletrns.bmp",
907 "_",
908 "image",
909 "decode",
910 "4bpp-pixeldata-cropped.bmp",
911 "_",
912 "image",
913 "decode",
914 "8bpp-pixeldata-cropped.bmp",
915 "_",
916 "image",
917 "decode",
918 "24bpp-pixeldata-cropped.bmp",
919 "_",
920 "image",
921 "decode",
922 "32bpp-pixeldata-cropped.bmp",
923 "_",
924 "image",
925 "decode",
926 "testcase7.bmp",
927 "_",
928 "image",
929 "decode",
930 "Hopstarter-Mac-Folders-Apple.ico",
931 "_",
932 "image",
933 "decode",
934 "inc0.gif",
935 "_",
936 "image",
937 "decode",
938 "inc1.gif",
939 "_",
940 "image",
941 "decode",
942 "incInterlaced.gif",
943 "_",
944 "image",
945 "decode",
946 "inc0.jpg",
947 "_",
948 "image",
949 "decode",
950 "incGray.jpg",
951 "_",
952 "image",
953 "decode",
954 "inc0.wbmp",
955 "_",
956 "image",
957 "decode",
958 "inc1.wbmp",
959 "_",
960 "image",
961 "decode",
962 "inc0.webp",
963 "_",
964 "image",
965 "decode",
966 "inc1.webp",
967 "_",
968 "image",
969 "decode",
970 "inc0.ico",
971 "_",
972 "image",
973 "decode",
974 "inc1.ico",
975 "_",
976 "image",
977 "decode",
978 "inc0.png",
979 "_",
980 "image",
981 "decode",
982 "inc1.png",
983 "_",
984 "image",
985 "decode",
986 "inc2.png",
987 "_",
988 "image",
989 "decode",
990 "inc12.png",
991 "_",
992 "image",
993 "decode",
994 "inc13.png",
995 "_",
996 "image",
997 "decode",
998 "inc14.png",
999 "serialize-8888", 556 "serialize-8888",
1000 "gm", 557 "gm",
1001 "_", 558 "_",
1002 "not_native32_bitmap_config", 559 "not_native32_bitmap_config",
1003 "serialize-8888", 560 "serialize-8888",
1004 "gm", 561 "gm",
1005 "_", 562 "_",
1006 "bleed_image", 563 "bleed_image",
1007 "serialize-8888", 564 "serialize-8888",
1008 "gm", 565 "gm",
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
1180 "gm", 737 "gm",
1181 "_", 738 "_",
1182 "image-cacherator-from-ctable" 739 "image-cacherator-from-ctable"
1183 ], 740 ],
1184 "do_perf_steps": false, 741 "do_perf_steps": false,
1185 "do_test_steps": false, 742 "do_test_steps": false,
1186 "env": { 743 "env": {
1187 "GYP_DEFINES": "skia_arch_type=arm skia_warnings_as_errors=1" 744 "GYP_DEFINES": "skia_arch_type=arm skia_warnings_as_errors=1"
1188 }, 745 },
1189 "nanobench_flags": [ 746 "nanobench_flags": [
747 "--pre_log",
1190 "--scales", 748 "--scales",
1191 "1.0", 749 "1.0",
1192 "1.1", 750 "1.1",
1193 "--config", 751 "--config",
1194 "565", 752 "565",
1195 "8888", 753 "8888",
1196 "gpu", 754 "gpu",
1197 "nonrendering", 755 "nonrendering",
1198 "angle", 756 "angle",
1199 "hwui", 757 "hwui",
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
1235 "configuration": "Debug", 793 "configuration": "Debug",
1236 "extra_config": "CrOS_Daisy", 794 "extra_config": "CrOS_Daisy",
1237 "is_trybot": false, 795 "is_trybot": false,
1238 "os": "Ubuntu", 796 "os": "Ubuntu",
1239 "role": "Build", 797 "role": "Build",
1240 "target_arch": "Arm7" 798 "target_arch": "Arm7"
1241 }, 799 },
1242 "configuration": "Debug", 800 "configuration": "Debug",
1243 "device_cfg": "daisy", 801 "device_cfg": "daisy",
1244 "dm_flags": [ 802 "dm_flags": [
803 "--pre_log",
1245 "--matrix", 804 "--matrix",
1246 "0", 805 "0",
1247 "1", 806 "1",
1248 "1", 807 "1",
1249 "0", 808 "0",
1250 "--config", 809 "--config",
1251 "565", 810 "565",
1252 "8888", 811 "8888",
1253 "gpu", 812 "gpu",
1254 "upright-matrix-8888", 813 "upright-matrix-8888",
1255 "upright-matrix-gpu", 814 "upright-matrix-gpu",
1256 "msaa16", 815 "msaa16",
1257 "serialize-8888", 816 "serialize-8888",
1258 "tiles_rt-8888", 817 "tiles_rt-8888",
1259 "pic-8888", 818 "pic-8888",
1260 "--src", 819 "--src",
1261 "tests", 820 "tests",
1262 "gm", 821 "gm",
1263 "image", 822 "image",
1264 "--blacklist", 823 "--blacklist",
1265 "_",
1266 "image",
1267 "decode",
1268 "pal8os2v2.bmp",
1269 "_",
1270 "image",
1271 "decode",
1272 "pal8v4.bmp",
1273 "_",
1274 "image",
1275 "decode",
1276 "pal8v5.bmp",
1277 "_",
1278 "image",
1279 "decode",
1280 "rgb16-565.bmp",
1281 "_",
1282 "image",
1283 "decode",
1284 "rgb16-565pal.bmp",
1285 "_",
1286 "image",
1287 "decode",
1288 "rgb32-111110.bmp",
1289 "_",
1290 "image",
1291 "decode",
1292 "rgb32bf.bmp",
1293 "_",
1294 "image",
1295 "decode",
1296 "rgba32.bmp",
1297 "_",
1298 "image",
1299 "decode",
1300 "rgba32abf.bmp",
1301 "_",
1302 "image",
1303 "decode",
1304 "rgb24largepal.bmp",
1305 "_",
1306 "image",
1307 "decode",
1308 "pal8os2v2-16.bmp",
1309 "_",
1310 "image",
1311 "decode",
1312 "pal8oversizepal.bmp",
1313 "_",
1314 "image",
1315 "decode",
1316 "pal4rletrns.bmp",
1317 "_",
1318 "image",
1319 "decode",
1320 "pal8rletrns.bmp",
1321 "_",
1322 "image",
1323 "decode",
1324 "4bpp-pixeldata-cropped.bmp",
1325 "_",
1326 "image",
1327 "decode",
1328 "8bpp-pixeldata-cropped.bmp",
1329 "_",
1330 "image",
1331 "decode",
1332 "24bpp-pixeldata-cropped.bmp",
1333 "_",
1334 "image",
1335 "decode",
1336 "32bpp-pixeldata-cropped.bmp",
1337 "_",
1338 "image",
1339 "decode",
1340 "testcase7.bmp",
1341 "_",
1342 "image",
1343 "decode",
1344 "Hopstarter-Mac-Folders-Apple.ico",
1345 "_",
1346 "image",
1347 "decode",
1348 "inc0.gif",
1349 "_",
1350 "image",
1351 "decode",
1352 "inc1.gif",
1353 "_",
1354 "image",
1355 "decode",
1356 "incInterlaced.gif",
1357 "_",
1358 "image",
1359 "decode",
1360 "inc0.jpg",
1361 "_",
1362 "image",
1363 "decode",
1364 "incGray.jpg",
1365 "_",
1366 "image",
1367 "decode",
1368 "inc0.wbmp",
1369 "_",
1370 "image",
1371 "decode",
1372 "inc1.wbmp",
1373 "_",
1374 "image",
1375 "decode",
1376 "inc0.webp",
1377 "_",
1378 "image",
1379 "decode",
1380 "inc1.webp",
1381 "_",
1382 "image",
1383 "decode",
1384 "inc0.ico",
1385 "_",
1386 "image",
1387 "decode",
1388 "inc1.ico",
1389 "_",
1390 "image",
1391 "decode",
1392 "inc0.png",
1393 "_",
1394 "image",
1395 "decode",
1396 "inc1.png",
1397 "_",
1398 "image",
1399 "decode",
1400 "inc2.png",
1401 "_",
1402 "image",
1403 "decode",
1404 "inc12.png",
1405 "_",
1406 "image",
1407 "decode",
1408 "inc13.png",
1409 "_",
1410 "image",
1411 "decode",
1412 "inc14.png",
1413 "serialize-8888", 824 "serialize-8888",
1414 "gm", 825 "gm",
1415 "_", 826 "_",
1416 "not_native32_bitmap_config", 827 "not_native32_bitmap_config",
1417 "serialize-8888", 828 "serialize-8888",
1418 "gm", 829 "gm",
1419 "_", 830 "_",
1420 "bleed_image", 831 "bleed_image",
1421 "serialize-8888", 832 "serialize-8888",
1422 "gm", 833 "gm",
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
1594 "gm", 1005 "gm",
1595 "_", 1006 "_",
1596 "image-cacherator-from-ctable" 1007 "image-cacherator-from-ctable"
1597 ], 1008 ],
1598 "do_perf_steps": false, 1009 "do_perf_steps": false,
1599 "do_test_steps": false, 1010 "do_test_steps": false,
1600 "env": { 1011 "env": {
1601 "GYP_DEFINES": "skia_arch_type=arm skia_warnings_as_errors=1" 1012 "GYP_DEFINES": "skia_arch_type=arm skia_warnings_as_errors=1"
1602 }, 1013 },
1603 "nanobench_flags": [ 1014 "nanobench_flags": [
1015 "--pre_log",
1604 "--scales", 1016 "--scales",
1605 "1.0", 1017 "1.0",
1606 "1.1", 1018 "1.1",
1607 "--config", 1019 "--config",
1608 "565", 1020 "565",
1609 "8888", 1021 "8888",
1610 "gpu", 1022 "gpu",
1611 "nonrendering", 1023 "nonrendering",
1612 "angle", 1024 "angle",
1613 "hwui", 1025 "hwui",
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
1646 "configuration": "Debug", 1058 "configuration": "Debug",
1647 "extra_config": "CrOS_Link", 1059 "extra_config": "CrOS_Link",
1648 "is_trybot": false, 1060 "is_trybot": false,
1649 "os": "Ubuntu", 1061 "os": "Ubuntu",
1650 "role": "Build", 1062 "role": "Build",
1651 "target_arch": "x86_64" 1063 "target_arch": "x86_64"
1652 }, 1064 },
1653 "configuration": "Debug", 1065 "configuration": "Debug",
1654 "device_cfg": "link", 1066 "device_cfg": "link",
1655 "dm_flags": [ 1067 "dm_flags": [
1068 "--pre_log",
1656 "--matrix", 1069 "--matrix",
1657 "0", 1070 "0",
1658 "1", 1071 "1",
1659 "1", 1072 "1",
1660 "0", 1073 "0",
1661 "--config", 1074 "--config",
1662 "565", 1075 "565",
1663 "8888", 1076 "8888",
1664 "gpu", 1077 "gpu",
1665 "upright-matrix-8888", 1078 "upright-matrix-8888",
1666 "upright-matrix-gpu", 1079 "upright-matrix-gpu",
1667 "msaa16", 1080 "msaa16",
1668 "pdf", 1081 "pdf",
1669 "pdf_poppler", 1082 "pdf_poppler",
1670 "serialize-8888", 1083 "serialize-8888",
1671 "tiles_rt-8888", 1084 "tiles_rt-8888",
1672 "pic-8888", 1085 "pic-8888",
1673 "--src", 1086 "--src",
1674 "tests", 1087 "tests",
1675 "gm", 1088 "gm",
1676 "image", 1089 "image",
1677 "--blacklist", 1090 "--blacklist",
1678 "_", 1091 "_",
1679 "image", 1092 "image",
1680 "decode",
1681 "pal8os2v2.bmp",
1682 "_",
1683 "image",
1684 "decode",
1685 "pal8v4.bmp",
1686 "_",
1687 "image",
1688 "decode",
1689 "pal8v5.bmp",
1690 "_",
1691 "image",
1692 "decode",
1693 "rgb16-565.bmp",
1694 "_",
1695 "image",
1696 "decode",
1697 "rgb16-565pal.bmp",
1698 "_",
1699 "image",
1700 "decode",
1701 "rgb32-111110.bmp",
1702 "_",
1703 "image",
1704 "decode",
1705 "rgb32bf.bmp",
1706 "_",
1707 "image",
1708 "decode",
1709 "rgba32.bmp",
1710 "_",
1711 "image",
1712 "decode",
1713 "rgba32abf.bmp",
1714 "_",
1715 "image",
1716 "decode",
1717 "rgb24largepal.bmp",
1718 "_",
1719 "image",
1720 "decode",
1721 "pal8os2v2-16.bmp",
1722 "_",
1723 "image",
1724 "decode",
1725 "pal8oversizepal.bmp",
1726 "_",
1727 "image",
1728 "decode",
1729 "pal4rletrns.bmp",
1730 "_",
1731 "image",
1732 "decode",
1733 "pal8rletrns.bmp",
1734 "_",
1735 "image",
1736 "decode",
1737 "4bpp-pixeldata-cropped.bmp",
1738 "_",
1739 "image",
1740 "decode",
1741 "8bpp-pixeldata-cropped.bmp",
1742 "_",
1743 "image",
1744 "decode",
1745 "24bpp-pixeldata-cropped.bmp",
1746 "_",
1747 "image",
1748 "decode",
1749 "32bpp-pixeldata-cropped.bmp",
1750 "_",
1751 "image",
1752 "decode",
1753 "testcase7.bmp",
1754 "_",
1755 "image",
1756 "decode",
1757 "Hopstarter-Mac-Folders-Apple.ico",
1758 "_",
1759 "image",
1760 "decode",
1761 "inc0.gif",
1762 "_",
1763 "image",
1764 "decode",
1765 "inc1.gif",
1766 "_",
1767 "image",
1768 "decode",
1769 "incInterlaced.gif",
1770 "_",
1771 "image",
1772 "decode",
1773 "inc0.jpg",
1774 "_",
1775 "image",
1776 "decode",
1777 "incGray.jpg",
1778 "_",
1779 "image",
1780 "decode",
1781 "inc0.wbmp",
1782 "_",
1783 "image",
1784 "decode",
1785 "inc1.wbmp",
1786 "_",
1787 "image",
1788 "decode",
1789 "inc0.webp",
1790 "_",
1791 "image",
1792 "decode",
1793 "inc1.webp",
1794 "_",
1795 "image",
1796 "decode",
1797 "inc0.ico",
1798 "_",
1799 "image",
1800 "decode",
1801 "inc1.ico",
1802 "_",
1803 "image",
1804 "decode",
1805 "inc0.png",
1806 "_",
1807 "image",
1808 "decode",
1809 "inc1.png",
1810 "_",
1811 "image",
1812 "decode",
1813 "inc2.png",
1814 "_",
1815 "image",
1816 "decode",
1817 "inc12.png",
1818 "_",
1819 "image",
1820 "decode",
1821 "inc13.png",
1822 "_",
1823 "image",
1824 "decode",
1825 "inc14.png",
1826 "_",
1827 "image",
1828 "_", 1093 "_",
1829 "interlaced1.png", 1094 "interlaced1.png",
1830 "_", 1095 "_",
1831 "image", 1096 "image",
1832 "_", 1097 "_",
1833 "interlaced2.png", 1098 "interlaced2.png",
1834 "_", 1099 "_",
1835 "image", 1100 "image",
1836 "_", 1101 "_",
1837 "interlaced3.png", 1102 "interlaced3.png",
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
2019 "gm", 1284 "gm",
2020 "_", 1285 "_",
2021 "image-cacherator-from-ctable" 1286 "image-cacherator-from-ctable"
2022 ], 1287 ],
2023 "do_perf_steps": false, 1288 "do_perf_steps": false,
2024 "do_test_steps": false, 1289 "do_test_steps": false,
2025 "env": { 1290 "env": {
2026 "GYP_DEFINES": "skia_arch_type=x86_64 skia_warnings_as_errors=1" 1291 "GYP_DEFINES": "skia_arch_type=x86_64 skia_warnings_as_errors=1"
2027 }, 1292 },
2028 "nanobench_flags": [ 1293 "nanobench_flags": [
1294 "--pre_log",
2029 "--scales", 1295 "--scales",
2030 "1.0", 1296 "1.0",
2031 "1.1", 1297 "1.1",
2032 "--config", 1298 "--config",
2033 "565", 1299 "565",
2034 "8888", 1300 "8888",
2035 "gpu", 1301 "gpu",
2036 "nonrendering", 1302 "nonrendering",
2037 "angle", 1303 "angle",
2038 "hwui", 1304 "hwui",
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
2073 "compiler": "GCC", 1339 "compiler": "GCC",
2074 "configuration": "Release", 1340 "configuration": "Release",
2075 "extra_config": "ANGLE", 1341 "extra_config": "ANGLE",
2076 "is_trybot": false, 1342 "is_trybot": false,
2077 "os": "Ubuntu", 1343 "os": "Ubuntu",
2078 "role": "Build", 1344 "role": "Build",
2079 "target_arch": "x86_64" 1345 "target_arch": "x86_64"
2080 }, 1346 },
2081 "configuration": "Release", 1347 "configuration": "Release",
2082 "dm_flags": [ 1348 "dm_flags": [
1349 "--pre_log",
2083 "--matrix", 1350 "--matrix",
2084 "0", 1351 "0",
2085 "1", 1352 "1",
2086 "1", 1353 "1",
2087 "0", 1354 "0",
2088 "--config", 1355 "--config",
2089 "565", 1356 "565",
2090 "8888", 1357 "8888",
2091 "gpu", 1358 "gpu",
2092 "upright-matrix-8888", 1359 "upright-matrix-8888",
2093 "upright-matrix-gpu", 1360 "upright-matrix-gpu",
2094 "msaa16", 1361 "msaa16",
2095 "pdf", 1362 "pdf",
2096 "pdf_poppler", 1363 "pdf_poppler",
2097 "serialize-8888", 1364 "serialize-8888",
2098 "tiles_rt-8888", 1365 "tiles_rt-8888",
2099 "pic-8888", 1366 "pic-8888",
2100 "angle", 1367 "angle",
2101 "--src", 1368 "--src",
2102 "tests", 1369 "tests",
2103 "gm", 1370 "gm",
2104 "image", 1371 "image",
2105 "--blacklist", 1372 "--blacklist",
2106 "_", 1373 "_",
2107 "image", 1374 "image",
2108 "decode",
2109 "pal8os2v2.bmp",
2110 "_",
2111 "image",
2112 "decode",
2113 "pal8v4.bmp",
2114 "_",
2115 "image",
2116 "decode",
2117 "pal8v5.bmp",
2118 "_",
2119 "image",
2120 "decode",
2121 "rgb16-565.bmp",
2122 "_",
2123 "image",
2124 "decode",
2125 "rgb16-565pal.bmp",
2126 "_",
2127 "image",
2128 "decode",
2129 "rgb32-111110.bmp",
2130 "_",
2131 "image",
2132 "decode",
2133 "rgb32bf.bmp",
2134 "_",
2135 "image",
2136 "decode",
2137 "rgba32.bmp",
2138 "_",
2139 "image",
2140 "decode",
2141 "rgba32abf.bmp",
2142 "_",
2143 "image",
2144 "decode",
2145 "rgb24largepal.bmp",
2146 "_",
2147 "image",
2148 "decode",
2149 "pal8os2v2-16.bmp",
2150 "_",
2151 "image",
2152 "decode",
2153 "pal8oversizepal.bmp",
2154 "_",
2155 "image",
2156 "decode",
2157 "pal4rletrns.bmp",
2158 "_",
2159 "image",
2160 "decode",
2161 "pal8rletrns.bmp",
2162 "_",
2163 "image",
2164 "decode",
2165 "4bpp-pixeldata-cropped.bmp",
2166 "_",
2167 "image",
2168 "decode",
2169 "8bpp-pixeldata-cropped.bmp",
2170 "_",
2171 "image",
2172 "decode",
2173 "24bpp-pixeldata-cropped.bmp",
2174 "_",
2175 "image",
2176 "decode",
2177 "32bpp-pixeldata-cropped.bmp",
2178 "_",
2179 "image",
2180 "decode",
2181 "testcase7.bmp",
2182 "_",
2183 "image",
2184 "decode",
2185 "Hopstarter-Mac-Folders-Apple.ico",
2186 "_",
2187 "image",
2188 "decode",
2189 "inc0.gif",
2190 "_",
2191 "image",
2192 "decode",
2193 "inc1.gif",
2194 "_",
2195 "image",
2196 "decode",
2197 "incInterlaced.gif",
2198 "_",
2199 "image",
2200 "decode",
2201 "inc0.jpg",
2202 "_",
2203 "image",
2204 "decode",
2205 "incGray.jpg",
2206 "_",
2207 "image",
2208 "decode",
2209 "inc0.wbmp",
2210 "_",
2211 "image",
2212 "decode",
2213 "inc1.wbmp",
2214 "_",
2215 "image",
2216 "decode",
2217 "inc0.webp",
2218 "_",
2219 "image",
2220 "decode",
2221 "inc1.webp",
2222 "_",
2223 "image",
2224 "decode",
2225 "inc0.ico",
2226 "_",
2227 "image",
2228 "decode",
2229 "inc1.ico",
2230 "_",
2231 "image",
2232 "decode",
2233 "inc0.png",
2234 "_",
2235 "image",
2236 "decode",
2237 "inc1.png",
2238 "_",
2239 "image",
2240 "decode",
2241 "inc2.png",
2242 "_",
2243 "image",
2244 "decode",
2245 "inc12.png",
2246 "_",
2247 "image",
2248 "decode",
2249 "inc13.png",
2250 "_",
2251 "image",
2252 "decode",
2253 "inc14.png",
2254 "_",
2255 "image",
2256 "_", 1375 "_",
2257 "interlaced1.png", 1376 "interlaced1.png",
2258 "_", 1377 "_",
2259 "image", 1378 "image",
2260 "_", 1379 "_",
2261 "interlaced2.png", 1380 "interlaced2.png",
2262 "_", 1381 "_",
2263 "image", 1382 "image",
2264 "_", 1383 "_",
2265 "interlaced3.png", 1384 "interlaced3.png",
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
2447 "gm", 1566 "gm",
2448 "_", 1567 "_",
2449 "image-cacherator-from-ctable" 1568 "image-cacherator-from-ctable"
2450 ], 1569 ],
2451 "do_perf_steps": false, 1570 "do_perf_steps": false,
2452 "do_test_steps": false, 1571 "do_test_steps": false,
2453 "env": { 1572 "env": {
2454 "GYP_DEFINES": "chromeos=0 skia_angle=1 skia_arch_type=x86_64 skia_warning s_as_errors=1 use_x11=1" 1573 "GYP_DEFINES": "chromeos=0 skia_angle=1 skia_arch_type=x86_64 skia_warning s_as_errors=1 use_x11=1"
2455 }, 1574 },
2456 "nanobench_flags": [ 1575 "nanobench_flags": [
1576 "--pre_log",
2457 "--scales", 1577 "--scales",
2458 "1.0", 1578 "1.0",
2459 "1.1", 1579 "1.1",
2460 "--config", 1580 "--config",
2461 "565", 1581 "565",
2462 "8888", 1582 "8888",
2463 "gpu", 1583 "gpu",
2464 "nonrendering", 1584 "nonrendering",
2465 "angle", 1585 "angle",
2466 "hwui", 1586 "hwui",
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
2501 "compiler": "GCC", 1621 "compiler": "GCC",
2502 "configuration": "Release", 1622 "configuration": "Release",
2503 "extra_config": "Mesa", 1623 "extra_config": "Mesa",
2504 "is_trybot": false, 1624 "is_trybot": false,
2505 "os": "Ubuntu", 1625 "os": "Ubuntu",
2506 "role": "Build", 1626 "role": "Build",
2507 "target_arch": "x86_64" 1627 "target_arch": "x86_64"
2508 }, 1628 },
2509 "configuration": "Release", 1629 "configuration": "Release",
2510 "dm_flags": [ 1630 "dm_flags": [
1631 "--pre_log",
2511 "--matrix", 1632 "--matrix",
2512 "0", 1633 "0",
2513 "1", 1634 "1",
2514 "1", 1635 "1",
2515 "0", 1636 "0",
2516 "--config", 1637 "--config",
2517 "565", 1638 "565",
2518 "8888", 1639 "8888",
2519 "gpu", 1640 "gpu",
2520 "upright-matrix-8888", 1641 "upright-matrix-8888",
2521 "upright-matrix-gpu", 1642 "upright-matrix-gpu",
2522 "msaa16", 1643 "msaa16",
2523 "pdf", 1644 "pdf",
2524 "pdf_poppler", 1645 "pdf_poppler",
2525 "serialize-8888", 1646 "serialize-8888",
2526 "tiles_rt-8888", 1647 "tiles_rt-8888",
2527 "pic-8888", 1648 "pic-8888",
2528 "--src", 1649 "--src",
2529 "tests", 1650 "tests",
2530 "gm", 1651 "gm",
2531 "image", 1652 "image",
2532 "--blacklist", 1653 "--blacklist",
2533 "_", 1654 "_",
2534 "image", 1655 "image",
2535 "decode",
2536 "pal8os2v2.bmp",
2537 "_",
2538 "image",
2539 "decode",
2540 "pal8v4.bmp",
2541 "_",
2542 "image",
2543 "decode",
2544 "pal8v5.bmp",
2545 "_",
2546 "image",
2547 "decode",
2548 "rgb16-565.bmp",
2549 "_",
2550 "image",
2551 "decode",
2552 "rgb16-565pal.bmp",
2553 "_",
2554 "image",
2555 "decode",
2556 "rgb32-111110.bmp",
2557 "_",
2558 "image",
2559 "decode",
2560 "rgb32bf.bmp",
2561 "_",
2562 "image",
2563 "decode",
2564 "rgba32.bmp",
2565 "_",
2566 "image",
2567 "decode",
2568 "rgba32abf.bmp",
2569 "_",
2570 "image",
2571 "decode",
2572 "rgb24largepal.bmp",
2573 "_",
2574 "image",
2575 "decode",
2576 "pal8os2v2-16.bmp",
2577 "_",
2578 "image",
2579 "decode",
2580 "pal8oversizepal.bmp",
2581 "_",
2582 "image",
2583 "decode",
2584 "pal4rletrns.bmp",
2585 "_",
2586 "image",
2587 "decode",
2588 "pal8rletrns.bmp",
2589 "_",
2590 "image",
2591 "decode",
2592 "4bpp-pixeldata-cropped.bmp",
2593 "_",
2594 "image",
2595 "decode",
2596 "8bpp-pixeldata-cropped.bmp",
2597 "_",
2598 "image",
2599 "decode",
2600 "24bpp-pixeldata-cropped.bmp",
2601 "_",
2602 "image",
2603 "decode",
2604 "32bpp-pixeldata-cropped.bmp",
2605 "_",
2606 "image",
2607 "decode",
2608 "testcase7.bmp",
2609 "_",
2610 "image",
2611 "decode",
2612 "Hopstarter-Mac-Folders-Apple.ico",
2613 "_",
2614 "image",
2615 "decode",
2616 "inc0.gif",
2617 "_",
2618 "image",
2619 "decode",
2620 "inc1.gif",
2621 "_",
2622 "image",
2623 "decode",
2624 "incInterlaced.gif",
2625 "_",
2626 "image",
2627 "decode",
2628 "inc0.jpg",
2629 "_",
2630 "image",
2631 "decode",
2632 "incGray.jpg",
2633 "_",
2634 "image",
2635 "decode",
2636 "inc0.wbmp",
2637 "_",
2638 "image",
2639 "decode",
2640 "inc1.wbmp",
2641 "_",
2642 "image",
2643 "decode",
2644 "inc0.webp",
2645 "_",
2646 "image",
2647 "decode",
2648 "inc1.webp",
2649 "_",
2650 "image",
2651 "decode",
2652 "inc0.ico",
2653 "_",
2654 "image",
2655 "decode",
2656 "inc1.ico",
2657 "_",
2658 "image",
2659 "decode",
2660 "inc0.png",
2661 "_",
2662 "image",
2663 "decode",
2664 "inc1.png",
2665 "_",
2666 "image",
2667 "decode",
2668 "inc2.png",
2669 "_",
2670 "image",
2671 "decode",
2672 "inc12.png",
2673 "_",
2674 "image",
2675 "decode",
2676 "inc13.png",
2677 "_",
2678 "image",
2679 "decode",
2680 "inc14.png",
2681 "_",
2682 "image",
2683 "_", 1656 "_",
2684 "interlaced1.png", 1657 "interlaced1.png",
2685 "_", 1658 "_",
2686 "image", 1659 "image",
2687 "_", 1660 "_",
2688 "interlaced2.png", 1661 "interlaced2.png",
2689 "_", 1662 "_",
2690 "image", 1663 "image",
2691 "_", 1664 "_",
2692 "interlaced3.png", 1665 "interlaced3.png",
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
2874 "gm", 1847 "gm",
2875 "_", 1848 "_",
2876 "image-cacherator-from-ctable" 1849 "image-cacherator-from-ctable"
2877 ], 1850 ],
2878 "do_perf_steps": false, 1851 "do_perf_steps": false,
2879 "do_test_steps": false, 1852 "do_test_steps": false,
2880 "env": { 1853 "env": {
2881 "GYP_DEFINES": "skia_arch_type=x86_64 skia_mesa=1 skia_warnings_as_errors= 1" 1854 "GYP_DEFINES": "skia_arch_type=x86_64 skia_mesa=1 skia_warnings_as_errors= 1"
2882 }, 1855 },
2883 "nanobench_flags": [ 1856 "nanobench_flags": [
1857 "--pre_log",
2884 "--scales", 1858 "--scales",
2885 "1.0", 1859 "1.0",
2886 "1.1", 1860 "1.1",
2887 "--config", 1861 "--config",
2888 "565", 1862 "565",
2889 "8888", 1863 "8888",
2890 "gpu", 1864 "gpu",
2891 "nonrendering", 1865 "nonrendering",
2892 "angle", 1866 "angle",
2893 "hwui", 1867 "hwui",
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
2927 "builder_cfg": { 1901 "builder_cfg": {
2928 "compiler": "MSVC", 1902 "compiler": "MSVC",
2929 "configuration": "Debug", 1903 "configuration": "Debug",
2930 "is_trybot": false, 1904 "is_trybot": false,
2931 "os": "Win", 1905 "os": "Win",
2932 "role": "Build", 1906 "role": "Build",
2933 "target_arch": "x86" 1907 "target_arch": "x86"
2934 }, 1908 },
2935 "configuration": "Debug", 1909 "configuration": "Debug",
2936 "dm_flags": [ 1910 "dm_flags": [
1911 "--pre_log",
2937 "--matrix", 1912 "--matrix",
2938 "0", 1913 "0",
2939 "1", 1914 "1",
2940 "1", 1915 "1",
2941 "0", 1916 "0",
2942 "--config", 1917 "--config",
2943 "565", 1918 "565",
2944 "8888", 1919 "8888",
2945 "gpu", 1920 "gpu",
2946 "upright-matrix-8888", 1921 "upright-matrix-8888",
2947 "upright-matrix-gpu", 1922 "upright-matrix-gpu",
2948 "msaa16", 1923 "msaa16",
2949 "pdf", 1924 "pdf",
2950 "pdf_poppler", 1925 "pdf_poppler",
2951 "serialize-8888", 1926 "serialize-8888",
2952 "tiles_rt-8888", 1927 "tiles_rt-8888",
2953 "pic-8888", 1928 "pic-8888",
2954 "--src", 1929 "--src",
2955 "tests", 1930 "tests",
2956 "gm", 1931 "gm",
2957 "image", 1932 "image",
2958 "--blacklist", 1933 "--blacklist",
2959 "_", 1934 "_",
2960 "image", 1935 "image",
2961 "decode",
2962 "pal8os2v2.bmp",
2963 "_",
2964 "image",
2965 "decode",
2966 "pal8v4.bmp",
2967 "_",
2968 "image",
2969 "decode",
2970 "pal8v5.bmp",
2971 "_",
2972 "image",
2973 "decode",
2974 "rgb16-565.bmp",
2975 "_",
2976 "image",
2977 "decode",
2978 "rgb16-565pal.bmp",
2979 "_",
2980 "image",
2981 "decode",
2982 "rgb32-111110.bmp",
2983 "_",
2984 "image",
2985 "decode",
2986 "rgb32bf.bmp",
2987 "_",
2988 "image",
2989 "decode",
2990 "rgba32.bmp",
2991 "_",
2992 "image",
2993 "decode",
2994 "rgba32abf.bmp",
2995 "_",
2996 "image",
2997 "decode",
2998 "rgb24largepal.bmp",
2999 "_",
3000 "image",
3001 "decode",
3002 "pal8os2v2-16.bmp",
3003 "_",
3004 "image",
3005 "decode",
3006 "pal8oversizepal.bmp",
3007 "_",
3008 "image",
3009 "decode",
3010 "pal4rletrns.bmp",
3011 "_",
3012 "image",
3013 "decode",
3014 "pal8rletrns.bmp",
3015 "_",
3016 "image",
3017 "decode",
3018 "4bpp-pixeldata-cropped.bmp",
3019 "_",
3020 "image",
3021 "decode",
3022 "8bpp-pixeldata-cropped.bmp",
3023 "_",
3024 "image",
3025 "decode",
3026 "24bpp-pixeldata-cropped.bmp",
3027 "_",
3028 "image",
3029 "decode",
3030 "32bpp-pixeldata-cropped.bmp",
3031 "_",
3032 "image",
3033 "decode",
3034 "testcase7.bmp",
3035 "_",
3036 "image",
3037 "decode",
3038 "Hopstarter-Mac-Folders-Apple.ico",
3039 "_",
3040 "image",
3041 "decode",
3042 "inc0.gif",
3043 "_",
3044 "image",
3045 "decode",
3046 "inc1.gif",
3047 "_",
3048 "image",
3049 "decode",
3050 "incInterlaced.gif",
3051 "_",
3052 "image",
3053 "decode",
3054 "inc0.jpg",
3055 "_",
3056 "image",
3057 "decode",
3058 "incGray.jpg",
3059 "_",
3060 "image",
3061 "decode",
3062 "inc0.wbmp",
3063 "_",
3064 "image",
3065 "decode",
3066 "inc1.wbmp",
3067 "_",
3068 "image",
3069 "decode",
3070 "inc0.webp",
3071 "_",
3072 "image",
3073 "decode",
3074 "inc1.webp",
3075 "_",
3076 "image",
3077 "decode",
3078 "inc0.ico",
3079 "_",
3080 "image",
3081 "decode",
3082 "inc1.ico",
3083 "_",
3084 "image",
3085 "decode",
3086 "inc0.png",
3087 "_",
3088 "image",
3089 "decode",
3090 "inc1.png",
3091 "_",
3092 "image",
3093 "decode",
3094 "inc2.png",
3095 "_",
3096 "image",
3097 "decode",
3098 "inc12.png",
3099 "_",
3100 "image",
3101 "decode",
3102 "inc13.png",
3103 "_",
3104 "image",
3105 "decode",
3106 "inc14.png",
3107 "_",
3108 "image",
3109 "decode",
3110 "_",
3111 "_",
3112 "image",
3113 "_", 1936 "_",
3114 "interlaced1.png", 1937 "interlaced1.png",
3115 "_", 1938 "_",
3116 "image", 1939 "image",
3117 "_", 1940 "_",
3118 "interlaced2.png", 1941 "interlaced2.png",
3119 "_", 1942 "_",
3120 "image", 1943 "image",
3121 "_", 1944 "_",
3122 "interlaced3.png", 1945 "interlaced3.png",
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
3304 "gm", 2127 "gm",
3305 "_", 2128 "_",
3306 "image-cacherator-from-ctable" 2129 "image-cacherator-from-ctable"
3307 ], 2130 ],
3308 "do_perf_steps": false, 2131 "do_perf_steps": false,
3309 "do_test_steps": false, 2132 "do_test_steps": false,
3310 "env": { 2133 "env": {
3311 "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" 2134 "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"
3312 }, 2135 },
3313 "nanobench_flags": [ 2136 "nanobench_flags": [
2137 "--pre_log",
3314 "--scales", 2138 "--scales",
3315 "1.0", 2139 "1.0",
3316 "1.1", 2140 "1.1",
3317 "--config", 2141 "--config",
3318 "565", 2142 "565",
3319 "8888", 2143 "8888",
3320 "gpu", 2144 "gpu",
3321 "nonrendering", 2145 "nonrendering",
3322 "angle", 2146 "angle",
3323 "hwui", 2147 "hwui",
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
3358 "compiler": "MSVC", 2182 "compiler": "MSVC",
3359 "configuration": "Debug", 2183 "configuration": "Debug",
3360 "extra_config": "Exceptions", 2184 "extra_config": "Exceptions",
3361 "is_trybot": false, 2185 "is_trybot": false,
3362 "os": "Win", 2186 "os": "Win",
3363 "role": "Build", 2187 "role": "Build",
3364 "target_arch": "x86" 2188 "target_arch": "x86"
3365 }, 2189 },
3366 "configuration": "Debug", 2190 "configuration": "Debug",
3367 "dm_flags": [ 2191 "dm_flags": [
2192 "--pre_log",
3368 "--matrix", 2193 "--matrix",
3369 "0", 2194 "0",
3370 "1", 2195 "1",
3371 "1", 2196 "1",
3372 "0", 2197 "0",
3373 "--config", 2198 "--config",
3374 "565", 2199 "565",
3375 "8888", 2200 "8888",
3376 "gpu", 2201 "gpu",
3377 "upright-matrix-8888", 2202 "upright-matrix-8888",
3378 "upright-matrix-gpu", 2203 "upright-matrix-gpu",
3379 "msaa16", 2204 "msaa16",
3380 "pdf", 2205 "pdf",
3381 "pdf_poppler", 2206 "pdf_poppler",
3382 "serialize-8888", 2207 "serialize-8888",
3383 "tiles_rt-8888", 2208 "tiles_rt-8888",
3384 "pic-8888", 2209 "pic-8888",
3385 "--src", 2210 "--src",
3386 "tests", 2211 "tests",
3387 "gm", 2212 "gm",
3388 "image", 2213 "image",
3389 "--blacklist", 2214 "--blacklist",
3390 "_", 2215 "_",
3391 "image", 2216 "image",
3392 "decode",
3393 "pal8os2v2.bmp",
3394 "_",
3395 "image",
3396 "decode",
3397 "pal8v4.bmp",
3398 "_",
3399 "image",
3400 "decode",
3401 "pal8v5.bmp",
3402 "_",
3403 "image",
3404 "decode",
3405 "rgb16-565.bmp",
3406 "_",
3407 "image",
3408 "decode",
3409 "rgb16-565pal.bmp",
3410 "_",
3411 "image",
3412 "decode",
3413 "rgb32-111110.bmp",
3414 "_",
3415 "image",
3416 "decode",
3417 "rgb32bf.bmp",
3418 "_",
3419 "image",
3420 "decode",
3421 "rgba32.bmp",
3422 "_",
3423 "image",
3424 "decode",
3425 "rgba32abf.bmp",
3426 "_",
3427 "image",
3428 "decode",
3429 "rgb24largepal.bmp",
3430 "_",
3431 "image",
3432 "decode",
3433 "pal8os2v2-16.bmp",
3434 "_",
3435 "image",
3436 "decode",
3437 "pal8oversizepal.bmp",
3438 "_",
3439 "image",
3440 "decode",
3441 "pal4rletrns.bmp",
3442 "_",
3443 "image",
3444 "decode",
3445 "pal8rletrns.bmp",
3446 "_",
3447 "image",
3448 "decode",
3449 "4bpp-pixeldata-cropped.bmp",
3450 "_",
3451 "image",
3452 "decode",
3453 "8bpp-pixeldata-cropped.bmp",
3454 "_",
3455 "image",
3456 "decode",
3457 "24bpp-pixeldata-cropped.bmp",
3458 "_",
3459 "image",
3460 "decode",
3461 "32bpp-pixeldata-cropped.bmp",
3462 "_",
3463 "image",
3464 "decode",
3465 "testcase7.bmp",
3466 "_",
3467 "image",
3468 "decode",
3469 "Hopstarter-Mac-Folders-Apple.ico",
3470 "_",
3471 "image",
3472 "decode",
3473 "inc0.gif",
3474 "_",
3475 "image",
3476 "decode",
3477 "inc1.gif",
3478 "_",
3479 "image",
3480 "decode",
3481 "incInterlaced.gif",
3482 "_",
3483 "image",
3484 "decode",
3485 "inc0.jpg",
3486 "_",
3487 "image",
3488 "decode",
3489 "incGray.jpg",
3490 "_",
3491 "image",
3492 "decode",
3493 "inc0.wbmp",
3494 "_",
3495 "image",
3496 "decode",
3497 "inc1.wbmp",
3498 "_",
3499 "image",
3500 "decode",
3501 "inc0.webp",
3502 "_",
3503 "image",
3504 "decode",
3505 "inc1.webp",
3506 "_",
3507 "image",
3508 "decode",
3509 "inc0.ico",
3510 "_",
3511 "image",
3512 "decode",
3513 "inc1.ico",
3514 "_",
3515 "image",
3516 "decode",
3517 "inc0.png",
3518 "_",
3519 "image",
3520 "decode",
3521 "inc1.png",
3522 "_",
3523 "image",
3524 "decode",
3525 "inc2.png",
3526 "_",
3527 "image",
3528 "decode",
3529 "inc12.png",
3530 "_",
3531 "image",
3532 "decode",
3533 "inc13.png",
3534 "_",
3535 "image",
3536 "decode",
3537 "inc14.png",
3538 "_",
3539 "image",
3540 "decode",
3541 "_",
3542 "_",
3543 "image",
3544 "_", 2217 "_",
3545 "interlaced1.png", 2218 "interlaced1.png",
3546 "_", 2219 "_",
3547 "image", 2220 "image",
3548 "_", 2221 "_",
3549 "interlaced2.png", 2222 "interlaced2.png",
3550 "_", 2223 "_",
3551 "image", 2224 "image",
3552 "_", 2225 "_",
3553 "interlaced3.png", 2226 "interlaced3.png",
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
3735 "gm", 2408 "gm",
3736 "_", 2409 "_",
3737 "image-cacherator-from-ctable" 2410 "image-cacherator-from-ctable"
3738 ], 2411 ],
3739 "do_perf_steps": false, 2412 "do_perf_steps": false,
3740 "do_test_steps": false, 2413 "do_test_steps": false,
3741 "env": { 2414 "env": {
3742 "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" 2415 "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"
3743 }, 2416 },
3744 "nanobench_flags": [ 2417 "nanobench_flags": [
2418 "--pre_log",
3745 "--scales", 2419 "--scales",
3746 "1.0", 2420 "1.0",
3747 "1.1", 2421 "1.1",
3748 "--config", 2422 "--config",
3749 "565", 2423 "565",
3750 "8888", 2424 "8888",
3751 "gpu", 2425 "gpu",
3752 "nonrendering", 2426 "nonrendering",
3753 "angle", 2427 "angle",
3754 "hwui", 2428 "hwui",
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
3789 "compiler": "MSVC", 2463 "compiler": "MSVC",
3790 "configuration": "Debug", 2464 "configuration": "Debug",
3791 "extra_config": "GDI", 2465 "extra_config": "GDI",
3792 "is_trybot": false, 2466 "is_trybot": false,
3793 "os": "Win", 2467 "os": "Win",
3794 "role": "Build", 2468 "role": "Build",
3795 "target_arch": "x86" 2469 "target_arch": "x86"
3796 }, 2470 },
3797 "configuration": "Debug", 2471 "configuration": "Debug",
3798 "dm_flags": [ 2472 "dm_flags": [
2473 "--pre_log",
3799 "--matrix", 2474 "--matrix",
3800 "0", 2475 "0",
3801 "1", 2476 "1",
3802 "1", 2477 "1",
3803 "0", 2478 "0",
3804 "--config", 2479 "--config",
3805 "565", 2480 "565",
3806 "8888", 2481 "8888",
3807 "gpu", 2482 "gpu",
3808 "upright-matrix-8888", 2483 "upright-matrix-8888",
3809 "upright-matrix-gpu", 2484 "upright-matrix-gpu",
3810 "msaa16", 2485 "msaa16",
3811 "pdf", 2486 "pdf",
3812 "pdf_poppler", 2487 "pdf_poppler",
3813 "serialize-8888", 2488 "serialize-8888",
3814 "tiles_rt-8888", 2489 "tiles_rt-8888",
3815 "pic-8888", 2490 "pic-8888",
3816 "--src", 2491 "--src",
3817 "tests", 2492 "tests",
3818 "gm", 2493 "gm",
3819 "image", 2494 "image",
3820 "--blacklist", 2495 "--blacklist",
3821 "_", 2496 "_",
3822 "image", 2497 "image",
3823 "decode",
3824 "pal8os2v2.bmp",
3825 "_",
3826 "image",
3827 "decode",
3828 "pal8v4.bmp",
3829 "_",
3830 "image",
3831 "decode",
3832 "pal8v5.bmp",
3833 "_",
3834 "image",
3835 "decode",
3836 "rgb16-565.bmp",
3837 "_",
3838 "image",
3839 "decode",
3840 "rgb16-565pal.bmp",
3841 "_",
3842 "image",
3843 "decode",
3844 "rgb32-111110.bmp",
3845 "_",
3846 "image",
3847 "decode",
3848 "rgb32bf.bmp",
3849 "_",
3850 "image",
3851 "decode",
3852 "rgba32.bmp",
3853 "_",
3854 "image",
3855 "decode",
3856 "rgba32abf.bmp",
3857 "_",
3858 "image",
3859 "decode",
3860 "rgb24largepal.bmp",
3861 "_",
3862 "image",
3863 "decode",
3864 "pal8os2v2-16.bmp",
3865 "_",
3866 "image",
3867 "decode",
3868 "pal8oversizepal.bmp",
3869 "_",
3870 "image",
3871 "decode",
3872 "pal4rletrns.bmp",
3873 "_",
3874 "image",
3875 "decode",
3876 "pal8rletrns.bmp",
3877 "_",
3878 "image",
3879 "decode",
3880 "4bpp-pixeldata-cropped.bmp",
3881 "_",
3882 "image",
3883 "decode",
3884 "8bpp-pixeldata-cropped.bmp",
3885 "_",
3886 "image",
3887 "decode",
3888 "24bpp-pixeldata-cropped.bmp",
3889 "_",
3890 "image",
3891 "decode",
3892 "32bpp-pixeldata-cropped.bmp",
3893 "_",
3894 "image",
3895 "decode",
3896 "testcase7.bmp",
3897 "_",
3898 "image",
3899 "decode",
3900 "Hopstarter-Mac-Folders-Apple.ico",
3901 "_",
3902 "image",
3903 "decode",
3904 "inc0.gif",
3905 "_",
3906 "image",
3907 "decode",
3908 "inc1.gif",
3909 "_",
3910 "image",
3911 "decode",
3912 "incInterlaced.gif",
3913 "_",
3914 "image",
3915 "decode",
3916 "inc0.jpg",
3917 "_",
3918 "image",
3919 "decode",
3920 "incGray.jpg",
3921 "_",
3922 "image",
3923 "decode",
3924 "inc0.wbmp",
3925 "_",
3926 "image",
3927 "decode",
3928 "inc1.wbmp",
3929 "_",
3930 "image",
3931 "decode",
3932 "inc0.webp",
3933 "_",
3934 "image",
3935 "decode",
3936 "inc1.webp",
3937 "_",
3938 "image",
3939 "decode",
3940 "inc0.ico",
3941 "_",
3942 "image",
3943 "decode",
3944 "inc1.ico",
3945 "_",
3946 "image",
3947 "decode",
3948 "inc0.png",
3949 "_",
3950 "image",
3951 "decode",
3952 "inc1.png",
3953 "_",
3954 "image",
3955 "decode",
3956 "inc2.png",
3957 "_",
3958 "image",
3959 "decode",
3960 "inc12.png",
3961 "_",
3962 "image",
3963 "decode",
3964 "inc13.png",
3965 "_",
3966 "image",
3967 "decode",
3968 "inc14.png",
3969 "_",
3970 "image",
3971 "decode",
3972 "_",
3973 "_",
3974 "image",
3975 "_", 2498 "_",
3976 "interlaced1.png", 2499 "interlaced1.png",
3977 "_", 2500 "_",
3978 "image", 2501 "image",
3979 "_", 2502 "_",
3980 "interlaced2.png", 2503 "interlaced2.png",
3981 "_", 2504 "_",
3982 "image", 2505 "image",
3983 "_", 2506 "_",
3984 "interlaced3.png", 2507 "interlaced3.png",
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
4166 "gm", 2689 "gm",
4167 "_", 2690 "_",
4168 "image-cacherator-from-ctable" 2691 "image-cacherator-from-ctable"
4169 ], 2692 ],
4170 "do_perf_steps": false, 2693 "do_perf_steps": false,
4171 "do_test_steps": false, 2694 "do_test_steps": false,
4172 "env": { 2695 "env": {
4173 "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" 2696 "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"
4174 }, 2697 },
4175 "nanobench_flags": [ 2698 "nanobench_flags": [
2699 "--pre_log",
4176 "--scales", 2700 "--scales",
4177 "1.0", 2701 "1.0",
4178 "1.1", 2702 "1.1",
4179 "--config", 2703 "--config",
4180 "565", 2704 "565",
4181 "8888", 2705 "8888",
4182 "gpu", 2706 "gpu",
4183 "nonrendering", 2707 "nonrendering",
4184 "angle", 2708 "angle",
4185 "hwui", 2709 "hwui",
(...skipping 30 matching lines...) Expand all
4216 "build_targets": [ 2740 "build_targets": [
4217 "most" 2741 "most"
4218 ], 2742 ],
4219 "builder_cfg": { 2743 "builder_cfg": {
4220 "frequency": "PerCommit", 2744 "frequency": "PerCommit",
4221 "is_trybot": false, 2745 "is_trybot": false,
4222 "role": "Housekeeper" 2746 "role": "Housekeeper"
4223 }, 2747 },
4224 "configuration": "Release", 2748 "configuration": "Release",
4225 "dm_flags": [ 2749 "dm_flags": [
2750 "--pre_log",
4226 "--matrix", 2751 "--matrix",
4227 "0", 2752 "0",
4228 "1", 2753 "1",
4229 "1", 2754 "1",
4230 "0", 2755 "0",
4231 "--config", 2756 "--config",
4232 "565", 2757 "565",
4233 "8888", 2758 "8888",
4234 "gpu", 2759 "gpu",
4235 "upright-matrix-8888", 2760 "upright-matrix-8888",
4236 "upright-matrix-gpu", 2761 "upright-matrix-gpu",
4237 "msaa16", 2762 "msaa16",
4238 "pdf", 2763 "pdf",
4239 "pdf_poppler", 2764 "pdf_poppler",
4240 "serialize-8888", 2765 "serialize-8888",
4241 "tiles_rt-8888", 2766 "tiles_rt-8888",
4242 "pic-8888", 2767 "pic-8888",
4243 "--src", 2768 "--src",
4244 "tests", 2769 "tests",
4245 "gm", 2770 "gm",
4246 "image", 2771 "image",
4247 "--blacklist", 2772 "--blacklist",
4248 "_",
4249 "image",
4250 "decode",
4251 "pal8os2v2.bmp",
4252 "_",
4253 "image",
4254 "decode",
4255 "pal8v4.bmp",
4256 "_",
4257 "image",
4258 "decode",
4259 "pal8v5.bmp",
4260 "_",
4261 "image",
4262 "decode",
4263 "rgb16-565.bmp",
4264 "_",
4265 "image",
4266 "decode",
4267 "rgb16-565pal.bmp",
4268 "_",
4269 "image",
4270 "decode",
4271 "rgb32-111110.bmp",
4272 "_",
4273 "image",
4274 "decode",
4275 "rgb32bf.bmp",
4276 "_",
4277 "image",
4278 "decode",
4279 "rgba32.bmp",
4280 "_",
4281 "image",
4282 "decode",
4283 "rgba32abf.bmp",
4284 "_",
4285 "image",
4286 "decode",
4287 "rgb24largepal.bmp",
4288 "_",
4289 "image",
4290 "decode",
4291 "pal8os2v2-16.bmp",
4292 "_",
4293 "image",
4294 "decode",
4295 "pal8oversizepal.bmp",
4296 "_",
4297 "image",
4298 "decode",
4299 "pal4rletrns.bmp",
4300 "_",
4301 "image",
4302 "decode",
4303 "pal8rletrns.bmp",
4304 "_",
4305 "image",
4306 "decode",
4307 "4bpp-pixeldata-cropped.bmp",
4308 "_",
4309 "image",
4310 "decode",
4311 "8bpp-pixeldata-cropped.bmp",
4312 "_",
4313 "image",
4314 "decode",
4315 "24bpp-pixeldata-cropped.bmp",
4316 "_",
4317 "image",
4318 "decode",
4319 "32bpp-pixeldata-cropped.bmp",
4320 "_",
4321 "image",
4322 "decode",
4323 "testcase7.bmp",
4324 "_",
4325 "image",
4326 "decode",
4327 "Hopstarter-Mac-Folders-Apple.ico",
4328 "_",
4329 "image",
4330 "decode",
4331 "inc0.gif",
4332 "_",
4333 "image",
4334 "decode",
4335 "inc1.gif",
4336 "_",
4337 "image",
4338 "decode",
4339 "incInterlaced.gif",
4340 "_",
4341 "image",
4342 "decode",
4343 "inc0.jpg",
4344 "_",
4345 "image",
4346 "decode",
4347 "incGray.jpg",
4348 "_",
4349 "image",
4350 "decode",
4351 "inc0.wbmp",
4352 "_",
4353 "image",
4354 "decode",
4355 "inc1.wbmp",
4356 "_",
4357 "image",
4358 "decode",
4359 "inc0.webp",
4360 "_",
4361 "image",
4362 "decode",
4363 "inc1.webp",
4364 "_",
4365 "image",
4366 "decode",
4367 "inc0.ico",
4368 "_",
4369 "image",
4370 "decode",
4371 "inc1.ico",
4372 "_",
4373 "image",
4374 "decode",
4375 "inc0.png",
4376 "_",
4377 "image",
4378 "decode",
4379 "inc1.png",
4380 "_",
4381 "image",
4382 "decode",
4383 "inc2.png",
4384 "_",
4385 "image",
4386 "decode",
4387 "inc12.png",
4388 "_",
4389 "image",
4390 "decode",
4391 "inc13.png",
4392 "_",
4393 "image",
4394 "decode",
4395 "inc14.png",
4396 "serialize-8888", 2773 "serialize-8888",
4397 "gm", 2774 "gm",
4398 "_", 2775 "_",
4399 "not_native32_bitmap_config", 2776 "not_native32_bitmap_config",
4400 "serialize-8888", 2777 "serialize-8888",
4401 "gm", 2778 "gm",
4402 "_", 2779 "_",
4403 "bleed_image", 2780 "bleed_image",
4404 "serialize-8888", 2781 "serialize-8888",
4405 "gm", 2782 "gm",
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
4577 "gm", 2954 "gm",
4578 "_", 2955 "_",
4579 "image-cacherator-from-ctable" 2956 "image-cacherator-from-ctable"
4580 ], 2957 ],
4581 "do_perf_steps": false, 2958 "do_perf_steps": false,
4582 "do_test_steps": false, 2959 "do_test_steps": false,
4583 "env": { 2960 "env": {
4584 "GYP_DEFINES": "skia_shared_lib=1 skia_warnings_as_errors=0" 2961 "GYP_DEFINES": "skia_shared_lib=1 skia_warnings_as_errors=0"
4585 }, 2962 },
4586 "nanobench_flags": [ 2963 "nanobench_flags": [
2964 "--pre_log",
4587 "--scales", 2965 "--scales",
4588 "1.0", 2966 "1.0",
4589 "1.1", 2967 "1.1",
4590 "--config", 2968 "--config",
4591 "565", 2969 "565",
4592 "8888", 2970 "8888",
4593 "gpu", 2971 "gpu",
4594 "nonrendering", 2972 "nonrendering",
4595 "angle", 2973 "angle",
4596 "hwui", 2974 "hwui",
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
4632 "cpu_or_gpu_value": "Adreno330", 3010 "cpu_or_gpu_value": "Adreno330",
4633 "extra_config": "Appurify", 3011 "extra_config": "Appurify",
4634 "is_trybot": false, 3012 "is_trybot": false,
4635 "model": "Nexus5", 3013 "model": "Nexus5",
4636 "os": "Android", 3014 "os": "Android",
4637 "role": "Perf" 3015 "role": "Perf"
4638 }, 3016 },
4639 "configuration": "Release", 3017 "configuration": "Release",
4640 "device_cfg": "arm_v7_neon", 3018 "device_cfg": "arm_v7_neon",
4641 "dm_flags": [ 3019 "dm_flags": [
3020 "--pre_log",
4642 "--config", 3021 "--config",
4643 "565", 3022 "565",
4644 "8888", 3023 "8888",
4645 "gpu", 3024 "gpu",
4646 "msaa4", 3025 "msaa4",
4647 "serialize-8888", 3026 "serialize-8888",
4648 "tiles_rt-8888", 3027 "tiles_rt-8888",
4649 "pic-8888", 3028 "pic-8888",
4650 "--src", 3029 "--src",
4651 "tests", 3030 "tests",
4652 "gm", 3031 "gm",
3032 "image",
4653 "--blacklist", 3033 "--blacklist",
4654 "_",
4655 "image",
4656 "decode",
4657 "pal8os2v2.bmp",
4658 "_",
4659 "image",
4660 "decode",
4661 "pal8v4.bmp",
4662 "_",
4663 "image",
4664 "decode",
4665 "pal8v5.bmp",
4666 "_",
4667 "image",
4668 "decode",
4669 "rgb16-565.bmp",
4670 "_",
4671 "image",
4672 "decode",
4673 "rgb16-565pal.bmp",
4674 "_",
4675 "image",
4676 "decode",
4677 "rgb32-111110.bmp",
4678 "_",
4679 "image",
4680 "decode",
4681 "rgb32bf.bmp",
4682 "_",
4683 "image",
4684 "decode",
4685 "rgba32.bmp",
4686 "_",
4687 "image",
4688 "decode",
4689 "rgba32abf.bmp",
4690 "_",
4691 "image",
4692 "decode",
4693 "rgb24largepal.bmp",
4694 "_",
4695 "image",
4696 "decode",
4697 "pal8os2v2-16.bmp",
4698 "_",
4699 "image",
4700 "decode",
4701 "pal8oversizepal.bmp",
4702 "_",
4703 "image",
4704 "decode",
4705 "pal4rletrns.bmp",
4706 "_",
4707 "image",
4708 "decode",
4709 "pal8rletrns.bmp",
4710 "_",
4711 "image",
4712 "decode",
4713 "4bpp-pixeldata-cropped.bmp",
4714 "_",
4715 "image",
4716 "decode",
4717 "8bpp-pixeldata-cropped.bmp",
4718 "_",
4719 "image",
4720 "decode",
4721 "24bpp-pixeldata-cropped.bmp",
4722 "_",
4723 "image",
4724 "decode",
4725 "32bpp-pixeldata-cropped.bmp",
4726 "_",
4727 "image",
4728 "decode",
4729 "testcase7.bmp",
4730 "_",
4731 "image",
4732 "decode",
4733 "Hopstarter-Mac-Folders-Apple.ico",
4734 "_",
4735 "image",
4736 "decode",
4737 "inc0.gif",
4738 "_",
4739 "image",
4740 "decode",
4741 "inc1.gif",
4742 "_",
4743 "image",
4744 "decode",
4745 "incInterlaced.gif",
4746 "_",
4747 "image",
4748 "decode",
4749 "inc0.jpg",
4750 "_",
4751 "image",
4752 "decode",
4753 "incGray.jpg",
4754 "_",
4755 "image",
4756 "decode",
4757 "inc0.wbmp",
4758 "_",
4759 "image",
4760 "decode",
4761 "inc1.wbmp",
4762 "_",
4763 "image",
4764 "decode",
4765 "inc0.webp",
4766 "_",
4767 "image",
4768 "decode",
4769 "inc1.webp",
4770 "_",
4771 "image",
4772 "decode",
4773 "inc0.ico",
4774 "_",
4775 "image",
4776 "decode",
4777 "inc1.ico",
4778 "_",
4779 "image",
4780 "decode",
4781 "inc0.png",
4782 "_",
4783 "image",
4784 "decode",
4785 "inc1.png",
4786 "_",
4787 "image",
4788 "decode",
4789 "inc2.png",
4790 "_",
4791 "image",
4792 "decode",
4793 "inc12.png",
4794 "_",
4795 "image",
4796 "decode",
4797 "inc13.png",
4798 "_",
4799 "image",
4800 "decode",
4801 "inc14.png",
4802 "serialize-8888", 3034 "serialize-8888",
4803 "gm", 3035 "gm",
4804 "_", 3036 "_",
4805 "not_native32_bitmap_config", 3037 "not_native32_bitmap_config",
4806 "serialize-8888", 3038 "serialize-8888",
4807 "gm", 3039 "gm",
4808 "_", 3040 "_",
4809 "bleed_image", 3041 "bleed_image",
4810 "serialize-8888", 3042 "serialize-8888",
4811 "gm", 3043 "gm",
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
4975 "gm", 3207 "gm",
4976 "_", 3208 "_",
4977 "image-cacherator-from-ctable", 3209 "image-cacherator-from-ctable",
4978 "2ndpic-8888", 3210 "2ndpic-8888",
4979 "gm", 3211 "gm",
4980 "_", 3212 "_",
4981 "image-cacherator-from-ctable", 3213 "image-cacherator-from-ctable",
4982 "serialize-8888", 3214 "serialize-8888",
4983 "gm", 3215 "gm",
4984 "_", 3216 "_",
4985 "image-cacherator-from-ctable" 3217 "image-cacherator-from-ctable",
3218 "_",
3219 "image",
3220 "_",
3221 ".arw",
3222 "_",
3223 "image",
3224 "_",
3225 ".cr2",
3226 "_",
3227 "image",
3228 "_",
3229 ".dng",
3230 "_",
3231 "image",
3232 "_",
3233 ".nef",
3234 "_",
3235 "image",
3236 "_",
3237 ".nrw",
3238 "_",
3239 "image",
3240 "_",
3241 ".orf",
3242 "_",
3243 "image",
3244 "_",
3245 ".raf",
3246 "_",
3247 "image",
3248 "_",
3249 ".rw2",
3250 "_",
3251 "image",
3252 "_",
3253 ".pef",
3254 "_",
3255 "image",
3256 "_",
3257 ".srw",
3258 "_",
3259 "image",
3260 "_",
3261 ".ARW",
3262 "_",
3263 "image",
3264 "_",
3265 ".CR2",
3266 "_",
3267 "image",
3268 "_",
3269 ".DNG",
3270 "_",
3271 "image",
3272 "_",
3273 ".NEF",
3274 "_",
3275 "image",
3276 "_",
3277 ".NRW",
3278 "_",
3279 "image",
3280 "_",
3281 ".ORF",
3282 "_",
3283 "image",
3284 "_",
3285 ".RAF",
3286 "_",
3287 "image",
3288 "_",
3289 ".RW2",
3290 "_",
3291 "image",
3292 "_",
3293 ".PEF",
3294 "_",
3295 "image",
3296 "_",
3297 ".SRW",
3298 "--noRAW_threading"
4986 ], 3299 ],
4987 "do_perf_steps": true, 3300 "do_perf_steps": true,
4988 "do_test_steps": false, 3301 "do_test_steps": false,
4989 "env": { 3302 "env": {
4990 "GYP_DEFINES": "skia_arch_type=arm skia_dump_stats=1 skia_warnings_as_erro rs=0" 3303 "GYP_DEFINES": "skia_arch_type=arm skia_dump_stats=1 skia_warnings_as_erro rs=0"
4991 }, 3304 },
4992 "nanobench_flags": [ 3305 "nanobench_flags": [
3306 "--pre_log",
4993 "--images", 3307 "--images",
4994 "--gpuStatsDump", 3308 "--gpuStatsDump",
4995 "true", 3309 "true",
3310 "--useThermalManager",
3311 "1,1,10,1000",
4996 "--match", 3312 "--match",
4997 "~blurroundrect", 3313 "~blurroundrect",
4998 "~patch_grid", 3314 "~patch_grid",
4999 "~desk_carsvg", 3315 "~desk_carsvg",
5000 "~inc0.gif", 3316 "~inc0.gif",
5001 "~inc1.gif", 3317 "~inc1.gif",
5002 "~incInterlaced.gif", 3318 "~incInterlaced.gif",
5003 "~inc0.jpg", 3319 "~inc0.jpg",
5004 "~incGray.jpg", 3320 "~incGray.jpg",
5005 "~inc0.wbmp", 3321 "~inc0.wbmp",
(...skipping 25 matching lines...) Expand all
5031 "cpu_or_gpu": "GPU", 3347 "cpu_or_gpu": "GPU",
5032 "cpu_or_gpu_value": "GTX660", 3348 "cpu_or_gpu_value": "GTX660",
5033 "extra_config": "VisualBench", 3349 "extra_config": "VisualBench",
5034 "is_trybot": false, 3350 "is_trybot": false,
5035 "model": "ShuttleA", 3351 "model": "ShuttleA",
5036 "os": "Ubuntu", 3352 "os": "Ubuntu",
5037 "role": "Perf" 3353 "role": "Perf"
5038 }, 3354 },
5039 "configuration": "Release", 3355 "configuration": "Release",
5040 "dm_flags": [ 3356 "dm_flags": [
3357 "--pre_log",
5041 "--matrix", 3358 "--matrix",
5042 "0", 3359 "0",
5043 "1", 3360 "1",
5044 "1", 3361 "1",
5045 "0", 3362 "0",
5046 "--config", 3363 "--config",
5047 "565", 3364 "565",
5048 "8888", 3365 "8888",
5049 "gpu", 3366 "gpu",
5050 "upright-matrix-8888", 3367 "upright-matrix-8888",
5051 "upright-matrix-gpu", 3368 "upright-matrix-gpu",
5052 "nvprmsaa16", 3369 "nvprmsaa16",
5053 "msaa16", 3370 "msaa16",
5054 "pdf", 3371 "pdf",
5055 "pdf_poppler", 3372 "pdf_poppler",
5056 "serialize-8888", 3373 "serialize-8888",
5057 "tiles_rt-8888", 3374 "tiles_rt-8888",
5058 "pic-8888", 3375 "pic-8888",
5059 "--src", 3376 "--src",
5060 "tests", 3377 "tests",
5061 "gm", 3378 "gm",
3379 "image",
5062 "--blacklist", 3380 "--blacklist",
5063 "_", 3381 "_",
5064 "image", 3382 "image",
5065 "decode",
5066 "pal8os2v2.bmp",
5067 "_", 3383 "_",
5068 "image",
5069 "decode",
5070 "pal8v4.bmp",
5071 "_",
5072 "image",
5073 "decode",
5074 "pal8v5.bmp",
5075 "_",
5076 "image",
5077 "decode",
5078 "rgb16-565.bmp",
5079 "_",
5080 "image",
5081 "decode",
5082 "rgb16-565pal.bmp",
5083 "_",
5084 "image",
5085 "decode",
5086 "rgb32-111110.bmp",
5087 "_",
5088 "image",
5089 "decode",
5090 "rgb32bf.bmp",
5091 "_",
5092 "image",
5093 "decode",
5094 "rgba32.bmp",
5095 "_",
5096 "image",
5097 "decode",
5098 "rgba32abf.bmp",
5099 "_",
5100 "image",
5101 "decode",
5102 "rgb24largepal.bmp",
5103 "_",
5104 "image",
5105 "decode",
5106 "pal8os2v2-16.bmp",
5107 "_",
5108 "image",
5109 "decode",
5110 "pal8oversizepal.bmp",
5111 "_",
5112 "image",
5113 "decode",
5114 "pal4rletrns.bmp",
5115 "_",
5116 "image",
5117 "decode",
5118 "pal8rletrns.bmp",
5119 "_",
5120 "image",
5121 "decode",
5122 "4bpp-pixeldata-cropped.bmp",
5123 "_",
5124 "image",
5125 "decode",
5126 "8bpp-pixeldata-cropped.bmp",
5127 "_",
5128 "image",
5129 "decode",
5130 "24bpp-pixeldata-cropped.bmp",
5131 "_",
5132 "image",
5133 "decode",
5134 "32bpp-pixeldata-cropped.bmp",
5135 "_",
5136 "image",
5137 "decode",
5138 "testcase7.bmp",
5139 "_",
5140 "image",
5141 "decode",
5142 "Hopstarter-Mac-Folders-Apple.ico",
5143 "_",
5144 "image",
5145 "decode",
5146 "inc0.gif",
5147 "_",
5148 "image",
5149 "decode",
5150 "inc1.gif",
5151 "_",
5152 "image",
5153 "decode",
5154 "incInterlaced.gif",
5155 "_",
5156 "image",
5157 "decode",
5158 "inc0.jpg",
5159 "_",
5160 "image",
5161 "decode",
5162 "incGray.jpg",
5163 "_",
5164 "image",
5165 "decode",
5166 "inc0.wbmp",
5167 "_",
5168 "image",
5169 "decode",
5170 "inc1.wbmp",
5171 "_",
5172 "image",
5173 "decode",
5174 "inc0.webp",
5175 "_",
5176 "image",
5177 "decode",
5178 "inc1.webp",
5179 "_",
5180 "image",
5181 "decode",
5182 "inc0.ico",
5183 "_",
5184 "image",
5185 "decode",
5186 "inc1.ico",
5187 "_",
5188 "image",
5189 "decode",
5190 "inc0.png",
5191 "_",
5192 "image",
5193 "decode",
5194 "inc1.png",
5195 "_",
5196 "image",
5197 "decode",
5198 "inc2.png",
5199 "_",
5200 "image",
5201 "decode",
5202 "inc12.png",
5203 "_",
5204 "image",
5205 "decode",
5206 "inc13.png",
5207 "_",
5208 "image",
5209 "decode",
5210 "inc14.png",
5211 "_",
5212 "image",
5213 "_",
5214 "interlaced1.png", 3384 "interlaced1.png",
5215 "_", 3385 "_",
5216 "image", 3386 "image",
5217 "_", 3387 "_",
5218 "interlaced2.png", 3388 "interlaced2.png",
5219 "_", 3389 "_",
5220 "image", 3390 "image",
5221 "_", 3391 "_",
5222 "interlaced3.png", 3392 "interlaced3.png",
5223 "serialize-8888", 3393 "serialize-8888",
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
5396 "gm", 3566 "gm",
5397 "_", 3567 "_",
5398 "image-cacherator-from-ctable", 3568 "image-cacherator-from-ctable",
5399 "2ndpic-8888", 3569 "2ndpic-8888",
5400 "gm", 3570 "gm",
5401 "_", 3571 "_",
5402 "image-cacherator-from-ctable", 3572 "image-cacherator-from-ctable",
5403 "serialize-8888", 3573 "serialize-8888",
5404 "gm", 3574 "gm",
5405 "_", 3575 "_",
5406 "image-cacherator-from-ctable" 3576 "image-cacherator-from-ctable",
3577 "_",
3578 "image",
3579 "_",
3580 ".arw",
3581 "_",
3582 "image",
3583 "_",
3584 ".cr2",
3585 "_",
3586 "image",
3587 "_",
3588 ".dng",
3589 "_",
3590 "image",
3591 "_",
3592 ".nef",
3593 "_",
3594 "image",
3595 "_",
3596 ".nrw",
3597 "_",
3598 "image",
3599 "_",
3600 ".orf",
3601 "_",
3602 "image",
3603 "_",
3604 ".raf",
3605 "_",
3606 "image",
3607 "_",
3608 ".rw2",
3609 "_",
3610 "image",
3611 "_",
3612 ".pef",
3613 "_",
3614 "image",
3615 "_",
3616 ".srw",
3617 "_",
3618 "image",
3619 "_",
3620 ".ARW",
3621 "_",
3622 "image",
3623 "_",
3624 ".CR2",
3625 "_",
3626 "image",
3627 "_",
3628 ".DNG",
3629 "_",
3630 "image",
3631 "_",
3632 ".NEF",
3633 "_",
3634 "image",
3635 "_",
3636 ".NRW",
3637 "_",
3638 "image",
3639 "_",
3640 ".ORF",
3641 "_",
3642 "image",
3643 "_",
3644 ".RAF",
3645 "_",
3646 "image",
3647 "_",
3648 ".RW2",
3649 "_",
3650 "image",
3651 "_",
3652 ".PEF",
3653 "_",
3654 "image",
3655 "_",
3656 ".SRW"
5407 ], 3657 ],
5408 "do_perf_steps": true, 3658 "do_perf_steps": true,
5409 "do_test_steps": false, 3659 "do_test_steps": false,
5410 "env": { 3660 "env": {
5411 "GYP_DEFINES": "skia_arch_type=x86_64 skia_dump_stats=1 skia_use_sdl=1 ski a_warnings_as_errors=0" 3661 "GYP_DEFINES": "skia_arch_type=x86_64 skia_dump_stats=1 skia_use_sdl=1 ski a_warnings_as_errors=0"
5412 }, 3662 },
5413 "nanobench_flags": [ 3663 "nanobench_flags": [
3664 "--pre_log",
5414 "--images", 3665 "--images",
5415 "--gpuStatsDump", 3666 "--gpuStatsDump",
5416 "true", 3667 "true",
5417 "--scales", 3668 "--scales",
5418 "1.0", 3669 "1.0",
5419 "1.1", 3670 "1.1",
5420 "--config", 3671 "--config",
5421 "565", 3672 "565",
5422 "8888", 3673 "8888",
5423 "gpu", 3674 "gpu",
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
5463 "configuration": "Release", 3714 "configuration": "Release",
5464 "cpu_or_gpu": "GPU", 3715 "cpu_or_gpu": "GPU",
5465 "cpu_or_gpu_value": "HD4600", 3716 "cpu_or_gpu_value": "HD4600",
5466 "is_trybot": true, 3717 "is_trybot": true,
5467 "model": "ShuttleB", 3718 "model": "ShuttleB",
5468 "os": "Win8", 3719 "os": "Win8",
5469 "role": "Perf" 3720 "role": "Perf"
5470 }, 3721 },
5471 "configuration": "Release_x64", 3722 "configuration": "Release_x64",
5472 "dm_flags": [ 3723 "dm_flags": [
3724 "--pre_log",
5473 "--matrix", 3725 "--matrix",
5474 "0", 3726 "0",
5475 "1", 3727 "1",
5476 "1", 3728 "1",
5477 "0", 3729 "0",
5478 "--config", 3730 "--config",
5479 "565", 3731 "565",
5480 "8888", 3732 "8888",
5481 "gpu", 3733 "gpu",
5482 "upright-matrix-8888", 3734 "upright-matrix-8888",
5483 "upright-matrix-gpu", 3735 "upright-matrix-gpu",
5484 "msaa16", 3736 "msaa16",
5485 "pdf", 3737 "pdf",
5486 "pdf_poppler", 3738 "pdf_poppler",
5487 "serialize-8888", 3739 "serialize-8888",
5488 "tiles_rt-8888", 3740 "tiles_rt-8888",
5489 "pic-8888", 3741 "pic-8888",
5490 "--src", 3742 "--src",
5491 "tests", 3743 "tests",
5492 "gm", 3744 "gm",
3745 "image",
5493 "--blacklist", 3746 "--blacklist",
5494 "_", 3747 "_",
5495 "image", 3748 "image",
5496 "decode",
5497 "pal8os2v2.bmp",
5498 "_",
5499 "image",
5500 "decode",
5501 "pal8v4.bmp",
5502 "_",
5503 "image",
5504 "decode",
5505 "pal8v5.bmp",
5506 "_",
5507 "image",
5508 "decode",
5509 "rgb16-565.bmp",
5510 "_",
5511 "image",
5512 "decode",
5513 "rgb16-565pal.bmp",
5514 "_",
5515 "image",
5516 "decode",
5517 "rgb32-111110.bmp",
5518 "_",
5519 "image",
5520 "decode",
5521 "rgb32bf.bmp",
5522 "_",
5523 "image",
5524 "decode",
5525 "rgba32.bmp",
5526 "_",
5527 "image",
5528 "decode",
5529 "rgba32abf.bmp",
5530 "_",
5531 "image",
5532 "decode",
5533 "rgb24largepal.bmp",
5534 "_",
5535 "image",
5536 "decode",
5537 "pal8os2v2-16.bmp",
5538 "_",
5539 "image",
5540 "decode",
5541 "pal8oversizepal.bmp",
5542 "_",
5543 "image",
5544 "decode",
5545 "pal4rletrns.bmp",
5546 "_",
5547 "image",
5548 "decode",
5549 "pal8rletrns.bmp",
5550 "_",
5551 "image",
5552 "decode",
5553 "4bpp-pixeldata-cropped.bmp",
5554 "_",
5555 "image",
5556 "decode",
5557 "8bpp-pixeldata-cropped.bmp",
5558 "_",
5559 "image",
5560 "decode",
5561 "24bpp-pixeldata-cropped.bmp",
5562 "_",
5563 "image",
5564 "decode",
5565 "32bpp-pixeldata-cropped.bmp",
5566 "_",
5567 "image",
5568 "decode",
5569 "testcase7.bmp",
5570 "_",
5571 "image",
5572 "decode",
5573 "Hopstarter-Mac-Folders-Apple.ico",
5574 "_",
5575 "image",
5576 "decode",
5577 "inc0.gif",
5578 "_",
5579 "image",
5580 "decode",
5581 "inc1.gif",
5582 "_",
5583 "image",
5584 "decode",
5585 "incInterlaced.gif",
5586 "_",
5587 "image",
5588 "decode",
5589 "inc0.jpg",
5590 "_",
5591 "image",
5592 "decode",
5593 "incGray.jpg",
5594 "_",
5595 "image",
5596 "decode",
5597 "inc0.wbmp",
5598 "_",
5599 "image",
5600 "decode",
5601 "inc1.wbmp",
5602 "_",
5603 "image",
5604 "decode",
5605 "inc0.webp",
5606 "_",
5607 "image",
5608 "decode",
5609 "inc1.webp",
5610 "_",
5611 "image",
5612 "decode",
5613 "inc0.ico",
5614 "_",
5615 "image",
5616 "decode",
5617 "inc1.ico",
5618 "_",
5619 "image",
5620 "decode",
5621 "inc0.png",
5622 "_",
5623 "image",
5624 "decode",
5625 "inc1.png",
5626 "_",
5627 "image",
5628 "decode",
5629 "inc2.png",
5630 "_",
5631 "image",
5632 "decode",
5633 "inc12.png",
5634 "_",
5635 "image",
5636 "decode",
5637 "inc13.png",
5638 "_",
5639 "image",
5640 "decode",
5641 "inc14.png",
5642 "_",
5643 "image",
5644 "decode",
5645 "_",
5646 "_",
5647 "image",
5648 "_", 3749 "_",
5649 "interlaced1.png", 3750 "interlaced1.png",
5650 "_", 3751 "_",
5651 "image", 3752 "image",
5652 "_", 3753 "_",
5653 "interlaced2.png", 3754 "interlaced2.png",
5654 "_", 3755 "_",
5655 "image", 3756 "image",
5656 "_", 3757 "_",
5657 "interlaced3.png", 3758 "interlaced3.png",
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
5831 "gm", 3932 "gm",
5832 "_", 3933 "_",
5833 "image-cacherator-from-ctable", 3934 "image-cacherator-from-ctable",
5834 "2ndpic-8888", 3935 "2ndpic-8888",
5835 "gm", 3936 "gm",
5836 "_", 3937 "_",
5837 "image-cacherator-from-ctable", 3938 "image-cacherator-from-ctable",
5838 "serialize-8888", 3939 "serialize-8888",
5839 "gm", 3940 "gm",
5840 "_", 3941 "_",
5841 "image-cacherator-from-ctable" 3942 "image-cacherator-from-ctable",
3943 "_",
3944 "image",
3945 "_",
3946 ".arw",
3947 "_",
3948 "image",
3949 "_",
3950 ".cr2",
3951 "_",
3952 "image",
3953 "_",
3954 ".dng",
3955 "_",
3956 "image",
3957 "_",
3958 ".nef",
3959 "_",
3960 "image",
3961 "_",
3962 ".nrw",
3963 "_",
3964 "image",
3965 "_",
3966 ".orf",
3967 "_",
3968 "image",
3969 "_",
3970 ".raf",
3971 "_",
3972 "image",
3973 "_",
3974 ".rw2",
3975 "_",
3976 "image",
3977 "_",
3978 ".pef",
3979 "_",
3980 "image",
3981 "_",
3982 ".srw",
3983 "_",
3984 "image",
3985 "_",
3986 ".ARW",
3987 "_",
3988 "image",
3989 "_",
3990 ".CR2",
3991 "_",
3992 "image",
3993 "_",
3994 ".DNG",
3995 "_",
3996 "image",
3997 "_",
3998 ".NEF",
3999 "_",
4000 "image",
4001 "_",
4002 ".NRW",
4003 "_",
4004 "image",
4005 "_",
4006 ".ORF",
4007 "_",
4008 "image",
4009 "_",
4010 ".RAF",
4011 "_",
4012 "image",
4013 "_",
4014 ".RW2",
4015 "_",
4016 "image",
4017 "_",
4018 ".PEF",
4019 "_",
4020 "image",
4021 "_",
4022 ".SRW"
5842 ], 4023 ],
5843 "do_perf_steps": true, 4024 "do_perf_steps": true,
5844 "do_test_steps": false, 4025 "do_test_steps": false,
5845 "env": { 4026 "env": {
5846 "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" 4027 "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"
5847 }, 4028 },
5848 "nanobench_flags": [ 4029 "nanobench_flags": [
4030 "--pre_log",
5849 "--images", 4031 "--images",
5850 "--gpuStatsDump", 4032 "--gpuStatsDump",
5851 "true", 4033 "true",
5852 "--scales", 4034 "--scales",
5853 "1.0", 4035 "1.0",
5854 "1.1", 4036 "1.1",
5855 "--config", 4037 "--config",
5856 "565", 4038 "565",
5857 "8888", 4039 "8888",
5858 "gpu", 4040 "gpu",
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
5899 "cpu_or_gpu": "GPU", 4081 "cpu_or_gpu": "GPU",
5900 "cpu_or_gpu_value": "SGX544", 4082 "cpu_or_gpu_value": "SGX544",
5901 "is_trybot": false, 4083 "is_trybot": false,
5902 "model": "GalaxyS4", 4084 "model": "GalaxyS4",
5903 "os": "Android", 4085 "os": "Android",
5904 "role": "Test" 4086 "role": "Test"
5905 }, 4087 },
5906 "configuration": "Debug", 4088 "configuration": "Debug",
5907 "device_cfg": "arm_v7_neon", 4089 "device_cfg": "arm_v7_neon",
5908 "dm_flags": [ 4090 "dm_flags": [
4091 "--pre_log",
5909 "--config", 4092 "--config",
5910 "565", 4093 "565",
5911 "8888", 4094 "8888",
5912 "gpu", 4095 "gpu",
5913 "serialize-8888", 4096 "serialize-8888",
5914 "tiles_rt-8888", 4097 "tiles_rt-8888",
5915 "pic-8888", 4098 "pic-8888",
5916 "--src", 4099 "--src",
5917 "tests", 4100 "tests",
5918 "gm", 4101 "gm",
4102 "image",
5919 "--threads", 4103 "--threads",
5920 "0", 4104 "0",
5921 "--blacklist", 4105 "--blacklist",
5922 "_",
5923 "image",
5924 "decode",
5925 "pal8os2v2.bmp",
5926 "_",
5927 "image",
5928 "decode",
5929 "pal8v4.bmp",
5930 "_",
5931 "image",
5932 "decode",
5933 "pal8v5.bmp",
5934 "_",
5935 "image",
5936 "decode",
5937 "rgb16-565.bmp",
5938 "_",
5939 "image",
5940 "decode",
5941 "rgb16-565pal.bmp",
5942 "_",
5943 "image",
5944 "decode",
5945 "rgb32-111110.bmp",
5946 "_",
5947 "image",
5948 "decode",
5949 "rgb32bf.bmp",
5950 "_",
5951 "image",
5952 "decode",
5953 "rgba32.bmp",
5954 "_",
5955 "image",
5956 "decode",
5957 "rgba32abf.bmp",
5958 "_",
5959 "image",
5960 "decode",
5961 "rgb24largepal.bmp",
5962 "_",
5963 "image",
5964 "decode",
5965 "pal8os2v2-16.bmp",
5966 "_",
5967 "image",
5968 "decode",
5969 "pal8oversizepal.bmp",
5970 "_",
5971 "image",
5972 "decode",
5973 "pal4rletrns.bmp",
5974 "_",
5975 "image",
5976 "decode",
5977 "pal8rletrns.bmp",
5978 "_",
5979 "image",
5980 "decode",
5981 "4bpp-pixeldata-cropped.bmp",
5982 "_",
5983 "image",
5984 "decode",
5985 "8bpp-pixeldata-cropped.bmp",
5986 "_",
5987 "image",
5988 "decode",
5989 "24bpp-pixeldata-cropped.bmp",
5990 "_",
5991 "image",
5992 "decode",
5993 "32bpp-pixeldata-cropped.bmp",
5994 "_",
5995 "image",
5996 "decode",
5997 "testcase7.bmp",
5998 "_",
5999 "image",
6000 "decode",
6001 "Hopstarter-Mac-Folders-Apple.ico",
6002 "_",
6003 "image",
6004 "decode",
6005 "inc0.gif",
6006 "_",
6007 "image",
6008 "decode",
6009 "inc1.gif",
6010 "_",
6011 "image",
6012 "decode",
6013 "incInterlaced.gif",
6014 "_",
6015 "image",
6016 "decode",
6017 "inc0.jpg",
6018 "_",
6019 "image",
6020 "decode",
6021 "incGray.jpg",
6022 "_",
6023 "image",
6024 "decode",
6025 "inc0.wbmp",
6026 "_",
6027 "image",
6028 "decode",
6029 "inc1.wbmp",
6030 "_",
6031 "image",
6032 "decode",
6033 "inc0.webp",
6034 "_",
6035 "image",
6036 "decode",
6037 "inc1.webp",
6038 "_",
6039 "image",
6040 "decode",
6041 "inc0.ico",
6042 "_",
6043 "image",
6044 "decode",
6045 "inc1.ico",
6046 "_",
6047 "image",
6048 "decode",
6049 "inc0.png",
6050 "_",
6051 "image",
6052 "decode",
6053 "inc1.png",
6054 "_",
6055 "image",
6056 "decode",
6057 "inc2.png",
6058 "_",
6059 "image",
6060 "decode",
6061 "inc12.png",
6062 "_",
6063 "image",
6064 "decode",
6065 "inc13.png",
6066 "_",
6067 "image",
6068 "decode",
6069 "inc14.png",
6070 "serialize-8888", 4106 "serialize-8888",
6071 "gm", 4107 "gm",
6072 "_", 4108 "_",
6073 "not_native32_bitmap_config", 4109 "not_native32_bitmap_config",
6074 "serialize-8888", 4110 "serialize-8888",
6075 "gm", 4111 "gm",
6076 "_", 4112 "_",
6077 "bleed_image", 4113 "bleed_image",
6078 "serialize-8888", 4114 "serialize-8888",
6079 "gm", 4115 "gm",
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
6244 "_", 4280 "_",
6245 "image-cacherator-from-ctable", 4281 "image-cacherator-from-ctable",
6246 "2ndpic-8888", 4282 "2ndpic-8888",
6247 "gm", 4283 "gm",
6248 "_", 4284 "_",
6249 "image-cacherator-from-ctable", 4285 "image-cacherator-from-ctable",
6250 "serialize-8888", 4286 "serialize-8888",
6251 "gm", 4287 "gm",
6252 "_", 4288 "_",
6253 "image-cacherator-from-ctable", 4289 "image-cacherator-from-ctable",
4290 "_",
4291 "image",
4292 "_",
4293 ".arw",
4294 "_",
4295 "image",
4296 "_",
4297 ".cr2",
4298 "_",
4299 "image",
4300 "_",
4301 ".dng",
4302 "_",
4303 "image",
4304 "_",
4305 ".nef",
4306 "_",
4307 "image",
4308 "_",
4309 ".nrw",
4310 "_",
4311 "image",
4312 "_",
4313 ".orf",
4314 "_",
4315 "image",
4316 "_",
4317 ".raf",
4318 "_",
4319 "image",
4320 "_",
4321 ".rw2",
4322 "_",
4323 "image",
4324 "_",
4325 ".pef",
4326 "_",
4327 "image",
4328 "_",
4329 ".srw",
4330 "_",
4331 "image",
4332 "_",
4333 ".ARW",
4334 "_",
4335 "image",
4336 "_",
4337 ".CR2",
4338 "_",
4339 "image",
4340 "_",
4341 ".DNG",
4342 "_",
4343 "image",
4344 "_",
4345 ".NEF",
4346 "_",
4347 "image",
4348 "_",
4349 ".NRW",
4350 "_",
4351 "image",
4352 "_",
4353 ".ORF",
4354 "_",
4355 "image",
4356 "_",
4357 ".RAF",
4358 "_",
4359 "image",
4360 "_",
4361 ".RW2",
4362 "_",
4363 "image",
4364 "_",
4365 ".PEF",
4366 "_",
4367 "image",
4368 "_",
4369 ".SRW",
6254 "--match", 4370 "--match",
6255 "~imagefiltersclipped", 4371 "~imagefiltersclipped",
6256 "~imagefilterscropexpand", 4372 "~imagefilterscropexpand",
6257 "~scaled_tilemodes_npot", 4373 "~scaled_tilemodes_npot",
6258 "~bleed_image", 4374 "~bleed_image",
6259 "~ReadPixels" 4375 "~ReadPixels"
6260 ], 4376 ],
6261 "do_perf_steps": false, 4377 "do_perf_steps": false,
6262 "do_test_steps": true, 4378 "do_test_steps": true,
6263 "env": { 4379 "env": {
6264 "GYP_DEFINES": "skia_arch_type=arm skia_warnings_as_errors=0" 4380 "GYP_DEFINES": "skia_arch_type=arm skia_warnings_as_errors=0"
6265 }, 4381 },
6266 "nanobench_flags": [ 4382 "nanobench_flags": [
4383 "--pre_log",
6267 "--images", 4384 "--images",
6268 "--gpuStatsDump", 4385 "--gpuStatsDump",
6269 "true", 4386 "true",
4387 "--useThermalManager",
4388 "1,1,10,1000",
6270 "--scales", 4389 "--scales",
6271 "1.0", 4390 "1.0",
6272 "1.1", 4391 "1.1",
6273 "--config", 4392 "--config",
6274 "565", 4393 "565",
6275 "8888", 4394 "8888",
6276 "gpu", 4395 "gpu",
6277 "nonrendering", 4396 "nonrendering",
6278 "angle", 4397 "angle",
6279 "hwui", 4398 "hwui",
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
6317 "cpu_or_gpu": "GPU", 4436 "cpu_or_gpu": "GPU",
6318 "cpu_or_gpu_value": "Adreno420", 4437 "cpu_or_gpu_value": "Adreno420",
6319 "is_trybot": false, 4438 "is_trybot": false,
6320 "model": "Nexus6", 4439 "model": "Nexus6",
6321 "os": "Android", 4440 "os": "Android",
6322 "role": "Test" 4441 "role": "Test"
6323 }, 4442 },
6324 "configuration": "Debug", 4443 "configuration": "Debug",
6325 "device_cfg": "arm_v7_neon", 4444 "device_cfg": "arm_v7_neon",
6326 "dm_flags": [ 4445 "dm_flags": [
4446 "--pre_log",
6327 "--config", 4447 "--config",
6328 "565", 4448 "565",
6329 "8888", 4449 "8888",
6330 "gpu", 4450 "gpu",
6331 "msaa4", 4451 "msaa4",
6332 "serialize-8888", 4452 "serialize-8888",
6333 "tiles_rt-8888", 4453 "tiles_rt-8888",
6334 "pic-8888", 4454 "pic-8888",
6335 "--src", 4455 "--src",
6336 "tests", 4456 "tests",
6337 "gm", 4457 "gm",
4458 "image",
6338 "--blacklist", 4459 "--blacklist",
6339 "_",
6340 "image",
6341 "decode",
6342 "pal8os2v2.bmp",
6343 "_",
6344 "image",
6345 "decode",
6346 "pal8v4.bmp",
6347 "_",
6348 "image",
6349 "decode",
6350 "pal8v5.bmp",
6351 "_",
6352 "image",
6353 "decode",
6354 "rgb16-565.bmp",
6355 "_",
6356 "image",
6357 "decode",
6358 "rgb16-565pal.bmp",
6359 "_",
6360 "image",
6361 "decode",
6362 "rgb32-111110.bmp",
6363 "_",
6364 "image",
6365 "decode",
6366 "rgb32bf.bmp",
6367 "_",
6368 "image",
6369 "decode",
6370 "rgba32.bmp",
6371 "_",
6372 "image",
6373 "decode",
6374 "rgba32abf.bmp",
6375 "_",
6376 "image",
6377 "decode",
6378 "rgb24largepal.bmp",
6379 "_",
6380 "image",
6381 "decode",
6382 "pal8os2v2-16.bmp",
6383 "_",
6384 "image",
6385 "decode",
6386 "pal8oversizepal.bmp",
6387 "_",
6388 "image",
6389 "decode",
6390 "pal4rletrns.bmp",
6391 "_",
6392 "image",
6393 "decode",
6394 "pal8rletrns.bmp",
6395 "_",
6396 "image",
6397 "decode",
6398 "4bpp-pixeldata-cropped.bmp",
6399 "_",
6400 "image",
6401 "decode",
6402 "8bpp-pixeldata-cropped.bmp",
6403 "_",
6404 "image",
6405 "decode",
6406 "24bpp-pixeldata-cropped.bmp",
6407 "_",
6408 "image",
6409 "decode",
6410 "32bpp-pixeldata-cropped.bmp",
6411 "_",
6412 "image",
6413 "decode",
6414 "testcase7.bmp",
6415 "_",
6416 "image",
6417 "decode",
6418 "Hopstarter-Mac-Folders-Apple.ico",
6419 "_",
6420 "image",
6421 "decode",
6422 "inc0.gif",
6423 "_",
6424 "image",
6425 "decode",
6426 "inc1.gif",
6427 "_",
6428 "image",
6429 "decode",
6430 "incInterlaced.gif",
6431 "_",
6432 "image",
6433 "decode",
6434 "inc0.jpg",
6435 "_",
6436 "image",
6437 "decode",
6438 "incGray.jpg",
6439 "_",
6440 "image",
6441 "decode",
6442 "inc0.wbmp",
6443 "_",
6444 "image",
6445 "decode",
6446 "inc1.wbmp",
6447 "_",
6448 "image",
6449 "decode",
6450 "inc0.webp",
6451 "_",
6452 "image",
6453 "decode",
6454 "inc1.webp",
6455 "_",
6456 "image",
6457 "decode",
6458 "inc0.ico",
6459 "_",
6460 "image",
6461 "decode",
6462 "inc1.ico",
6463 "_",
6464 "image",
6465 "decode",
6466 "inc0.png",
6467 "_",
6468 "image",
6469 "decode",
6470 "inc1.png",
6471 "_",
6472 "image",
6473 "decode",
6474 "inc2.png",
6475 "_",
6476 "image",
6477 "decode",
6478 "inc12.png",
6479 "_",
6480 "image",
6481 "decode",
6482 "inc13.png",
6483 "_",
6484 "image",
6485 "decode",
6486 "inc14.png",
6487 "serialize-8888", 4460 "serialize-8888",
6488 "gm", 4461 "gm",
6489 "_", 4462 "_",
6490 "not_native32_bitmap_config", 4463 "not_native32_bitmap_config",
6491 "serialize-8888", 4464 "serialize-8888",
6492 "gm", 4465 "gm",
6493 "_", 4466 "_",
6494 "bleed_image", 4467 "bleed_image",
6495 "serialize-8888", 4468 "serialize-8888",
6496 "gm", 4469 "gm",
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
6660 "gm", 4633 "gm",
6661 "_", 4634 "_",
6662 "image-cacherator-from-ctable", 4635 "image-cacherator-from-ctable",
6663 "2ndpic-8888", 4636 "2ndpic-8888",
6664 "gm", 4637 "gm",
6665 "_", 4638 "_",
6666 "image-cacherator-from-ctable", 4639 "image-cacherator-from-ctable",
6667 "serialize-8888", 4640 "serialize-8888",
6668 "gm", 4641 "gm",
6669 "_", 4642 "_",
6670 "image-cacherator-from-ctable" 4643 "image-cacherator-from-ctable",
4644 "_",
4645 "image",
4646 "_",
4647 ".arw",
4648 "_",
4649 "image",
4650 "_",
4651 ".cr2",
4652 "_",
4653 "image",
4654 "_",
4655 ".dng",
4656 "_",
4657 "image",
4658 "_",
4659 ".nef",
4660 "_",
4661 "image",
4662 "_",
4663 ".nrw",
4664 "_",
4665 "image",
4666 "_",
4667 ".orf",
4668 "_",
4669 "image",
4670 "_",
4671 ".raf",
4672 "_",
4673 "image",
4674 "_",
4675 ".rw2",
4676 "_",
4677 "image",
4678 "_",
4679 ".pef",
4680 "_",
4681 "image",
4682 "_",
4683 ".srw",
4684 "_",
4685 "image",
4686 "_",
4687 ".ARW",
4688 "_",
4689 "image",
4690 "_",
4691 ".CR2",
4692 "_",
4693 "image",
4694 "_",
4695 ".DNG",
4696 "_",
4697 "image",
4698 "_",
4699 ".NEF",
4700 "_",
4701 "image",
4702 "_",
4703 ".NRW",
4704 "_",
4705 "image",
4706 "_",
4707 ".ORF",
4708 "_",
4709 "image",
4710 "_",
4711 ".RAF",
4712 "_",
4713 "image",
4714 "_",
4715 ".RW2",
4716 "_",
4717 "image",
4718 "_",
4719 ".PEF",
4720 "_",
4721 "image",
4722 "_",
4723 ".SRW"
6671 ], 4724 ],
6672 "do_perf_steps": true, 4725 "do_perf_steps": true,
6673 "do_test_steps": true, 4726 "do_test_steps": true,
6674 "env": { 4727 "env": {
6675 "GYP_DEFINES": "skia_arch_type=arm skia_warnings_as_errors=0" 4728 "GYP_DEFINES": "skia_arch_type=arm skia_warnings_as_errors=0"
6676 }, 4729 },
6677 "nanobench_flags": [ 4730 "nanobench_flags": [
4731 "--pre_log",
6678 "--images", 4732 "--images",
6679 "--gpuStatsDump", 4733 "--gpuStatsDump",
6680 "true", 4734 "true",
4735 "--useThermalManager",
4736 "1,1,10,1000",
6681 "--scales", 4737 "--scales",
6682 "1.0", 4738 "1.0",
6683 "1.1", 4739 "1.1",
6684 "--config", 4740 "--config",
6685 "565", 4741 "565",
6686 "8888", 4742 "8888",
6687 "gpu", 4743 "gpu",
6688 "nonrendering", 4744 "nonrendering",
6689 "angle", 4745 "angle",
6690 "hwui", 4746 "hwui",
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
6729 "cpu_or_gpu": "CPU", 4785 "cpu_or_gpu": "CPU",
6730 "cpu_or_gpu_value": "AVX", 4786 "cpu_or_gpu_value": "AVX",
6731 "is_trybot": false, 4787 "is_trybot": false,
6732 "model": "Link", 4788 "model": "Link",
6733 "os": "ChromeOS", 4789 "os": "ChromeOS",
6734 "role": "Test" 4790 "role": "Test"
6735 }, 4791 },
6736 "configuration": "Debug", 4792 "configuration": "Debug",
6737 "device_cfg": "link", 4793 "device_cfg": "link",
6738 "dm_flags": [ 4794 "dm_flags": [
4795 "--pre_log",
6739 "--matrix", 4796 "--matrix",
6740 "0", 4797 "0",
6741 "1", 4798 "1",
6742 "1", 4799 "1",
6743 "0", 4800 "0",
6744 "--config", 4801 "--config",
6745 "565", 4802 "565",
6746 "8888", 4803 "8888",
6747 "gpu", 4804 "gpu",
6748 "upright-matrix-8888", 4805 "upright-matrix-8888",
6749 "upright-matrix-gpu", 4806 "upright-matrix-gpu",
6750 "msaa16", 4807 "msaa16",
6751 "pdf", 4808 "pdf",
6752 "pdf_poppler", 4809 "pdf_poppler",
6753 "serialize-8888", 4810 "serialize-8888",
6754 "tiles_rt-8888", 4811 "tiles_rt-8888",
6755 "pic-8888", 4812 "pic-8888",
6756 "--src", 4813 "--src",
6757 "tests", 4814 "tests",
6758 "gm", 4815 "gm",
6759 "image", 4816 "image",
6760 "--blacklist", 4817 "--blacklist",
6761 "_", 4818 "_",
6762 "image", 4819 "image",
6763 "decode",
6764 "pal8os2v2.bmp",
6765 "_",
6766 "image",
6767 "decode",
6768 "pal8v4.bmp",
6769 "_",
6770 "image",
6771 "decode",
6772 "pal8v5.bmp",
6773 "_",
6774 "image",
6775 "decode",
6776 "rgb16-565.bmp",
6777 "_",
6778 "image",
6779 "decode",
6780 "rgb16-565pal.bmp",
6781 "_",
6782 "image",
6783 "decode",
6784 "rgb32-111110.bmp",
6785 "_",
6786 "image",
6787 "decode",
6788 "rgb32bf.bmp",
6789 "_",
6790 "image",
6791 "decode",
6792 "rgba32.bmp",
6793 "_",
6794 "image",
6795 "decode",
6796 "rgba32abf.bmp",
6797 "_",
6798 "image",
6799 "decode",
6800 "rgb24largepal.bmp",
6801 "_",
6802 "image",
6803 "decode",
6804 "pal8os2v2-16.bmp",
6805 "_",
6806 "image",
6807 "decode",
6808 "pal8oversizepal.bmp",
6809 "_",
6810 "image",
6811 "decode",
6812 "pal4rletrns.bmp",
6813 "_",
6814 "image",
6815 "decode",
6816 "pal8rletrns.bmp",
6817 "_",
6818 "image",
6819 "decode",
6820 "4bpp-pixeldata-cropped.bmp",
6821 "_",
6822 "image",
6823 "decode",
6824 "8bpp-pixeldata-cropped.bmp",
6825 "_",
6826 "image",
6827 "decode",
6828 "24bpp-pixeldata-cropped.bmp",
6829 "_",
6830 "image",
6831 "decode",
6832 "32bpp-pixeldata-cropped.bmp",
6833 "_",
6834 "image",
6835 "decode",
6836 "testcase7.bmp",
6837 "_",
6838 "image",
6839 "decode",
6840 "Hopstarter-Mac-Folders-Apple.ico",
6841 "_",
6842 "image",
6843 "decode",
6844 "inc0.gif",
6845 "_",
6846 "image",
6847 "decode",
6848 "inc1.gif",
6849 "_",
6850 "image",
6851 "decode",
6852 "incInterlaced.gif",
6853 "_",
6854 "image",
6855 "decode",
6856 "inc0.jpg",
6857 "_",
6858 "image",
6859 "decode",
6860 "incGray.jpg",
6861 "_",
6862 "image",
6863 "decode",
6864 "inc0.wbmp",
6865 "_",
6866 "image",
6867 "decode",
6868 "inc1.wbmp",
6869 "_",
6870 "image",
6871 "decode",
6872 "inc0.webp",
6873 "_",
6874 "image",
6875 "decode",
6876 "inc1.webp",
6877 "_",
6878 "image",
6879 "decode",
6880 "inc0.ico",
6881 "_",
6882 "image",
6883 "decode",
6884 "inc1.ico",
6885 "_",
6886 "image",
6887 "decode",
6888 "inc0.png",
6889 "_",
6890 "image",
6891 "decode",
6892 "inc1.png",
6893 "_",
6894 "image",
6895 "decode",
6896 "inc2.png",
6897 "_",
6898 "image",
6899 "decode",
6900 "inc12.png",
6901 "_",
6902 "image",
6903 "decode",
6904 "inc13.png",
6905 "_",
6906 "image",
6907 "decode",
6908 "inc14.png",
6909 "_",
6910 "image",
6911 "_", 4820 "_",
6912 "interlaced1.png", 4821 "interlaced1.png",
6913 "_", 4822 "_",
6914 "image", 4823 "image",
6915 "_", 4824 "_",
6916 "interlaced2.png", 4825 "interlaced2.png",
6917 "_", 4826 "_",
6918 "image", 4827 "image",
6919 "_", 4828 "_",
6920 "interlaced3.png", 4829 "interlaced3.png",
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
7102 "gm", 5011 "gm",
7103 "_", 5012 "_",
7104 "image-cacherator-from-ctable" 5013 "image-cacherator-from-ctable"
7105 ], 5014 ],
7106 "do_perf_steps": true, 5015 "do_perf_steps": true,
7107 "do_test_steps": true, 5016 "do_test_steps": true,
7108 "env": { 5017 "env": {
7109 "GYP_DEFINES": "skia_arch_type=x86_64 skia_gpu=0 skia_warnings_as_errors=0 " 5018 "GYP_DEFINES": "skia_arch_type=x86_64 skia_gpu=0 skia_warnings_as_errors=0 "
7110 }, 5019 },
7111 "nanobench_flags": [ 5020 "nanobench_flags": [
5021 "--pre_log",
7112 "--scales", 5022 "--scales",
7113 "1.0", 5023 "1.0",
7114 "1.1", 5024 "1.1",
7115 "--config", 5025 "--config",
7116 "565", 5026 "565",
7117 "8888", 5027 "8888",
7118 "gpu", 5028 "gpu",
7119 "nonrendering", 5029 "nonrendering",
7120 "angle", 5030 "angle",
7121 "hwui", 5031 "hwui",
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
7158 "configuration": "Release", 5068 "configuration": "Release",
7159 "cpu_or_gpu": "GPU", 5069 "cpu_or_gpu": "GPU",
7160 "cpu_or_gpu_value": "GeForce320M", 5070 "cpu_or_gpu_value": "GeForce320M",
7161 "is_trybot": false, 5071 "is_trybot": false,
7162 "model": "MacMini4.1", 5072 "model": "MacMini4.1",
7163 "os": "Mac10.8", 5073 "os": "Mac10.8",
7164 "role": "Test" 5074 "role": "Test"
7165 }, 5075 },
7166 "configuration": "Release", 5076 "configuration": "Release",
7167 "dm_flags": [ 5077 "dm_flags": [
5078 "--pre_log",
7168 "--matrix", 5079 "--matrix",
7169 "0", 5080 "0",
7170 "1", 5081 "1",
7171 "1", 5082 "1",
7172 "0", 5083 "0",
7173 "--config", 5084 "--config",
7174 "565", 5085 "565",
7175 "8888", 5086 "8888",
7176 "gpu", 5087 "gpu",
7177 "upright-matrix-8888", 5088 "upright-matrix-8888",
7178 "upright-matrix-gpu", 5089 "upright-matrix-gpu",
7179 "msaa16", 5090 "msaa16",
7180 "pdf", 5091 "pdf",
7181 "pdf_poppler", 5092 "pdf_poppler",
7182 "serialize-8888", 5093 "serialize-8888",
7183 "tiles_rt-8888", 5094 "tiles_rt-8888",
7184 "pic-8888", 5095 "pic-8888",
7185 "--src", 5096 "--src",
7186 "tests", 5097 "tests",
7187 "gm", 5098 "gm",
5099 "image",
7188 "--blacklist", 5100 "--blacklist",
7189 "_", 5101 "_",
7190 "image", 5102 "image",
7191 "decode",
7192 "pal8os2v2.bmp",
7193 "_", 5103 "_",
7194 "image",
7195 "decode",
7196 "pal8v4.bmp",
7197 "_",
7198 "image",
7199 "decode",
7200 "pal8v5.bmp",
7201 "_",
7202 "image",
7203 "decode",
7204 "rgb16-565.bmp",
7205 "_",
7206 "image",
7207 "decode",
7208 "rgb16-565pal.bmp",
7209 "_",
7210 "image",
7211 "decode",
7212 "rgb32-111110.bmp",
7213 "_",
7214 "image",
7215 "decode",
7216 "rgb32bf.bmp",
7217 "_",
7218 "image",
7219 "decode",
7220 "rgba32.bmp",
7221 "_",
7222 "image",
7223 "decode",
7224 "rgba32abf.bmp",
7225 "_",
7226 "image",
7227 "decode",
7228 "rgb24largepal.bmp",
7229 "_",
7230 "image",
7231 "decode",
7232 "pal8os2v2-16.bmp",
7233 "_",
7234 "image",
7235 "decode",
7236 "pal8oversizepal.bmp",
7237 "_",
7238 "image",
7239 "decode",
7240 "pal4rletrns.bmp",
7241 "_",
7242 "image",
7243 "decode",
7244 "pal8rletrns.bmp",
7245 "_",
7246 "image",
7247 "decode",
7248 "4bpp-pixeldata-cropped.bmp",
7249 "_",
7250 "image",
7251 "decode",
7252 "8bpp-pixeldata-cropped.bmp",
7253 "_",
7254 "image",
7255 "decode",
7256 "24bpp-pixeldata-cropped.bmp",
7257 "_",
7258 "image",
7259 "decode",
7260 "32bpp-pixeldata-cropped.bmp",
7261 "_",
7262 "image",
7263 "decode",
7264 "testcase7.bmp",
7265 "_",
7266 "image",
7267 "decode",
7268 "Hopstarter-Mac-Folders-Apple.ico",
7269 "_",
7270 "image",
7271 "decode",
7272 "frame_larger_than_image.gif",
7273 "_",
7274 "image",
7275 "decode",
7276 "inc0.gif",
7277 "_",
7278 "image",
7279 "decode",
7280 "inc1.gif",
7281 "_",
7282 "image",
7283 "decode",
7284 "incInterlaced.gif",
7285 "_",
7286 "image",
7287 "decode",
7288 "inc0.jpg",
7289 "_",
7290 "image",
7291 "decode",
7292 "incGray.jpg",
7293 "_",
7294 "image",
7295 "decode",
7296 "inc0.wbmp",
7297 "_",
7298 "image",
7299 "decode",
7300 "inc1.wbmp",
7301 "_",
7302 "image",
7303 "decode",
7304 "inc0.webp",
7305 "_",
7306 "image",
7307 "decode",
7308 "inc1.webp",
7309 "_",
7310 "image",
7311 "decode",
7312 "inc0.ico",
7313 "_",
7314 "image",
7315 "decode",
7316 "inc1.ico",
7317 "_",
7318 "image",
7319 "decode",
7320 "inc0.png",
7321 "_",
7322 "image",
7323 "decode",
7324 "inc1.png",
7325 "_",
7326 "image",
7327 "decode",
7328 "inc2.png",
7329 "_",
7330 "image",
7331 "decode",
7332 "inc12.png",
7333 "_",
7334 "image",
7335 "decode",
7336 "inc13.png",
7337 "_",
7338 "image",
7339 "decode",
7340 "inc14.png",
7341 "_",
7342 "image",
7343 "_",
7344 "interlaced1.png", 5104 "interlaced1.png",
7345 "_", 5105 "_",
7346 "image", 5106 "image",
7347 "_", 5107 "_",
7348 "interlaced2.png", 5108 "interlaced2.png",
7349 "_", 5109 "_",
7350 "image", 5110 "image",
7351 "_", 5111 "_",
7352 "interlaced3.png", 5112 "interlaced3.png",
7353 "serialize-8888", 5113 "serialize-8888",
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
7526 "gm", 5286 "gm",
7527 "_", 5287 "_",
7528 "image-cacherator-from-ctable", 5288 "image-cacherator-from-ctable",
7529 "2ndpic-8888", 5289 "2ndpic-8888",
7530 "gm", 5290 "gm",
7531 "_", 5291 "_",
7532 "image-cacherator-from-ctable", 5292 "image-cacherator-from-ctable",
7533 "serialize-8888", 5293 "serialize-8888",
7534 "gm", 5294 "gm",
7535 "_", 5295 "_",
7536 "image-cacherator-from-ctable" 5296 "image-cacherator-from-ctable",
5297 "_",
5298 "image",
5299 "_",
5300 ".arw",
5301 "_",
5302 "image",
5303 "_",
5304 ".cr2",
5305 "_",
5306 "image",
5307 "_",
5308 ".dng",
5309 "_",
5310 "image",
5311 "_",
5312 ".nef",
5313 "_",
5314 "image",
5315 "_",
5316 ".nrw",
5317 "_",
5318 "image",
5319 "_",
5320 ".orf",
5321 "_",
5322 "image",
5323 "_",
5324 ".raf",
5325 "_",
5326 "image",
5327 "_",
5328 ".rw2",
5329 "_",
5330 "image",
5331 "_",
5332 ".pef",
5333 "_",
5334 "image",
5335 "_",
5336 ".srw",
5337 "_",
5338 "image",
5339 "_",
5340 ".ARW",
5341 "_",
5342 "image",
5343 "_",
5344 ".CR2",
5345 "_",
5346 "image",
5347 "_",
5348 ".DNG",
5349 "_",
5350 "image",
5351 "_",
5352 ".NEF",
5353 "_",
5354 "image",
5355 "_",
5356 ".NRW",
5357 "_",
5358 "image",
5359 "_",
5360 ".ORF",
5361 "_",
5362 "image",
5363 "_",
5364 ".RAF",
5365 "_",
5366 "image",
5367 "_",
5368 ".RW2",
5369 "_",
5370 "image",
5371 "_",
5372 ".PEF",
5373 "_",
5374 "image",
5375 "_",
5376 ".SRW"
7537 ], 5377 ],
7538 "do_perf_steps": false, 5378 "do_perf_steps": false,
7539 "do_test_steps": true, 5379 "do_test_steps": true,
7540 "env": { 5380 "env": {
7541 "CC": "/usr/bin/clang", 5381 "CC": "/usr/bin/clang",
7542 "CXX": "/usr/bin/clang++", 5382 "CXX": "/usr/bin/clang++",
7543 "GYP_DEFINES": "skia_arch_type=x86_64 skia_clang_build=1 skia_run_pdfviewe r_in_gm=1 skia_warnings_as_errors=0" 5383 "GYP_DEFINES": "skia_arch_type=x86_64 skia_clang_build=1 skia_run_pdfviewe r_in_gm=1 skia_warnings_as_errors=0"
7544 }, 5384 },
7545 "nanobench_flags": [ 5385 "nanobench_flags": [
5386 "--pre_log",
7546 "--images", 5387 "--images",
7547 "--gpuStatsDump", 5388 "--gpuStatsDump",
7548 "true", 5389 "true",
7549 "--scales", 5390 "--scales",
7550 "1.0", 5391 "1.0",
7551 "1.1", 5392 "1.1",
7552 "--config", 5393 "--config",
7553 "565", 5394 "565",
7554 "8888", 5395 "8888",
7555 "gpu", 5396 "gpu",
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
7595 "configuration": "Coverage", 5436 "configuration": "Coverage",
7596 "cpu_or_gpu": "CPU", 5437 "cpu_or_gpu": "CPU",
7597 "cpu_or_gpu_value": "AVX2", 5438 "cpu_or_gpu_value": "AVX2",
7598 "is_trybot": false, 5439 "is_trybot": false,
7599 "model": "GCE", 5440 "model": "GCE",
7600 "os": "Ubuntu", 5441 "os": "Ubuntu",
7601 "role": "Test" 5442 "role": "Test"
7602 }, 5443 },
7603 "configuration": "Coverage", 5444 "configuration": "Coverage",
7604 "dm_flags": [ 5445 "dm_flags": [
5446 "--pre_log",
7605 "--matrix", 5447 "--matrix",
7606 "0", 5448 "0",
7607 "1", 5449 "1",
7608 "1", 5450 "1",
7609 "0", 5451 "0",
7610 "--config", 5452 "--config",
7611 "565", 5453 "565",
7612 "8888", 5454 "8888",
7613 "gpu", 5455 "gpu",
7614 "upright-matrix-8888", 5456 "upright-matrix-8888",
7615 "upright-matrix-gpu", 5457 "upright-matrix-gpu",
7616 "sp-8888", 5458 "sp-8888",
7617 "twice-8888", 5459 "twice-8888",
7618 "2ndpic-8888", 5460 "2ndpic-8888",
7619 "remote-8888", 5461 "remote-8888",
7620 "remote_cache-8888", 5462 "remote_cache-8888",
7621 "msaa16", 5463 "msaa16",
7622 "pdf", 5464 "pdf",
7623 "pdf_poppler", 5465 "pdf_poppler",
7624 "serialize-8888", 5466 "serialize-8888",
7625 "tiles_rt-8888", 5467 "tiles_rt-8888",
7626 "pic-8888", 5468 "pic-8888",
7627 "--src", 5469 "--src",
7628 "tests", 5470 "tests",
7629 "gm", 5471 "gm",
7630 "image", 5472 "image",
7631 "--blacklist", 5473 "--blacklist",
7632 "_", 5474 "_",
7633 "image", 5475 "image",
7634 "decode",
7635 "pal8os2v2.bmp",
7636 "_",
7637 "image",
7638 "decode",
7639 "pal8v4.bmp",
7640 "_",
7641 "image",
7642 "decode",
7643 "pal8v5.bmp",
7644 "_",
7645 "image",
7646 "decode",
7647 "rgb16-565.bmp",
7648 "_",
7649 "image",
7650 "decode",
7651 "rgb16-565pal.bmp",
7652 "_",
7653 "image",
7654 "decode",
7655 "rgb32-111110.bmp",
7656 "_",
7657 "image",
7658 "decode",
7659 "rgb32bf.bmp",
7660 "_",
7661 "image",
7662 "decode",
7663 "rgba32.bmp",
7664 "_",
7665 "image",
7666 "decode",
7667 "rgba32abf.bmp",
7668 "_",
7669 "image",
7670 "decode",
7671 "rgb24largepal.bmp",
7672 "_",
7673 "image",
7674 "decode",
7675 "pal8os2v2-16.bmp",
7676 "_",
7677 "image",
7678 "decode",
7679 "pal8oversizepal.bmp",
7680 "_",
7681 "image",
7682 "decode",
7683 "pal4rletrns.bmp",
7684 "_",
7685 "image",
7686 "decode",
7687 "pal8rletrns.bmp",
7688 "_",
7689 "image",
7690 "decode",
7691 "4bpp-pixeldata-cropped.bmp",
7692 "_",
7693 "image",
7694 "decode",
7695 "8bpp-pixeldata-cropped.bmp",
7696 "_",
7697 "image",
7698 "decode",
7699 "24bpp-pixeldata-cropped.bmp",
7700 "_",
7701 "image",
7702 "decode",
7703 "32bpp-pixeldata-cropped.bmp",
7704 "_",
7705 "image",
7706 "decode",
7707 "testcase7.bmp",
7708 "_",
7709 "image",
7710 "decode",
7711 "Hopstarter-Mac-Folders-Apple.ico",
7712 "_",
7713 "image",
7714 "decode",
7715 "inc0.gif",
7716 "_",
7717 "image",
7718 "decode",
7719 "inc1.gif",
7720 "_",
7721 "image",
7722 "decode",
7723 "incInterlaced.gif",
7724 "_",
7725 "image",
7726 "decode",
7727 "inc0.jpg",
7728 "_",
7729 "image",
7730 "decode",
7731 "incGray.jpg",
7732 "_",
7733 "image",
7734 "decode",
7735 "inc0.wbmp",
7736 "_",
7737 "image",
7738 "decode",
7739 "inc1.wbmp",
7740 "_",
7741 "image",
7742 "decode",
7743 "inc0.webp",
7744 "_",
7745 "image",
7746 "decode",
7747 "inc1.webp",
7748 "_",
7749 "image",
7750 "decode",
7751 "inc0.ico",
7752 "_",
7753 "image",
7754 "decode",
7755 "inc1.ico",
7756 "_",
7757 "image",
7758 "decode",
7759 "inc0.png",
7760 "_",
7761 "image",
7762 "decode",
7763 "inc1.png",
7764 "_",
7765 "image",
7766 "decode",
7767 "inc2.png",
7768 "_",
7769 "image",
7770 "decode",
7771 "inc12.png",
7772 "_",
7773 "image",
7774 "decode",
7775 "inc13.png",
7776 "_",
7777 "image",
7778 "decode",
7779 "inc14.png",
7780 "_",
7781 "image",
7782 "_", 5476 "_",
7783 "interlaced1.png", 5477 "interlaced1.png",
7784 "_", 5478 "_",
7785 "image", 5479 "image",
7786 "_", 5480 "_",
7787 "interlaced2.png", 5481 "interlaced2.png",
7788 "_", 5482 "_",
7789 "image", 5483 "image",
7790 "_", 5484 "_",
7791 "interlaced3.png", 5485 "interlaced3.png",
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
7975 "image-cacherator-from-ctable" 5669 "image-cacherator-from-ctable"
7976 ], 5670 ],
7977 "do_perf_steps": false, 5671 "do_perf_steps": false,
7978 "do_test_steps": true, 5672 "do_test_steps": true,
7979 "env": { 5673 "env": {
7980 "CC": "/usr/bin/clang-3.6", 5674 "CC": "/usr/bin/clang-3.6",
7981 "CXX": "/usr/bin/clang++-3.6", 5675 "CXX": "/usr/bin/clang++-3.6",
7982 "GYP_DEFINES": "skia_arch_type=x86_64 skia_clang_build=1 skia_gpu=0 skia_w arnings_as_errors=0" 5676 "GYP_DEFINES": "skia_arch_type=x86_64 skia_clang_build=1 skia_gpu=0 skia_w arnings_as_errors=0"
7983 }, 5677 },
7984 "nanobench_flags": [ 5678 "nanobench_flags": [
5679 "--pre_log",
7985 "--scales", 5680 "--scales",
7986 "1.0", 5681 "1.0",
7987 "1.1", 5682 "1.1",
7988 "--config", 5683 "--config",
7989 "565", 5684 "565",
7990 "8888", 5685 "8888",
7991 "gpu", 5686 "gpu",
7992 "nonrendering", 5687 "nonrendering",
7993 "angle", 5688 "angle",
7994 "hwui", 5689 "hwui",
(...skipping 19 matching lines...) Expand all
8014 "~inc2.png", 5709 "~inc2.png",
8015 "~inc12.png", 5710 "~inc12.png",
8016 "~inc13.png", 5711 "~inc13.png",
8017 "~inc14.png", 5712 "~inc14.png",
8018 "~inc0.webp", 5713 "~inc0.webp",
8019 "~inc1.webp" 5714 "~inc1.webp"
8020 ], 5715 ],
8021 "upload_dm_results": false, 5716 "upload_dm_results": false,
8022 "upload_perf_results": false 5717 "upload_perf_results": false
8023 }, 5718 },
8024 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-SKNX_NO_SIMD": { 5719 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Fast": {
8025 "build_targets": [ 5720 "build_targets": [
8026 "dm" 5721 "dm"
8027 ], 5722 ],
8028 "builder_cfg": { 5723 "builder_cfg": {
8029 "arch": "x86_64", 5724 "arch": "x86_64",
8030 "compiler": "GCC", 5725 "compiler": "GCC",
8031 "configuration": "Release", 5726 "configuration": "Release",
8032 "cpu_or_gpu": "CPU", 5727 "cpu_or_gpu": "CPU",
8033 "cpu_or_gpu_value": "AVX2", 5728 "cpu_or_gpu_value": "AVX2",
8034 "extra_config": "SKNX_NO_SIMD", 5729 "extra_config": "Fast",
8035 "is_trybot": false, 5730 "is_trybot": false,
8036 "model": "GCE", 5731 "model": "GCE",
8037 "os": "Ubuntu", 5732 "os": "Ubuntu",
8038 "role": "Test" 5733 "role": "Test"
8039 }, 5734 },
8040 "configuration": "Release", 5735 "configuration": "Release",
8041 "dm_flags": [ 5736 "dm_flags": [
5737 "--pre_log",
8042 "--matrix", 5738 "--matrix",
8043 "0", 5739 "0",
8044 "1", 5740 "1",
8045 "1", 5741 "1",
8046 "0", 5742 "0",
8047 "--config", 5743 "--config",
8048 "565", 5744 "565",
8049 "8888", 5745 "8888",
8050 "gpu", 5746 "gpu",
8051 "upright-matrix-8888", 5747 "upright-matrix-8888",
8052 "upright-matrix-gpu", 5748 "upright-matrix-gpu",
8053 "sp-8888", 5749 "sp-8888",
8054 "twice-8888", 5750 "twice-8888",
8055 "2ndpic-8888", 5751 "2ndpic-8888",
8056 "remote-8888", 5752 "remote-8888",
8057 "remote_cache-8888", 5753 "remote_cache-8888",
8058 "msaa16", 5754 "msaa16",
8059 "pdf", 5755 "pdf",
8060 "pdf_poppler", 5756 "pdf_poppler",
8061 "serialize-8888", 5757 "serialize-8888",
8062 "tiles_rt-8888", 5758 "tiles_rt-8888",
8063 "pic-8888", 5759 "pic-8888",
8064 "--src", 5760 "--src",
8065 "tests", 5761 "tests",
8066 "gm", 5762 "gm",
8067 "image", 5763 "image",
8068 "--blacklist", 5764 "--blacklist",
8069 "_", 5765 "_",
8070 "image", 5766 "image",
8071 "decode",
8072 "pal8os2v2.bmp",
8073 "_",
8074 "image",
8075 "decode",
8076 "pal8v4.bmp",
8077 "_",
8078 "image",
8079 "decode",
8080 "pal8v5.bmp",
8081 "_",
8082 "image",
8083 "decode",
8084 "rgb16-565.bmp",
8085 "_",
8086 "image",
8087 "decode",
8088 "rgb16-565pal.bmp",
8089 "_",
8090 "image",
8091 "decode",
8092 "rgb32-111110.bmp",
8093 "_",
8094 "image",
8095 "decode",
8096 "rgb32bf.bmp",
8097 "_",
8098 "image",
8099 "decode",
8100 "rgba32.bmp",
8101 "_",
8102 "image",
8103 "decode",
8104 "rgba32abf.bmp",
8105 "_",
8106 "image",
8107 "decode",
8108 "rgb24largepal.bmp",
8109 "_",
8110 "image",
8111 "decode",
8112 "pal8os2v2-16.bmp",
8113 "_",
8114 "image",
8115 "decode",
8116 "pal8oversizepal.bmp",
8117 "_",
8118 "image",
8119 "decode",
8120 "pal4rletrns.bmp",
8121 "_",
8122 "image",
8123 "decode",
8124 "pal8rletrns.bmp",
8125 "_",
8126 "image",
8127 "decode",
8128 "4bpp-pixeldata-cropped.bmp",
8129 "_",
8130 "image",
8131 "decode",
8132 "8bpp-pixeldata-cropped.bmp",
8133 "_",
8134 "image",
8135 "decode",
8136 "24bpp-pixeldata-cropped.bmp",
8137 "_",
8138 "image",
8139 "decode",
8140 "32bpp-pixeldata-cropped.bmp",
8141 "_",
8142 "image",
8143 "decode",
8144 "testcase7.bmp",
8145 "_",
8146 "image",
8147 "decode",
8148 "Hopstarter-Mac-Folders-Apple.ico",
8149 "_",
8150 "image",
8151 "decode",
8152 "inc0.gif",
8153 "_",
8154 "image",
8155 "decode",
8156 "inc1.gif",
8157 "_",
8158 "image",
8159 "decode",
8160 "incInterlaced.gif",
8161 "_",
8162 "image",
8163 "decode",
8164 "inc0.jpg",
8165 "_",
8166 "image",
8167 "decode",
8168 "incGray.jpg",
8169 "_",
8170 "image",
8171 "decode",
8172 "inc0.wbmp",
8173 "_",
8174 "image",
8175 "decode",
8176 "inc1.wbmp",
8177 "_",
8178 "image",
8179 "decode",
8180 "inc0.webp",
8181 "_",
8182 "image",
8183 "decode",
8184 "inc1.webp",
8185 "_",
8186 "image",
8187 "decode",
8188 "inc0.ico",
8189 "_",
8190 "image",
8191 "decode",
8192 "inc1.ico",
8193 "_",
8194 "image",
8195 "decode",
8196 "inc0.png",
8197 "_",
8198 "image",
8199 "decode",
8200 "inc1.png",
8201 "_",
8202 "image",
8203 "decode",
8204 "inc2.png",
8205 "_",
8206 "image",
8207 "decode",
8208 "inc12.png",
8209 "_",
8210 "image",
8211 "decode",
8212 "inc13.png",
8213 "_",
8214 "image",
8215 "decode",
8216 "inc14.png",
8217 "_",
8218 "image",
8219 "_", 5767 "_",
8220 "interlaced1.png", 5768 "interlaced1.png",
8221 "_", 5769 "_",
8222 "image", 5770 "image",
8223 "_", 5771 "_",
8224 "interlaced2.png", 5772 "interlaced2.png",
8225 "_", 5773 "_",
8226 "image", 5774 "image",
8227 "_", 5775 "_",
8228 "interlaced3.png", 5776 "interlaced3.png",
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
8407 "_", 5955 "_",
8408 "image-cacherator-from-ctable", 5956 "image-cacherator-from-ctable",
8409 "serialize-8888", 5957 "serialize-8888",
8410 "gm", 5958 "gm",
8411 "_", 5959 "_",
8412 "image-cacherator-from-ctable" 5960 "image-cacherator-from-ctable"
8413 ], 5961 ],
8414 "do_perf_steps": false, 5962 "do_perf_steps": false,
8415 "do_test_steps": true, 5963 "do_test_steps": true,
8416 "env": { 5964 "env": {
8417 "CPPFLAGS": "-DSKNX_NO_SIMD", 5965 "GYP_DEFINES": "skia_arch_type=x86_64 skia_fast=1 skia_gpu=0 skia_warnings _as_errors=0"
8418 "GYP_DEFINES": "skia_arch_type=x86_64 skia_gpu=0 skia_warnings_as_errors=0 "
8419 }, 5966 },
8420 "nanobench_flags": [ 5967 "nanobench_flags": [
5968 "--pre_log",
8421 "--scales", 5969 "--scales",
8422 "1.0", 5970 "1.0",
8423 "1.1", 5971 "1.1",
8424 "--config", 5972 "--config",
8425 "565", 5973 "565",
8426 "8888", 5974 "8888",
8427 "gpu", 5975 "gpu",
8428 "nonrendering", 5976 "nonrendering",
8429 "angle", 5977 "angle",
8430 "hwui", 5978 "hwui",
(...skipping 19 matching lines...) Expand all
8450 "~inc2.png", 5998 "~inc2.png",
8451 "~inc12.png", 5999 "~inc12.png",
8452 "~inc13.png", 6000 "~inc13.png",
8453 "~inc14.png", 6001 "~inc14.png",
8454 "~inc0.webp", 6002 "~inc0.webp",
8455 "~inc1.webp" 6003 "~inc1.webp"
8456 ], 6004 ],
8457 "upload_dm_results": true, 6005 "upload_dm_results": true,
8458 "upload_perf_results": false 6006 "upload_perf_results": false
8459 }, 6007 },
8460 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-SK_USE_DISCARDABLE_SCALEDIMAGECAC HE": { 6008 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-SKNX_NO_SIMD": {
8461 "build_targets": [ 6009 "build_targets": [
8462 "dm" 6010 "dm"
8463 ], 6011 ],
8464 "builder_cfg": { 6012 "builder_cfg": {
8465 "arch": "x86_64", 6013 "arch": "x86_64",
8466 "compiler": "GCC", 6014 "compiler": "GCC",
8467 "configuration": "Release", 6015 "configuration": "Release",
8468 "cpu_or_gpu": "CPU", 6016 "cpu_or_gpu": "CPU",
8469 "cpu_or_gpu_value": "AVX2", 6017 "cpu_or_gpu_value": "AVX2",
8470 "extra_config": "SK_USE_DISCARDABLE_SCALEDIMAGECACHE", 6018 "extra_config": "SKNX_NO_SIMD",
8471 "is_trybot": false, 6019 "is_trybot": false,
8472 "model": "GCE", 6020 "model": "GCE",
8473 "os": "Ubuntu", 6021 "os": "Ubuntu",
8474 "role": "Test" 6022 "role": "Test"
8475 }, 6023 },
8476 "configuration": "Release", 6024 "configuration": "Release",
8477 "dm_flags": [ 6025 "dm_flags": [
6026 "--pre_log",
8478 "--matrix", 6027 "--matrix",
8479 "0", 6028 "0",
8480 "1", 6029 "1",
8481 "1", 6030 "1",
8482 "0", 6031 "0",
8483 "--config", 6032 "--config",
8484 "565", 6033 "565",
8485 "8888", 6034 "8888",
8486 "gpu", 6035 "gpu",
8487 "upright-matrix-8888", 6036 "upright-matrix-8888",
8488 "upright-matrix-gpu", 6037 "upright-matrix-gpu",
8489 "sp-8888", 6038 "sp-8888",
8490 "twice-8888", 6039 "twice-8888",
8491 "2ndpic-8888", 6040 "2ndpic-8888",
8492 "remote-8888", 6041 "remote-8888",
8493 "remote_cache-8888", 6042 "remote_cache-8888",
8494 "msaa16", 6043 "msaa16",
8495 "pdf", 6044 "pdf",
8496 "pdf_poppler", 6045 "pdf_poppler",
8497 "serialize-8888", 6046 "serialize-8888",
8498 "tiles_rt-8888", 6047 "tiles_rt-8888",
8499 "pic-8888", 6048 "pic-8888",
8500 "--src", 6049 "--src",
8501 "tests", 6050 "tests",
8502 "gm", 6051 "gm",
8503 "image", 6052 "image",
8504 "--blacklist", 6053 "--blacklist",
8505 "_", 6054 "_",
8506 "image", 6055 "image",
8507 "decode",
8508 "pal8os2v2.bmp",
8509 "_",
8510 "image",
8511 "decode",
8512 "pal8v4.bmp",
8513 "_",
8514 "image",
8515 "decode",
8516 "pal8v5.bmp",
8517 "_",
8518 "image",
8519 "decode",
8520 "rgb16-565.bmp",
8521 "_",
8522 "image",
8523 "decode",
8524 "rgb16-565pal.bmp",
8525 "_",
8526 "image",
8527 "decode",
8528 "rgb32-111110.bmp",
8529 "_",
8530 "image",
8531 "decode",
8532 "rgb32bf.bmp",
8533 "_",
8534 "image",
8535 "decode",
8536 "rgba32.bmp",
8537 "_",
8538 "image",
8539 "decode",
8540 "rgba32abf.bmp",
8541 "_",
8542 "image",
8543 "decode",
8544 "rgb24largepal.bmp",
8545 "_",
8546 "image",
8547 "decode",
8548 "pal8os2v2-16.bmp",
8549 "_",
8550 "image",
8551 "decode",
8552 "pal8oversizepal.bmp",
8553 "_",
8554 "image",
8555 "decode",
8556 "pal4rletrns.bmp",
8557 "_",
8558 "image",
8559 "decode",
8560 "pal8rletrns.bmp",
8561 "_",
8562 "image",
8563 "decode",
8564 "4bpp-pixeldata-cropped.bmp",
8565 "_",
8566 "image",
8567 "decode",
8568 "8bpp-pixeldata-cropped.bmp",
8569 "_",
8570 "image",
8571 "decode",
8572 "24bpp-pixeldata-cropped.bmp",
8573 "_",
8574 "image",
8575 "decode",
8576 "32bpp-pixeldata-cropped.bmp",
8577 "_",
8578 "image",
8579 "decode",
8580 "testcase7.bmp",
8581 "_",
8582 "image",
8583 "decode",
8584 "Hopstarter-Mac-Folders-Apple.ico",
8585 "_",
8586 "image",
8587 "decode",
8588 "inc0.gif",
8589 "_",
8590 "image",
8591 "decode",
8592 "inc1.gif",
8593 "_",
8594 "image",
8595 "decode",
8596 "incInterlaced.gif",
8597 "_",
8598 "image",
8599 "decode",
8600 "inc0.jpg",
8601 "_",
8602 "image",
8603 "decode",
8604 "incGray.jpg",
8605 "_",
8606 "image",
8607 "decode",
8608 "inc0.wbmp",
8609 "_",
8610 "image",
8611 "decode",
8612 "inc1.wbmp",
8613 "_",
8614 "image",
8615 "decode",
8616 "inc0.webp",
8617 "_",
8618 "image",
8619 "decode",
8620 "inc1.webp",
8621 "_",
8622 "image",
8623 "decode",
8624 "inc0.ico",
8625 "_",
8626 "image",
8627 "decode",
8628 "inc1.ico",
8629 "_",
8630 "image",
8631 "decode",
8632 "inc0.png",
8633 "_",
8634 "image",
8635 "decode",
8636 "inc1.png",
8637 "_",
8638 "image",
8639 "decode",
8640 "inc2.png",
8641 "_",
8642 "image",
8643 "decode",
8644 "inc12.png",
8645 "_",
8646 "image",
8647 "decode",
8648 "inc13.png",
8649 "_",
8650 "image",
8651 "decode",
8652 "inc14.png",
8653 "_",
8654 "image",
8655 "_", 6056 "_",
8656 "interlaced1.png", 6057 "interlaced1.png",
8657 "_", 6058 "_",
8658 "image", 6059 "image",
8659 "_", 6060 "_",
8660 "interlaced2.png", 6061 "interlaced2.png",
8661 "_", 6062 "_",
8662 "image", 6063 "image",
8663 "_", 6064 "_",
8664 "interlaced3.png", 6065 "interlaced3.png",
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
8843 "_", 6244 "_",
8844 "image-cacherator-from-ctable", 6245 "image-cacherator-from-ctable",
8845 "serialize-8888", 6246 "serialize-8888",
8846 "gm", 6247 "gm",
8847 "_", 6248 "_",
8848 "image-cacherator-from-ctable" 6249 "image-cacherator-from-ctable"
8849 ], 6250 ],
8850 "do_perf_steps": false, 6251 "do_perf_steps": false,
8851 "do_test_steps": true, 6252 "do_test_steps": true,
8852 "env": { 6253 "env": {
8853 "CPPFLAGS": "-DSK_USE_DISCARDABLE_SCALEDIMAGECACHE", 6254 "CPPFLAGS": "-DSKNX_NO_SIMD",
8854 "GYP_DEFINES": "skia_arch_type=x86_64 skia_gpu=0 skia_warnings_as_errors=0 " 6255 "GYP_DEFINES": "skia_arch_type=x86_64 skia_gpu=0 skia_warnings_as_errors=0 "
8855 }, 6256 },
8856 "nanobench_flags": [ 6257 "nanobench_flags": [
6258 "--pre_log",
8857 "--scales", 6259 "--scales",
8858 "1.0", 6260 "1.0",
8859 "1.1", 6261 "1.1",
8860 "--config", 6262 "--config",
8861 "565", 6263 "565",
8862 "8888", 6264 "8888",
8863 "gpu", 6265 "gpu",
8864 "nonrendering", 6266 "nonrendering",
8865 "angle", 6267 "angle",
8866 "hwui", 6268 "hwui",
(...skipping 19 matching lines...) Expand all
8886 "~inc2.png", 6288 "~inc2.png",
8887 "~inc12.png", 6289 "~inc12.png",
8888 "~inc13.png", 6290 "~inc13.png",
8889 "~inc14.png", 6291 "~inc14.png",
8890 "~inc0.webp", 6292 "~inc0.webp",
8891 "~inc1.webp" 6293 "~inc1.webp"
8892 ], 6294 ],
8893 "upload_dm_results": true, 6295 "upload_dm_results": true,
8894 "upload_perf_results": false 6296 "upload_perf_results": false
8895 }, 6297 },
8896 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Shared": { 6298 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-SK_USE_DISCARDABLE_SCALEDIMAGECAC HE": {
8897 "build_targets": [ 6299 "build_targets": [
8898 "dm" 6300 "dm"
8899 ], 6301 ],
8900 "builder_cfg": { 6302 "builder_cfg": {
8901 "arch": "x86_64", 6303 "arch": "x86_64",
8902 "compiler": "GCC", 6304 "compiler": "GCC",
8903 "configuration": "Release", 6305 "configuration": "Release",
8904 "cpu_or_gpu": "CPU", 6306 "cpu_or_gpu": "CPU",
8905 "cpu_or_gpu_value": "AVX2", 6307 "cpu_or_gpu_value": "AVX2",
8906 "extra_config": "Shared", 6308 "extra_config": "SK_USE_DISCARDABLE_SCALEDIMAGECACHE",
8907 "is_trybot": false, 6309 "is_trybot": false,
8908 "model": "GCE", 6310 "model": "GCE",
8909 "os": "Ubuntu", 6311 "os": "Ubuntu",
8910 "role": "Test" 6312 "role": "Test"
8911 }, 6313 },
8912 "configuration": "Release", 6314 "configuration": "Release",
8913 "dm_flags": [ 6315 "dm_flags": [
6316 "--pre_log",
8914 "--matrix", 6317 "--matrix",
8915 "0", 6318 "0",
8916 "1", 6319 "1",
8917 "1", 6320 "1",
8918 "0", 6321 "0",
8919 "--config", 6322 "--config",
8920 "565", 6323 "565",
8921 "8888", 6324 "8888",
8922 "gpu", 6325 "gpu",
8923 "upright-matrix-8888", 6326 "upright-matrix-8888",
8924 "upright-matrix-gpu", 6327 "upright-matrix-gpu",
8925 "sp-8888", 6328 "sp-8888",
8926 "twice-8888", 6329 "twice-8888",
8927 "2ndpic-8888", 6330 "2ndpic-8888",
8928 "remote-8888", 6331 "remote-8888",
8929 "remote_cache-8888", 6332 "remote_cache-8888",
8930 "msaa16", 6333 "msaa16",
8931 "pdf", 6334 "pdf",
8932 "pdf_poppler", 6335 "pdf_poppler",
8933 "serialize-8888", 6336 "serialize-8888",
8934 "tiles_rt-8888", 6337 "tiles_rt-8888",
8935 "pic-8888", 6338 "pic-8888",
8936 "--src", 6339 "--src",
8937 "tests", 6340 "tests",
8938 "gm", 6341 "gm",
8939 "image", 6342 "image",
8940 "--blacklist", 6343 "--blacklist",
8941 "_", 6344 "_",
8942 "image", 6345 "image",
8943 "decode",
8944 "pal8os2v2.bmp",
8945 "_",
8946 "image",
8947 "decode",
8948 "pal8v4.bmp",
8949 "_",
8950 "image",
8951 "decode",
8952 "pal8v5.bmp",
8953 "_",
8954 "image",
8955 "decode",
8956 "rgb16-565.bmp",
8957 "_",
8958 "image",
8959 "decode",
8960 "rgb16-565pal.bmp",
8961 "_",
8962 "image",
8963 "decode",
8964 "rgb32-111110.bmp",
8965 "_",
8966 "image",
8967 "decode",
8968 "rgb32bf.bmp",
8969 "_",
8970 "image",
8971 "decode",
8972 "rgba32.bmp",
8973 "_",
8974 "image",
8975 "decode",
8976 "rgba32abf.bmp",
8977 "_",
8978 "image",
8979 "decode",
8980 "rgb24largepal.bmp",
8981 "_",
8982 "image",
8983 "decode",
8984 "pal8os2v2-16.bmp",
8985 "_",
8986 "image",
8987 "decode",
8988 "pal8oversizepal.bmp",
8989 "_",
8990 "image",
8991 "decode",
8992 "pal4rletrns.bmp",
8993 "_",
8994 "image",
8995 "decode",
8996 "pal8rletrns.bmp",
8997 "_",
8998 "image",
8999 "decode",
9000 "4bpp-pixeldata-cropped.bmp",
9001 "_",
9002 "image",
9003 "decode",
9004 "8bpp-pixeldata-cropped.bmp",
9005 "_",
9006 "image",
9007 "decode",
9008 "24bpp-pixeldata-cropped.bmp",
9009 "_",
9010 "image",
9011 "decode",
9012 "32bpp-pixeldata-cropped.bmp",
9013 "_",
9014 "image",
9015 "decode",
9016 "testcase7.bmp",
9017 "_",
9018 "image",
9019 "decode",
9020 "Hopstarter-Mac-Folders-Apple.ico",
9021 "_",
9022 "image",
9023 "decode",
9024 "inc0.gif",
9025 "_",
9026 "image",
9027 "decode",
9028 "inc1.gif",
9029 "_",
9030 "image",
9031 "decode",
9032 "incInterlaced.gif",
9033 "_",
9034 "image",
9035 "decode",
9036 "inc0.jpg",
9037 "_",
9038 "image",
9039 "decode",
9040 "incGray.jpg",
9041 "_",
9042 "image",
9043 "decode",
9044 "inc0.wbmp",
9045 "_",
9046 "image",
9047 "decode",
9048 "inc1.wbmp",
9049 "_",
9050 "image",
9051 "decode",
9052 "inc0.webp",
9053 "_",
9054 "image",
9055 "decode",
9056 "inc1.webp",
9057 "_",
9058 "image",
9059 "decode",
9060 "inc0.ico",
9061 "_",
9062 "image",
9063 "decode",
9064 "inc1.ico",
9065 "_",
9066 "image",
9067 "decode",
9068 "inc0.png",
9069 "_",
9070 "image",
9071 "decode",
9072 "inc1.png",
9073 "_",
9074 "image",
9075 "decode",
9076 "inc2.png",
9077 "_",
9078 "image",
9079 "decode",
9080 "inc12.png",
9081 "_",
9082 "image",
9083 "decode",
9084 "inc13.png",
9085 "_",
9086 "image",
9087 "decode",
9088 "inc14.png",
9089 "_",
9090 "image",
9091 "_", 6346 "_",
9092 "interlaced1.png", 6347 "interlaced1.png",
9093 "_", 6348 "_",
9094 "image", 6349 "image",
9095 "_", 6350 "_",
9096 "interlaced2.png", 6351 "interlaced2.png",
9097 "_", 6352 "_",
9098 "image", 6353 "image",
9099 "_", 6354 "_",
9100 "interlaced3.png", 6355 "interlaced3.png",
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
9279 "_", 6534 "_",
9280 "image-cacherator-from-ctable", 6535 "image-cacherator-from-ctable",
9281 "serialize-8888", 6536 "serialize-8888",
9282 "gm", 6537 "gm",
9283 "_", 6538 "_",
9284 "image-cacherator-from-ctable" 6539 "image-cacherator-from-ctable"
9285 ], 6540 ],
9286 "do_perf_steps": false, 6541 "do_perf_steps": false,
9287 "do_test_steps": true, 6542 "do_test_steps": true,
9288 "env": { 6543 "env": {
9289 "GYP_DEFINES": "skia_arch_type=x86_64 skia_gpu=0 skia_shared_lib=1 skia_wa rnings_as_errors=0" 6544 "CPPFLAGS": "-DSK_USE_DISCARDABLE_SCALEDIMAGECACHE",
6545 "GYP_DEFINES": "skia_arch_type=x86_64 skia_gpu=0 skia_warnings_as_errors=0 "
9290 }, 6546 },
9291 "nanobench_flags": [ 6547 "nanobench_flags": [
6548 "--pre_log",
9292 "--scales", 6549 "--scales",
9293 "1.0", 6550 "1.0",
9294 "1.1", 6551 "1.1",
9295 "--config", 6552 "--config",
9296 "565", 6553 "565",
9297 "8888", 6554 "8888",
9298 "gpu", 6555 "gpu",
9299 "nonrendering", 6556 "nonrendering",
9300 "angle", 6557 "angle",
9301 "hwui", 6558 "hwui",
(...skipping 19 matching lines...) Expand all
9321 "~inc2.png", 6578 "~inc2.png",
9322 "~inc12.png", 6579 "~inc12.png",
9323 "~inc13.png", 6580 "~inc13.png",
9324 "~inc14.png", 6581 "~inc14.png",
9325 "~inc0.webp", 6582 "~inc0.webp",
9326 "~inc1.webp" 6583 "~inc1.webp"
9327 ], 6584 ],
9328 "upload_dm_results": true, 6585 "upload_dm_results": true,
9329 "upload_perf_results": false 6586 "upload_perf_results": false
9330 }, 6587 },
9331 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind": { 6588 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Shared": {
9332 "build_targets": [ 6589 "build_targets": [
9333 "dm", 6590 "dm"
9334 "nanobench"
9335 ], 6591 ],
9336 "builder_cfg": { 6592 "builder_cfg": {
9337 "arch": "x86_64", 6593 "arch": "x86_64",
9338 "compiler": "GCC", 6594 "compiler": "GCC",
9339 "configuration": "Release", 6595 "configuration": "Release",
9340 "cpu_or_gpu": "GPU", 6596 "cpu_or_gpu": "CPU",
9341 "cpu_or_gpu_value": "GTX550Ti", 6597 "cpu_or_gpu_value": "AVX2",
9342 "extra_config": "Valgrind", 6598 "extra_config": "Shared",
9343 "is_trybot": false, 6599 "is_trybot": false,
9344 "model": "ShuttleA", 6600 "model": "GCE",
9345 "os": "Ubuntu", 6601 "os": "Ubuntu",
9346 "role": "Test" 6602 "role": "Test"
9347 }, 6603 },
9348 "configuration": "Release", 6604 "configuration": "Release",
9349 "dm_flags": [ 6605 "dm_flags": [
6606 "--pre_log",
9350 "--matrix", 6607 "--matrix",
9351 "0", 6608 "0",
9352 "1", 6609 "1",
9353 "1", 6610 "1",
9354 "0", 6611 "0",
9355 "--config", 6612 "--config",
9356 "565", 6613 "565",
9357 "8888", 6614 "8888",
9358 "gpu", 6615 "gpu",
9359 "upright-matrix-8888", 6616 "upright-matrix-8888",
9360 "upright-matrix-gpu", 6617 "upright-matrix-gpu",
9361 "nvprmsaa16", 6618 "sp-8888",
6619 "twice-8888",
6620 "2ndpic-8888",
6621 "remote-8888",
6622 "remote_cache-8888",
9362 "msaa16", 6623 "msaa16",
9363 "pdf", 6624 "pdf",
9364 "pdf_poppler", 6625 "pdf_poppler",
9365 "serialize-8888", 6626 "serialize-8888",
9366 "tiles_rt-8888", 6627 "tiles_rt-8888",
9367 "pic-8888", 6628 "pic-8888",
9368 "--src", 6629 "--src",
9369 "tests", 6630 "tests",
9370 "gm", 6631 "gm",
6632 "image",
9371 "--blacklist", 6633 "--blacklist",
9372 "_", 6634 "_",
9373 "image", 6635 "image",
9374 "decode",
9375 "pal8os2v2.bmp",
9376 "_", 6636 "_",
9377 "image",
9378 "decode",
9379 "pal8v4.bmp",
9380 "_",
9381 "image",
9382 "decode",
9383 "pal8v5.bmp",
9384 "_",
9385 "image",
9386 "decode",
9387 "rgb16-565.bmp",
9388 "_",
9389 "image",
9390 "decode",
9391 "rgb16-565pal.bmp",
9392 "_",
9393 "image",
9394 "decode",
9395 "rgb32-111110.bmp",
9396 "_",
9397 "image",
9398 "decode",
9399 "rgb32bf.bmp",
9400 "_",
9401 "image",
9402 "decode",
9403 "rgba32.bmp",
9404 "_",
9405 "image",
9406 "decode",
9407 "rgba32abf.bmp",
9408 "_",
9409 "image",
9410 "decode",
9411 "rgb24largepal.bmp",
9412 "_",
9413 "image",
9414 "decode",
9415 "pal8os2v2-16.bmp",
9416 "_",
9417 "image",
9418 "decode",
9419 "pal8oversizepal.bmp",
9420 "_",
9421 "image",
9422 "decode",
9423 "pal4rletrns.bmp",
9424 "_",
9425 "image",
9426 "decode",
9427 "pal8rletrns.bmp",
9428 "_",
9429 "image",
9430 "decode",
9431 "4bpp-pixeldata-cropped.bmp",
9432 "_",
9433 "image",
9434 "decode",
9435 "8bpp-pixeldata-cropped.bmp",
9436 "_",
9437 "image",
9438 "decode",
9439 "24bpp-pixeldata-cropped.bmp",
9440 "_",
9441 "image",
9442 "decode",
9443 "32bpp-pixeldata-cropped.bmp",
9444 "_",
9445 "image",
9446 "decode",
9447 "testcase7.bmp",
9448 "_",
9449 "image",
9450 "decode",
9451 "Hopstarter-Mac-Folders-Apple.ico",
9452 "_",
9453 "image",
9454 "decode",
9455 "inc0.gif",
9456 "_",
9457 "image",
9458 "decode",
9459 "inc1.gif",
9460 "_",
9461 "image",
9462 "decode",
9463 "incInterlaced.gif",
9464 "_",
9465 "image",
9466 "decode",
9467 "inc0.jpg",
9468 "_",
9469 "image",
9470 "decode",
9471 "incGray.jpg",
9472 "_",
9473 "image",
9474 "decode",
9475 "inc0.wbmp",
9476 "_",
9477 "image",
9478 "decode",
9479 "inc1.wbmp",
9480 "_",
9481 "image",
9482 "decode",
9483 "inc0.webp",
9484 "_",
9485 "image",
9486 "decode",
9487 "inc1.webp",
9488 "_",
9489 "image",
9490 "decode",
9491 "inc0.ico",
9492 "_",
9493 "image",
9494 "decode",
9495 "inc1.ico",
9496 "_",
9497 "image",
9498 "decode",
9499 "inc0.png",
9500 "_",
9501 "image",
9502 "decode",
9503 "inc1.png",
9504 "_",
9505 "image",
9506 "decode",
9507 "inc2.png",
9508 "_",
9509 "image",
9510 "decode",
9511 "inc12.png",
9512 "_",
9513 "image",
9514 "decode",
9515 "inc13.png",
9516 "_",
9517 "image",
9518 "decode",
9519 "inc14.png",
9520 "pdf",
9521 "gm",
9522 "_",
9523 "fontmgr_iter",
9524 "pdf",
9525 "_",
9526 "_",
9527 "PANO_20121023_214540.jpg",
9528 "pdf",
9529 "skp",
9530 "_",
9531 "worldjournal",
9532 "pdf",
9533 "skp",
9534 "_",
9535 "desk_baidu.skp",
9536 "pdf",
9537 "skp",
9538 "_",
9539 "desk_wikipedia.skp",
9540 "_",
9541 "image",
9542 "_",
9543 "interlaced1.png", 6637 "interlaced1.png",
9544 "_", 6638 "_",
9545 "image", 6639 "image",
9546 "_", 6640 "_",
9547 "interlaced2.png", 6641 "interlaced2.png",
9548 "_", 6642 "_",
9549 "image", 6643 "image",
9550 "_", 6644 "_",
9551 "interlaced3.png", 6645 "interlaced3.png",
9552 "serialize-8888", 6646 "serialize-8888",
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
9725 "gm", 6819 "gm",
9726 "_", 6820 "_",
9727 "image-cacherator-from-ctable", 6821 "image-cacherator-from-ctable",
9728 "2ndpic-8888", 6822 "2ndpic-8888",
9729 "gm", 6823 "gm",
9730 "_", 6824 "_",
9731 "image-cacherator-from-ctable", 6825 "image-cacherator-from-ctable",
9732 "serialize-8888", 6826 "serialize-8888",
9733 "gm", 6827 "gm",
9734 "_", 6828 "_",
9735 "image-cacherator-from-ctable", 6829 "image-cacherator-from-ctable"
9736 "--match",
9737 "~Threaded"
9738 ], 6830 ],
9739 "do_perf_steps": true, 6831 "do_perf_steps": false,
9740 "do_test_steps": true, 6832 "do_test_steps": true,
9741 "env": { 6833 "env": {
9742 "GYP_DEFINES": "skia_arch_type=x86_64 skia_release_optimization_level=1 sk ia_warnings_as_errors=0" 6834 "GYP_DEFINES": "skia_arch_type=x86_64 skia_gpu=0 skia_shared_lib=1 skia_wa rnings_as_errors=0"
9743 }, 6835 },
9744 "nanobench_flags": [ 6836 "nanobench_flags": [
9745 "--images", 6837 "--pre_log",
9746 "--gpuStatsDump",
9747 "true",
9748 "--scales", 6838 "--scales",
9749 "1.0", 6839 "1.0",
9750 "1.1", 6840 "1.1",
9751 "--config", 6841 "--config",
9752 "565", 6842 "565",
9753 "8888", 6843 "8888",
9754 "gpu", 6844 "gpu",
9755 "nonrendering", 6845 "nonrendering",
9756 "angle", 6846 "angle",
9757 "hwui", 6847 "hwui",
9758 "msaa16", 6848 "msaa16",
9759 "nvprmsaa16", 6849 "nvprmsaa16",
9760 "--loops",
9761 "1",
9762 "--samples",
9763 "1",
9764 "--keepAlive",
9765 "true",
9766 "--match", 6850 "--match",
9767 "~interlaced1.png", 6851 "~interlaced1.png",
9768 "~interlaced2.png", 6852 "~interlaced2.png",
9769 "~interlaced3.png", 6853 "~interlaced3.png",
9770 "~inc0.gif", 6854 "~inc0.gif",
9771 "~inc1.gif", 6855 "~inc1.gif",
9772 "~incInterlaced.gif", 6856 "~incInterlaced.gif",
9773 "~inc0.jpg", 6857 "~inc0.jpg",
9774 "~incGray.jpg", 6858 "~incGray.jpg",
9775 "~inc0.wbmp", 6859 "~inc0.wbmp",
9776 "~inc1.wbmp", 6860 "~inc1.wbmp",
9777 "~inc0.webp", 6861 "~inc0.webp",
9778 "~inc1.webp", 6862 "~inc1.webp",
9779 "~inc0.ico", 6863 "~inc0.ico",
9780 "~inc1.ico", 6864 "~inc1.ico",
9781 "~inc0.png", 6865 "~inc0.png",
9782 "~inc1.png", 6866 "~inc1.png",
9783 "~inc2.png", 6867 "~inc2.png",
9784 "~inc12.png", 6868 "~inc12.png",
9785 "~inc13.png", 6869 "~inc13.png",
9786 "~inc14.png", 6870 "~inc14.png",
9787 "~inc0.webp", 6871 "~inc0.webp",
9788 "~inc1.webp" 6872 "~inc1.webp"
9789 ], 6873 ],
9790 "upload_dm_results": false, 6874 "upload_dm_results": true,
9791 "upload_perf_results": false 6875 "upload_perf_results": false
9792 }, 6876 },
9793 "Test-Win8-MSVC-ShuttleA-CPU-AVX-x86_64-Debug": { 6877 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind": {
9794 "build_targets": [ 6878 "build_targets": [
9795 "dm" 6879 "dm",
6880 "nanobench"
9796 ], 6881 ],
9797 "builder_cfg": { 6882 "builder_cfg": {
9798 "arch": "x86_64", 6883 "arch": "x86_64",
9799 "compiler": "MSVC", 6884 "compiler": "GCC",
9800 "configuration": "Debug", 6885 "configuration": "Release",
9801 "cpu_or_gpu": "CPU", 6886 "cpu_or_gpu": "GPU",
9802 "cpu_or_gpu_value": "AVX", 6887 "cpu_or_gpu_value": "GTX550Ti",
6888 "extra_config": "Valgrind",
9803 "is_trybot": false, 6889 "is_trybot": false,
9804 "model": "ShuttleA", 6890 "model": "ShuttleA",
9805 "os": "Win8", 6891 "os": "Ubuntu",
9806 "role": "Test" 6892 "role": "Test"
9807 }, 6893 },
9808 "configuration": "Debug_x64", 6894 "configuration": "Release",
9809 "dm_flags": [ 6895 "dm_flags": [
6896 "--pre_log",
9810 "--matrix", 6897 "--matrix",
9811 "0", 6898 "0",
9812 "1", 6899 "1",
9813 "1", 6900 "1",
9814 "0", 6901 "0",
9815 "--config", 6902 "--config",
9816 "565", 6903 "565",
9817 "8888", 6904 "8888",
9818 "gpu", 6905 "gpu",
9819 "upright-matrix-8888", 6906 "upright-matrix-8888",
9820 "upright-matrix-gpu", 6907 "upright-matrix-gpu",
6908 "nvprmsaa16",
9821 "msaa16", 6909 "msaa16",
9822 "pdf", 6910 "pdf",
9823 "pdf_poppler", 6911 "pdf_poppler",
9824 "serialize-8888", 6912 "serialize-8888",
9825 "tiles_rt-8888", 6913 "tiles_rt-8888",
9826 "pic-8888", 6914 "pic-8888",
9827 "--src", 6915 "--src",
9828 "tests", 6916 "tests",
9829 "gm", 6917 "gm",
9830 "image", 6918 "image",
9831 "--blacklist", 6919 "--blacklist",
6920 "pdf",
6921 "gm",
9832 "_", 6922 "_",
9833 "image", 6923 "fontmgr_iter",
9834 "decode", 6924 "pdf",
9835 "pal8os2v2.bmp",
9836 "_", 6925 "_",
9837 "image",
9838 "decode",
9839 "pal8v4.bmp",
9840 "_", 6926 "_",
9841 "image", 6927 "PANO_20121023_214540.jpg",
9842 "decode", 6928 "pdf",
9843 "pal8v5.bmp", 6929 "skp",
9844 "_", 6930 "_",
9845 "image", 6931 "worldjournal",
9846 "decode", 6932 "pdf",
9847 "rgb16-565.bmp", 6933 "skp",
9848 "_", 6934 "_",
9849 "image", 6935 "desk_baidu.skp",
9850 "decode", 6936 "pdf",
9851 "rgb16-565pal.bmp", 6937 "skp",
9852 "_", 6938 "_",
9853 "image", 6939 "desk_wikipedia.skp",
9854 "decode",
9855 "rgb32-111110.bmp",
9856 "_",
9857 "image",
9858 "decode",
9859 "rgb32bf.bmp",
9860 "_",
9861 "image",
9862 "decode",
9863 "rgba32.bmp",
9864 "_",
9865 "image",
9866 "decode",
9867 "rgba32abf.bmp",
9868 "_",
9869 "image",
9870 "decode",
9871 "rgb24largepal.bmp",
9872 "_",
9873 "image",
9874 "decode",
9875 "pal8os2v2-16.bmp",
9876 "_",
9877 "image",
9878 "decode",
9879 "pal8oversizepal.bmp",
9880 "_",
9881 "image",
9882 "decode",
9883 "pal4rletrns.bmp",
9884 "_",
9885 "image",
9886 "decode",
9887 "pal8rletrns.bmp",
9888 "_",
9889 "image",
9890 "decode",
9891 "4bpp-pixeldata-cropped.bmp",
9892 "_",
9893 "image",
9894 "decode",
9895 "8bpp-pixeldata-cropped.bmp",
9896 "_",
9897 "image",
9898 "decode",
9899 "24bpp-pixeldata-cropped.bmp",
9900 "_",
9901 "image",
9902 "decode",
9903 "32bpp-pixeldata-cropped.bmp",
9904 "_",
9905 "image",
9906 "decode",
9907 "testcase7.bmp",
9908 "_",
9909 "image",
9910 "decode",
9911 "Hopstarter-Mac-Folders-Apple.ico",
9912 "_",
9913 "image",
9914 "decode",
9915 "inc0.gif",
9916 "_",
9917 "image",
9918 "decode",
9919 "inc1.gif",
9920 "_",
9921 "image",
9922 "decode",
9923 "incInterlaced.gif",
9924 "_",
9925 "image",
9926 "decode",
9927 "inc0.jpg",
9928 "_",
9929 "image",
9930 "decode",
9931 "incGray.jpg",
9932 "_",
9933 "image",
9934 "decode",
9935 "inc0.wbmp",
9936 "_",
9937 "image",
9938 "decode",
9939 "inc1.wbmp",
9940 "_",
9941 "image",
9942 "decode",
9943 "inc0.webp",
9944 "_",
9945 "image",
9946 "decode",
9947 "inc1.webp",
9948 "_",
9949 "image",
9950 "decode",
9951 "inc0.ico",
9952 "_",
9953 "image",
9954 "decode",
9955 "inc1.ico",
9956 "_",
9957 "image",
9958 "decode",
9959 "inc0.png",
9960 "_",
9961 "image",
9962 "decode",
9963 "inc1.png",
9964 "_",
9965 "image",
9966 "decode",
9967 "inc2.png",
9968 "_",
9969 "image",
9970 "decode",
9971 "inc12.png",
9972 "_",
9973 "image",
9974 "decode",
9975 "inc13.png",
9976 "_",
9977 "image",
9978 "decode",
9979 "inc14.png",
9980 "_",
9981 "image",
9982 "decode",
9983 "_",
9984 "_", 6940 "_",
9985 "image", 6941 "image",
9986 "_", 6942 "_",
9987 "interlaced1.png", 6943 "interlaced1.png",
9988 "_", 6944 "_",
9989 "image", 6945 "image",
9990 "_", 6946 "_",
9991 "interlaced2.png", 6947 "interlaced2.png",
9992 "_", 6948 "_",
9993 "image", 6949 "image",
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
10169 "gm", 7125 "gm",
10170 "_", 7126 "_",
10171 "image-cacherator-from-ctable", 7127 "image-cacherator-from-ctable",
10172 "2ndpic-8888", 7128 "2ndpic-8888",
10173 "gm", 7129 "gm",
10174 "_", 7130 "_",
10175 "image-cacherator-from-ctable", 7131 "image-cacherator-from-ctable",
10176 "serialize-8888", 7132 "serialize-8888",
10177 "gm", 7133 "gm",
10178 "_", 7134 "_",
10179 "image-cacherator-from-ctable" 7135 "image-cacherator-from-ctable",
7136 "_",
7137 "image",
7138 "_",
7139 ".arw",
7140 "_",
7141 "image",
7142 "_",
7143 ".cr2",
7144 "_",
7145 "image",
7146 "_",
7147 ".dng",
7148 "_",
7149 "image",
7150 "_",
7151 ".nef",
7152 "_",
7153 "image",
7154 "_",
7155 ".nrw",
7156 "_",
7157 "image",
7158 "_",
7159 ".orf",
7160 "_",
7161 "image",
7162 "_",
7163 ".raf",
7164 "_",
7165 "image",
7166 "_",
7167 ".rw2",
7168 "_",
7169 "image",
7170 "_",
7171 ".pef",
7172 "_",
7173 "image",
7174 "_",
7175 ".srw",
7176 "_",
7177 "image",
7178 "_",
7179 ".ARW",
7180 "_",
7181 "image",
7182 "_",
7183 ".CR2",
7184 "_",
7185 "image",
7186 "_",
7187 ".DNG",
7188 "_",
7189 "image",
7190 "_",
7191 ".NEF",
7192 "_",
7193 "image",
7194 "_",
7195 ".NRW",
7196 "_",
7197 "image",
7198 "_",
7199 ".ORF",
7200 "_",
7201 "image",
7202 "_",
7203 ".RAF",
7204 "_",
7205 "image",
7206 "_",
7207 ".RW2",
7208 "_",
7209 "image",
7210 "_",
7211 ".PEF",
7212 "_",
7213 "image",
7214 "_",
7215 ".SRW",
7216 "--match",
7217 "~Threaded"
10180 ], 7218 ],
10181 "do_perf_steps": false, 7219 "do_perf_steps": true,
10182 "do_test_steps": true, 7220 "do_test_steps": true,
10183 "env": { 7221 "env": {
10184 "GYP_DEFINES": "qt_sdk=C:/Qt/Qt5.1.0/5.1.0/msvc2012_64/ skia_arch_type=x86 _64 skia_gpu=0 skia_warnings_as_errors=0 skia_win_debuggers_path=c:/DbgHelp" 7222 "GYP_DEFINES": "skia_arch_type=x86_64 skia_release_optimization_level=1 sk ia_warnings_as_errors=0"
10185 }, 7223 },
10186 "nanobench_flags": [ 7224 "nanobench_flags": [
7225 "--pre_log",
7226 "--images",
7227 "--gpuStatsDump",
7228 "true",
10187 "--scales", 7229 "--scales",
10188 "1.0", 7230 "1.0",
10189 "1.1", 7231 "1.1",
10190 "--config", 7232 "--config",
10191 "565", 7233 "565",
10192 "8888", 7234 "8888",
10193 "gpu", 7235 "gpu",
10194 "nonrendering", 7236 "nonrendering",
10195 "angle", 7237 "angle",
10196 "hwui", 7238 "hwui",
10197 "msaa16", 7239 "msaa16",
10198 "nvprmsaa16", 7240 "nvprmsaa16",
7241 "--loops",
7242 "1",
7243 "--samples",
7244 "1",
7245 "--keepAlive",
7246 "true",
10199 "--match", 7247 "--match",
10200 "~interlaced1.png", 7248 "~interlaced1.png",
10201 "~interlaced2.png", 7249 "~interlaced2.png",
10202 "~interlaced3.png", 7250 "~interlaced3.png",
10203 "~inc0.gif", 7251 "~inc0.gif",
10204 "~inc1.gif", 7252 "~inc1.gif",
10205 "~incInterlaced.gif", 7253 "~incInterlaced.gif",
10206 "~inc0.jpg", 7254 "~inc0.jpg",
10207 "~incGray.jpg", 7255 "~incGray.jpg",
10208 "~inc0.wbmp", 7256 "~inc0.wbmp",
10209 "~inc1.wbmp", 7257 "~inc1.wbmp",
10210 "~inc0.webp", 7258 "~inc0.webp",
10211 "~inc1.webp", 7259 "~inc1.webp",
10212 "~inc0.ico", 7260 "~inc0.ico",
10213 "~inc1.ico", 7261 "~inc1.ico",
10214 "~inc0.png", 7262 "~inc0.png",
10215 "~inc1.png", 7263 "~inc1.png",
10216 "~inc2.png", 7264 "~inc2.png",
10217 "~inc12.png", 7265 "~inc12.png",
10218 "~inc13.png", 7266 "~inc13.png",
10219 "~inc14.png", 7267 "~inc14.png",
10220 "~inc0.webp", 7268 "~inc0.webp",
10221 "~inc1.webp" 7269 "~inc1.webp"
10222 ], 7270 ],
10223 "upload_dm_results": true, 7271 "upload_dm_results": false,
10224 "upload_perf_results": false 7272 "upload_perf_results": false
10225 }, 7273 },
10226 "Test-Win8-MSVC-ShuttleB-GPU-HD4600-x86-Release-ANGLE": { 7274 "Test-Win8-MSVC-ShuttleA-CPU-AVX-x86_64-Debug": {
10227 "build_targets": [ 7275 "build_targets": [
10228 "dm" 7276 "dm"
10229 ], 7277 ],
10230 "builder_cfg": { 7278 "builder_cfg": {
10231 "arch": "x86", 7279 "arch": "x86_64",
10232 "compiler": "MSVC", 7280 "compiler": "MSVC",
10233 "configuration": "Release", 7281 "configuration": "Debug",
10234 "cpu_or_gpu": "GPU", 7282 "cpu_or_gpu": "CPU",
10235 "cpu_or_gpu_value": "HD4600", 7283 "cpu_or_gpu_value": "AVX",
10236 "extra_config": "ANGLE",
10237 "is_trybot": false, 7284 "is_trybot": false,
10238 "model": "ShuttleB", 7285 "model": "ShuttleA",
10239 "os": "Win8", 7286 "os": "Win8",
10240 "role": "Test" 7287 "role": "Test"
10241 }, 7288 },
10242 "configuration": "Release", 7289 "configuration": "Debug_x64",
10243 "dm_flags": [ 7290 "dm_flags": [
7291 "--pre_log",
10244 "--matrix", 7292 "--matrix",
10245 "0", 7293 "0",
10246 "1", 7294 "1",
10247 "1", 7295 "1",
10248 "0", 7296 "0",
10249 "--config", 7297 "--config",
10250 "565", 7298 "565",
10251 "8888", 7299 "8888",
10252 "gpu", 7300 "gpu",
10253 "upright-matrix-8888", 7301 "upright-matrix-8888",
10254 "upright-matrix-gpu", 7302 "upright-matrix-gpu",
10255 "msaa16", 7303 "msaa16",
10256 "pdf", 7304 "pdf",
10257 "pdf_poppler", 7305 "pdf_poppler",
10258 "serialize-8888", 7306 "serialize-8888",
10259 "tiles_rt-8888", 7307 "tiles_rt-8888",
10260 "pic-8888", 7308 "pic-8888",
7309 "--src",
7310 "tests",
7311 "gm",
7312 "image",
7313 "--blacklist",
7314 "_",
7315 "image",
7316 "_",
7317 "interlaced1.png",
7318 "_",
7319 "image",
7320 "_",
7321 "interlaced2.png",
7322 "_",
7323 "image",
7324 "_",
7325 "interlaced3.png",
7326 "serialize-8888",
7327 "gm",
7328 "_",
7329 "not_native32_bitmap_config",
7330 "serialize-8888",
7331 "gm",
7332 "_",
7333 "bleed_image",
7334 "serialize-8888",
7335 "gm",
7336 "_",
7337 "bleed_alpha_image",
7338 "serialize-8888",
7339 "gm",
7340 "_",
7341 "bleed_alpha_image_shader",
7342 "serialize-8888",
7343 "gm",
7344 "_",
7345 "blend",
7346 "serialize-8888",
7347 "gm",
7348 "_",
7349 "c_gms",
7350 "serialize-8888",
7351 "gm",
7352 "_",
7353 "colortype",
7354 "serialize-8888",
7355 "gm",
7356 "_",
7357 "colortype_xfermodes",
7358 "serialize-8888",
7359 "gm",
7360 "_",
7361 "colorwheelnative",
7362 "serialize-8888",
7363 "gm",
7364 "_",
7365 "drawfilter",
7366 "serialize-8888",
7367 "gm",
7368 "_",
7369 "fontmgr_bounds_0.75_0",
7370 "serialize-8888",
7371 "gm",
7372 "_",
7373 "fontmgr_bounds_1_-0.25",
7374 "serialize-8888",
7375 "gm",
7376 "_",
7377 "fontmgr_bounds",
7378 "serialize-8888",
7379 "gm",
7380 "_",
7381 "fontmgr_match",
7382 "serialize-8888",
7383 "gm",
7384 "_",
7385 "fontmgr_iter",
7386 "serialize-8888",
7387 "gm",
7388 "_",
7389 "lightingshader",
7390 "serialize-8888",
7391 "gm",
7392 "_",
7393 "localmatriximagefilter",
7394 "serialize-8888",
7395 "gm",
7396 "_",
7397 "path_stroke_with_zero_length",
7398 "serialize-8888",
7399 "gm",
7400 "_",
7401 "textblobgeometrychange",
7402 "serialize-8888",
7403 "gm",
7404 "_",
7405 "verylargebitmap",
7406 "serialize-8888",
7407 "gm",
7408 "_",
7409 "verylarge_picture_image",
7410 "sp-8888",
7411 "gm",
7412 "_",
7413 "blend",
7414 "pic-8888",
7415 "gm",
7416 "_",
7417 "blend",
7418 "2ndpic-8888",
7419 "gm",
7420 "_",
7421 "blend",
7422 "sp-8888",
7423 "gm",
7424 "_",
7425 "drawfilter",
7426 "pic-8888",
7427 "gm",
7428 "_",
7429 "drawfilter",
7430 "2ndpic-8888",
7431 "gm",
7432 "_",
7433 "drawfilter",
7434 "sp-8888",
7435 "gm",
7436 "_",
7437 "path_stroke_with_zero_length",
7438 "pic-8888",
7439 "gm",
7440 "_",
7441 "path_stroke_with_zero_length",
7442 "2ndpic-8888",
7443 "gm",
7444 "_",
7445 "path_stroke_with_zero_length",
7446 "sp-8888",
7447 "gm",
7448 "_",
7449 "textblobgeometrychange",
7450 "pic-8888",
7451 "gm",
7452 "_",
7453 "textblobgeometrychange",
7454 "2ndpic-8888",
7455 "gm",
7456 "_",
7457 "textblobgeometrychange",
7458 "sp-8888",
7459 "gm",
7460 "_",
7461 "patch_primitive",
7462 "sp-8888",
7463 "gm",
7464 "_",
7465 "image-cacherator-from-picture",
7466 "pic-8888",
7467 "gm",
7468 "_",
7469 "image-cacherator-from-picture",
7470 "2ndpic-8888",
7471 "gm",
7472 "_",
7473 "image-cacherator-from-picture",
7474 "serialize-8888",
7475 "gm",
7476 "_",
7477 "image-cacherator-from-picture",
7478 "sp-8888",
7479 "gm",
7480 "_",
7481 "image-cacherator-from-raster",
7482 "pic-8888",
7483 "gm",
7484 "_",
7485 "image-cacherator-from-raster",
7486 "2ndpic-8888",
7487 "gm",
7488 "_",
7489 "image-cacherator-from-raster",
7490 "serialize-8888",
7491 "gm",
7492 "_",
7493 "image-cacherator-from-raster",
7494 "sp-8888",
7495 "gm",
7496 "_",
7497 "image-cacherator-from-ctable",
7498 "pic-8888",
7499 "gm",
7500 "_",
7501 "image-cacherator-from-ctable",
7502 "2ndpic-8888",
7503 "gm",
7504 "_",
7505 "image-cacherator-from-ctable",
7506 "serialize-8888",
7507 "gm",
7508 "_",
7509 "image-cacherator-from-ctable"
7510 ],
7511 "do_perf_steps": false,
7512 "do_test_steps": true,
7513 "env": {
7514 "GYP_DEFINES": "qt_sdk=C:/Qt/Qt5.1.0/5.1.0/msvc2012_64/ skia_arch_type=x86 _64 skia_gpu=0 skia_warnings_as_errors=0 skia_win_debuggers_path=c:/DbgHelp"
7515 },
7516 "nanobench_flags": [
7517 "--pre_log",
7518 "--scales",
7519 "1.0",
7520 "1.1",
7521 "--config",
7522 "565",
7523 "8888",
7524 "gpu",
7525 "nonrendering",
7526 "angle",
7527 "hwui",
7528 "msaa16",
7529 "nvprmsaa16",
7530 "--match",
7531 "~interlaced1.png",
7532 "~interlaced2.png",
7533 "~interlaced3.png",
7534 "~inc0.gif",
7535 "~inc1.gif",
7536 "~incInterlaced.gif",
7537 "~inc0.jpg",
7538 "~incGray.jpg",
7539 "~inc0.wbmp",
7540 "~inc1.wbmp",
7541 "~inc0.webp",
7542 "~inc1.webp",
7543 "~inc0.ico",
7544 "~inc1.ico",
7545 "~inc0.png",
7546 "~inc1.png",
7547 "~inc2.png",
7548 "~inc12.png",
7549 "~inc13.png",
7550 "~inc14.png",
7551 "~inc0.webp",
7552 "~inc1.webp"
7553 ],
7554 "upload_dm_results": true,
7555 "upload_perf_results": false
7556 },
7557 "Test-Win8-MSVC-ShuttleB-GPU-HD4600-x86-Release-ANGLE": {
7558 "build_targets": [
7559 "dm"
7560 ],
7561 "builder_cfg": {
7562 "arch": "x86",
7563 "compiler": "MSVC",
7564 "configuration": "Release",
7565 "cpu_or_gpu": "GPU",
7566 "cpu_or_gpu_value": "HD4600",
7567 "extra_config": "ANGLE",
7568 "is_trybot": false,
7569 "model": "ShuttleB",
7570 "os": "Win8",
7571 "role": "Test"
7572 },
7573 "configuration": "Release",
7574 "dm_flags": [
7575 "--pre_log",
7576 "--matrix",
7577 "0",
7578 "1",
7579 "1",
7580 "0",
7581 "--config",
7582 "565",
7583 "8888",
7584 "gpu",
7585 "upright-matrix-8888",
7586 "upright-matrix-gpu",
7587 "msaa16",
7588 "pdf",
7589 "pdf_poppler",
7590 "serialize-8888",
7591 "tiles_rt-8888",
7592 "pic-8888",
10261 "angle", 7593 "angle",
10262 "--src", 7594 "--src",
10263 "tests", 7595 "tests",
10264 "gm", 7596 "gm",
7597 "image",
10265 "--blacklist", 7598 "--blacklist",
10266 "_", 7599 "_",
10267 "image", 7600 "image",
10268 "decode", 7601 "_",
10269 "pal8os2v2.bmp",
10270 "_",
10271 "image",
10272 "decode",
10273 "pal8v4.bmp",
10274 "_",
10275 "image",
10276 "decode",
10277 "pal8v5.bmp",
10278 "_",
10279 "image",
10280 "decode",
10281 "rgb16-565.bmp",
10282 "_",
10283 "image",
10284 "decode",
10285 "rgb16-565pal.bmp",
10286 "_",
10287 "image",
10288 "decode",
10289 "rgb32-111110.bmp",
10290 "_",
10291 "image",
10292 "decode",
10293 "rgb32bf.bmp",
10294 "_",
10295 "image",
10296 "decode",
10297 "rgba32.bmp",
10298 "_",
10299 "image",
10300 "decode",
10301 "rgba32abf.bmp",
10302 "_",
10303 "image",
10304 "decode",
10305 "rgb24largepal.bmp",
10306 "_",
10307 "image",
10308 "decode",
10309 "pal8os2v2-16.bmp",
10310 "_",
10311 "image",
10312 "decode",
10313 "pal8oversizepal.bmp",
10314 "_",
10315 "image",
10316 "decode",
10317 "pal4rletrns.bmp",
10318 "_",
10319 "image",
10320 "decode",
10321 "pal8rletrns.bmp",
10322 "_",
10323 "image",
10324 "decode",
10325 "4bpp-pixeldata-cropped.bmp",
10326 "_",
10327 "image",
10328 "decode",
10329 "8bpp-pixeldata-cropped.bmp",
10330 "_",
10331 "image",
10332 "decode",
10333 "24bpp-pixeldata-cropped.bmp",
10334 "_",
10335 "image",
10336 "decode",
10337 "32bpp-pixeldata-cropped.bmp",
10338 "_",
10339 "image",
10340 "decode",
10341 "testcase7.bmp",
10342 "_",
10343 "image",
10344 "decode",
10345 "Hopstarter-Mac-Folders-Apple.ico",
10346 "_",
10347 "image",
10348 "decode",
10349 "inc0.gif",
10350 "_",
10351 "image",
10352 "decode",
10353 "inc1.gif",
10354 "_",
10355 "image",
10356 "decode",
10357 "incInterlaced.gif",
10358 "_",
10359 "image",
10360 "decode",
10361 "inc0.jpg",
10362 "_",
10363 "image",
10364 "decode",
10365 "incGray.jpg",
10366 "_",
10367 "image",
10368 "decode",
10369 "inc0.wbmp",
10370 "_",
10371 "image",
10372 "decode",
10373 "inc1.wbmp",
10374 "_",
10375 "image",
10376 "decode",
10377 "inc0.webp",
10378 "_",
10379 "image",
10380 "decode",
10381 "inc1.webp",
10382 "_",
10383 "image",
10384 "decode",
10385 "inc0.ico",
10386 "_",
10387 "image",
10388 "decode",
10389 "inc1.ico",
10390 "_",
10391 "image",
10392 "decode",
10393 "inc0.png",
10394 "_",
10395 "image",
10396 "decode",
10397 "inc1.png",
10398 "_",
10399 "image",
10400 "decode",
10401 "inc2.png",
10402 "_",
10403 "image",
10404 "decode",
10405 "inc12.png",
10406 "_",
10407 "image",
10408 "decode",
10409 "inc13.png",
10410 "_",
10411 "image",
10412 "decode",
10413 "inc14.png",
10414 "_",
10415 "image",
10416 "decode",
10417 "_",
10418 "_",
10419 "image",
10420 "_",
10421 "interlaced1.png", 7602 "interlaced1.png",
10422 "_", 7603 "_",
10423 "image", 7604 "image",
10424 "_", 7605 "_",
10425 "interlaced2.png", 7606 "interlaced2.png",
10426 "_", 7607 "_",
10427 "image", 7608 "image",
10428 "_", 7609 "_",
10429 "interlaced3.png", 7610 "interlaced3.png",
10430 "serialize-8888", 7611 "serialize-8888",
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
10603 "gm", 7784 "gm",
10604 "_", 7785 "_",
10605 "image-cacherator-from-ctable", 7786 "image-cacherator-from-ctable",
10606 "2ndpic-8888", 7787 "2ndpic-8888",
10607 "gm", 7788 "gm",
10608 "_", 7789 "_",
10609 "image-cacherator-from-ctable", 7790 "image-cacherator-from-ctable",
10610 "serialize-8888", 7791 "serialize-8888",
10611 "gm", 7792 "gm",
10612 "_", 7793 "_",
10613 "image-cacherator-from-ctable" 7794 "image-cacherator-from-ctable",
7795 "_",
7796 "image",
7797 "_",
7798 ".arw",
7799 "_",
7800 "image",
7801 "_",
7802 ".cr2",
7803 "_",
7804 "image",
7805 "_",
7806 ".dng",
7807 "_",
7808 "image",
7809 "_",
7810 ".nef",
7811 "_",
7812 "image",
7813 "_",
7814 ".nrw",
7815 "_",
7816 "image",
7817 "_",
7818 ".orf",
7819 "_",
7820 "image",
7821 "_",
7822 ".raf",
7823 "_",
7824 "image",
7825 "_",
7826 ".rw2",
7827 "_",
7828 "image",
7829 "_",
7830 ".pef",
7831 "_",
7832 "image",
7833 "_",
7834 ".srw",
7835 "_",
7836 "image",
7837 "_",
7838 ".ARW",
7839 "_",
7840 "image",
7841 "_",
7842 ".CR2",
7843 "_",
7844 "image",
7845 "_",
7846 ".DNG",
7847 "_",
7848 "image",
7849 "_",
7850 ".NEF",
7851 "_",
7852 "image",
7853 "_",
7854 ".NRW",
7855 "_",
7856 "image",
7857 "_",
7858 ".ORF",
7859 "_",
7860 "image",
7861 "_",
7862 ".RAF",
7863 "_",
7864 "image",
7865 "_",
7866 ".RW2",
7867 "_",
7868 "image",
7869 "_",
7870 ".PEF",
7871 "_",
7872 "image",
7873 "_",
7874 ".SRW"
10614 ], 7875 ],
10615 "do_perf_steps": false, 7876 "do_perf_steps": false,
10616 "do_test_steps": true, 7877 "do_test_steps": true,
10617 "env": { 7878 "env": {
10618 "GYP_DEFINES": "qt_sdk=C:/Qt/Qt5.1.0/5.1.0/msvc2012_64/ skia_angle=1 skia_ arch_type=x86 skia_warnings_as_errors=0 skia_win_debuggers_path=c:/DbgHelp" 7879 "GYP_DEFINES": "qt_sdk=C:/Qt/Qt5.1.0/5.1.0/msvc2012_64/ skia_angle=1 skia_ arch_type=x86 skia_warnings_as_errors=0 skia_win_debuggers_path=c:/DbgHelp"
10619 }, 7880 },
10620 "nanobench_flags": [ 7881 "nanobench_flags": [
7882 "--pre_log",
10621 "--images", 7883 "--images",
10622 "--gpuStatsDump", 7884 "--gpuStatsDump",
10623 "true", 7885 "true",
10624 "--scales", 7886 "--scales",
10625 "1.0", 7887 "1.0",
10626 "1.1", 7888 "1.1",
10627 "--config", 7889 "--config",
10628 "565", 7890 "565",
10629 "8888", 7891 "8888",
10630 "gpu", 7892 "gpu",
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
10670 "configuration": "Debug", 7932 "configuration": "Debug",
10671 "cpu_or_gpu": "GPU", 7933 "cpu_or_gpu": "GPU",
10672 "cpu_or_gpu_value": "SGX554", 7934 "cpu_or_gpu_value": "SGX554",
10673 "is_trybot": false, 7935 "is_trybot": false,
10674 "model": "iPad4", 7936 "model": "iPad4",
10675 "os": "iOS", 7937 "os": "iOS",
10676 "role": "Test" 7938 "role": "Test"
10677 }, 7939 },
10678 "configuration": "Debug", 7940 "configuration": "Debug",
10679 "dm_flags": [ 7941 "dm_flags": [
7942 "--pre_log",
10680 "--matrix", 7943 "--matrix",
10681 "0", 7944 "0",
10682 "1", 7945 "1",
10683 "1", 7946 "1",
10684 "0", 7947 "0",
10685 "--config", 7948 "--config",
10686 "565", 7949 "565",
10687 "8888", 7950 "8888",
10688 "gpu", 7951 "gpu",
10689 "upright-matrix-8888", 7952 "upright-matrix-8888",
10690 "upright-matrix-gpu", 7953 "upright-matrix-gpu",
10691 "pdf", 7954 "pdf",
10692 "pdf_poppler", 7955 "pdf_poppler",
10693 "serialize-8888", 7956 "serialize-8888",
10694 "tiles_rt-8888", 7957 "tiles_rt-8888",
10695 "pic-8888", 7958 "pic-8888",
10696 "--src", 7959 "--src",
10697 "tests", 7960 "tests",
10698 "gm", 7961 "gm",
7962 "image",
10699 "--blacklist", 7963 "--blacklist",
10700 "_",
10701 "image",
10702 "decode",
10703 "pal8os2v2.bmp",
10704 "_",
10705 "image",
10706 "decode",
10707 "pal8v4.bmp",
10708 "_",
10709 "image",
10710 "decode",
10711 "pal8v5.bmp",
10712 "_",
10713 "image",
10714 "decode",
10715 "rgb16-565.bmp",
10716 "_",
10717 "image",
10718 "decode",
10719 "rgb16-565pal.bmp",
10720 "_",
10721 "image",
10722 "decode",
10723 "rgb32-111110.bmp",
10724 "_",
10725 "image",
10726 "decode",
10727 "rgb32bf.bmp",
10728 "_",
10729 "image",
10730 "decode",
10731 "rgba32.bmp",
10732 "_",
10733 "image",
10734 "decode",
10735 "rgba32abf.bmp",
10736 "_",
10737 "image",
10738 "decode",
10739 "rgb24largepal.bmp",
10740 "_",
10741 "image",
10742 "decode",
10743 "pal8os2v2-16.bmp",
10744 "_",
10745 "image",
10746 "decode",
10747 "pal8oversizepal.bmp",
10748 "_",
10749 "image",
10750 "decode",
10751 "pal4rletrns.bmp",
10752 "_",
10753 "image",
10754 "decode",
10755 "pal8rletrns.bmp",
10756 "_",
10757 "image",
10758 "decode",
10759 "4bpp-pixeldata-cropped.bmp",
10760 "_",
10761 "image",
10762 "decode",
10763 "8bpp-pixeldata-cropped.bmp",
10764 "_",
10765 "image",
10766 "decode",
10767 "24bpp-pixeldata-cropped.bmp",
10768 "_",
10769 "image",
10770 "decode",
10771 "32bpp-pixeldata-cropped.bmp",
10772 "_",
10773 "image",
10774 "decode",
10775 "testcase7.bmp",
10776 "_",
10777 "image",
10778 "decode",
10779 "Hopstarter-Mac-Folders-Apple.ico",
10780 "_",
10781 "image",
10782 "decode",
10783 "inc0.gif",
10784 "_",
10785 "image",
10786 "decode",
10787 "inc1.gif",
10788 "_",
10789 "image",
10790 "decode",
10791 "incInterlaced.gif",
10792 "_",
10793 "image",
10794 "decode",
10795 "inc0.jpg",
10796 "_",
10797 "image",
10798 "decode",
10799 "incGray.jpg",
10800 "_",
10801 "image",
10802 "decode",
10803 "inc0.wbmp",
10804 "_",
10805 "image",
10806 "decode",
10807 "inc1.wbmp",
10808 "_",
10809 "image",
10810 "decode",
10811 "inc0.webp",
10812 "_",
10813 "image",
10814 "decode",
10815 "inc1.webp",
10816 "_",
10817 "image",
10818 "decode",
10819 "inc0.ico",
10820 "_",
10821 "image",
10822 "decode",
10823 "inc1.ico",
10824 "_",
10825 "image",
10826 "decode",
10827 "inc0.png",
10828 "_",
10829 "image",
10830 "decode",
10831 "inc1.png",
10832 "_",
10833 "image",
10834 "decode",
10835 "inc2.png",
10836 "_",
10837 "image",
10838 "decode",
10839 "inc12.png",
10840 "_",
10841 "image",
10842 "decode",
10843 "inc13.png",
10844 "_",
10845 "image",
10846 "decode",
10847 "inc14.png",
10848 "gpu", 7964 "gpu",
10849 "skp", 7965 "skp",
10850 "_", 7966 "_",
10851 "_", 7967 "_",
10852 "msaa", 7968 "msaa",
10853 "skp", 7969 "skp",
10854 "_", 7970 "_",
10855 "_", 7971 "_",
10856 "gpu",
10857 "image",
10858 "decode",
10859 "_",
10860 "msaa",
10861 "image",
10862 "decode",
10863 "_",
10864 "msaa16", 7972 "msaa16",
10865 "gm", 7973 "gm",
10866 "_", 7974 "_",
10867 "tilemodesProcess", 7975 "tilemodesProcess",
10868 "serialize-8888", 7976 "serialize-8888",
10869 "gm", 7977 "gm",
10870 "_", 7978 "_",
10871 "not_native32_bitmap_config", 7979 "not_native32_bitmap_config",
10872 "serialize-8888", 7980 "serialize-8888",
10873 "gm", 7981 "gm",
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
11041 "gm", 8149 "gm",
11042 "_", 8150 "_",
11043 "image-cacherator-from-ctable", 8151 "image-cacherator-from-ctable",
11044 "2ndpic-8888", 8152 "2ndpic-8888",
11045 "gm", 8153 "gm",
11046 "_", 8154 "_",
11047 "image-cacherator-from-ctable", 8155 "image-cacherator-from-ctable",
11048 "serialize-8888", 8156 "serialize-8888",
11049 "gm", 8157 "gm",
11050 "_", 8158 "_",
11051 "image-cacherator-from-ctable" 8159 "image-cacherator-from-ctable",
8160 "_",
8161 "image",
8162 "_",
8163 ".arw",
8164 "_",
8165 "image",
8166 "_",
8167 ".cr2",
8168 "_",
8169 "image",
8170 "_",
8171 ".dng",
8172 "_",
8173 "image",
8174 "_",
8175 ".nef",
8176 "_",
8177 "image",
8178 "_",
8179 ".nrw",
8180 "_",
8181 "image",
8182 "_",
8183 ".orf",
8184 "_",
8185 "image",
8186 "_",
8187 ".raf",
8188 "_",
8189 "image",
8190 "_",
8191 ".rw2",
8192 "_",
8193 "image",
8194 "_",
8195 ".pef",
8196 "_",
8197 "image",
8198 "_",
8199 ".srw",
8200 "_",
8201 "image",
8202 "_",
8203 ".ARW",
8204 "_",
8205 "image",
8206 "_",
8207 ".CR2",
8208 "_",
8209 "image",
8210 "_",
8211 ".DNG",
8212 "_",
8213 "image",
8214 "_",
8215 ".NEF",
8216 "_",
8217 "image",
8218 "_",
8219 ".NRW",
8220 "_",
8221 "image",
8222 "_",
8223 ".ORF",
8224 "_",
8225 "image",
8226 "_",
8227 ".RAF",
8228 "_",
8229 "image",
8230 "_",
8231 ".RW2",
8232 "_",
8233 "image",
8234 "_",
8235 ".PEF",
8236 "_",
8237 "image",
8238 "_",
8239 ".SRW"
11052 ], 8240 ],
11053 "do_perf_steps": true, 8241 "do_perf_steps": true,
11054 "do_test_steps": true, 8242 "do_test_steps": true,
11055 "env": { 8243 "env": {
11056 "CC": "/usr/bin/clang", 8244 "CC": "/usr/bin/clang",
11057 "CXX": "/usr/bin/clang++", 8245 "CXX": "/usr/bin/clang++",
11058 "GYP_DEFINES": "skia_arch_type=arm skia_clang_build=1 skia_os=ios skia_war nings_as_errors=0" 8246 "GYP_DEFINES": "skia_arch_type=arm skia_clang_build=1 skia_os=ios skia_war nings_as_errors=0"
11059 }, 8247 },
11060 "nanobench_flags": [ 8248 "nanobench_flags": [
8249 "--pre_log",
11061 "--images", 8250 "--images",
11062 "--gpuStatsDump", 8251 "--gpuStatsDump",
11063 "true", 8252 "true",
11064 "--scales", 8253 "--scales",
11065 "1.0", 8254 "1.0",
11066 "1.1", 8255 "1.1",
11067 "--skps", 8256 "--skps",
11068 "ignore_skps", 8257 "ignore_skps",
11069 "--config", 8258 "--config",
11070 "565", 8259 "565",
(...skipping 28 matching lines...) Expand all
11099 "~inc12.png", 8288 "~inc12.png",
11100 "~inc13.png", 8289 "~inc13.png",
11101 "~inc14.png", 8290 "~inc14.png",
11102 "~inc0.webp", 8291 "~inc0.webp",
11103 "~inc1.webp" 8292 "~inc1.webp"
11104 ], 8293 ],
11105 "upload_dm_results": true, 8294 "upload_dm_results": true,
11106 "upload_perf_results": false 8295 "upload_perf_results": false
11107 } 8296 }
11108 } 8297 }
OLDNEW
« no previous file with comments | « gyp/common_variables.gypi ('k') | tools/buildbot_spec.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698