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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind.json

Issue 2380313002: Revert of Fix gamut GM to work w/serialization configs. Remove it from blacklist. (Closed)
Patch Set: Created 4 years, 2 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
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 6 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
7 "[SLAVE_BUILD]/skia/infra/bots/assets/skp/VERSION", 7 "[SLAVE_BUILD]/skia/infra/bots/assets/skp/VERSION",
8 "/path/to/tmp/" 8 "/path/to/tmp/"
9 ], 9 ],
10 "name": "Get downloaded SKP VERSION" 10 "name": "Get downloaded SKP VERSION"
(...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
282 "_", 282 "_",
283 "image-cacherator-from-raster", 283 "image-cacherator-from-raster",
284 "pic-8888", 284 "pic-8888",
285 "gm", 285 "gm",
286 "_", 286 "_",
287 "image-cacherator-from-ctable", 287 "image-cacherator-from-ctable",
288 "serialize-8888", 288 "serialize-8888",
289 "gm", 289 "gm",
290 "_", 290 "_",
291 "image-cacherator-from-ctable", 291 "image-cacherator-from-ctable",
292 "pic-8888",
293 "gm",
294 "_",
295 "gamut",
296 "serialize-8888",
297 "gm",
298 "_",
299 "gamut",
292 "_", 300 "_",
293 "image", 301 "image",
294 "_", 302 "_",
295 "interlaced1.png", 303 "interlaced1.png",
296 "_", 304 "_",
297 "image", 305 "image",
298 "_", 306 "_",
299 "interlaced2.png", 307 "interlaced2.png",
300 "_", 308 "_",
301 "image", 309 "image",
(...skipping 312 matching lines...) Expand 10 before | Expand all | Expand 10 after
614 "_", 622 "_",
615 "image-cacherator-from-raster", 623 "image-cacherator-from-raster",
616 "pic-8888", 624 "pic-8888",
617 "gm", 625 "gm",
618 "_", 626 "_",
619 "image-cacherator-from-ctable", 627 "image-cacherator-from-ctable",
620 "serialize-8888", 628 "serialize-8888",
621 "gm", 629 "gm",
622 "_", 630 "_",
623 "image-cacherator-from-ctable", 631 "image-cacherator-from-ctable",
632 "pic-8888",
633 "gm",
634 "_",
635 "gamut",
636 "serialize-8888",
637 "gm",
638 "_",
639 "gamut",
624 "_", 640 "_",
625 "image", 641 "image",
626 "_", 642 "_",
627 "interlaced1.png", 643 "interlaced1.png",
628 "_", 644 "_",
629 "image", 645 "image",
630 "_", 646 "_",
631 "interlaced2.png", 647 "interlaced2.png",
632 "_", 648 "_",
633 "image", 649 "image",
(...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after
947 "_", 963 "_",
948 "image-cacherator-from-raster", 964 "image-cacherator-from-raster",
949 "pic-8888", 965 "pic-8888",
950 "gm", 966 "gm",
951 "_", 967 "_",
952 "image-cacherator-from-ctable", 968 "image-cacherator-from-ctable",
953 "serialize-8888", 969 "serialize-8888",
954 "gm", 970 "gm",
955 "_", 971 "_",
956 "image-cacherator-from-ctable", 972 "image-cacherator-from-ctable",
973 "pic-8888",
974 "gm",
975 "_",
976 "gamut",
977 "serialize-8888",
978 "gm",
979 "_",
980 "gamut",
957 "_", 981 "_",
958 "image", 982 "image",
959 "_", 983 "_",
960 "interlaced1.png", 984 "interlaced1.png",
961 "_", 985 "_",
962 "image", 986 "image",
963 "_", 987 "_",
964 "interlaced2.png", 988 "interlaced2.png",
965 "_", 989 "_",
966 "image", 990 "image",
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
1056 "SKIA_OUT": "[SLAVE_BUILD]/out" 1080 "SKIA_OUT": "[SLAVE_BUILD]/out"
1057 }, 1081 },
1058 "name": "dm --preAbandonGpuContext" 1082 "name": "dm --preAbandonGpuContext"
1059 }, 1083 },
1060 { 1084 {
1061 "name": "$result", 1085 "name": "$result",
1062 "recipe_result": null, 1086 "recipe_result": null,
1063 "status_code": 0 1087 "status_code": 0
1064 } 1088 }
1065 ] 1089 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698