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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/download_and_push_skimage.json

Issue 2206953006: Create a separate src for colorspace tests (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: FIXME 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 "which", 4 "which",
5 "adb" 5 "adb"
6 ], 6 ],
7 "name": "which adb", 7 "name": "which adb",
8 "stdout": "/path/to/tmp/", 8 "stdout": "/path/to/tmp/",
9 "~followup_annotations": [ 9 "~followup_annotations": [
10 "step returned non-zero exit code: 1", 10 "step returned non-zero exit code: 1",
(...skipping 611 matching lines...) Expand 10 before | Expand all | Expand 10 after
622 "8888", 622 "8888",
623 "gpu", 623 "gpu",
624 "gpusrgb", 624 "gpusrgb",
625 "serialize-8888", 625 "serialize-8888",
626 "tiles_rt-8888", 626 "tiles_rt-8888",
627 "pic-8888", 627 "pic-8888",
628 "--src", 628 "--src",
629 "tests", 629 "tests",
630 "gm", 630 "gm",
631 "image", 631 "image",
632 "colorImage",
632 "--blacklist", 633 "--blacklist",
633 "f16", 634 "f16",
634 "_", 635 "_",
635 "_", 636 "_",
636 "dstreadshuffle", 637 "dstreadshuffle",
637 "f16", 638 "f16",
638 "image", 639 "image",
639 "_", 640 "_",
640 "_", 641 "_",
641 "srgb", 642 "srgb",
(...skipping 385 matching lines...) Expand 10 before | Expand all | Expand 10 after
1027 "SKIA_OUT": "[SLAVE_BUILD]/out" 1028 "SKIA_OUT": "[SLAVE_BUILD]/out"
1028 }, 1029 },
1029 "name": "kill-server" 1030 "name": "kill-server"
1030 }, 1031 },
1031 { 1032 {
1032 "name": "$result", 1033 "name": "$result",
1033 "recipe_result": null, 1034 "recipe_result": null,
1034 "status_code": 0 1035 "status_code": 0
1035 } 1036 }
1036 ] 1037 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698