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

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

Powered by Google App Engine
This is Rietveld 408576698