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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/Test-Win10-MSVC-ShuttleA-GPU-GTX660-x86_64-Debug-Vulkan.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 371 matching lines...) Expand 10 before | Expand all | Expand 10 after
382 "_", 382 "_",
383 "drawfilter", 383 "drawfilter",
384 "pic-8888", 384 "pic-8888",
385 "gm", 385 "gm",
386 "_", 386 "_",
387 "drawfilter", 387 "drawfilter",
388 "2ndpic-8888", 388 "2ndpic-8888",
389 "gm", 389 "gm",
390 "_", 390 "_",
391 "drawfilter", 391 "drawfilter",
392 "lite-8888",
393 "gm",
394 "_",
395 "drawfilter",
392 "sp-8888", 396 "sp-8888",
393 "gm", 397 "gm",
394 "_", 398 "_",
395 "image-cacherator-from-picture", 399 "image-cacherator-from-picture",
396 "pic-8888", 400 "pic-8888",
397 "gm", 401 "gm",
398 "_", 402 "_",
399 "image-cacherator-from-picture", 403 "image-cacherator-from-picture",
400 "2ndpic-8888", 404 "2ndpic-8888",
401 "gm", 405 "gm",
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
536 "SKIA_OUT": "[SLAVE_BUILD]\\out" 540 "SKIA_OUT": "[SLAVE_BUILD]\\out"
537 }, 541 },
538 "name": "dm" 542 "name": "dm"
539 }, 543 },
540 { 544 {
541 "name": "$result", 545 "name": "$result",
542 "recipe_result": null, 546 "recipe_result": null,
543 "status_code": 0 547 "status_code": 0
544 } 548 }
545 ] 549 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698