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

Side by Side Diff: tools/buildbot_spec.json

Issue 1819033002: Support for Android Swarming bots (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Skip some devices for now Created 4 years, 8 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 | « infra/bots/test_skia.isolate ('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",
19 "--config", 18 "--config",
20 "565", 19 "565",
21 "8888", 20 "8888",
22 "gpu", 21 "gpu",
22 "gpusrgb",
23 "msaa4", 23 "msaa4",
24 "serialize-8888", 24 "serialize-8888",
25 "tiles_rt-8888", 25 "tiles_rt-8888",
26 "pic-8888", 26 "pic-8888",
27 "--src", 27 "--src",
28 "tests", 28 "tests",
29 "gm", 29 "gm",
30 "image", 30 "image",
31 "--blacklist", 31 "--blacklist",
32 "f16",
33 "_",
34 "_",
35 "dstreadshuffle",
36 "f16",
37 "image",
38 "_",
39 "_",
40 "srgb",
41 "image",
42 "_",
43 "_",
44 "gpusrgb",
45 "image",
46 "_",
47 "_",
48 "_",
49 "image",
50 "gen_platf",
51 "rgba32abf.bmp",
52 "_",
53 "image",
54 "gen_platf",
55 "rgb24prof.bmp",
56 "_",
57 "image",
58 "gen_platf",
59 "rgb24lprof.bmp",
60 "_",
61 "image",
62 "gen_platf",
63 "8bpp-pixeldata-cropped.bmp",
64 "_",
65 "image",
66 "gen_platf",
67 "4bpp-pixeldata-cropped.bmp",
68 "_",
69 "image",
70 "gen_platf",
71 "32bpp-pixeldata-cropped.bmp",
72 "_",
73 "image",
74 "gen_platf",
75 "24bpp-pixeldata-cropped.bmp",
76 "_",
77 "image",
78 "gen_platf",
79 "frame_larger_than_image.gif",
32 "serialize-8888", 80 "serialize-8888",
33 "gm", 81 "gm",
34 "_", 82 "_",
35 "not_native32_bitmap_config", 83 "not_native32_bitmap_config",
36 "serialize-8888", 84 "serialize-8888",
37 "gm", 85 "gm",
38 "_", 86 "_",
39 "bleed_image", 87 "bleed_image",
40 "serialize-8888", 88 "serialize-8888",
41 "gm", 89 "gm",
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
227 "1.0", 275 "1.0",
228 "1.1", 276 "1.1",
229 "--config", 277 "--config",
230 "565", 278 "565",
231 "8888", 279 "8888",
232 "gpu", 280 "gpu",
233 "nonrendering", 281 "nonrendering",
234 "angle", 282 "angle",
235 "hwui", 283 "hwui",
236 "msaa4", 284 "msaa4",
237 "nvprmsaa4", 285 "nvpr4",
286 "nvprdit4",
238 "--match", 287 "--match",
239 "~blurroundrect", 288 "~blurroundrect",
240 "~patch_grid", 289 "~patch_grid",
241 "~desk_carsvg", 290 "~desk_carsvg",
242 "~inc0.gif", 291 "~inc0.gif",
243 "~inc1.gif", 292 "~inc1.gif",
244 "~incInterlaced.gif", 293 "~incInterlaced.gif",
245 "~inc0.jpg", 294 "~inc0.jpg",
246 "~incGray.jpg", 295 "~incGray.jpg",
247 "~inc0.wbmp", 296 "~inc0.wbmp",
(...skipping 23 matching lines...) Expand all
271 "configuration": "Debug", 320 "configuration": "Debug",
272 "extra_config": "Android_FrameworkDefs", 321 "extra_config": "Android_FrameworkDefs",
273 "is_trybot": false, 322 "is_trybot": false,
274 "os": "Ubuntu", 323 "os": "Ubuntu",
275 "role": "Build", 324 "role": "Build",
276 "target_arch": "Arm7" 325 "target_arch": "Arm7"
277 }, 326 },
278 "configuration": "Debug", 327 "configuration": "Debug",
279 "device_cfg": "arm_v7_neon", 328 "device_cfg": "arm_v7_neon",
280 "dm_flags": [ 329 "dm_flags": [
281 "--pre_log",
282 "--config", 330 "--config",
283 "565", 331 "565",
284 "8888", 332 "8888",
285 "gpu", 333 "gpu",
334 "gpusrgb",
286 "msaa4", 335 "msaa4",
287 "serialize-8888", 336 "serialize-8888",
288 "tiles_rt-8888", 337 "tiles_rt-8888",
289 "pic-8888", 338 "pic-8888",
290 "--src", 339 "--src",
291 "tests", 340 "tests",
292 "gm", 341 "gm",
293 "image", 342 "image",
294 "--blacklist", 343 "--blacklist",
344 "f16",
345 "_",
346 "_",
347 "dstreadshuffle",
348 "f16",
349 "image",
350 "_",
351 "_",
352 "srgb",
353 "image",
354 "_",
355 "_",
356 "gpusrgb",
357 "image",
358 "_",
359 "_",
295 "serialize-8888", 360 "serialize-8888",
296 "gm", 361 "gm",
297 "_", 362 "_",
298 "not_native32_bitmap_config", 363 "not_native32_bitmap_config",
299 "serialize-8888", 364 "serialize-8888",
300 "gm", 365 "gm",
301 "_", 366 "_",
302 "bleed_image", 367 "bleed_image",
303 "serialize-8888", 368 "serialize-8888",
304 "gm", 369 "gm",
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
488 "1.0", 553 "1.0",
489 "1.1", 554 "1.1",
490 "--config", 555 "--config",
491 "565", 556 "565",
492 "8888", 557 "8888",
493 "gpu", 558 "gpu",
494 "nonrendering", 559 "nonrendering",
495 "angle", 560 "angle",
496 "hwui", 561 "hwui",
497 "msaa4", 562 "msaa4",
498 "nvprmsaa4", 563 "nvpr4",
564 "nvprdit4",
499 "--match", 565 "--match",
500 "~blurroundrect", 566 "~blurroundrect",
501 "~patch_grid", 567 "~patch_grid",
502 "~desk_carsvg", 568 "~desk_carsvg",
503 "~inc0.gif", 569 "~inc0.gif",
504 "~inc1.gif", 570 "~inc1.gif",
505 "~incInterlaced.gif", 571 "~incInterlaced.gif",
506 "~inc0.jpg", 572 "~inc0.jpg",
507 "~incGray.jpg", 573 "~incGray.jpg",
508 "~inc0.wbmp", 574 "~inc0.wbmp",
(...skipping 23 matching lines...) Expand all
532 "configuration": "Debug", 598 "configuration": "Debug",
533 "extra_config": "Android_NoNeon", 599 "extra_config": "Android_NoNeon",
534 "is_trybot": false, 600 "is_trybot": false,
535 "os": "Ubuntu", 601 "os": "Ubuntu",
536 "role": "Build", 602 "role": "Build",
537 "target_arch": "Arm7" 603 "target_arch": "Arm7"
538 }, 604 },
539 "configuration": "Debug", 605 "configuration": "Debug",
540 "device_cfg": "arm_v7", 606 "device_cfg": "arm_v7",
541 "dm_flags": [ 607 "dm_flags": [
542 "--pre_log",
543 "--config", 608 "--config",
544 "565", 609 "565",
545 "8888", 610 "8888",
546 "gpu", 611 "gpu",
612 "gpusrgb",
547 "msaa4", 613 "msaa4",
548 "serialize-8888", 614 "serialize-8888",
549 "tiles_rt-8888", 615 "tiles_rt-8888",
550 "pic-8888", 616 "pic-8888",
551 "--src", 617 "--src",
552 "tests", 618 "tests",
553 "gm", 619 "gm",
554 "image", 620 "image",
555 "--blacklist", 621 "--blacklist",
622 "f16",
623 "_",
624 "_",
625 "dstreadshuffle",
626 "f16",
627 "image",
628 "_",
629 "_",
630 "srgb",
631 "image",
632 "_",
633 "_",
634 "gpusrgb",
635 "image",
636 "_",
637 "_",
556 "serialize-8888", 638 "serialize-8888",
557 "gm", 639 "gm",
558 "_", 640 "_",
559 "not_native32_bitmap_config", 641 "not_native32_bitmap_config",
560 "serialize-8888", 642 "serialize-8888",
561 "gm", 643 "gm",
562 "_", 644 "_",
563 "bleed_image", 645 "bleed_image",
564 "serialize-8888", 646 "serialize-8888",
565 "gm", 647 "gm",
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
749 "1.0", 831 "1.0",
750 "1.1", 832 "1.1",
751 "--config", 833 "--config",
752 "565", 834 "565",
753 "8888", 835 "8888",
754 "gpu", 836 "gpu",
755 "nonrendering", 837 "nonrendering",
756 "angle", 838 "angle",
757 "hwui", 839 "hwui",
758 "msaa4", 840 "msaa4",
759 "nvprmsaa4", 841 "nvpr4",
842 "nvprdit4",
760 "--match", 843 "--match",
761 "~blurroundrect", 844 "~blurroundrect",
762 "~patch_grid", 845 "~patch_grid",
763 "~desk_carsvg", 846 "~desk_carsvg",
764 "~inc0.gif", 847 "~inc0.gif",
765 "~inc1.gif", 848 "~inc1.gif",
766 "~incInterlaced.gif", 849 "~incInterlaced.gif",
767 "~inc0.jpg", 850 "~inc0.jpg",
768 "~incGray.jpg", 851 "~incGray.jpg",
769 "~inc0.wbmp", 852 "~inc0.wbmp",
(...skipping 23 matching lines...) Expand all
793 "configuration": "Debug", 876 "configuration": "Debug",
794 "extra_config": "CrOS_Daisy", 877 "extra_config": "CrOS_Daisy",
795 "is_trybot": false, 878 "is_trybot": false,
796 "os": "Ubuntu", 879 "os": "Ubuntu",
797 "role": "Build", 880 "role": "Build",
798 "target_arch": "Arm7" 881 "target_arch": "Arm7"
799 }, 882 },
800 "configuration": "Debug", 883 "configuration": "Debug",
801 "device_cfg": "daisy", 884 "device_cfg": "daisy",
802 "dm_flags": [ 885 "dm_flags": [
803 "--pre_log",
804 "--matrix",
805 "0",
806 "1",
807 "1",
808 "0",
809 "--config", 886 "--config",
810 "565", 887 "565",
811 "8888", 888 "8888",
812 "gpu", 889 "gpu",
813 "upright-matrix-8888", 890 "gpusrgb",
814 "upright-matrix-gpu",
815 "msaa16", 891 "msaa16",
816 "serialize-8888", 892 "serialize-8888",
817 "tiles_rt-8888", 893 "tiles_rt-8888",
818 "pic-8888", 894 "pic-8888",
819 "--src", 895 "--src",
820 "tests", 896 "tests",
821 "gm", 897 "gm",
822 "image", 898 "image",
823 "--blacklist", 899 "--blacklist",
900 "f16",
901 "_",
902 "_",
903 "dstreadshuffle",
904 "f16",
905 "image",
906 "_",
907 "_",
908 "srgb",
909 "image",
910 "_",
911 "_",
912 "gpusrgb",
913 "image",
914 "_",
915 "_",
824 "serialize-8888", 916 "serialize-8888",
825 "gm", 917 "gm",
826 "_", 918 "_",
827 "not_native32_bitmap_config", 919 "not_native32_bitmap_config",
828 "serialize-8888", 920 "serialize-8888",
829 "gm", 921 "gm",
830 "_", 922 "_",
831 "bleed_image", 923 "bleed_image",
832 "serialize-8888", 924 "serialize-8888",
833 "gm", 925 "gm",
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
1017 "1.0", 1109 "1.0",
1018 "1.1", 1110 "1.1",
1019 "--config", 1111 "--config",
1020 "565", 1112 "565",
1021 "8888", 1113 "8888",
1022 "gpu", 1114 "gpu",
1023 "nonrendering", 1115 "nonrendering",
1024 "angle", 1116 "angle",
1025 "hwui", 1117 "hwui",
1026 "msaa16", 1118 "msaa16",
1027 "nvprmsaa16", 1119 "nvpr16",
1120 "nvprdit16",
1028 "--match", 1121 "--match",
1029 "~inc0.gif", 1122 "~inc0.gif",
1030 "~inc1.gif", 1123 "~inc1.gif",
1031 "~incInterlaced.gif", 1124 "~incInterlaced.gif",
1032 "~inc0.jpg", 1125 "~inc0.jpg",
1033 "~incGray.jpg", 1126 "~incGray.jpg",
1034 "~inc0.wbmp", 1127 "~inc0.wbmp",
1035 "~inc1.wbmp", 1128 "~inc1.wbmp",
1036 "~inc0.webp", 1129 "~inc0.webp",
1037 "~inc1.webp", 1130 "~inc1.webp",
(...skipping 20 matching lines...) Expand all
1058 "configuration": "Debug", 1151 "configuration": "Debug",
1059 "extra_config": "CrOS_Link", 1152 "extra_config": "CrOS_Link",
1060 "is_trybot": false, 1153 "is_trybot": false,
1061 "os": "Ubuntu", 1154 "os": "Ubuntu",
1062 "role": "Build", 1155 "role": "Build",
1063 "target_arch": "x86_64" 1156 "target_arch": "x86_64"
1064 }, 1157 },
1065 "configuration": "Debug", 1158 "configuration": "Debug",
1066 "device_cfg": "link", 1159 "device_cfg": "link",
1067 "dm_flags": [ 1160 "dm_flags": [
1068 "--pre_log",
1069 "--matrix",
1070 "0",
1071 "1",
1072 "1",
1073 "0",
1074 "--config", 1161 "--config",
1075 "565", 1162 "565",
1076 "8888", 1163 "8888",
1077 "gpu", 1164 "gpu",
1078 "upright-matrix-8888", 1165 "gpusrgb",
1079 "upright-matrix-gpu",
1080 "msaa16", 1166 "msaa16",
1081 "pdf", 1167 "pdf",
1082 "pdf_poppler", 1168 "pdf_poppler",
1083 "serialize-8888", 1169 "serialize-8888",
1084 "tiles_rt-8888", 1170 "tiles_rt-8888",
1085 "pic-8888", 1171 "pic-8888",
1086 "--src", 1172 "--src",
1087 "tests", 1173 "tests",
1088 "gm", 1174 "gm",
1089 "image", 1175 "image",
1090 "--blacklist", 1176 "--blacklist",
1177 "f16",
1091 "_", 1178 "_",
1179 "_",
1180 "dstreadshuffle",
1181 "f16",
1092 "image", 1182 "image",
1093 "_", 1183 "_",
1094 "interlaced1.png",
1095 "_", 1184 "_",
1185 "srgb",
1096 "image", 1186 "image",
1097 "_", 1187 "_",
1098 "interlaced2.png",
1099 "_", 1188 "_",
1189 "gpusrgb",
1100 "image", 1190 "image",
1101 "_", 1191 "_",
1102 "interlaced3.png", 1192 "_",
1103 "serialize-8888", 1193 "serialize-8888",
1104 "gm", 1194 "gm",
1105 "_", 1195 "_",
1106 "not_native32_bitmap_config", 1196 "not_native32_bitmap_config",
1107 "serialize-8888", 1197 "serialize-8888",
1108 "gm", 1198 "gm",
1109 "_", 1199 "_",
1110 "bleed_image", 1200 "bleed_image",
1111 "serialize-8888", 1201 "serialize-8888",
1112 "gm", 1202 "gm",
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
1296 "1.0", 1386 "1.0",
1297 "1.1", 1387 "1.1",
1298 "--config", 1388 "--config",
1299 "565", 1389 "565",
1300 "8888", 1390 "8888",
1301 "gpu", 1391 "gpu",
1302 "nonrendering", 1392 "nonrendering",
1303 "angle", 1393 "angle",
1304 "hwui", 1394 "hwui",
1305 "msaa16", 1395 "msaa16",
1306 "nvprmsaa16", 1396 "nvpr16",
1397 "nvprdit16",
1307 "--match", 1398 "--match",
1308 "~interlaced1.png", 1399 "~interlaced1.png",
1309 "~interlaced2.png", 1400 "~interlaced2.png",
1310 "~interlaced3.png", 1401 "~interlaced3.png",
1311 "~inc0.gif", 1402 "~inc0.gif",
1312 "~inc1.gif", 1403 "~inc1.gif",
1313 "~incInterlaced.gif", 1404 "~incInterlaced.gif",
1314 "~inc0.jpg", 1405 "~inc0.jpg",
1315 "~incGray.jpg", 1406 "~incGray.jpg",
1316 "~inc0.wbmp", 1407 "~inc0.wbmp",
(...skipping 22 matching lines...) Expand all
1339 "compiler": "GCC", 1430 "compiler": "GCC",
1340 "configuration": "Release", 1431 "configuration": "Release",
1341 "extra_config": "ANGLE", 1432 "extra_config": "ANGLE",
1342 "is_trybot": false, 1433 "is_trybot": false,
1343 "os": "Ubuntu", 1434 "os": "Ubuntu",
1344 "role": "Build", 1435 "role": "Build",
1345 "target_arch": "x86_64" 1436 "target_arch": "x86_64"
1346 }, 1437 },
1347 "configuration": "Release", 1438 "configuration": "Release",
1348 "dm_flags": [ 1439 "dm_flags": [
1349 "--pre_log",
1350 "--matrix",
1351 "0",
1352 "1",
1353 "1",
1354 "0",
1355 "--config", 1440 "--config",
1356 "565", 1441 "565",
1357 "8888", 1442 "8888",
1358 "gpu", 1443 "gpu",
1359 "upright-matrix-8888", 1444 "gpusrgb",
1360 "upright-matrix-gpu",
1361 "msaa16", 1445 "msaa16",
1362 "pdf", 1446 "pdf",
1363 "pdf_poppler", 1447 "pdf_poppler",
1364 "serialize-8888", 1448 "serialize-8888",
1365 "tiles_rt-8888", 1449 "tiles_rt-8888",
1366 "pic-8888", 1450 "pic-8888",
1367 "angle", 1451 "angle",
1368 "--src", 1452 "--src",
1369 "tests", 1453 "tests",
1370 "gm", 1454 "gm",
1371 "image", 1455 "image",
1372 "--blacklist", 1456 "--blacklist",
1457 "f16",
1373 "_", 1458 "_",
1459 "_",
1460 "dstreadshuffle",
1461 "f16",
1374 "image", 1462 "image",
1375 "_", 1463 "_",
1376 "interlaced1.png",
1377 "_", 1464 "_",
1465 "srgb",
1378 "image", 1466 "image",
1379 "_", 1467 "_",
1380 "interlaced2.png",
1381 "_", 1468 "_",
1469 "gpusrgb",
1382 "image", 1470 "image",
1383 "_", 1471 "_",
1384 "interlaced3.png", 1472 "_",
1385 "serialize-8888", 1473 "serialize-8888",
1386 "gm", 1474 "gm",
1387 "_", 1475 "_",
1388 "not_native32_bitmap_config", 1476 "not_native32_bitmap_config",
1389 "serialize-8888", 1477 "serialize-8888",
1390 "gm", 1478 "gm",
1391 "_", 1479 "_",
1392 "bleed_image", 1480 "bleed_image",
1393 "serialize-8888", 1481 "serialize-8888",
1394 "gm", 1482 "gm",
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
1578 "1.0", 1666 "1.0",
1579 "1.1", 1667 "1.1",
1580 "--config", 1668 "--config",
1581 "565", 1669 "565",
1582 "8888", 1670 "8888",
1583 "gpu", 1671 "gpu",
1584 "nonrendering", 1672 "nonrendering",
1585 "angle", 1673 "angle",
1586 "hwui", 1674 "hwui",
1587 "msaa16", 1675 "msaa16",
1588 "nvprmsaa16", 1676 "nvpr16",
1677 "nvprdit16",
1589 "--match", 1678 "--match",
1590 "~interlaced1.png", 1679 "~interlaced1.png",
1591 "~interlaced2.png", 1680 "~interlaced2.png",
1592 "~interlaced3.png", 1681 "~interlaced3.png",
1593 "~inc0.gif", 1682 "~inc0.gif",
1594 "~inc1.gif", 1683 "~inc1.gif",
1595 "~incInterlaced.gif", 1684 "~incInterlaced.gif",
1596 "~inc0.jpg", 1685 "~inc0.jpg",
1597 "~incGray.jpg", 1686 "~incGray.jpg",
1598 "~inc0.wbmp", 1687 "~inc0.wbmp",
(...skipping 22 matching lines...) Expand all
1621 "compiler": "GCC", 1710 "compiler": "GCC",
1622 "configuration": "Release", 1711 "configuration": "Release",
1623 "extra_config": "Mesa", 1712 "extra_config": "Mesa",
1624 "is_trybot": false, 1713 "is_trybot": false,
1625 "os": "Ubuntu", 1714 "os": "Ubuntu",
1626 "role": "Build", 1715 "role": "Build",
1627 "target_arch": "x86_64" 1716 "target_arch": "x86_64"
1628 }, 1717 },
1629 "configuration": "Release", 1718 "configuration": "Release",
1630 "dm_flags": [ 1719 "dm_flags": [
1631 "--pre_log",
1632 "--matrix",
1633 "0",
1634 "1",
1635 "1",
1636 "0",
1637 "--config", 1720 "--config",
1638 "565", 1721 "565",
1639 "8888", 1722 "8888",
1640 "gpu", 1723 "gpu",
1641 "upright-matrix-8888", 1724 "gpusrgb",
1642 "upright-matrix-gpu",
1643 "msaa16", 1725 "msaa16",
1644 "pdf", 1726 "pdf",
1645 "pdf_poppler", 1727 "pdf_poppler",
1646 "serialize-8888", 1728 "serialize-8888",
1647 "tiles_rt-8888", 1729 "tiles_rt-8888",
1648 "pic-8888", 1730 "pic-8888",
1649 "--src", 1731 "--src",
1650 "tests", 1732 "tests",
1651 "gm", 1733 "gm",
1652 "image", 1734 "image",
1653 "--blacklist", 1735 "--blacklist",
1736 "f16",
1654 "_", 1737 "_",
1738 "_",
1739 "dstreadshuffle",
1740 "f16",
1655 "image", 1741 "image",
1656 "_", 1742 "_",
1657 "interlaced1.png",
1658 "_", 1743 "_",
1744 "srgb",
1659 "image", 1745 "image",
1660 "_", 1746 "_",
1661 "interlaced2.png",
1662 "_", 1747 "_",
1748 "gpusrgb",
1663 "image", 1749 "image",
1664 "_", 1750 "_",
1665 "interlaced3.png", 1751 "_",
1666 "serialize-8888", 1752 "serialize-8888",
1667 "gm", 1753 "gm",
1668 "_", 1754 "_",
1669 "not_native32_bitmap_config", 1755 "not_native32_bitmap_config",
1670 "serialize-8888", 1756 "serialize-8888",
1671 "gm", 1757 "gm",
1672 "_", 1758 "_",
1673 "bleed_image", 1759 "bleed_image",
1674 "serialize-8888", 1760 "serialize-8888",
1675 "gm", 1761 "gm",
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
1859 "1.0", 1945 "1.0",
1860 "1.1", 1946 "1.1",
1861 "--config", 1947 "--config",
1862 "565", 1948 "565",
1863 "8888", 1949 "8888",
1864 "gpu", 1950 "gpu",
1865 "nonrendering", 1951 "nonrendering",
1866 "angle", 1952 "angle",
1867 "hwui", 1953 "hwui",
1868 "msaa16", 1954 "msaa16",
1869 "nvprmsaa16", 1955 "nvpr16",
1956 "nvprdit16",
1870 "--match", 1957 "--match",
1871 "~interlaced1.png", 1958 "~interlaced1.png",
1872 "~interlaced2.png", 1959 "~interlaced2.png",
1873 "~interlaced3.png", 1960 "~interlaced3.png",
1874 "~inc0.gif", 1961 "~inc0.gif",
1875 "~inc1.gif", 1962 "~inc1.gif",
1876 "~incInterlaced.gif", 1963 "~incInterlaced.gif",
1877 "~inc0.jpg", 1964 "~inc0.jpg",
1878 "~incGray.jpg", 1965 "~incGray.jpg",
1879 "~inc0.wbmp", 1966 "~inc0.wbmp",
(...skipping 21 matching lines...) Expand all
1901 "builder_cfg": { 1988 "builder_cfg": {
1902 "compiler": "MSVC", 1989 "compiler": "MSVC",
1903 "configuration": "Debug", 1990 "configuration": "Debug",
1904 "is_trybot": false, 1991 "is_trybot": false,
1905 "os": "Win", 1992 "os": "Win",
1906 "role": "Build", 1993 "role": "Build",
1907 "target_arch": "x86" 1994 "target_arch": "x86"
1908 }, 1995 },
1909 "configuration": "Debug", 1996 "configuration": "Debug",
1910 "dm_flags": [ 1997 "dm_flags": [
1911 "--pre_log", 1998 "--threads",
1912 "--matrix", 1999 "4",
1913 "0",
1914 "1",
1915 "1",
1916 "0",
1917 "--config", 2000 "--config",
1918 "565", 2001 "565",
1919 "8888", 2002 "8888",
1920 "gpu", 2003 "gpu",
1921 "upright-matrix-8888", 2004 "gpusrgb",
1922 "upright-matrix-gpu",
1923 "msaa16", 2005 "msaa16",
1924 "pdf", 2006 "pdf",
1925 "pdf_poppler", 2007 "pdf_poppler",
1926 "serialize-8888", 2008 "serialize-8888",
1927 "tiles_rt-8888", 2009 "tiles_rt-8888",
1928 "pic-8888", 2010 "pic-8888",
1929 "--src", 2011 "--src",
1930 "tests", 2012 "tests",
1931 "gm", 2013 "gm",
1932 "image", 2014 "image",
1933 "--blacklist", 2015 "--blacklist",
2016 "f16",
2017 "_",
2018 "_",
2019 "dstreadshuffle",
2020 "f16",
2021 "image",
2022 "_",
2023 "_",
2024 "srgb",
2025 "image",
2026 "_",
2027 "_",
2028 "gpusrgb",
2029 "image",
2030 "_",
2031 "_",
1934 "_", 2032 "_",
1935 "image", 2033 "image",
1936 "_", 2034 "gen_platf",
1937 "interlaced1.png", 2035 "rle8-height-negative.bmp",
1938 "_", 2036 "_",
1939 "image", 2037 "image",
1940 "_", 2038 "gen_platf",
1941 "interlaced2.png", 2039 "rle4-height-negative.bmp",
1942 "_", 2040 "_",
1943 "image", 2041 "image",
2042 "gen_platf",
2043 "pal8os2v2.bmp",
1944 "_", 2044 "_",
1945 "interlaced3.png", 2045 "image",
2046 "gen_platf",
2047 "pal8os2v2-16.bmp",
2048 "_",
2049 "image",
2050 "gen_platf",
2051 "rgba32abf.bmp",
2052 "_",
2053 "image",
2054 "gen_platf",
2055 "rgb24prof.bmp",
2056 "_",
2057 "image",
2058 "gen_platf",
2059 "rgb24lprof.bmp",
2060 "_",
2061 "image",
2062 "gen_platf",
2063 "8bpp-pixeldata-cropped.bmp",
2064 "_",
2065 "image",
2066 "gen_platf",
2067 "4bpp-pixeldata-cropped.bmp",
2068 "_",
2069 "image",
2070 "gen_platf",
2071 "32bpp-pixeldata-cropped.bmp",
2072 "_",
2073 "image",
2074 "gen_platf",
2075 "24bpp-pixeldata-cropped.bmp",
1946 "serialize-8888", 2076 "serialize-8888",
1947 "gm", 2077 "gm",
1948 "_", 2078 "_",
1949 "not_native32_bitmap_config", 2079 "not_native32_bitmap_config",
1950 "serialize-8888", 2080 "serialize-8888",
1951 "gm", 2081 "gm",
1952 "_", 2082 "_",
1953 "bleed_image", 2083 "bleed_image",
1954 "serialize-8888", 2084 "serialize-8888",
1955 "gm", 2085 "gm",
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
2139 "1.0", 2269 "1.0",
2140 "1.1", 2270 "1.1",
2141 "--config", 2271 "--config",
2142 "565", 2272 "565",
2143 "8888", 2273 "8888",
2144 "gpu", 2274 "gpu",
2145 "nonrendering", 2275 "nonrendering",
2146 "angle", 2276 "angle",
2147 "hwui", 2277 "hwui",
2148 "msaa16", 2278 "msaa16",
2149 "nvprmsaa16", 2279 "nvpr16",
2280 "nvprdit16",
2150 "--match", 2281 "--match",
2151 "~interlaced1.png", 2282 "~interlaced1.png",
2152 "~interlaced2.png", 2283 "~interlaced2.png",
2153 "~interlaced3.png", 2284 "~interlaced3.png",
2154 "~inc0.gif", 2285 "~inc0.gif",
2155 "~inc1.gif", 2286 "~inc1.gif",
2156 "~incInterlaced.gif", 2287 "~incInterlaced.gif",
2157 "~inc0.jpg", 2288 "~inc0.jpg",
2158 "~incGray.jpg", 2289 "~incGray.jpg",
2159 "~inc0.wbmp", 2290 "~inc0.wbmp",
(...skipping 22 matching lines...) Expand all
2182 "compiler": "MSVC", 2313 "compiler": "MSVC",
2183 "configuration": "Debug", 2314 "configuration": "Debug",
2184 "extra_config": "Exceptions", 2315 "extra_config": "Exceptions",
2185 "is_trybot": false, 2316 "is_trybot": false,
2186 "os": "Win", 2317 "os": "Win",
2187 "role": "Build", 2318 "role": "Build",
2188 "target_arch": "x86" 2319 "target_arch": "x86"
2189 }, 2320 },
2190 "configuration": "Debug", 2321 "configuration": "Debug",
2191 "dm_flags": [ 2322 "dm_flags": [
2192 "--pre_log", 2323 "--threads",
2193 "--matrix", 2324 "4",
2194 "0",
2195 "1",
2196 "1",
2197 "0",
2198 "--config", 2325 "--config",
2199 "565", 2326 "565",
2200 "8888", 2327 "8888",
2201 "gpu", 2328 "gpu",
2202 "upright-matrix-8888", 2329 "gpusrgb",
2203 "upright-matrix-gpu",
2204 "msaa16", 2330 "msaa16",
2205 "pdf", 2331 "pdf",
2206 "pdf_poppler", 2332 "pdf_poppler",
2207 "serialize-8888", 2333 "serialize-8888",
2208 "tiles_rt-8888", 2334 "tiles_rt-8888",
2209 "pic-8888", 2335 "pic-8888",
2210 "--src", 2336 "--src",
2211 "tests", 2337 "tests",
2212 "gm", 2338 "gm",
2213 "image", 2339 "image",
2214 "--blacklist", 2340 "--blacklist",
2341 "f16",
2342 "_",
2343 "_",
2344 "dstreadshuffle",
2345 "f16",
2346 "image",
2347 "_",
2348 "_",
2349 "srgb",
2350 "image",
2351 "_",
2352 "_",
2353 "gpusrgb",
2354 "image",
2355 "_",
2356 "_",
2215 "_", 2357 "_",
2216 "image", 2358 "image",
2217 "_", 2359 "gen_platf",
2218 "interlaced1.png", 2360 "rle8-height-negative.bmp",
2219 "_", 2361 "_",
2220 "image", 2362 "image",
2221 "_", 2363 "gen_platf",
2222 "interlaced2.png", 2364 "rle4-height-negative.bmp",
2223 "_", 2365 "_",
2224 "image", 2366 "image",
2367 "gen_platf",
2368 "pal8os2v2.bmp",
2225 "_", 2369 "_",
2226 "interlaced3.png", 2370 "image",
2371 "gen_platf",
2372 "pal8os2v2-16.bmp",
2373 "_",
2374 "image",
2375 "gen_platf",
2376 "rgba32abf.bmp",
2377 "_",
2378 "image",
2379 "gen_platf",
2380 "rgb24prof.bmp",
2381 "_",
2382 "image",
2383 "gen_platf",
2384 "rgb24lprof.bmp",
2385 "_",
2386 "image",
2387 "gen_platf",
2388 "8bpp-pixeldata-cropped.bmp",
2389 "_",
2390 "image",
2391 "gen_platf",
2392 "4bpp-pixeldata-cropped.bmp",
2393 "_",
2394 "image",
2395 "gen_platf",
2396 "32bpp-pixeldata-cropped.bmp",
2397 "_",
2398 "image",
2399 "gen_platf",
2400 "24bpp-pixeldata-cropped.bmp",
2227 "serialize-8888", 2401 "serialize-8888",
2228 "gm", 2402 "gm",
2229 "_", 2403 "_",
2230 "not_native32_bitmap_config", 2404 "not_native32_bitmap_config",
2231 "serialize-8888", 2405 "serialize-8888",
2232 "gm", 2406 "gm",
2233 "_", 2407 "_",
2234 "bleed_image", 2408 "bleed_image",
2235 "serialize-8888", 2409 "serialize-8888",
2236 "gm", 2410 "gm",
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
2420 "1.0", 2594 "1.0",
2421 "1.1", 2595 "1.1",
2422 "--config", 2596 "--config",
2423 "565", 2597 "565",
2424 "8888", 2598 "8888",
2425 "gpu", 2599 "gpu",
2426 "nonrendering", 2600 "nonrendering",
2427 "angle", 2601 "angle",
2428 "hwui", 2602 "hwui",
2429 "msaa16", 2603 "msaa16",
2430 "nvprmsaa16", 2604 "nvpr16",
2605 "nvprdit16",
2431 "--match", 2606 "--match",
2432 "~interlaced1.png", 2607 "~interlaced1.png",
2433 "~interlaced2.png", 2608 "~interlaced2.png",
2434 "~interlaced3.png", 2609 "~interlaced3.png",
2435 "~inc0.gif", 2610 "~inc0.gif",
2436 "~inc1.gif", 2611 "~inc1.gif",
2437 "~incInterlaced.gif", 2612 "~incInterlaced.gif",
2438 "~inc0.jpg", 2613 "~inc0.jpg",
2439 "~incGray.jpg", 2614 "~incGray.jpg",
2440 "~inc0.wbmp", 2615 "~inc0.wbmp",
(...skipping 22 matching lines...) Expand all
2463 "compiler": "MSVC", 2638 "compiler": "MSVC",
2464 "configuration": "Debug", 2639 "configuration": "Debug",
2465 "extra_config": "GDI", 2640 "extra_config": "GDI",
2466 "is_trybot": false, 2641 "is_trybot": false,
2467 "os": "Win", 2642 "os": "Win",
2468 "role": "Build", 2643 "role": "Build",
2469 "target_arch": "x86" 2644 "target_arch": "x86"
2470 }, 2645 },
2471 "configuration": "Debug", 2646 "configuration": "Debug",
2472 "dm_flags": [ 2647 "dm_flags": [
2473 "--pre_log", 2648 "--threads",
2474 "--matrix", 2649 "4",
2475 "0",
2476 "1",
2477 "1",
2478 "0",
2479 "--config", 2650 "--config",
2480 "565", 2651 "565",
2481 "8888", 2652 "8888",
2482 "gpu", 2653 "gpu",
2483 "upright-matrix-8888", 2654 "gpusrgb",
2484 "upright-matrix-gpu",
2485 "msaa16", 2655 "msaa16",
2486 "pdf", 2656 "pdf",
2487 "pdf_poppler", 2657 "pdf_poppler",
2488 "serialize-8888", 2658 "serialize-8888",
2489 "tiles_rt-8888", 2659 "tiles_rt-8888",
2490 "pic-8888", 2660 "pic-8888",
2491 "--src", 2661 "--src",
2492 "tests", 2662 "tests",
2493 "gm", 2663 "gm",
2494 "image", 2664 "image",
2495 "--blacklist", 2665 "--blacklist",
2666 "f16",
2667 "_",
2668 "_",
2669 "dstreadshuffle",
2670 "f16",
2671 "image",
2672 "_",
2673 "_",
2674 "srgb",
2675 "image",
2676 "_",
2677 "_",
2678 "gpusrgb",
2679 "image",
2680 "_",
2681 "_",
2496 "_", 2682 "_",
2497 "image", 2683 "image",
2498 "_", 2684 "gen_platf",
2499 "interlaced1.png", 2685 "rle8-height-negative.bmp",
2500 "_", 2686 "_",
2501 "image", 2687 "image",
2502 "_", 2688 "gen_platf",
2503 "interlaced2.png", 2689 "rle4-height-negative.bmp",
2504 "_", 2690 "_",
2505 "image", 2691 "image",
2692 "gen_platf",
2693 "pal8os2v2.bmp",
2506 "_", 2694 "_",
2507 "interlaced3.png", 2695 "image",
2696 "gen_platf",
2697 "pal8os2v2-16.bmp",
2698 "_",
2699 "image",
2700 "gen_platf",
2701 "rgba32abf.bmp",
2702 "_",
2703 "image",
2704 "gen_platf",
2705 "rgb24prof.bmp",
2706 "_",
2707 "image",
2708 "gen_platf",
2709 "rgb24lprof.bmp",
2710 "_",
2711 "image",
2712 "gen_platf",
2713 "8bpp-pixeldata-cropped.bmp",
2714 "_",
2715 "image",
2716 "gen_platf",
2717 "4bpp-pixeldata-cropped.bmp",
2718 "_",
2719 "image",
2720 "gen_platf",
2721 "32bpp-pixeldata-cropped.bmp",
2722 "_",
2723 "image",
2724 "gen_platf",
2725 "24bpp-pixeldata-cropped.bmp",
2508 "serialize-8888", 2726 "serialize-8888",
2509 "gm", 2727 "gm",
2510 "_", 2728 "_",
2511 "not_native32_bitmap_config", 2729 "not_native32_bitmap_config",
2512 "serialize-8888", 2730 "serialize-8888",
2513 "gm", 2731 "gm",
2514 "_", 2732 "_",
2515 "bleed_image", 2733 "bleed_image",
2516 "serialize-8888", 2734 "serialize-8888",
2517 "gm", 2735 "gm",
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
2701 "1.0", 2919 "1.0",
2702 "1.1", 2920 "1.1",
2703 "--config", 2921 "--config",
2704 "565", 2922 "565",
2705 "8888", 2923 "8888",
2706 "gpu", 2924 "gpu",
2707 "nonrendering", 2925 "nonrendering",
2708 "angle", 2926 "angle",
2709 "hwui", 2927 "hwui",
2710 "msaa16", 2928 "msaa16",
2711 "nvprmsaa16", 2929 "nvpr16",
2930 "nvprdit16",
2712 "--match", 2931 "--match",
2713 "~interlaced1.png", 2932 "~interlaced1.png",
2714 "~interlaced2.png", 2933 "~interlaced2.png",
2715 "~interlaced3.png", 2934 "~interlaced3.png",
2716 "~inc0.gif", 2935 "~inc0.gif",
2717 "~inc1.gif", 2936 "~inc1.gif",
2718 "~incInterlaced.gif", 2937 "~incInterlaced.gif",
2719 "~inc0.jpg", 2938 "~inc0.jpg",
2720 "~incGray.jpg", 2939 "~incGray.jpg",
2721 "~inc0.wbmp", 2940 "~inc0.wbmp",
(...skipping 18 matching lines...) Expand all
2740 "build_targets": [ 2959 "build_targets": [
2741 "most" 2960 "most"
2742 ], 2961 ],
2743 "builder_cfg": { 2962 "builder_cfg": {
2744 "frequency": "PerCommit", 2963 "frequency": "PerCommit",
2745 "is_trybot": false, 2964 "is_trybot": false,
2746 "role": "Housekeeper" 2965 "role": "Housekeeper"
2747 }, 2966 },
2748 "configuration": "Release", 2967 "configuration": "Release",
2749 "dm_flags": [ 2968 "dm_flags": [
2750 "--pre_log",
2751 "--matrix",
2752 "0",
2753 "1",
2754 "1",
2755 "0",
2756 "--config", 2969 "--config",
2757 "565", 2970 "565",
2758 "8888", 2971 "8888",
2759 "gpu", 2972 "gpu",
2760 "upright-matrix-8888", 2973 "gpusrgb",
2761 "upright-matrix-gpu",
2762 "msaa16", 2974 "msaa16",
2763 "pdf", 2975 "pdf",
2764 "pdf_poppler", 2976 "pdf_poppler",
2765 "serialize-8888", 2977 "serialize-8888",
2766 "tiles_rt-8888", 2978 "tiles_rt-8888",
2767 "pic-8888", 2979 "pic-8888",
2768 "--src", 2980 "--src",
2769 "tests", 2981 "tests",
2770 "gm", 2982 "gm",
2771 "image", 2983 "image",
2772 "--blacklist", 2984 "--blacklist",
2985 "f16",
2986 "_",
2987 "_",
2988 "dstreadshuffle",
2989 "f16",
2990 "image",
2991 "_",
2992 "_",
2993 "srgb",
2994 "image",
2995 "_",
2996 "_",
2997 "gpusrgb",
2998 "image",
2999 "_",
3000 "_",
2773 "serialize-8888", 3001 "serialize-8888",
2774 "gm", 3002 "gm",
2775 "_", 3003 "_",
2776 "not_native32_bitmap_config", 3004 "not_native32_bitmap_config",
2777 "serialize-8888", 3005 "serialize-8888",
2778 "gm", 3006 "gm",
2779 "_", 3007 "_",
2780 "bleed_image", 3008 "bleed_image",
2781 "serialize-8888", 3009 "serialize-8888",
2782 "gm", 3010 "gm",
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
2966 "1.0", 3194 "1.0",
2967 "1.1", 3195 "1.1",
2968 "--config", 3196 "--config",
2969 "565", 3197 "565",
2970 "8888", 3198 "8888",
2971 "gpu", 3199 "gpu",
2972 "nonrendering", 3200 "nonrendering",
2973 "angle", 3201 "angle",
2974 "hwui", 3202 "hwui",
2975 "msaa16", 3203 "msaa16",
2976 "nvprmsaa16", 3204 "nvpr16",
3205 "nvprdit16",
2977 "--match", 3206 "--match",
2978 "~inc0.gif", 3207 "~inc0.gif",
2979 "~inc1.gif", 3208 "~inc1.gif",
2980 "~incInterlaced.gif", 3209 "~incInterlaced.gif",
2981 "~inc0.jpg", 3210 "~inc0.jpg",
2982 "~incGray.jpg", 3211 "~incGray.jpg",
2983 "~inc0.wbmp", 3212 "~inc0.wbmp",
2984 "~inc1.wbmp", 3213 "~inc1.wbmp",
2985 "~inc0.webp", 3214 "~inc0.webp",
2986 "~inc1.webp", 3215 "~inc1.webp",
(...skipping 23 matching lines...) Expand all
3010 "cpu_or_gpu_value": "Adreno330", 3239 "cpu_or_gpu_value": "Adreno330",
3011 "extra_config": "Appurify", 3240 "extra_config": "Appurify",
3012 "is_trybot": false, 3241 "is_trybot": false,
3013 "model": "Nexus5", 3242 "model": "Nexus5",
3014 "os": "Android", 3243 "os": "Android",
3015 "role": "Perf" 3244 "role": "Perf"
3016 }, 3245 },
3017 "configuration": "Release", 3246 "configuration": "Release",
3018 "device_cfg": "arm_v7_neon", 3247 "device_cfg": "arm_v7_neon",
3019 "dm_flags": [ 3248 "dm_flags": [
3020 "--pre_log",
3021 "--config", 3249 "--config",
3022 "565", 3250 "565",
3023 "8888", 3251 "8888",
3024 "gpu", 3252 "gpu",
3253 "gpusrgb",
3025 "msaa4", 3254 "msaa4",
3026 "serialize-8888", 3255 "serialize-8888",
3027 "tiles_rt-8888", 3256 "tiles_rt-8888",
3028 "pic-8888", 3257 "pic-8888",
3029 "--src", 3258 "--src",
3030 "tests", 3259 "tests",
3031 "gm", 3260 "gm",
3032 "image", 3261 "image",
3033 "--blacklist", 3262 "--blacklist",
3263 "f16",
3264 "_",
3265 "_",
3266 "dstreadshuffle",
3267 "f16",
3268 "image",
3269 "_",
3270 "_",
3271 "srgb",
3272 "image",
3273 "_",
3274 "_",
3275 "gpusrgb",
3276 "image",
3277 "_",
3278 "_",
3034 "serialize-8888", 3279 "serialize-8888",
3035 "gm", 3280 "gm",
3036 "_", 3281 "_",
3037 "not_native32_bitmap_config", 3282 "not_native32_bitmap_config",
3038 "serialize-8888", 3283 "serialize-8888",
3039 "gm", 3284 "gm",
3040 "_", 3285 "_",
3041 "bleed_image", 3286 "bleed_image",
3042 "serialize-8888", 3287 "serialize-8888",
3043 "gm", 3288 "gm",
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
3211 "gm", 3456 "gm",
3212 "_", 3457 "_",
3213 "image-cacherator-from-ctable", 3458 "image-cacherator-from-ctable",
3214 "serialize-8888", 3459 "serialize-8888",
3215 "gm", 3460 "gm",
3216 "_", 3461 "_",
3217 "image-cacherator-from-ctable", 3462 "image-cacherator-from-ctable",
3218 "_", 3463 "_",
3219 "image", 3464 "image",
3220 "_", 3465 "_",
3466 "interlaced1.png",
3467 "_",
3468 "image",
3469 "_",
3470 "interlaced2.png",
3471 "_",
3472 "image",
3473 "_",
3474 "interlaced3.png",
3475 "_",
3476 "image",
3477 "_",
3221 ".arw", 3478 ".arw",
3222 "_", 3479 "_",
3223 "image", 3480 "image",
3224 "_", 3481 "_",
3225 ".cr2", 3482 ".cr2",
3226 "_", 3483 "_",
3227 "image", 3484 "image",
3228 "_", 3485 "_",
3229 ".dng", 3486 ".dng",
3230 "_", 3487 "_",
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
3326 "~inc1.ico", 3583 "~inc1.ico",
3327 "~inc0.png", 3584 "~inc0.png",
3328 "~inc1.png", 3585 "~inc1.png",
3329 "~inc2.png", 3586 "~inc2.png",
3330 "~inc12.png", 3587 "~inc12.png",
3331 "~inc13.png", 3588 "~inc13.png",
3332 "~inc14.png", 3589 "~inc14.png",
3333 "~inc0.webp", 3590 "~inc0.webp",
3334 "~inc1.webp" 3591 "~inc1.webp"
3335 ], 3592 ],
3593 "product.board": "hammerhead",
3336 "upload_dm_results": true, 3594 "upload_dm_results": true,
3337 "upload_perf_results": true 3595 "upload_perf_results": true
3338 }, 3596 },
3339 "Perf-Ubuntu-GCC-ShuttleA-GPU-GTX660-x86_64-Release-VisualBench": { 3597 "Perf-Ubuntu-GCC-ShuttleA-GPU-GTX660-x86_64-Release-VisualBench": {
3340 "build_targets": [ 3598 "build_targets": [
3341 "visualbench" 3599 "visualbench"
3342 ], 3600 ],
3343 "builder_cfg": { 3601 "builder_cfg": {
3344 "arch": "x86_64", 3602 "arch": "x86_64",
3345 "compiler": "GCC", 3603 "compiler": "GCC",
3346 "configuration": "Release", 3604 "configuration": "Release",
3347 "cpu_or_gpu": "GPU", 3605 "cpu_or_gpu": "GPU",
3348 "cpu_or_gpu_value": "GTX660", 3606 "cpu_or_gpu_value": "GTX660",
3349 "extra_config": "VisualBench", 3607 "extra_config": "VisualBench",
3350 "is_trybot": false, 3608 "is_trybot": false,
3351 "model": "ShuttleA", 3609 "model": "ShuttleA",
3352 "os": "Ubuntu", 3610 "os": "Ubuntu",
3353 "role": "Perf" 3611 "role": "Perf"
3354 }, 3612 },
3355 "configuration": "Release", 3613 "configuration": "Release",
3356 "dm_flags": [ 3614 "dm_flags": [
3357 "--pre_log",
3358 "--matrix",
3359 "0",
3360 "1",
3361 "1",
3362 "0",
3363 "--config", 3615 "--config",
3364 "565", 3616 "565",
3365 "8888", 3617 "8888",
3366 "gpu", 3618 "gpu",
3367 "upright-matrix-8888", 3619 "gpusrgb",
3368 "upright-matrix-gpu", 3620 "nvprdit16",
3369 "nvprmsaa16",
3370 "msaa16", 3621 "msaa16",
3371 "pdf", 3622 "pdf",
3372 "pdf_poppler", 3623 "pdf_poppler",
3373 "serialize-8888", 3624 "serialize-8888",
3374 "tiles_rt-8888", 3625 "tiles_rt-8888",
3375 "pic-8888", 3626 "pic-8888",
3376 "--src", 3627 "--src",
3377 "tests", 3628 "tests",
3378 "gm", 3629 "gm",
3379 "image", 3630 "image",
3380 "--blacklist", 3631 "--blacklist",
3632 "f16",
3381 "_", 3633 "_",
3634 "_",
3635 "dstreadshuffle",
3636 "f16",
3382 "image", 3637 "image",
3383 "_", 3638 "_",
3384 "interlaced1.png",
3385 "_", 3639 "_",
3640 "srgb",
3386 "image", 3641 "image",
3387 "_", 3642 "_",
3388 "interlaced2.png",
3389 "_", 3643 "_",
3644 "gpusrgb",
3390 "image", 3645 "image",
3391 "_", 3646 "_",
3392 "interlaced3.png", 3647 "_",
3393 "serialize-8888", 3648 "serialize-8888",
3394 "gm", 3649 "gm",
3395 "_", 3650 "_",
3396 "not_native32_bitmap_config", 3651 "not_native32_bitmap_config",
3397 "serialize-8888", 3652 "serialize-8888",
3398 "gm", 3653 "gm",
3399 "_", 3654 "_",
3400 "bleed_image", 3655 "bleed_image",
3401 "serialize-8888", 3656 "serialize-8888",
3402 "gm", 3657 "gm",
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
3570 "gm", 3825 "gm",
3571 "_", 3826 "_",
3572 "image-cacherator-from-ctable", 3827 "image-cacherator-from-ctable",
3573 "serialize-8888", 3828 "serialize-8888",
3574 "gm", 3829 "gm",
3575 "_", 3830 "_",
3576 "image-cacherator-from-ctable", 3831 "image-cacherator-from-ctable",
3577 "_", 3832 "_",
3578 "image", 3833 "image",
3579 "_", 3834 "_",
3835 "interlaced1.png",
3836 "_",
3837 "image",
3838 "_",
3839 "interlaced2.png",
3840 "_",
3841 "image",
3842 "_",
3843 "interlaced3.png",
3844 "_",
3845 "image",
3846 "_",
3580 ".arw", 3847 ".arw",
3581 "_", 3848 "_",
3582 "image", 3849 "image",
3583 "_", 3850 "_",
3584 ".cr2", 3851 ".cr2",
3585 "_", 3852 "_",
3586 "image", 3853 "image",
3587 "_", 3854 "_",
3588 ".dng", 3855 ".dng",
3589 "_", 3856 "_",
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
3669 "1.0", 3936 "1.0",
3670 "1.1", 3937 "1.1",
3671 "--config", 3938 "--config",
3672 "565", 3939 "565",
3673 "8888", 3940 "8888",
3674 "gpu", 3941 "gpu",
3675 "nonrendering", 3942 "nonrendering",
3676 "angle", 3943 "angle",
3677 "hwui", 3944 "hwui",
3678 "msaa16", 3945 "msaa16",
3679 "nvprmsaa16", 3946 "nvpr16",
3947 "nvprdit16",
3680 "--match", 3948 "--match",
3681 "~interlaced1.png", 3949 "~interlaced1.png",
3682 "~interlaced2.png", 3950 "~interlaced2.png",
3683 "~interlaced3.png", 3951 "~interlaced3.png",
3684 "~inc0.gif", 3952 "~inc0.gif",
3685 "~inc1.gif", 3953 "~inc1.gif",
3686 "~incInterlaced.gif", 3954 "~incInterlaced.gif",
3687 "~inc0.jpg", 3955 "~inc0.jpg",
3688 "~incGray.jpg", 3956 "~incGray.jpg",
3689 "~inc0.wbmp", 3957 "~inc0.wbmp",
(...skipping 24 matching lines...) Expand all
3714 "configuration": "Release", 3982 "configuration": "Release",
3715 "cpu_or_gpu": "GPU", 3983 "cpu_or_gpu": "GPU",
3716 "cpu_or_gpu_value": "HD4600", 3984 "cpu_or_gpu_value": "HD4600",
3717 "is_trybot": true, 3985 "is_trybot": true,
3718 "model": "ShuttleB", 3986 "model": "ShuttleB",
3719 "os": "Win8", 3987 "os": "Win8",
3720 "role": "Perf" 3988 "role": "Perf"
3721 }, 3989 },
3722 "configuration": "Release_x64", 3990 "configuration": "Release_x64",
3723 "dm_flags": [ 3991 "dm_flags": [
3724 "--pre_log",
3725 "--matrix",
3726 "0",
3727 "1",
3728 "1",
3729 "0",
3730 "--config", 3992 "--config",
3731 "565", 3993 "565",
3732 "8888", 3994 "8888",
3733 "gpu", 3995 "gpu",
3734 "upright-matrix-8888", 3996 "gpusrgb",
3735 "upright-matrix-gpu",
3736 "msaa16", 3997 "msaa16",
3737 "pdf", 3998 "pdf",
3738 "pdf_poppler", 3999 "pdf_poppler",
3739 "serialize-8888", 4000 "serialize-8888",
3740 "tiles_rt-8888", 4001 "tiles_rt-8888",
3741 "pic-8888", 4002 "pic-8888",
3742 "--src", 4003 "--src",
3743 "tests", 4004 "tests",
3744 "gm", 4005 "gm",
3745 "image", 4006 "image",
3746 "--blacklist", 4007 "--blacklist",
4008 "f16",
4009 "_",
4010 "_",
4011 "dstreadshuffle",
4012 "f16",
4013 "image",
4014 "_",
4015 "_",
4016 "srgb",
4017 "image",
4018 "_",
4019 "_",
4020 "gpusrgb",
4021 "image",
4022 "_",
4023 "_",
3747 "_", 4024 "_",
3748 "image", 4025 "image",
3749 "_", 4026 "gen_platf",
3750 "interlaced1.png", 4027 "rle8-height-negative.bmp",
3751 "_", 4028 "_",
3752 "image", 4029 "image",
3753 "_", 4030 "gen_platf",
3754 "interlaced2.png", 4031 "rle4-height-negative.bmp",
3755 "_", 4032 "_",
3756 "image", 4033 "image",
4034 "gen_platf",
4035 "pal8os2v2.bmp",
3757 "_", 4036 "_",
3758 "interlaced3.png", 4037 "image",
4038 "gen_platf",
4039 "pal8os2v2-16.bmp",
4040 "_",
4041 "image",
4042 "gen_platf",
4043 "rgba32abf.bmp",
4044 "_",
4045 "image",
4046 "gen_platf",
4047 "rgb24prof.bmp",
4048 "_",
4049 "image",
4050 "gen_platf",
4051 "rgb24lprof.bmp",
4052 "_",
4053 "image",
4054 "gen_platf",
4055 "8bpp-pixeldata-cropped.bmp",
4056 "_",
4057 "image",
4058 "gen_platf",
4059 "4bpp-pixeldata-cropped.bmp",
4060 "_",
4061 "image",
4062 "gen_platf",
4063 "32bpp-pixeldata-cropped.bmp",
4064 "_",
4065 "image",
4066 "gen_platf",
4067 "24bpp-pixeldata-cropped.bmp",
3759 "serialize-8888", 4068 "serialize-8888",
3760 "gm", 4069 "gm",
3761 "_", 4070 "_",
3762 "not_native32_bitmap_config", 4071 "not_native32_bitmap_config",
3763 "serialize-8888", 4072 "serialize-8888",
3764 "gm", 4073 "gm",
3765 "_", 4074 "_",
3766 "bleed_image", 4075 "bleed_image",
3767 "serialize-8888", 4076 "serialize-8888",
3768 "gm", 4077 "gm",
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
3936 "gm", 4245 "gm",
3937 "_", 4246 "_",
3938 "image-cacherator-from-ctable", 4247 "image-cacherator-from-ctable",
3939 "serialize-8888", 4248 "serialize-8888",
3940 "gm", 4249 "gm",
3941 "_", 4250 "_",
3942 "image-cacherator-from-ctable", 4251 "image-cacherator-from-ctable",
3943 "_", 4252 "_",
3944 "image", 4253 "image",
3945 "_", 4254 "_",
4255 "interlaced1.png",
4256 "_",
4257 "image",
4258 "_",
4259 "interlaced2.png",
4260 "_",
4261 "image",
4262 "_",
4263 "interlaced3.png",
4264 "_",
4265 "image",
4266 "_",
3946 ".arw", 4267 ".arw",
3947 "_", 4268 "_",
3948 "image", 4269 "image",
3949 "_", 4270 "_",
3950 ".cr2", 4271 ".cr2",
3951 "_", 4272 "_",
3952 "image", 4273 "image",
3953 "_", 4274 "_",
3954 ".dng", 4275 ".dng",
3955 "_", 4276 "_",
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
4035 "1.0", 4356 "1.0",
4036 "1.1", 4357 "1.1",
4037 "--config", 4358 "--config",
4038 "565", 4359 "565",
4039 "8888", 4360 "8888",
4040 "gpu", 4361 "gpu",
4041 "nonrendering", 4362 "nonrendering",
4042 "angle", 4363 "angle",
4043 "hwui", 4364 "hwui",
4044 "msaa16", 4365 "msaa16",
4045 "nvprmsaa16", 4366 "nvpr16",
4367 "nvprdit16",
4046 "--match", 4368 "--match",
4047 "~interlaced1.png", 4369 "~interlaced1.png",
4048 "~interlaced2.png", 4370 "~interlaced2.png",
4049 "~interlaced3.png", 4371 "~interlaced3.png",
4050 "~inc0.gif", 4372 "~inc0.gif",
4051 "~inc1.gif", 4373 "~inc1.gif",
4052 "~incInterlaced.gif", 4374 "~incInterlaced.gif",
4053 "~inc0.jpg", 4375 "~inc0.jpg",
4054 "~incGray.jpg", 4376 "~incGray.jpg",
4055 "~inc0.wbmp", 4377 "~inc0.wbmp",
(...skipping 25 matching lines...) Expand all
4081 "cpu_or_gpu": "GPU", 4403 "cpu_or_gpu": "GPU",
4082 "cpu_or_gpu_value": "SGX544", 4404 "cpu_or_gpu_value": "SGX544",
4083 "is_trybot": false, 4405 "is_trybot": false,
4084 "model": "GalaxyS4", 4406 "model": "GalaxyS4",
4085 "os": "Android", 4407 "os": "Android",
4086 "role": "Test" 4408 "role": "Test"
4087 }, 4409 },
4088 "configuration": "Debug", 4410 "configuration": "Debug",
4089 "device_cfg": "arm_v7_neon", 4411 "device_cfg": "arm_v7_neon",
4090 "dm_flags": [ 4412 "dm_flags": [
4091 "--pre_log",
4092 "--config", 4413 "--config",
4093 "565", 4414 "565",
4094 "8888", 4415 "8888",
4095 "gpu", 4416 "gpu",
4417 "gpusrgb",
4096 "serialize-8888", 4418 "serialize-8888",
4097 "tiles_rt-8888", 4419 "tiles_rt-8888",
4098 "pic-8888", 4420 "pic-8888",
4099 "--src", 4421 "--src",
4100 "tests", 4422 "tests",
4101 "gm", 4423 "gm",
4102 "image", 4424 "image",
4103 "--threads", 4425 "--threads",
4104 "0", 4426 "0",
4105 "--blacklist", 4427 "--blacklist",
4428 "f16",
4429 "_",
4430 "_",
4431 "dstreadshuffle",
4432 "f16",
4433 "image",
4434 "_",
4435 "_",
4436 "srgb",
4437 "image",
4438 "_",
4439 "_",
4440 "gpusrgb",
4441 "image",
4442 "_",
4443 "_",
4106 "serialize-8888", 4444 "serialize-8888",
4107 "gm", 4445 "gm",
4108 "_", 4446 "_",
4109 "not_native32_bitmap_config", 4447 "not_native32_bitmap_config",
4110 "serialize-8888", 4448 "serialize-8888",
4111 "gm", 4449 "gm",
4112 "_", 4450 "_",
4113 "bleed_image", 4451 "bleed_image",
4114 "serialize-8888", 4452 "serialize-8888",
4115 "gm", 4453 "gm",
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
4283 "gm", 4621 "gm",
4284 "_", 4622 "_",
4285 "image-cacherator-from-ctable", 4623 "image-cacherator-from-ctable",
4286 "serialize-8888", 4624 "serialize-8888",
4287 "gm", 4625 "gm",
4288 "_", 4626 "_",
4289 "image-cacherator-from-ctable", 4627 "image-cacherator-from-ctable",
4290 "_", 4628 "_",
4291 "image", 4629 "image",
4292 "_", 4630 "_",
4631 "interlaced1.png",
4632 "_",
4633 "image",
4634 "_",
4635 "interlaced2.png",
4636 "_",
4637 "image",
4638 "_",
4639 "interlaced3.png",
4640 "_",
4641 "image",
4642 "_",
4293 ".arw", 4643 ".arw",
4294 "_", 4644 "_",
4295 "image", 4645 "image",
4296 "_", 4646 "_",
4297 ".cr2", 4647 ".cr2",
4298 "_", 4648 "_",
4299 "image", 4649 "image",
4300 "_", 4650 "_",
4301 ".dng", 4651 ".dng",
4302 "_", 4652 "_",
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
4436 "cpu_or_gpu": "GPU", 4786 "cpu_or_gpu": "GPU",
4437 "cpu_or_gpu_value": "Adreno420", 4787 "cpu_or_gpu_value": "Adreno420",
4438 "is_trybot": false, 4788 "is_trybot": false,
4439 "model": "Nexus6", 4789 "model": "Nexus6",
4440 "os": "Android", 4790 "os": "Android",
4441 "role": "Test" 4791 "role": "Test"
4442 }, 4792 },
4443 "configuration": "Debug", 4793 "configuration": "Debug",
4444 "device_cfg": "arm_v7_neon", 4794 "device_cfg": "arm_v7_neon",
4445 "dm_flags": [ 4795 "dm_flags": [
4446 "--pre_log",
4447 "--config", 4796 "--config",
4448 "565", 4797 "565",
4449 "8888", 4798 "8888",
4450 "gpu", 4799 "gpu",
4800 "gpusrgb",
4451 "msaa4", 4801 "msaa4",
4452 "serialize-8888", 4802 "serialize-8888",
4453 "tiles_rt-8888", 4803 "tiles_rt-8888",
4454 "pic-8888", 4804 "pic-8888",
4455 "--src", 4805 "--src",
4456 "tests", 4806 "tests",
4457 "gm", 4807 "gm",
4458 "image", 4808 "image",
4459 "--blacklist", 4809 "--blacklist",
4810 "f16",
4811 "_",
4812 "_",
4813 "dstreadshuffle",
4814 "f16",
4815 "image",
4816 "_",
4817 "_",
4818 "srgb",
4819 "image",
4820 "_",
4821 "_",
4822 "gpusrgb",
4823 "image",
4824 "_",
4825 "_",
4460 "serialize-8888", 4826 "serialize-8888",
4461 "gm", 4827 "gm",
4462 "_", 4828 "_",
4463 "not_native32_bitmap_config", 4829 "not_native32_bitmap_config",
4464 "serialize-8888", 4830 "serialize-8888",
4465 "gm", 4831 "gm",
4466 "_", 4832 "_",
4467 "bleed_image", 4833 "bleed_image",
4468 "serialize-8888", 4834 "serialize-8888",
4469 "gm", 4835 "gm",
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
4637 "gm", 5003 "gm",
4638 "_", 5004 "_",
4639 "image-cacherator-from-ctable", 5005 "image-cacherator-from-ctable",
4640 "serialize-8888", 5006 "serialize-8888",
4641 "gm", 5007 "gm",
4642 "_", 5008 "_",
4643 "image-cacherator-from-ctable", 5009 "image-cacherator-from-ctable",
4644 "_", 5010 "_",
4645 "image", 5011 "image",
4646 "_", 5012 "_",
5013 "interlaced1.png",
5014 "_",
5015 "image",
5016 "_",
5017 "interlaced2.png",
5018 "_",
5019 "image",
5020 "_",
5021 "interlaced3.png",
5022 "_",
5023 "image",
5024 "_",
4647 ".arw", 5025 ".arw",
4648 "_", 5026 "_",
4649 "image", 5027 "image",
4650 "_", 5028 "_",
4651 ".cr2", 5029 ".cr2",
4652 "_", 5030 "_",
4653 "image", 5031 "image",
4654 "_", 5032 "_",
4655 ".dng", 5033 ".dng",
4656 "_", 5034 "_",
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
4738 "1.0", 5116 "1.0",
4739 "1.1", 5117 "1.1",
4740 "--config", 5118 "--config",
4741 "565", 5119 "565",
4742 "8888", 5120 "8888",
4743 "gpu", 5121 "gpu",
4744 "nonrendering", 5122 "nonrendering",
4745 "angle", 5123 "angle",
4746 "hwui", 5124 "hwui",
4747 "msaa4", 5125 "msaa4",
4748 "nvprmsaa4", 5126 "nvpr4",
5127 "nvprdit4",
4749 "--match", 5128 "--match",
4750 "~blurroundrect", 5129 "~blurroundrect",
4751 "~patch_grid", 5130 "~patch_grid",
4752 "~desk_carsvg", 5131 "~desk_carsvg",
4753 "~inc0.gif", 5132 "~inc0.gif",
4754 "~inc1.gif", 5133 "~inc1.gif",
4755 "~incInterlaced.gif", 5134 "~incInterlaced.gif",
4756 "~inc0.jpg", 5135 "~inc0.jpg",
4757 "~incGray.jpg", 5136 "~incGray.jpg",
4758 "~inc0.wbmp", 5137 "~inc0.wbmp",
4759 "~inc1.wbmp", 5138 "~inc1.wbmp",
4760 "~inc0.webp", 5139 "~inc0.webp",
4761 "~inc1.webp", 5140 "~inc1.webp",
4762 "~inc0.ico", 5141 "~inc0.ico",
4763 "~inc1.ico", 5142 "~inc1.ico",
4764 "~inc0.png", 5143 "~inc0.png",
4765 "~inc1.png", 5144 "~inc1.png",
4766 "~inc2.png", 5145 "~inc2.png",
4767 "~inc12.png", 5146 "~inc12.png",
4768 "~inc13.png", 5147 "~inc13.png",
4769 "~inc14.png", 5148 "~inc14.png",
4770 "~inc0.webp", 5149 "~inc0.webp",
4771 "~inc1.webp" 5150 "~inc1.webp"
4772 ], 5151 ],
5152 "product.board": "shamu",
4773 "upload_dm_results": true, 5153 "upload_dm_results": true,
4774 "upload_perf_results": false 5154 "upload_perf_results": false
4775 }, 5155 },
4776 "Test-ChromeOS-GCC-Link-CPU-AVX-x86_64-Debug": { 5156 "Test-ChromeOS-GCC-Link-CPU-AVX-x86_64-Debug": {
4777 "build_targets": [ 5157 "build_targets": [
4778 "dm", 5158 "dm",
4779 "nanobench" 5159 "nanobench"
4780 ], 5160 ],
4781 "builder_cfg": { 5161 "builder_cfg": {
4782 "arch": "x86_64", 5162 "arch": "x86_64",
4783 "compiler": "GCC", 5163 "compiler": "GCC",
4784 "configuration": "Debug", 5164 "configuration": "Debug",
4785 "cpu_or_gpu": "CPU", 5165 "cpu_or_gpu": "CPU",
4786 "cpu_or_gpu_value": "AVX", 5166 "cpu_or_gpu_value": "AVX",
4787 "is_trybot": false, 5167 "is_trybot": false,
4788 "model": "Link", 5168 "model": "Link",
4789 "os": "ChromeOS", 5169 "os": "ChromeOS",
4790 "role": "Test" 5170 "role": "Test"
4791 }, 5171 },
4792 "configuration": "Debug", 5172 "configuration": "Debug",
4793 "device_cfg": "link", 5173 "device_cfg": "link",
4794 "dm_flags": [ 5174 "dm_flags": [
4795 "--pre_log",
4796 "--matrix",
4797 "0",
4798 "1",
4799 "1",
4800 "0",
4801 "--config", 5175 "--config",
4802 "565", 5176 "565",
4803 "8888", 5177 "8888",
4804 "gpu", 5178 "gpu",
4805 "upright-matrix-8888", 5179 "gpusrgb",
4806 "upright-matrix-gpu",
4807 "msaa16", 5180 "msaa16",
4808 "pdf", 5181 "pdf",
4809 "pdf_poppler", 5182 "pdf_poppler",
4810 "serialize-8888", 5183 "serialize-8888",
4811 "tiles_rt-8888", 5184 "tiles_rt-8888",
4812 "pic-8888", 5185 "pic-8888",
4813 "--src", 5186 "--src",
4814 "tests", 5187 "tests",
4815 "gm", 5188 "gm",
4816 "image", 5189 "image",
4817 "--blacklist", 5190 "--blacklist",
5191 "f16",
4818 "_", 5192 "_",
5193 "_",
5194 "dstreadshuffle",
5195 "f16",
4819 "image", 5196 "image",
4820 "_", 5197 "_",
4821 "interlaced1.png",
4822 "_", 5198 "_",
5199 "srgb",
4823 "image", 5200 "image",
4824 "_", 5201 "_",
4825 "interlaced2.png",
4826 "_", 5202 "_",
5203 "gpusrgb",
4827 "image", 5204 "image",
4828 "_", 5205 "_",
4829 "interlaced3.png", 5206 "_",
4830 "serialize-8888", 5207 "serialize-8888",
4831 "gm", 5208 "gm",
4832 "_", 5209 "_",
4833 "not_native32_bitmap_config", 5210 "not_native32_bitmap_config",
4834 "serialize-8888", 5211 "serialize-8888",
4835 "gm", 5212 "gm",
4836 "_", 5213 "_",
4837 "bleed_image", 5214 "bleed_image",
4838 "serialize-8888", 5215 "serialize-8888",
4839 "gm", 5216 "gm",
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
5023 "1.0", 5400 "1.0",
5024 "1.1", 5401 "1.1",
5025 "--config", 5402 "--config",
5026 "565", 5403 "565",
5027 "8888", 5404 "8888",
5028 "gpu", 5405 "gpu",
5029 "nonrendering", 5406 "nonrendering",
5030 "angle", 5407 "angle",
5031 "hwui", 5408 "hwui",
5032 "msaa16", 5409 "msaa16",
5033 "nvprmsaa16", 5410 "nvpr16",
5411 "nvprdit16",
5034 "--match", 5412 "--match",
5035 "~interlaced1.png", 5413 "~interlaced1.png",
5036 "~interlaced2.png", 5414 "~interlaced2.png",
5037 "~interlaced3.png", 5415 "~interlaced3.png",
5038 "~inc0.gif", 5416 "~inc0.gif",
5039 "~inc1.gif", 5417 "~inc1.gif",
5040 "~incInterlaced.gif", 5418 "~incInterlaced.gif",
5041 "~inc0.jpg", 5419 "~inc0.jpg",
5042 "~incGray.jpg", 5420 "~incGray.jpg",
5043 "~inc0.wbmp", 5421 "~inc0.wbmp",
(...skipping 24 matching lines...) Expand all
5068 "configuration": "Release", 5446 "configuration": "Release",
5069 "cpu_or_gpu": "GPU", 5447 "cpu_or_gpu": "GPU",
5070 "cpu_or_gpu_value": "GeForce320M", 5448 "cpu_or_gpu_value": "GeForce320M",
5071 "is_trybot": false, 5449 "is_trybot": false,
5072 "model": "MacMini4.1", 5450 "model": "MacMini4.1",
5073 "os": "Mac10.8", 5451 "os": "Mac10.8",
5074 "role": "Test" 5452 "role": "Test"
5075 }, 5453 },
5076 "configuration": "Release", 5454 "configuration": "Release",
5077 "dm_flags": [ 5455 "dm_flags": [
5078 "--pre_log",
5079 "--matrix",
5080 "0",
5081 "1",
5082 "1",
5083 "0",
5084 "--config", 5456 "--config",
5085 "565", 5457 "565",
5086 "8888", 5458 "8888",
5087 "gpu", 5459 "gpu",
5088 "upright-matrix-8888", 5460 "gpusrgb",
5089 "upright-matrix-gpu",
5090 "msaa16", 5461 "msaa16",
5091 "pdf", 5462 "pdf",
5092 "pdf_poppler", 5463 "pdf_poppler",
5093 "serialize-8888", 5464 "serialize-8888",
5094 "tiles_rt-8888", 5465 "tiles_rt-8888",
5095 "pic-8888", 5466 "pic-8888",
5096 "--src", 5467 "--src",
5097 "tests", 5468 "tests",
5098 "gm", 5469 "gm",
5099 "image", 5470 "image",
5100 "--blacklist", 5471 "--blacklist",
5472 "f16",
5473 "_",
5474 "_",
5475 "dstreadshuffle",
5476 "f16",
5477 "image",
5478 "_",
5479 "_",
5480 "srgb",
5481 "image",
5482 "_",
5483 "_",
5484 "gpusrgb",
5485 "image",
5486 "_",
5487 "_",
5101 "_", 5488 "_",
5102 "image", 5489 "image",
5103 "_", 5490 "gen_platf",
5104 "interlaced1.png", 5491 "rgba32abf.bmp",
5105 "_", 5492 "_",
5106 "image", 5493 "image",
5107 "_", 5494 "gen_platf",
5108 "interlaced2.png", 5495 "rgb24prof.bmp",
5109 "_", 5496 "_",
5110 "image", 5497 "image",
5498 "gen_platf",
5499 "rgb24lprof.bmp",
5111 "_", 5500 "_",
5112 "interlaced3.png", 5501 "image",
5502 "gen_platf",
5503 "8bpp-pixeldata-cropped.bmp",
5504 "_",
5505 "image",
5506 "gen_platf",
5507 "4bpp-pixeldata-cropped.bmp",
5508 "_",
5509 "image",
5510 "gen_platf",
5511 "32bpp-pixeldata-cropped.bmp",
5512 "_",
5513 "image",
5514 "gen_platf",
5515 "24bpp-pixeldata-cropped.bmp",
5516 "_",
5517 "image",
5518 "gen_platf",
5519 "frame_larger_than_image.gif",
5113 "serialize-8888", 5520 "serialize-8888",
5114 "gm", 5521 "gm",
5115 "_", 5522 "_",
5116 "not_native32_bitmap_config", 5523 "not_native32_bitmap_config",
5117 "serialize-8888", 5524 "serialize-8888",
5118 "gm", 5525 "gm",
5119 "_", 5526 "_",
5120 "bleed_image", 5527 "bleed_image",
5121 "serialize-8888", 5528 "serialize-8888",
5122 "gm", 5529 "gm",
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
5290 "gm", 5697 "gm",
5291 "_", 5698 "_",
5292 "image-cacherator-from-ctable", 5699 "image-cacherator-from-ctable",
5293 "serialize-8888", 5700 "serialize-8888",
5294 "gm", 5701 "gm",
5295 "_", 5702 "_",
5296 "image-cacherator-from-ctable", 5703 "image-cacherator-from-ctable",
5297 "_", 5704 "_",
5298 "image", 5705 "image",
5299 "_", 5706 "_",
5707 "interlaced1.png",
5708 "_",
5709 "image",
5710 "_",
5711 "interlaced2.png",
5712 "_",
5713 "image",
5714 "_",
5715 "interlaced3.png",
5716 "_",
5717 "image",
5718 "_",
5300 ".arw", 5719 ".arw",
5301 "_", 5720 "_",
5302 "image", 5721 "image",
5303 "_", 5722 "_",
5304 ".cr2", 5723 ".cr2",
5305 "_", 5724 "_",
5306 "image", 5725 "image",
5307 "_", 5726 "_",
5308 ".dng", 5727 ".dng",
5309 "_", 5728 "_",
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
5366 "image", 5785 "image",
5367 "_", 5786 "_",
5368 ".RW2", 5787 ".RW2",
5369 "_", 5788 "_",
5370 "image", 5789 "image",
5371 "_", 5790 "_",
5372 ".PEF", 5791 ".PEF",
5373 "_", 5792 "_",
5374 "image", 5793 "image",
5375 "_", 5794 "_",
5376 ".SRW" 5795 ".SRW",
5796 "_",
5797 "image",
5798 "_",
5799 "abnormal.wbmp"
5377 ], 5800 ],
5378 "do_perf_steps": false, 5801 "do_perf_steps": false,
5379 "do_test_steps": true, 5802 "do_test_steps": true,
5380 "env": { 5803 "env": {
5381 "CC": "/usr/bin/clang", 5804 "CC": "/usr/bin/clang",
5382 "CXX": "/usr/bin/clang++", 5805 "CXX": "/usr/bin/clang++",
5383 "GYP_DEFINES": "skia_arch_type=x86_64 skia_clang_build=1 skia_run_pdfviewe r_in_gm=1 skia_warnings_as_errors=0" 5806 "GYP_DEFINES": "skia_arch_type=x86_64 skia_clang_build=1 skia_run_pdfviewe r_in_gm=1 skia_warnings_as_errors=0"
5384 }, 5807 },
5385 "nanobench_flags": [ 5808 "nanobench_flags": [
5386 "--pre_log", 5809 "--pre_log",
5387 "--images", 5810 "--images",
5388 "--gpuStatsDump", 5811 "--gpuStatsDump",
5389 "true", 5812 "true",
5390 "--scales", 5813 "--scales",
5391 "1.0", 5814 "1.0",
5392 "1.1", 5815 "1.1",
5393 "--config", 5816 "--config",
5394 "565", 5817 "565",
5395 "8888", 5818 "8888",
5396 "gpu", 5819 "gpu",
5397 "nonrendering", 5820 "nonrendering",
5398 "angle", 5821 "angle",
5399 "hwui", 5822 "hwui",
5400 "msaa16", 5823 "msaa16",
5401 "nvprmsaa16", 5824 "nvpr16",
5825 "nvprdit16",
5402 "--match", 5826 "--match",
5403 "~interlaced1.png", 5827 "~interlaced1.png",
5404 "~interlaced2.png", 5828 "~interlaced2.png",
5405 "~interlaced3.png", 5829 "~interlaced3.png",
5406 "~inc0.gif", 5830 "~inc0.gif",
5407 "~inc1.gif", 5831 "~inc1.gif",
5408 "~incInterlaced.gif", 5832 "~incInterlaced.gif",
5409 "~inc0.jpg", 5833 "~inc0.jpg",
5410 "~incGray.jpg", 5834 "~incGray.jpg",
5411 "~inc0.wbmp", 5835 "~inc0.wbmp",
(...skipping 24 matching lines...) Expand all
5436 "configuration": "Coverage", 5860 "configuration": "Coverage",
5437 "cpu_or_gpu": "CPU", 5861 "cpu_or_gpu": "CPU",
5438 "cpu_or_gpu_value": "AVX2", 5862 "cpu_or_gpu_value": "AVX2",
5439 "is_trybot": false, 5863 "is_trybot": false,
5440 "model": "GCE", 5864 "model": "GCE",
5441 "os": "Ubuntu", 5865 "os": "Ubuntu",
5442 "role": "Test" 5866 "role": "Test"
5443 }, 5867 },
5444 "configuration": "Coverage", 5868 "configuration": "Coverage",
5445 "dm_flags": [ 5869 "dm_flags": [
5446 "--pre_log",
5447 "--matrix",
5448 "0",
5449 "1",
5450 "1",
5451 "0",
5452 "--config", 5870 "--config",
5453 "565", 5871 "565",
5454 "8888", 5872 "8888",
5455 "gpu", 5873 "gpu",
5456 "upright-matrix-8888", 5874 "gpusrgb",
5457 "upright-matrix-gpu", 5875 "f16",
5876 "srgb",
5458 "sp-8888", 5877 "sp-8888",
5459 "twice-8888",
5460 "2ndpic-8888", 5878 "2ndpic-8888",
5461 "remote-8888",
5462 "remote_cache-8888",
5463 "msaa16", 5879 "msaa16",
5464 "pdf", 5880 "pdf",
5465 "pdf_poppler", 5881 "pdf_poppler",
5466 "serialize-8888", 5882 "serialize-8888",
5467 "tiles_rt-8888", 5883 "tiles_rt-8888",
5468 "pic-8888", 5884 "pic-8888",
5469 "--src", 5885 "--src",
5470 "tests", 5886 "tests",
5471 "gm", 5887 "gm",
5472 "image", 5888 "image",
5473 "--blacklist", 5889 "--blacklist",
5890 "f16",
5474 "_", 5891 "_",
5892 "_",
5893 "dstreadshuffle",
5894 "f16",
5475 "image", 5895 "image",
5476 "_", 5896 "_",
5477 "interlaced1.png",
5478 "_", 5897 "_",
5898 "srgb",
5479 "image", 5899 "image",
5480 "_", 5900 "_",
5481 "interlaced2.png",
5482 "_", 5901 "_",
5902 "gpusrgb",
5483 "image", 5903 "image",
5484 "_", 5904 "_",
5485 "interlaced3.png", 5905 "_",
5486 "serialize-8888", 5906 "serialize-8888",
5487 "gm", 5907 "gm",
5488 "_", 5908 "_",
5489 "not_native32_bitmap_config", 5909 "not_native32_bitmap_config",
5490 "serialize-8888", 5910 "serialize-8888",
5491 "gm", 5911 "gm",
5492 "_", 5912 "_",
5493 "bleed_image", 5913 "bleed_image",
5494 "serialize-8888", 5914 "serialize-8888",
5495 "gm", 5915 "gm",
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
5681 "1.0", 6101 "1.0",
5682 "1.1", 6102 "1.1",
5683 "--config", 6103 "--config",
5684 "565", 6104 "565",
5685 "8888", 6105 "8888",
5686 "gpu", 6106 "gpu",
5687 "nonrendering", 6107 "nonrendering",
5688 "angle", 6108 "angle",
5689 "hwui", 6109 "hwui",
5690 "msaa16", 6110 "msaa16",
5691 "nvprmsaa16", 6111 "nvpr16",
6112 "nvprdit16",
5692 "--match", 6113 "--match",
5693 "~interlaced1.png", 6114 "~interlaced1.png",
5694 "~interlaced2.png", 6115 "~interlaced2.png",
5695 "~interlaced3.png", 6116 "~interlaced3.png",
5696 "~inc0.gif", 6117 "~inc0.gif",
5697 "~inc1.gif", 6118 "~inc1.gif",
5698 "~incInterlaced.gif", 6119 "~incInterlaced.gif",
5699 "~inc0.jpg", 6120 "~inc0.jpg",
5700 "~incGray.jpg", 6121 "~incGray.jpg",
5701 "~inc0.wbmp", 6122 "~inc0.wbmp",
(...skipping 25 matching lines...) Expand all
5727 "cpu_or_gpu": "CPU", 6148 "cpu_or_gpu": "CPU",
5728 "cpu_or_gpu_value": "AVX2", 6149 "cpu_or_gpu_value": "AVX2",
5729 "extra_config": "Fast", 6150 "extra_config": "Fast",
5730 "is_trybot": false, 6151 "is_trybot": false,
5731 "model": "GCE", 6152 "model": "GCE",
5732 "os": "Ubuntu", 6153 "os": "Ubuntu",
5733 "role": "Test" 6154 "role": "Test"
5734 }, 6155 },
5735 "configuration": "Release", 6156 "configuration": "Release",
5736 "dm_flags": [ 6157 "dm_flags": [
5737 "--pre_log",
5738 "--matrix",
5739 "0",
5740 "1",
5741 "1",
5742 "0",
5743 "--config", 6158 "--config",
5744 "565", 6159 "565",
5745 "8888", 6160 "8888",
5746 "gpu", 6161 "gpu",
5747 "upright-matrix-8888", 6162 "gpusrgb",
5748 "upright-matrix-gpu", 6163 "f16",
6164 "srgb",
5749 "sp-8888", 6165 "sp-8888",
5750 "twice-8888",
5751 "2ndpic-8888", 6166 "2ndpic-8888",
5752 "remote-8888",
5753 "remote_cache-8888",
5754 "msaa16", 6167 "msaa16",
5755 "pdf", 6168 "pdf",
5756 "pdf_poppler", 6169 "pdf_poppler",
5757 "serialize-8888", 6170 "serialize-8888",
5758 "tiles_rt-8888", 6171 "tiles_rt-8888",
5759 "pic-8888", 6172 "pic-8888",
5760 "--src", 6173 "--src",
5761 "tests", 6174 "tests",
5762 "gm", 6175 "gm",
5763 "image", 6176 "image",
5764 "--blacklist", 6177 "--blacklist",
6178 "f16",
5765 "_", 6179 "_",
6180 "_",
6181 "dstreadshuffle",
6182 "f16",
5766 "image", 6183 "image",
5767 "_", 6184 "_",
5768 "interlaced1.png",
5769 "_", 6185 "_",
6186 "srgb",
5770 "image", 6187 "image",
5771 "_", 6188 "_",
5772 "interlaced2.png",
5773 "_", 6189 "_",
6190 "gpusrgb",
5774 "image", 6191 "image",
5775 "_", 6192 "_",
5776 "interlaced3.png", 6193 "_",
5777 "serialize-8888", 6194 "serialize-8888",
5778 "gm", 6195 "gm",
5779 "_", 6196 "_",
5780 "not_native32_bitmap_config", 6197 "not_native32_bitmap_config",
5781 "serialize-8888", 6198 "serialize-8888",
5782 "gm", 6199 "gm",
5783 "_", 6200 "_",
5784 "bleed_image", 6201 "bleed_image",
5785 "serialize-8888", 6202 "serialize-8888",
5786 "gm", 6203 "gm",
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
5970 "1.0", 6387 "1.0",
5971 "1.1", 6388 "1.1",
5972 "--config", 6389 "--config",
5973 "565", 6390 "565",
5974 "8888", 6391 "8888",
5975 "gpu", 6392 "gpu",
5976 "nonrendering", 6393 "nonrendering",
5977 "angle", 6394 "angle",
5978 "hwui", 6395 "hwui",
5979 "msaa16", 6396 "msaa16",
5980 "nvprmsaa16", 6397 "nvpr16",
6398 "nvprdit16",
5981 "--match", 6399 "--match",
5982 "~interlaced1.png", 6400 "~interlaced1.png",
5983 "~interlaced2.png", 6401 "~interlaced2.png",
5984 "~interlaced3.png", 6402 "~interlaced3.png",
5985 "~inc0.gif", 6403 "~inc0.gif",
5986 "~inc1.gif", 6404 "~inc1.gif",
5987 "~incInterlaced.gif", 6405 "~incInterlaced.gif",
5988 "~inc0.jpg", 6406 "~inc0.jpg",
5989 "~incGray.jpg", 6407 "~incGray.jpg",
5990 "~inc0.wbmp", 6408 "~inc0.wbmp",
(...skipping 25 matching lines...) Expand all
6016 "cpu_or_gpu": "CPU", 6434 "cpu_or_gpu": "CPU",
6017 "cpu_or_gpu_value": "AVX2", 6435 "cpu_or_gpu_value": "AVX2",
6018 "extra_config": "SKNX_NO_SIMD", 6436 "extra_config": "SKNX_NO_SIMD",
6019 "is_trybot": false, 6437 "is_trybot": false,
6020 "model": "GCE", 6438 "model": "GCE",
6021 "os": "Ubuntu", 6439 "os": "Ubuntu",
6022 "role": "Test" 6440 "role": "Test"
6023 }, 6441 },
6024 "configuration": "Release", 6442 "configuration": "Release",
6025 "dm_flags": [ 6443 "dm_flags": [
6026 "--pre_log",
6027 "--matrix",
6028 "0",
6029 "1",
6030 "1",
6031 "0",
6032 "--config", 6444 "--config",
6033 "565", 6445 "565",
6034 "8888", 6446 "8888",
6035 "gpu", 6447 "gpu",
6036 "upright-matrix-8888", 6448 "gpusrgb",
6037 "upright-matrix-gpu", 6449 "f16",
6450 "srgb",
6038 "sp-8888", 6451 "sp-8888",
6039 "twice-8888",
6040 "2ndpic-8888", 6452 "2ndpic-8888",
6041 "remote-8888",
6042 "remote_cache-8888",
6043 "msaa16", 6453 "msaa16",
6044 "pdf", 6454 "pdf",
6045 "pdf_poppler", 6455 "pdf_poppler",
6046 "serialize-8888", 6456 "serialize-8888",
6047 "tiles_rt-8888", 6457 "tiles_rt-8888",
6048 "pic-8888", 6458 "pic-8888",
6049 "--src", 6459 "--src",
6050 "tests", 6460 "tests",
6051 "gm", 6461 "gm",
6052 "image", 6462 "image",
6053 "--blacklist", 6463 "--blacklist",
6464 "f16",
6054 "_", 6465 "_",
6466 "_",
6467 "dstreadshuffle",
6468 "f16",
6055 "image", 6469 "image",
6056 "_", 6470 "_",
6057 "interlaced1.png",
6058 "_", 6471 "_",
6472 "srgb",
6059 "image", 6473 "image",
6060 "_", 6474 "_",
6061 "interlaced2.png",
6062 "_", 6475 "_",
6476 "gpusrgb",
6063 "image", 6477 "image",
6064 "_", 6478 "_",
6065 "interlaced3.png", 6479 "_",
6066 "serialize-8888", 6480 "serialize-8888",
6067 "gm", 6481 "gm",
6068 "_", 6482 "_",
6069 "not_native32_bitmap_config", 6483 "not_native32_bitmap_config",
6070 "serialize-8888", 6484 "serialize-8888",
6071 "gm", 6485 "gm",
6072 "_", 6486 "_",
6073 "bleed_image", 6487 "bleed_image",
6074 "serialize-8888", 6488 "serialize-8888",
6075 "gm", 6489 "gm",
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
6260 "1.0", 6674 "1.0",
6261 "1.1", 6675 "1.1",
6262 "--config", 6676 "--config",
6263 "565", 6677 "565",
6264 "8888", 6678 "8888",
6265 "gpu", 6679 "gpu",
6266 "nonrendering", 6680 "nonrendering",
6267 "angle", 6681 "angle",
6268 "hwui", 6682 "hwui",
6269 "msaa16", 6683 "msaa16",
6270 "nvprmsaa16", 6684 "nvpr16",
6685 "nvprdit16",
6271 "--match", 6686 "--match",
6272 "~interlaced1.png", 6687 "~interlaced1.png",
6273 "~interlaced2.png", 6688 "~interlaced2.png",
6274 "~interlaced3.png", 6689 "~interlaced3.png",
6275 "~inc0.gif", 6690 "~inc0.gif",
6276 "~inc1.gif", 6691 "~inc1.gif",
6277 "~incInterlaced.gif", 6692 "~incInterlaced.gif",
6278 "~inc0.jpg", 6693 "~inc0.jpg",
6279 "~incGray.jpg", 6694 "~incGray.jpg",
6280 "~inc0.wbmp", 6695 "~inc0.wbmp",
(...skipping 25 matching lines...) Expand all
6306 "cpu_or_gpu": "CPU", 6721 "cpu_or_gpu": "CPU",
6307 "cpu_or_gpu_value": "AVX2", 6722 "cpu_or_gpu_value": "AVX2",
6308 "extra_config": "SK_USE_DISCARDABLE_SCALEDIMAGECACHE", 6723 "extra_config": "SK_USE_DISCARDABLE_SCALEDIMAGECACHE",
6309 "is_trybot": false, 6724 "is_trybot": false,
6310 "model": "GCE", 6725 "model": "GCE",
6311 "os": "Ubuntu", 6726 "os": "Ubuntu",
6312 "role": "Test" 6727 "role": "Test"
6313 }, 6728 },
6314 "configuration": "Release", 6729 "configuration": "Release",
6315 "dm_flags": [ 6730 "dm_flags": [
6316 "--pre_log",
6317 "--matrix",
6318 "0",
6319 "1",
6320 "1",
6321 "0",
6322 "--config", 6731 "--config",
6323 "565", 6732 "565",
6324 "8888", 6733 "8888",
6325 "gpu", 6734 "gpu",
6326 "upright-matrix-8888", 6735 "gpusrgb",
6327 "upright-matrix-gpu", 6736 "f16",
6737 "srgb",
6328 "sp-8888", 6738 "sp-8888",
6329 "twice-8888",
6330 "2ndpic-8888", 6739 "2ndpic-8888",
6331 "remote-8888",
6332 "remote_cache-8888",
6333 "msaa16", 6740 "msaa16",
6334 "pdf", 6741 "pdf",
6335 "pdf_poppler", 6742 "pdf_poppler",
6336 "serialize-8888", 6743 "serialize-8888",
6337 "tiles_rt-8888", 6744 "tiles_rt-8888",
6338 "pic-8888", 6745 "pic-8888",
6339 "--src", 6746 "--src",
6340 "tests", 6747 "tests",
6341 "gm", 6748 "gm",
6342 "image", 6749 "image",
6343 "--blacklist", 6750 "--blacklist",
6751 "f16",
6344 "_", 6752 "_",
6753 "_",
6754 "dstreadshuffle",
6755 "f16",
6345 "image", 6756 "image",
6346 "_", 6757 "_",
6347 "interlaced1.png",
6348 "_", 6758 "_",
6759 "srgb",
6349 "image", 6760 "image",
6350 "_", 6761 "_",
6351 "interlaced2.png",
6352 "_", 6762 "_",
6763 "gpusrgb",
6353 "image", 6764 "image",
6354 "_", 6765 "_",
6355 "interlaced3.png", 6766 "_",
6356 "serialize-8888", 6767 "serialize-8888",
6357 "gm", 6768 "gm",
6358 "_", 6769 "_",
6359 "not_native32_bitmap_config", 6770 "not_native32_bitmap_config",
6360 "serialize-8888", 6771 "serialize-8888",
6361 "gm", 6772 "gm",
6362 "_", 6773 "_",
6363 "bleed_image", 6774 "bleed_image",
6364 "serialize-8888", 6775 "serialize-8888",
6365 "gm", 6776 "gm",
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
6550 "1.0", 6961 "1.0",
6551 "1.1", 6962 "1.1",
6552 "--config", 6963 "--config",
6553 "565", 6964 "565",
6554 "8888", 6965 "8888",
6555 "gpu", 6966 "gpu",
6556 "nonrendering", 6967 "nonrendering",
6557 "angle", 6968 "angle",
6558 "hwui", 6969 "hwui",
6559 "msaa16", 6970 "msaa16",
6560 "nvprmsaa16", 6971 "nvpr16",
6972 "nvprdit16",
6561 "--match", 6973 "--match",
6562 "~interlaced1.png", 6974 "~interlaced1.png",
6563 "~interlaced2.png", 6975 "~interlaced2.png",
6564 "~interlaced3.png", 6976 "~interlaced3.png",
6565 "~inc0.gif", 6977 "~inc0.gif",
6566 "~inc1.gif", 6978 "~inc1.gif",
6567 "~incInterlaced.gif", 6979 "~incInterlaced.gif",
6568 "~inc0.jpg", 6980 "~inc0.jpg",
6569 "~incGray.jpg", 6981 "~incGray.jpg",
6570 "~inc0.wbmp", 6982 "~inc0.wbmp",
(...skipping 25 matching lines...) Expand all
6596 "cpu_or_gpu": "CPU", 7008 "cpu_or_gpu": "CPU",
6597 "cpu_or_gpu_value": "AVX2", 7009 "cpu_or_gpu_value": "AVX2",
6598 "extra_config": "Shared", 7010 "extra_config": "Shared",
6599 "is_trybot": false, 7011 "is_trybot": false,
6600 "model": "GCE", 7012 "model": "GCE",
6601 "os": "Ubuntu", 7013 "os": "Ubuntu",
6602 "role": "Test" 7014 "role": "Test"
6603 }, 7015 },
6604 "configuration": "Release", 7016 "configuration": "Release",
6605 "dm_flags": [ 7017 "dm_flags": [
6606 "--pre_log",
6607 "--matrix",
6608 "0",
6609 "1",
6610 "1",
6611 "0",
6612 "--config", 7018 "--config",
6613 "565", 7019 "565",
6614 "8888", 7020 "8888",
6615 "gpu", 7021 "gpu",
6616 "upright-matrix-8888", 7022 "gpusrgb",
6617 "upright-matrix-gpu", 7023 "f16",
7024 "srgb",
6618 "sp-8888", 7025 "sp-8888",
6619 "twice-8888",
6620 "2ndpic-8888", 7026 "2ndpic-8888",
6621 "remote-8888",
6622 "remote_cache-8888",
6623 "msaa16", 7027 "msaa16",
6624 "pdf", 7028 "pdf",
6625 "pdf_poppler", 7029 "pdf_poppler",
6626 "serialize-8888", 7030 "serialize-8888",
6627 "tiles_rt-8888", 7031 "tiles_rt-8888",
6628 "pic-8888", 7032 "pic-8888",
6629 "--src", 7033 "--src",
6630 "tests", 7034 "tests",
6631 "gm", 7035 "gm",
6632 "image", 7036 "image",
6633 "--blacklist", 7037 "--blacklist",
7038 "f16",
6634 "_", 7039 "_",
7040 "_",
7041 "dstreadshuffle",
7042 "f16",
6635 "image", 7043 "image",
6636 "_", 7044 "_",
6637 "interlaced1.png",
6638 "_", 7045 "_",
7046 "srgb",
6639 "image", 7047 "image",
6640 "_", 7048 "_",
6641 "interlaced2.png",
6642 "_", 7049 "_",
7050 "gpusrgb",
6643 "image", 7051 "image",
6644 "_", 7052 "_",
6645 "interlaced3.png", 7053 "_",
6646 "serialize-8888", 7054 "serialize-8888",
6647 "gm", 7055 "gm",
6648 "_", 7056 "_",
6649 "not_native32_bitmap_config", 7057 "not_native32_bitmap_config",
6650 "serialize-8888", 7058 "serialize-8888",
6651 "gm", 7059 "gm",
6652 "_", 7060 "_",
6653 "bleed_image", 7061 "bleed_image",
6654 "serialize-8888", 7062 "serialize-8888",
6655 "gm", 7063 "gm",
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
6839 "1.0", 7247 "1.0",
6840 "1.1", 7248 "1.1",
6841 "--config", 7249 "--config",
6842 "565", 7250 "565",
6843 "8888", 7251 "8888",
6844 "gpu", 7252 "gpu",
6845 "nonrendering", 7253 "nonrendering",
6846 "angle", 7254 "angle",
6847 "hwui", 7255 "hwui",
6848 "msaa16", 7256 "msaa16",
6849 "nvprmsaa16", 7257 "nvpr16",
7258 "nvprdit16",
6850 "--match", 7259 "--match",
6851 "~interlaced1.png", 7260 "~interlaced1.png",
6852 "~interlaced2.png", 7261 "~interlaced2.png",
6853 "~interlaced3.png", 7262 "~interlaced3.png",
6854 "~inc0.gif", 7263 "~inc0.gif",
6855 "~inc1.gif", 7264 "~inc1.gif",
6856 "~incInterlaced.gif", 7265 "~incInterlaced.gif",
6857 "~inc0.jpg", 7266 "~inc0.jpg",
6858 "~incGray.jpg", 7267 "~incGray.jpg",
6859 "~inc0.wbmp", 7268 "~inc0.wbmp",
(...skipping 26 matching lines...) Expand all
6886 "cpu_or_gpu": "GPU", 7295 "cpu_or_gpu": "GPU",
6887 "cpu_or_gpu_value": "GTX550Ti", 7296 "cpu_or_gpu_value": "GTX550Ti",
6888 "extra_config": "Valgrind", 7297 "extra_config": "Valgrind",
6889 "is_trybot": false, 7298 "is_trybot": false,
6890 "model": "ShuttleA", 7299 "model": "ShuttleA",
6891 "os": "Ubuntu", 7300 "os": "Ubuntu",
6892 "role": "Test" 7301 "role": "Test"
6893 }, 7302 },
6894 "configuration": "Release", 7303 "configuration": "Release",
6895 "dm_flags": [ 7304 "dm_flags": [
6896 "--pre_log",
6897 "--matrix",
6898 "0",
6899 "1",
6900 "1",
6901 "0",
6902 "--config", 7305 "--config",
6903 "565", 7306 "565",
6904 "8888", 7307 "8888",
6905 "gpu", 7308 "gpu",
6906 "upright-matrix-8888", 7309 "gpusrgb",
6907 "upright-matrix-gpu", 7310 "nvprdit16",
6908 "nvprmsaa16",
6909 "msaa16", 7311 "msaa16",
6910 "pdf", 7312 "pdf",
6911 "pdf_poppler", 7313 "pdf_poppler",
6912 "serialize-8888", 7314 "serialize-8888",
6913 "tiles_rt-8888", 7315 "tiles_rt-8888",
6914 "pic-8888", 7316 "pic-8888",
6915 "--src", 7317 "--src",
6916 "tests", 7318 "tests",
6917 "gm", 7319 "gm",
6918 "image", 7320 "image",
6919 "--blacklist", 7321 "--blacklist",
7322 "f16",
7323 "_",
7324 "_",
7325 "dstreadshuffle",
7326 "f16",
7327 "image",
7328 "_",
7329 "_",
7330 "srgb",
7331 "image",
7332 "_",
7333 "_",
7334 "gpusrgb",
7335 "image",
7336 "_",
7337 "_",
6920 "pdf", 7338 "pdf",
6921 "gm", 7339 "gm",
6922 "_", 7340 "_",
6923 "fontmgr_iter", 7341 "fontmgr_iter",
6924 "pdf", 7342 "pdf",
6925 "_", 7343 "_",
6926 "_", 7344 "_",
6927 "PANO_20121023_214540.jpg", 7345 "PANO_20121023_214540.jpg",
6928 "pdf", 7346 "pdf",
6929 "skp", 7347 "skp",
6930 "_", 7348 "_",
6931 "worldjournal", 7349 "worldjournal",
6932 "pdf", 7350 "pdf",
6933 "skp", 7351 "skp",
6934 "_", 7352 "_",
6935 "desk_baidu.skp", 7353 "desk_baidu.skp",
6936 "pdf", 7354 "pdf",
6937 "skp", 7355 "skp",
6938 "_", 7356 "_",
6939 "desk_wikipedia.skp", 7357 "desk_wikipedia.skp",
6940 "_",
6941 "image",
6942 "_",
6943 "interlaced1.png",
6944 "_",
6945 "image",
6946 "_",
6947 "interlaced2.png",
6948 "_",
6949 "image",
6950 "_",
6951 "interlaced3.png",
6952 "serialize-8888", 7358 "serialize-8888",
6953 "gm", 7359 "gm",
6954 "_", 7360 "_",
6955 "not_native32_bitmap_config", 7361 "not_native32_bitmap_config",
6956 "serialize-8888", 7362 "serialize-8888",
6957 "gm", 7363 "gm",
6958 "_", 7364 "_",
6959 "bleed_image", 7365 "bleed_image",
6960 "serialize-8888", 7366 "serialize-8888",
6961 "gm", 7367 "gm",
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
7129 "gm", 7535 "gm",
7130 "_", 7536 "_",
7131 "image-cacherator-from-ctable", 7537 "image-cacherator-from-ctable",
7132 "serialize-8888", 7538 "serialize-8888",
7133 "gm", 7539 "gm",
7134 "_", 7540 "_",
7135 "image-cacherator-from-ctable", 7541 "image-cacherator-from-ctable",
7136 "_", 7542 "_",
7137 "image", 7543 "image",
7138 "_", 7544 "_",
7545 "interlaced1.png",
7546 "_",
7547 "image",
7548 "_",
7549 "interlaced2.png",
7550 "_",
7551 "image",
7552 "_",
7553 "interlaced3.png",
7554 "_",
7555 "image",
7556 "_",
7139 ".arw", 7557 ".arw",
7140 "_", 7558 "_",
7141 "image", 7559 "image",
7142 "_", 7560 "_",
7143 ".cr2", 7561 ".cr2",
7144 "_", 7562 "_",
7145 "image", 7563 "image",
7146 "_", 7564 "_",
7147 ".dng", 7565 ".dng",
7148 "_", 7566 "_",
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
7230 "1.0", 7648 "1.0",
7231 "1.1", 7649 "1.1",
7232 "--config", 7650 "--config",
7233 "565", 7651 "565",
7234 "8888", 7652 "8888",
7235 "gpu", 7653 "gpu",
7236 "nonrendering", 7654 "nonrendering",
7237 "angle", 7655 "angle",
7238 "hwui", 7656 "hwui",
7239 "msaa16", 7657 "msaa16",
7240 "nvprmsaa16", 7658 "nvpr16",
7659 "nvprdit16",
7241 "--loops", 7660 "--loops",
7242 "1", 7661 "1",
7243 "--samples", 7662 "--samples",
7244 "1", 7663 "1",
7245 "--keepAlive", 7664 "--keepAlive",
7246 "true", 7665 "true",
7247 "--match", 7666 "--match",
7248 "~interlaced1.png", 7667 "~interlaced1.png",
7249 "~interlaced2.png", 7668 "~interlaced2.png",
7250 "~interlaced3.png", 7669 "~interlaced3.png",
(...skipping 30 matching lines...) Expand all
7281 "configuration": "Debug", 7700 "configuration": "Debug",
7282 "cpu_or_gpu": "CPU", 7701 "cpu_or_gpu": "CPU",
7283 "cpu_or_gpu_value": "AVX", 7702 "cpu_or_gpu_value": "AVX",
7284 "is_trybot": false, 7703 "is_trybot": false,
7285 "model": "ShuttleA", 7704 "model": "ShuttleA",
7286 "os": "Win8", 7705 "os": "Win8",
7287 "role": "Test" 7706 "role": "Test"
7288 }, 7707 },
7289 "configuration": "Debug_x64", 7708 "configuration": "Debug_x64",
7290 "dm_flags": [ 7709 "dm_flags": [
7291 "--pre_log",
7292 "--matrix",
7293 "0",
7294 "1",
7295 "1",
7296 "0",
7297 "--config", 7710 "--config",
7298 "565", 7711 "565",
7299 "8888", 7712 "8888",
7300 "gpu", 7713 "gpu",
7301 "upright-matrix-8888", 7714 "gpusrgb",
7302 "upright-matrix-gpu",
7303 "msaa16", 7715 "msaa16",
7304 "pdf", 7716 "pdf",
7305 "pdf_poppler", 7717 "pdf_poppler",
7306 "serialize-8888", 7718 "serialize-8888",
7307 "tiles_rt-8888", 7719 "tiles_rt-8888",
7308 "pic-8888", 7720 "pic-8888",
7309 "--src", 7721 "--src",
7310 "tests", 7722 "tests",
7311 "gm", 7723 "gm",
7312 "image", 7724 "image",
7313 "--blacklist", 7725 "--blacklist",
7726 "f16",
7727 "_",
7728 "_",
7729 "dstreadshuffle",
7730 "f16",
7731 "image",
7732 "_",
7733 "_",
7734 "srgb",
7735 "image",
7736 "_",
7737 "_",
7738 "gpusrgb",
7739 "image",
7740 "_",
7741 "_",
7314 "_", 7742 "_",
7315 "image", 7743 "image",
7316 "_", 7744 "gen_platf",
7317 "interlaced1.png", 7745 "rle8-height-negative.bmp",
7318 "_", 7746 "_",
7319 "image", 7747 "image",
7320 "_", 7748 "gen_platf",
7321 "interlaced2.png", 7749 "rle4-height-negative.bmp",
7322 "_", 7750 "_",
7323 "image", 7751 "image",
7752 "gen_platf",
7753 "pal8os2v2.bmp",
7324 "_", 7754 "_",
7325 "interlaced3.png", 7755 "image",
7756 "gen_platf",
7757 "pal8os2v2-16.bmp",
7758 "_",
7759 "image",
7760 "gen_platf",
7761 "rgba32abf.bmp",
7762 "_",
7763 "image",
7764 "gen_platf",
7765 "rgb24prof.bmp",
7766 "_",
7767 "image",
7768 "gen_platf",
7769 "rgb24lprof.bmp",
7770 "_",
7771 "image",
7772 "gen_platf",
7773 "8bpp-pixeldata-cropped.bmp",
7774 "_",
7775 "image",
7776 "gen_platf",
7777 "4bpp-pixeldata-cropped.bmp",
7778 "_",
7779 "image",
7780 "gen_platf",
7781 "32bpp-pixeldata-cropped.bmp",
7782 "_",
7783 "image",
7784 "gen_platf",
7785 "24bpp-pixeldata-cropped.bmp",
7326 "serialize-8888", 7786 "serialize-8888",
7327 "gm", 7787 "gm",
7328 "_", 7788 "_",
7329 "not_native32_bitmap_config", 7789 "not_native32_bitmap_config",
7330 "serialize-8888", 7790 "serialize-8888",
7331 "gm", 7791 "gm",
7332 "_", 7792 "_",
7333 "bleed_image", 7793 "bleed_image",
7334 "serialize-8888", 7794 "serialize-8888",
7335 "gm", 7795 "gm",
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
7519 "1.0", 7979 "1.0",
7520 "1.1", 7980 "1.1",
7521 "--config", 7981 "--config",
7522 "565", 7982 "565",
7523 "8888", 7983 "8888",
7524 "gpu", 7984 "gpu",
7525 "nonrendering", 7985 "nonrendering",
7526 "angle", 7986 "angle",
7527 "hwui", 7987 "hwui",
7528 "msaa16", 7988 "msaa16",
7529 "nvprmsaa16", 7989 "nvpr16",
7990 "nvprdit16",
7530 "--match", 7991 "--match",
7531 "~interlaced1.png", 7992 "~interlaced1.png",
7532 "~interlaced2.png", 7993 "~interlaced2.png",
7533 "~interlaced3.png", 7994 "~interlaced3.png",
7534 "~inc0.gif", 7995 "~inc0.gif",
7535 "~inc1.gif", 7996 "~inc1.gif",
7536 "~incInterlaced.gif", 7997 "~incInterlaced.gif",
7537 "~inc0.jpg", 7998 "~inc0.jpg",
7538 "~incGray.jpg", 7999 "~incGray.jpg",
7539 "~inc0.wbmp", 8000 "~inc0.wbmp",
(...skipping 25 matching lines...) Expand all
7565 "cpu_or_gpu": "GPU", 8026 "cpu_or_gpu": "GPU",
7566 "cpu_or_gpu_value": "HD4600", 8027 "cpu_or_gpu_value": "HD4600",
7567 "extra_config": "ANGLE", 8028 "extra_config": "ANGLE",
7568 "is_trybot": false, 8029 "is_trybot": false,
7569 "model": "ShuttleB", 8030 "model": "ShuttleB",
7570 "os": "Win8", 8031 "os": "Win8",
7571 "role": "Test" 8032 "role": "Test"
7572 }, 8033 },
7573 "configuration": "Release", 8034 "configuration": "Release",
7574 "dm_flags": [ 8035 "dm_flags": [
7575 "--pre_log", 8036 "--threads",
7576 "--matrix", 8037 "4",
7577 "0",
7578 "1",
7579 "1",
7580 "0",
7581 "--config", 8038 "--config",
7582 "565", 8039 "565",
7583 "8888", 8040 "8888",
7584 "gpu", 8041 "gpu",
7585 "upright-matrix-8888", 8042 "gpusrgb",
7586 "upright-matrix-gpu",
7587 "msaa16", 8043 "msaa16",
7588 "pdf", 8044 "pdf",
7589 "pdf_poppler", 8045 "pdf_poppler",
7590 "serialize-8888", 8046 "serialize-8888",
7591 "tiles_rt-8888", 8047 "tiles_rt-8888",
7592 "pic-8888", 8048 "pic-8888",
7593 "angle", 8049 "angle",
7594 "--src", 8050 "--src",
7595 "tests", 8051 "tests",
7596 "gm", 8052 "gm",
7597 "image", 8053 "image",
7598 "--blacklist", 8054 "--blacklist",
8055 "f16",
8056 "_",
8057 "_",
8058 "dstreadshuffle",
8059 "f16",
8060 "image",
8061 "_",
8062 "_",
8063 "srgb",
8064 "image",
8065 "_",
8066 "_",
8067 "gpusrgb",
8068 "image",
8069 "_",
8070 "_",
7599 "_", 8071 "_",
7600 "image", 8072 "image",
7601 "_", 8073 "gen_platf",
7602 "interlaced1.png", 8074 "rle8-height-negative.bmp",
7603 "_", 8075 "_",
7604 "image", 8076 "image",
7605 "_", 8077 "gen_platf",
7606 "interlaced2.png", 8078 "rle4-height-negative.bmp",
7607 "_", 8079 "_",
7608 "image", 8080 "image",
8081 "gen_platf",
8082 "pal8os2v2.bmp",
7609 "_", 8083 "_",
7610 "interlaced3.png", 8084 "image",
8085 "gen_platf",
8086 "pal8os2v2-16.bmp",
8087 "_",
8088 "image",
8089 "gen_platf",
8090 "rgba32abf.bmp",
8091 "_",
8092 "image",
8093 "gen_platf",
8094 "rgb24prof.bmp",
8095 "_",
8096 "image",
8097 "gen_platf",
8098 "rgb24lprof.bmp",
8099 "_",
8100 "image",
8101 "gen_platf",
8102 "8bpp-pixeldata-cropped.bmp",
8103 "_",
8104 "image",
8105 "gen_platf",
8106 "4bpp-pixeldata-cropped.bmp",
8107 "_",
8108 "image",
8109 "gen_platf",
8110 "32bpp-pixeldata-cropped.bmp",
8111 "_",
8112 "image",
8113 "gen_platf",
8114 "24bpp-pixeldata-cropped.bmp",
7611 "serialize-8888", 8115 "serialize-8888",
7612 "gm", 8116 "gm",
7613 "_", 8117 "_",
7614 "not_native32_bitmap_config", 8118 "not_native32_bitmap_config",
7615 "serialize-8888", 8119 "serialize-8888",
7616 "gm", 8120 "gm",
7617 "_", 8121 "_",
7618 "bleed_image", 8122 "bleed_image",
7619 "serialize-8888", 8123 "serialize-8888",
7620 "gm", 8124 "gm",
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
7788 "gm", 8292 "gm",
7789 "_", 8293 "_",
7790 "image-cacherator-from-ctable", 8294 "image-cacherator-from-ctable",
7791 "serialize-8888", 8295 "serialize-8888",
7792 "gm", 8296 "gm",
7793 "_", 8297 "_",
7794 "image-cacherator-from-ctable", 8298 "image-cacherator-from-ctable",
7795 "_", 8299 "_",
7796 "image", 8300 "image",
7797 "_", 8301 "_",
8302 "interlaced1.png",
8303 "_",
8304 "image",
8305 "_",
8306 "interlaced2.png",
8307 "_",
8308 "image",
8309 "_",
8310 "interlaced3.png",
8311 "_",
8312 "image",
8313 "_",
7798 ".arw", 8314 ".arw",
7799 "_", 8315 "_",
7800 "image", 8316 "image",
7801 "_", 8317 "_",
7802 ".cr2", 8318 ".cr2",
7803 "_", 8319 "_",
7804 "image", 8320 "image",
7805 "_", 8321 "_",
7806 ".dng", 8322 ".dng",
7807 "_", 8323 "_",
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
7887 "1.0", 8403 "1.0",
7888 "1.1", 8404 "1.1",
7889 "--config", 8405 "--config",
7890 "565", 8406 "565",
7891 "8888", 8407 "8888",
7892 "gpu", 8408 "gpu",
7893 "nonrendering", 8409 "nonrendering",
7894 "angle", 8410 "angle",
7895 "hwui", 8411 "hwui",
7896 "msaa16", 8412 "msaa16",
7897 "nvprmsaa16", 8413 "nvpr16",
8414 "nvprdit16",
7898 "--match", 8415 "--match",
7899 "~interlaced1.png", 8416 "~interlaced1.png",
7900 "~interlaced2.png", 8417 "~interlaced2.png",
7901 "~interlaced3.png", 8418 "~interlaced3.png",
7902 "~inc0.gif", 8419 "~inc0.gif",
7903 "~inc1.gif", 8420 "~inc1.gif",
7904 "~incInterlaced.gif", 8421 "~incInterlaced.gif",
7905 "~inc0.jpg", 8422 "~inc0.jpg",
7906 "~incGray.jpg", 8423 "~incGray.jpg",
7907 "~inc0.wbmp", 8424 "~inc0.wbmp",
(...skipping 24 matching lines...) Expand all
7932 "configuration": "Debug", 8449 "configuration": "Debug",
7933 "cpu_or_gpu": "GPU", 8450 "cpu_or_gpu": "GPU",
7934 "cpu_or_gpu_value": "SGX554", 8451 "cpu_or_gpu_value": "SGX554",
7935 "is_trybot": false, 8452 "is_trybot": false,
7936 "model": "iPad4", 8453 "model": "iPad4",
7937 "os": "iOS", 8454 "os": "iOS",
7938 "role": "Test" 8455 "role": "Test"
7939 }, 8456 },
7940 "configuration": "Debug", 8457 "configuration": "Debug",
7941 "dm_flags": [ 8458 "dm_flags": [
7942 "--pre_log",
7943 "--matrix",
7944 "0",
7945 "1",
7946 "1",
7947 "0",
7948 "--config", 8459 "--config",
7949 "565", 8460 "565",
7950 "8888", 8461 "8888",
7951 "gpu", 8462 "gpu",
7952 "upright-matrix-8888", 8463 "gpusrgb",
7953 "upright-matrix-gpu",
7954 "pdf", 8464 "pdf",
7955 "pdf_poppler", 8465 "pdf_poppler",
7956 "serialize-8888", 8466 "serialize-8888",
7957 "tiles_rt-8888", 8467 "tiles_rt-8888",
7958 "pic-8888", 8468 "pic-8888",
7959 "--src", 8469 "--src",
7960 "tests", 8470 "tests",
7961 "gm", 8471 "gm",
7962 "image", 8472 "image",
7963 "--blacklist", 8473 "--blacklist",
8474 "f16",
8475 "_",
8476 "_",
8477 "dstreadshuffle",
8478 "f16",
8479 "image",
8480 "_",
8481 "_",
8482 "srgb",
8483 "image",
8484 "_",
8485 "_",
8486 "gpusrgb",
8487 "image",
8488 "_",
8489 "_",
7964 "gpu", 8490 "gpu",
7965 "skp", 8491 "skp",
7966 "_", 8492 "_",
7967 "_", 8493 "_",
7968 "msaa", 8494 "msaa",
7969 "skp", 8495 "skp",
7970 "_", 8496 "_",
7971 "_", 8497 "_",
7972 "msaa16", 8498 "msaa16",
7973 "gm", 8499 "gm",
7974 "_", 8500 "_",
7975 "tilemodesProcess", 8501 "tilemodesProcess",
8502 "_",
8503 "image",
8504 "gen_platf",
8505 "rgba32abf.bmp",
8506 "_",
8507 "image",
8508 "gen_platf",
8509 "rgb24prof.bmp",
8510 "_",
8511 "image",
8512 "gen_platf",
8513 "rgb24lprof.bmp",
8514 "_",
8515 "image",
8516 "gen_platf",
8517 "8bpp-pixeldata-cropped.bmp",
8518 "_",
8519 "image",
8520 "gen_platf",
8521 "4bpp-pixeldata-cropped.bmp",
8522 "_",
8523 "image",
8524 "gen_platf",
8525 "32bpp-pixeldata-cropped.bmp",
8526 "_",
8527 "image",
8528 "gen_platf",
8529 "24bpp-pixeldata-cropped.bmp",
8530 "_",
8531 "image",
8532 "gen_platf",
8533 "frame_larger_than_image.gif",
7976 "serialize-8888", 8534 "serialize-8888",
7977 "gm", 8535 "gm",
7978 "_", 8536 "_",
7979 "not_native32_bitmap_config", 8537 "not_native32_bitmap_config",
7980 "serialize-8888", 8538 "serialize-8888",
7981 "gm", 8539 "gm",
7982 "_", 8540 "_",
7983 "bleed_image", 8541 "bleed_image",
7984 "serialize-8888", 8542 "serialize-8888",
7985 "gm", 8543 "gm",
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
8153 "gm", 8711 "gm",
8154 "_", 8712 "_",
8155 "image-cacherator-from-ctable", 8713 "image-cacherator-from-ctable",
8156 "serialize-8888", 8714 "serialize-8888",
8157 "gm", 8715 "gm",
8158 "_", 8716 "_",
8159 "image-cacherator-from-ctable", 8717 "image-cacherator-from-ctable",
8160 "_", 8718 "_",
8161 "image", 8719 "image",
8162 "_", 8720 "_",
8721 "interlaced1.png",
8722 "_",
8723 "image",
8724 "_",
8725 "interlaced2.png",
8726 "_",
8727 "image",
8728 "_",
8729 "interlaced3.png",
8730 "_",
8731 "image",
8732 "_",
8163 ".arw", 8733 ".arw",
8164 "_", 8734 "_",
8165 "image", 8735 "image",
8166 "_", 8736 "_",
8167 ".cr2", 8737 ".cr2",
8168 "_", 8738 "_",
8169 "image", 8739 "image",
8170 "_", 8740 "_",
8171 ".dng", 8741 ".dng",
8172 "_", 8742 "_",
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
8256 "--skps", 8826 "--skps",
8257 "ignore_skps", 8827 "ignore_skps",
8258 "--config", 8828 "--config",
8259 "565", 8829 "565",
8260 "8888", 8830 "8888",
8261 "gpu", 8831 "gpu",
8262 "nonrendering", 8832 "nonrendering",
8263 "angle", 8833 "angle",
8264 "hwui", 8834 "hwui",
8265 "msaa16", 8835 "msaa16",
8266 "nvprmsaa16", 8836 "nvpr16",
8837 "nvprdit16",
8267 "--match", 8838 "--match",
8268 "~blurroundrect", 8839 "~blurroundrect",
8269 "~patch_grid", 8840 "~patch_grid",
8270 "~desk_carsvg", 8841 "~desk_carsvg",
8271 "~keymobi", 8842 "~keymobi",
8272 "~path_hairline", 8843 "~path_hairline",
8273 "~GLInstancedArraysBench", 8844 "~GLInstancedArraysBench",
8274 "~inc0.gif", 8845 "~inc0.gif",
8275 "~inc1.gif", 8846 "~inc1.gif",
8276 "~incInterlaced.gif", 8847 "~incInterlaced.gif",
(...skipping 11 matching lines...) Expand all
8288 "~inc12.png", 8859 "~inc12.png",
8289 "~inc13.png", 8860 "~inc13.png",
8290 "~inc14.png", 8861 "~inc14.png",
8291 "~inc0.webp", 8862 "~inc0.webp",
8292 "~inc1.webp" 8863 "~inc1.webp"
8293 ], 8864 ],
8294 "upload_dm_results": true, 8865 "upload_dm_results": true,
8295 "upload_perf_results": false 8866 "upload_perf_results": false
8296 } 8867 }
8297 } 8868 }
OLDNEW
« no previous file with comments | « infra/bots/test_skia.isolate ('k') | tools/buildbot_spec.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698