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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/Test-Win8-MSVC-ShuttleB-GPU-GTX960-x86_64-Debug-ANGLE.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 384 matching lines...) Expand 10 before | Expand all | Expand 10 after
395 "_", 395 "_",
396 "drawfilter", 396 "drawfilter",
397 "pic-8888", 397 "pic-8888",
398 "gm", 398 "gm",
399 "_", 399 "_",
400 "drawfilter", 400 "drawfilter",
401 "2ndpic-8888", 401 "2ndpic-8888",
402 "gm", 402 "gm",
403 "_", 403 "_",
404 "drawfilter", 404 "drawfilter",
405 "lite-8888",
406 "gm",
407 "_",
408 "drawfilter",
405 "sp-8888", 409 "sp-8888",
406 "gm", 410 "gm",
407 "_", 411 "_",
408 "image-cacherator-from-picture", 412 "image-cacherator-from-picture",
409 "pic-8888", 413 "pic-8888",
410 "gm", 414 "gm",
411 "_", 415 "_",
412 "image-cacherator-from-picture", 416 "image-cacherator-from-picture",
413 "2ndpic-8888", 417 "2ndpic-8888",
414 "gm", 418 "gm",
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
552 "SKIA_OUT": "[SLAVE_BUILD]\\out" 556 "SKIA_OUT": "[SLAVE_BUILD]\\out"
553 }, 557 },
554 "name": "dm" 558 "name": "dm"
555 }, 559 },
556 { 560 {
557 "name": "$result", 561 "name": "$result",
558 "recipe_result": null, 562 "recipe_result": null,
559 "status_code": 0 563 "status_code": 0
560 } 564 }
561 ] 565 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698