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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/missing_SKP_VERSION_device.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 615 matching lines...) Expand 10 before | Expand all | Expand 10 after
626 "8888", 626 "8888",
627 "gpu", 627 "gpu",
628 "gpusrgb", 628 "gpusrgb",
629 "serialize-8888", 629 "serialize-8888",
630 "tiles_rt-8888", 630 "tiles_rt-8888",
631 "pic-8888", 631 "pic-8888",
632 "--src", 632 "--src",
633 "tests", 633 "tests",
634 "gm", 634 "gm",
635 "image", 635 "image",
636 "colorImage",
636 "--blacklist", 637 "--blacklist",
637 "f16", 638 "f16",
638 "_", 639 "_",
639 "_", 640 "_",
640 "dstreadshuffle", 641 "dstreadshuffle",
641 "f16", 642 "f16",
642 "image", 643 "image",
643 "_", 644 "_",
644 "_", 645 "_",
645 "srgb", 646 "srgb",
(...skipping 385 matching lines...) Expand 10 before | Expand all | Expand 10 after
1031 "SKIA_OUT": "[SLAVE_BUILD]/out" 1032 "SKIA_OUT": "[SLAVE_BUILD]/out"
1032 }, 1033 },
1033 "name": "kill-server" 1034 "name": "kill-server"
1034 }, 1035 },
1035 { 1036 {
1036 "name": "$result", 1037 "name": "$result",
1037 "recipe_result": null, 1038 "recipe_result": null,
1038 "status_code": 0 1039 "status_code": 0
1039 } 1040 }
1040 ] 1041 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698