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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/Test-Android-GCC-NexusPlayer-CPU-SSE4-x86-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 630 matching lines...) Expand 10 before | Expand all | Expand 10 after
641 "_", 641 "_",
642 "drawfilter", 642 "drawfilter",
643 "pic-8888", 643 "pic-8888",
644 "gm", 644 "gm",
645 "_", 645 "_",
646 "drawfilter", 646 "drawfilter",
647 "2ndpic-8888", 647 "2ndpic-8888",
648 "gm", 648 "gm",
649 "_", 649 "_",
650 "drawfilter", 650 "drawfilter",
651 "lite-8888",
652 "gm",
653 "_",
654 "drawfilter",
651 "sp-8888", 655 "sp-8888",
652 "gm", 656 "gm",
653 "_", 657 "_",
654 "image-cacherator-from-picture", 658 "image-cacherator-from-picture",
655 "pic-8888", 659 "pic-8888",
656 "gm", 660 "gm",
657 "_", 661 "_",
658 "image-cacherator-from-picture", 662 "image-cacherator-from-picture",
659 "2ndpic-8888", 663 "2ndpic-8888",
660 "gm", 664 "gm",
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
804 "SKIA_OUT": "[SLAVE_BUILD]/out" 808 "SKIA_OUT": "[SLAVE_BUILD]/out"
805 }, 809 },
806 "name": "kill-server" 810 "name": "kill-server"
807 }, 811 },
808 { 812 {
809 "name": "$result", 813 "name": "$result",
810 "recipe_result": null, 814 "recipe_result": null,
811 "status_code": 0 815 "status_code": 0
812 } 816 }
813 ] 817 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698