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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/adb_in_path.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 }, 9 },
10 { 10 {
(...skipping 503 matching lines...) Expand 10 before | Expand all | Expand 10 after
514 "8888", 514 "8888",
515 "gpu", 515 "gpu",
516 "gpusrgb", 516 "gpusrgb",
517 "serialize-8888", 517 "serialize-8888",
518 "tiles_rt-8888", 518 "tiles_rt-8888",
519 "pic-8888", 519 "pic-8888",
520 "--src", 520 "--src",
521 "tests", 521 "tests",
522 "gm", 522 "gm",
523 "image", 523 "image",
524 "colorImage",
524 "--blacklist", 525 "--blacklist",
525 "f16", 526 "f16",
526 "_", 527 "_",
527 "_", 528 "_",
528 "dstreadshuffle", 529 "dstreadshuffle",
529 "f16", 530 "f16",
530 "image", 531 "image",
531 "_", 532 "_",
532 "_", 533 "_",
533 "srgb", 534 "srgb",
(...skipping 385 matching lines...) Expand 10 before | Expand all | Expand 10 after
919 "SKIA_OUT": "[SLAVE_BUILD]/out" 920 "SKIA_OUT": "[SLAVE_BUILD]/out"
920 }, 921 },
921 "name": "kill-server" 922 "name": "kill-server"
922 }, 923 },
923 { 924 {
924 "name": "$result", 925 "name": "$result",
925 "recipe_result": null, 926 "recipe_result": null,
926 "status_code": 0 927 "status_code": 0
927 } 928 }
928 ] 929 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698