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

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

Issue 2219343002: finish SkLiteDL (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: skip drawfilter, skia:4769 Created 4 years, 4 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 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
248 "_", 248 "_",
249 "drawfilter", 249 "drawfilter",
250 "pic-8888", 250 "pic-8888",
251 "gm", 251 "gm",
252 "_", 252 "_",
253 "drawfilter", 253 "drawfilter",
254 "2ndpic-8888", 254 "2ndpic-8888",
255 "gm", 255 "gm",
256 "_", 256 "_",
257 "drawfilter", 257 "drawfilter",
258 "lite-8888",
259 "gm",
260 "_",
261 "drawfilter",
258 "sp-8888", 262 "sp-8888",
259 "gm", 263 "gm",
260 "_", 264 "_",
261 "image-cacherator-from-picture", 265 "image-cacherator-from-picture",
262 "pic-8888", 266 "pic-8888",
263 "gm", 267 "gm",
264 "_", 268 "_",
265 "image-cacherator-from-picture", 269 "image-cacherator-from-picture",
266 "2ndpic-8888", 270 "2ndpic-8888",
267 "gm", 271 "gm",
(...skipping 346 matching lines...) Expand 10 before | Expand all | Expand 10 after
614 "_", 618 "_",
615 "drawfilter", 619 "drawfilter",
616 "pic-8888", 620 "pic-8888",
617 "gm", 621 "gm",
618 "_", 622 "_",
619 "drawfilter", 623 "drawfilter",
620 "2ndpic-8888", 624 "2ndpic-8888",
621 "gm", 625 "gm",
622 "_", 626 "_",
623 "drawfilter", 627 "drawfilter",
628 "lite-8888",
629 "gm",
630 "_",
631 "drawfilter",
624 "sp-8888", 632 "sp-8888",
625 "gm", 633 "gm",
626 "_", 634 "_",
627 "image-cacherator-from-picture", 635 "image-cacherator-from-picture",
628 "pic-8888", 636 "pic-8888",
629 "gm", 637 "gm",
630 "_", 638 "_",
631 "image-cacherator-from-picture", 639 "image-cacherator-from-picture",
632 "2ndpic-8888", 640 "2ndpic-8888",
633 "gm", 641 "gm",
(...skipping 347 matching lines...) Expand 10 before | Expand all | Expand 10 after
981 "_", 989 "_",
982 "drawfilter", 990 "drawfilter",
983 "pic-8888", 991 "pic-8888",
984 "gm", 992 "gm",
985 "_", 993 "_",
986 "drawfilter", 994 "drawfilter",
987 "2ndpic-8888", 995 "2ndpic-8888",
988 "gm", 996 "gm",
989 "_", 997 "_",
990 "drawfilter", 998 "drawfilter",
999 "lite-8888",
1000 "gm",
1001 "_",
1002 "drawfilter",
991 "sp-8888", 1003 "sp-8888",
992 "gm", 1004 "gm",
993 "_", 1005 "_",
994 "image-cacherator-from-picture", 1006 "image-cacherator-from-picture",
995 "pic-8888", 1007 "pic-8888",
996 "gm", 1008 "gm",
997 "_", 1009 "_",
998 "image-cacherator-from-picture", 1010 "image-cacherator-from-picture",
999 "2ndpic-8888", 1011 "2ndpic-8888",
1000 "gm", 1012 "gm",
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
1138 "SKIA_OUT": "[SLAVE_BUILD]/out" 1150 "SKIA_OUT": "[SLAVE_BUILD]/out"
1139 }, 1151 },
1140 "name": "dm --preAbandonGpuContext" 1152 "name": "dm --preAbandonGpuContext"
1141 }, 1153 },
1142 { 1154 {
1143 "name": "$result", 1155 "name": "$result",
1144 "recipe_result": null, 1156 "recipe_result": null,
1145 "status_code": 0 1157 "status_code": 0
1146 } 1158 }
1147 ] 1159 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698