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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/adb_in_path.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 }, 9 },
10 { 10 {
(...skipping 629 matching lines...) Expand 10 before | Expand all | Expand 10 after
640 "_", 640 "_",
641 "drawfilter", 641 "drawfilter",
642 "pic-8888", 642 "pic-8888",
643 "gm", 643 "gm",
644 "_", 644 "_",
645 "drawfilter", 645 "drawfilter",
646 "2ndpic-8888", 646 "2ndpic-8888",
647 "gm", 647 "gm",
648 "_", 648 "_",
649 "drawfilter", 649 "drawfilter",
650 "lite-8888",
651 "gm",
652 "_",
653 "drawfilter",
650 "sp-8888", 654 "sp-8888",
651 "gm", 655 "gm",
652 "_", 656 "_",
653 "image-cacherator-from-picture", 657 "image-cacherator-from-picture",
654 "pic-8888", 658 "pic-8888",
655 "gm", 659 "gm",
656 "_", 660 "_",
657 "image-cacherator-from-picture", 661 "image-cacherator-from-picture",
658 "2ndpic-8888", 662 "2ndpic-8888",
659 "gm", 663 "gm",
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
892 "SKIA_OUT": "[SLAVE_BUILD]/out" 896 "SKIA_OUT": "[SLAVE_BUILD]/out"
893 }, 897 },
894 "name": "kill-server" 898 "name": "kill-server"
895 }, 899 },
896 { 900 {
897 "name": "$result", 901 "name": "$result",
898 "recipe_result": null, 902 "recipe_result": null,
899 "status_code": 0 903 "status_code": 0
900 } 904 }
901 ] 905 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698