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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release-Trybot.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 389 matching lines...) Expand 10 before | Expand all | Expand 10 after
400 "_", 400 "_",
401 "drawfilter", 401 "drawfilter",
402 "pic-8888", 402 "pic-8888",
403 "gm", 403 "gm",
404 "_", 404 "_",
405 "drawfilter", 405 "drawfilter",
406 "2ndpic-8888", 406 "2ndpic-8888",
407 "gm", 407 "gm",
408 "_", 408 "_",
409 "drawfilter", 409 "drawfilter",
410 "lite-8888",
411 "gm",
412 "_",
413 "drawfilter",
410 "sp-8888", 414 "sp-8888",
411 "gm", 415 "gm",
412 "_", 416 "_",
413 "image-cacherator-from-picture", 417 "image-cacherator-from-picture",
414 "pic-8888", 418 "pic-8888",
415 "gm", 419 "gm",
416 "_", 420 "_",
417 "image-cacherator-from-picture", 421 "image-cacherator-from-picture",
418 "2ndpic-8888", 422 "2ndpic-8888",
419 "gm", 423 "gm",
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
463 "SKIA_OUT": "[SLAVE_BUILD]\\out" 467 "SKIA_OUT": "[SLAVE_BUILD]\\out"
464 }, 468 },
465 "name": "dm" 469 "name": "dm"
466 }, 470 },
467 { 471 {
468 "name": "$result", 472 "name": "$result",
469 "recipe_result": null, 473 "recipe_result": null,
470 "status_code": 0 474 "status_code": 0
471 } 475 }
472 ] 476 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698