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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/Test-Android-GCC-Nexus10-GPU-MaliT604-Arm7-Release.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 634 matching lines...) Expand 10 before | Expand all | Expand 10 after
645 "_", 645 "_",
646 "drawfilter", 646 "drawfilter",
647 "pic-8888", 647 "pic-8888",
648 "gm", 648 "gm",
649 "_", 649 "_",
650 "drawfilter", 650 "drawfilter",
651 "2ndpic-8888", 651 "2ndpic-8888",
652 "gm", 652 "gm",
653 "_", 653 "_",
654 "drawfilter", 654 "drawfilter",
655 "lite-8888",
656 "gm",
657 "_",
658 "drawfilter",
655 "sp-8888", 659 "sp-8888",
656 "gm", 660 "gm",
657 "_", 661 "_",
658 "image-cacherator-from-picture", 662 "image-cacherator-from-picture",
659 "pic-8888", 663 "pic-8888",
660 "gm", 664 "gm",
661 "_", 665 "_",
662 "image-cacherator-from-picture", 666 "image-cacherator-from-picture",
663 "2ndpic-8888", 667 "2ndpic-8888",
664 "gm", 668 "gm",
(...skipping 234 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