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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/Test-Android-GCC-NVIDIA_Shield-GPU-TegraX1-Arm64-Debug.json

Issue 2219343002: finish SkLiteDL (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: skip drawfilter, skia:4769 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 636 matching lines...) Expand 10 before | Expand all | Expand 10 after
647 "_", 647 "_",
648 "drawfilter", 648 "drawfilter",
649 "pic-8888", 649 "pic-8888",
650 "gm", 650 "gm",
651 "_", 651 "_",
652 "drawfilter", 652 "drawfilter",
653 "2ndpic-8888", 653 "2ndpic-8888",
654 "gm", 654 "gm",
655 "_", 655 "_",
656 "drawfilter", 656 "drawfilter",
657 "lite-8888",
658 "gm",
659 "_",
660 "drawfilter",
657 "sp-8888", 661 "sp-8888",
658 "gm", 662 "gm",
659 "_", 663 "_",
660 "image-cacherator-from-picture", 664 "image-cacherator-from-picture",
661 "pic-8888", 665 "pic-8888",
662 "gm", 666 "gm",
663 "_", 667 "_",
664 "image-cacherator-from-picture", 668 "image-cacherator-from-picture",
665 "2ndpic-8888", 669 "2ndpic-8888",
666 "gm", 670 "gm",
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
899 "SKIA_OUT": "[SLAVE_BUILD]/out" 903 "SKIA_OUT": "[SLAVE_BUILD]/out"
900 }, 904 },
901 "name": "kill-server" 905 "name": "kill-server"
902 }, 906 },
903 { 907 {
904 "name": "$result", 908 "name": "$result",
905 "recipe_result": null, 909 "recipe_result": null,
906 "status_code": 0 910 "status_code": 0
907 } 911 }
908 ] 912 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698