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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/failed_get_hashes.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 509 matching lines...) Expand 10 before | Expand all | Expand 10 after
520 "8888", 520 "8888",
521 "gpu", 521 "gpu",
522 "gpusrgb", 522 "gpusrgb",
523 "serialize-8888", 523 "serialize-8888",
524 "tiles_rt-8888", 524 "tiles_rt-8888",
525 "pic-8888", 525 "pic-8888",
526 "--src", 526 "--src",
527 "tests", 527 "tests",
528 "gm", 528 "gm",
529 "image", 529 "image",
530 "colorImage",
530 "--blacklist", 531 "--blacklist",
531 "f16", 532 "f16",
532 "_", 533 "_",
533 "_", 534 "_",
534 "dstreadshuffle", 535 "dstreadshuffle",
535 "f16", 536 "f16",
536 "image", 537 "image",
537 "_", 538 "_",
538 "_", 539 "_",
539 "srgb", 540 "srgb",
(...skipping 385 matching lines...) Expand 10 before | Expand all | Expand 10 after
925 "SKIA_OUT": "[SLAVE_BUILD]/out" 926 "SKIA_OUT": "[SLAVE_BUILD]/out"
926 }, 927 },
927 "name": "kill-server" 928 "name": "kill-server"
928 }, 929 },
929 { 930 {
930 "name": "$result", 931 "name": "$result",
931 "recipe_result": null, 932 "recipe_result": null,
932 "status_code": 0 933 "status_code": 0
933 } 934 }
934 ] 935 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698