OLD | NEW |
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 529 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
540 "tiles_rt-8888", | 540 "tiles_rt-8888", |
541 "pic-8888", | 541 "pic-8888", |
542 "glinst", | 542 "glinst", |
543 "--src", | 543 "--src", |
544 "tests", | 544 "tests", |
545 "gm", | 545 "gm", |
546 "image", | 546 "image", |
547 "colorImage", | 547 "colorImage", |
548 "svg", | 548 "svg", |
549 "--blacklist", | 549 "--blacklist", |
| 550 "glsrgb", |
| 551 "image", |
| 552 "_", |
| 553 "_", |
550 "_", | 554 "_", |
551 "test", | 555 "test", |
552 "_", | 556 "_", |
553 "GrShape", | 557 "GrShape", |
554 "serialize-8888", | 558 "serialize-8888", |
555 "gm", | 559 "gm", |
556 "_", | 560 "_", |
557 "bleed_image", | 561 "bleed_image", |
558 "serialize-8888", | 562 "serialize-8888", |
559 "gm", | 563 "gm", |
(...skipping 340 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
900 "SKIA_OUT": "[SLAVE_BUILD]/out" | 904 "SKIA_OUT": "[SLAVE_BUILD]/out" |
901 }, | 905 }, |
902 "name": "kill-server" | 906 "name": "kill-server" |
903 }, | 907 }, |
904 { | 908 { |
905 "name": "$result", | 909 "name": "$result", |
906 "recipe_result": null, | 910 "recipe_result": null, |
907 "status_code": 0 | 911 "status_code": 0 |
908 } | 912 } |
909 ] | 913 ] |
OLD | NEW |