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

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

Powered by Google App Engine
This is Rietveld 408576698