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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/Test-Android-GCC-Nexus6-GPU-Adreno420-Arm7-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 635 matching lines...) Expand 10 before | Expand all | Expand 10 after
646 "_", 646 "_",
647 "drawfilter", 647 "drawfilter",
648 "pic-8888", 648 "pic-8888",
649 "gm", 649 "gm",
650 "_", 650 "_",
651 "drawfilter", 651 "drawfilter",
652 "2ndpic-8888", 652 "2ndpic-8888",
653 "gm", 653 "gm",
654 "_", 654 "_",
655 "drawfilter", 655 "drawfilter",
656 "lite-8888",
657 "gm",
658 "_",
659 "drawfilter",
656 "sp-8888", 660 "sp-8888",
657 "gm", 661 "gm",
658 "_", 662 "_",
659 "image-cacherator-from-picture", 663 "image-cacherator-from-picture",
660 "pic-8888", 664 "pic-8888",
661 "gm", 665 "gm",
662 "_", 666 "_",
663 "image-cacherator-from-picture", 667 "image-cacherator-from-picture",
664 "2ndpic-8888", 668 "2ndpic-8888",
665 "gm", 669 "gm",
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
898 "SKIA_OUT": "[SLAVE_BUILD]/out" 902 "SKIA_OUT": "[SLAVE_BUILD]/out"
899 }, 903 },
900 "name": "kill-server" 904 "name": "kill-server"
901 }, 905 },
902 { 906 {
903 "name": "$result", 907 "name": "$result",
904 "recipe_result": null, 908 "recipe_result": null,
905 "status_code": 0 909 "status_code": 0
906 } 910 }
907 ] 911 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698