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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_android_android_coverage.json

Issue 1855663002: Make android's run_instrumentation_suite() use generated wrapper scripts (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@wrapper-1
Patch Set: coverage :( Created 4 years, 8 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 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "tryserver.chromium.android", 8 "tryserver.chromium.android",
9 "--builder", 9 "--builder",
10 "android_coverage", 10 "android_coverage",
(...skipping 564 matching lines...) Expand 10 before | Expand all | Expand 10 after
575 "tryserver.chromium.android", 575 "tryserver.chromium.android",
576 "android_coverage", 576 "android_coverage",
577 "--blacklist-file", 577 "--blacklist-file",
578 "[SLAVE_BUILD]/src/out/bad_devices.json" 578 "[SLAVE_BUILD]/src/out/bad_devices.json"
579 ], 579 ],
580 "cwd": "[SLAVE_BUILD]", 580 "cwd": "[SLAVE_BUILD]",
581 "name": "spawn_device_monitor" 581 "name": "spawn_device_monitor"
582 }, 582 },
583 { 583 {
584 "cmd": [ 584 "cmd": [
585 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
586 "[SLAVE_BUILD]/src/out/Debug/apks/AndroidWebView.apk",
587 "-v",
588 "--blacklist-file",
589 "[SLAVE_BUILD]/src/out/bad_devices.json"
590 ],
591 "cwd": "[SLAVE_BUILD]",
592 "env": {
593 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
594 },
595 "name": "install AndroidWebView.apk"
596 },
597 {
598 "cmd": [
599 "python", 585 "python",
600 "-u", 586 "-u",
601 "[SLAVE_BUILD]/src/build/android/test_runner.py", 587 "[SLAVE_BUILD]/src/out/Debug/bin/run_android_webview_test_apk",
602 "instrumentation",
603 "--test-apk",
604 "[SLAVE_BUILD]/src/out/Debug/apks/AndroidWebViewTest.apk",
605 "--blacklist-file", 588 "--blacklist-file",
606 "[SLAVE_BUILD]/src/out/bad_devices.json", 589 "[SLAVE_BUILD]/src/out/bad_devices.json",
607 "--logcat-output-file", 590 "--logcat-output-file",
608 "/path/to/tmp/", 591 "/path/to/tmp/",
609 "--apk-under-test",
610 "[SLAVE_BUILD]/src/out/Debug/apks/AndroidWebView.apk",
611 "--isolate-file-path",
612 "android_webview/android_webview_test_apk.isolate",
613 "--flakiness-dashboard-server", 592 "--flakiness-dashboard-server",
614 "test-results.appspot.com", 593 "test-results.appspot.com",
615 "--verbose", 594 "--verbose",
616 "--coverage-dir", 595 "--coverage-dir",
617 "[SLAVE_BUILD]/src/out/Debug/coverage", 596 "[SLAVE_BUILD]/src/out/Debug/coverage",
618 "--json-results-file", 597 "--json-results-file",
619 "/path/to/tmp/json" 598 "/path/to/tmp/json"
620 ], 599 ],
621 "cwd": "[SLAVE_BUILD]", 600 "cwd": "[SLAVE_BUILD]",
622 "name": "Instrumentation test AndroidWebViewTest (with patch)", 601 "name": "Instrumentation test AndroidWebViewTest (with patch)",
623 "~followup_annotations": [ 602 "~followup_annotations": [
624 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" 603 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@"
625 ] 604 ]
626 }, 605 },
627 { 606 {
628 "cmd": [ 607 "cmd": [
629 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
630 "[SLAVE_BUILD]/src/out/Debug/apks/ChromePublic.apk",
631 "-v",
632 "--blacklist-file",
633 "[SLAVE_BUILD]/src/out/bad_devices.json"
634 ],
635 "cwd": "[SLAVE_BUILD]",
636 "env": {
637 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
638 },
639 "name": "install ChromePublic.apk"
640 },
641 {
642 "cmd": [
643 "python", 608 "python",
644 "-u", 609 "-u",
645 "[SLAVE_BUILD]/src/build/android/test_runner.py", 610 "[SLAVE_BUILD]/src/out/Debug/bin/run_chrome_public_test_apk",
646 "instrumentation",
647 "--test-apk",
648 "[SLAVE_BUILD]/src/out/Debug/apks/ChromePublicTest.apk",
649 "--blacklist-file", 611 "--blacklist-file",
650 "[SLAVE_BUILD]/src/out/bad_devices.json", 612 "[SLAVE_BUILD]/src/out/bad_devices.json",
651 "--logcat-output-file", 613 "--logcat-output-file",
652 "/path/to/tmp/", 614 "/path/to/tmp/",
653 "--apk-under-test",
654 "[SLAVE_BUILD]/src/out/Debug/apks/ChromePublic.apk",
655 "--additional-apk",
656 "[SLAVE_BUILD]/src/out/Debug/apks/ChromePublicTestSupport.apk",
657 "--additional-apk",
658 "[SLAVE_BUILD]/src/out/Debug/apks/ChromiumNetTestSupport.apk",
659 "--isolate-file-path",
660 "chrome/chrome_public_test_apk.isolate",
661 "--flakiness-dashboard-server", 615 "--flakiness-dashboard-server",
662 "test-results.appspot.com", 616 "test-results.appspot.com",
663 "--verbose", 617 "--verbose",
664 "--coverage-dir", 618 "--coverage-dir",
665 "[SLAVE_BUILD]/src/out/Debug/coverage", 619 "[SLAVE_BUILD]/src/out/Debug/coverage",
666 "--json-results-file", 620 "--json-results-file",
667 "/path/to/tmp/json" 621 "/path/to/tmp/json"
668 ], 622 ],
669 "cwd": "[SLAVE_BUILD]", 623 "cwd": "[SLAVE_BUILD]",
670 "name": "Instrumentation test ChromePublicTest (with patch)", 624 "name": "Instrumentation test ChromePublicTest (with patch)",
671 "~followup_annotations": [ 625 "~followup_annotations": [
672 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" 626 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@"
673 ] 627 ]
674 }, 628 },
675 { 629 {
676 "cmd": [ 630 "cmd": [
677 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
678 "[SLAVE_BUILD]/src/out/Debug/apks/ContentShell.apk",
679 "-v",
680 "--blacklist-file",
681 "[SLAVE_BUILD]/src/out/bad_devices.json"
682 ],
683 "cwd": "[SLAVE_BUILD]",
684 "env": {
685 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
686 },
687 "name": "install ContentShell.apk"
688 },
689 {
690 "cmd": [
691 "python", 631 "python",
692 "-u", 632 "-u",
693 "[SLAVE_BUILD]/src/build/android/test_runner.py", 633 "[SLAVE_BUILD]/src/out/Debug/bin/run_content_shell_test_apk",
694 "instrumentation",
695 "--test-apk",
696 "[SLAVE_BUILD]/src/out/Debug/apks/ContentShellTest.apk",
697 "--blacklist-file", 634 "--blacklist-file",
698 "[SLAVE_BUILD]/src/out/bad_devices.json", 635 "[SLAVE_BUILD]/src/out/bad_devices.json",
699 "--logcat-output-file", 636 "--logcat-output-file",
700 "/path/to/tmp/", 637 "/path/to/tmp/",
701 "--apk-under-test",
702 "[SLAVE_BUILD]/src/out/Debug/apks/ContentShell.apk",
703 "--isolate-file-path",
704 "content/content_shell_test_apk.isolate",
705 "--flakiness-dashboard-server", 638 "--flakiness-dashboard-server",
706 "test-results.appspot.com", 639 "test-results.appspot.com",
707 "--verbose", 640 "--verbose",
708 "--coverage-dir", 641 "--coverage-dir",
709 "[SLAVE_BUILD]/src/out/Debug/coverage", 642 "[SLAVE_BUILD]/src/out/Debug/coverage",
710 "--json-results-file", 643 "--json-results-file",
711 "/path/to/tmp/json" 644 "/path/to/tmp/json"
712 ], 645 ],
713 "cwd": "[SLAVE_BUILD]", 646 "cwd": "[SLAVE_BUILD]",
714 "name": "Instrumentation test ContentShellTest (with patch)", 647 "name": "Instrumentation test ContentShellTest (with patch)",
715 "~followup_annotations": [ 648 "~followup_annotations": [
716 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" 649 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@"
717 ] 650 ]
718 }, 651 },
719 { 652 {
720 "cmd": [ 653 "cmd": [
721 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
722 "[SLAVE_BUILD]/src/out/Debug/apks/ChromeSyncShell.apk",
723 "-v",
724 "--blacklist-file",
725 "[SLAVE_BUILD]/src/out/bad_devices.json"
726 ],
727 "cwd": "[SLAVE_BUILD]",
728 "env": {
729 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
730 },
731 "name": "install ChromeSyncShell.apk"
732 },
733 {
734 "cmd": [
735 "python", 654 "python",
736 "-u", 655 "-u",
737 "[SLAVE_BUILD]/src/build/android/test_runner.py", 656 "[SLAVE_BUILD]/src/out/Debug/bin/run_chrome_sync_shell_test_apk",
738 "instrumentation",
739 "--test-apk",
740 "[SLAVE_BUILD]/src/out/Debug/apks/ChromeSyncShellTest.apk",
741 "--blacklist-file", 657 "--blacklist-file",
742 "[SLAVE_BUILD]/src/out/bad_devices.json", 658 "[SLAVE_BUILD]/src/out/bad_devices.json",
743 "--logcat-output-file", 659 "--logcat-output-file",
744 "/path/to/tmp/", 660 "/path/to/tmp/",
745 "--apk-under-test",
746 "[SLAVE_BUILD]/src/out/Debug/apks/ChromeSyncShell.apk",
747 "--flakiness-dashboard-server", 661 "--flakiness-dashboard-server",
748 "test-results.appspot.com", 662 "test-results.appspot.com",
749 "--verbose", 663 "--verbose",
750 "--coverage-dir", 664 "--coverage-dir",
751 "[SLAVE_BUILD]/src/out/Debug/coverage", 665 "[SLAVE_BUILD]/src/out/Debug/coverage",
752 "--json-results-file", 666 "--json-results-file",
753 "/path/to/tmp/json" 667 "/path/to/tmp/json"
754 ], 668 ],
755 "cwd": "[SLAVE_BUILD]", 669 "cwd": "[SLAVE_BUILD]",
756 "name": "Instrumentation test ChromeSyncShellTest (with patch)", 670 "name": "Instrumentation test ChromeSyncShellTest (with patch)",
(...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after
1071 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 985 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1072 }, 986 },
1073 "name": "compile (without patch)", 987 "name": "compile (without patch)",
1074 "~followup_annotations": [ 988 "~followup_annotations": [
1075 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 989 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
1076 "@@@STEP_LOG_END@json.output (invalid)@@@" 990 "@@@STEP_LOG_END@json.output (invalid)@@@"
1077 ] 991 ]
1078 }, 992 },
1079 { 993 {
1080 "cmd": [ 994 "cmd": [
1081 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
1082 "[SLAVE_BUILD]/src/out/Debug/apks/AndroidWebView.apk",
1083 "-v",
1084 "--blacklist-file",
1085 "[SLAVE_BUILD]/src/out/bad_devices.json"
1086 ],
1087 "cwd": "[SLAVE_BUILD]",
1088 "env": {
1089 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1090 },
1091 "name": "install AndroidWebView.apk (2)"
1092 },
1093 {
1094 "cmd": [
1095 "python", 995 "python",
1096 "-u", 996 "-u",
1097 "[SLAVE_BUILD]/src/build/android/test_runner.py", 997 "[SLAVE_BUILD]/src/out/Debug/bin/run_android_webview_test_apk",
1098 "instrumentation",
1099 "--test-apk",
1100 "[SLAVE_BUILD]/src/out/Debug/apks/AndroidWebViewTest.apk",
1101 "--blacklist-file", 998 "--blacklist-file",
1102 "[SLAVE_BUILD]/src/out/bad_devices.json", 999 "[SLAVE_BUILD]/src/out/bad_devices.json",
1103 "--logcat-output-file", 1000 "--logcat-output-file",
1104 "/path/to/tmp/", 1001 "/path/to/tmp/",
1105 "--apk-under-test",
1106 "[SLAVE_BUILD]/src/out/Debug/apks/AndroidWebView.apk",
1107 "--isolate-file-path",
1108 "android_webview/android_webview_test_apk.isolate",
1109 "--flakiness-dashboard-server", 1002 "--flakiness-dashboard-server",
1110 "test-results.appspot.com", 1003 "test-results.appspot.com",
1111 "--verbose", 1004 "--verbose",
1112 "--coverage-dir", 1005 "--coverage-dir",
1113 "[SLAVE_BUILD]/src/out/Debug/coverage", 1006 "[SLAVE_BUILD]/src/out/Debug/coverage",
1114 "--json-results-file", 1007 "--json-results-file",
1115 "/path/to/tmp/json" 1008 "/path/to/tmp/json"
1116 ], 1009 ],
1117 "cwd": "[SLAVE_BUILD]", 1010 "cwd": "[SLAVE_BUILD]",
1118 "name": "Instrumentation test AndroidWebViewTest (without patch)", 1011 "name": "Instrumentation test AndroidWebViewTest (without patch)",
1119 "~followup_annotations": [ 1012 "~followup_annotations": [
1120 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" 1013 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@"
1121 ] 1014 ]
1122 }, 1015 },
1123 { 1016 {
1124 "cmd": [ 1017 "cmd": [
1125 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
1126 "[SLAVE_BUILD]/src/out/Debug/apks/ChromePublic.apk",
1127 "-v",
1128 "--blacklist-file",
1129 "[SLAVE_BUILD]/src/out/bad_devices.json"
1130 ],
1131 "cwd": "[SLAVE_BUILD]",
1132 "env": {
1133 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1134 },
1135 "name": "install ChromePublic.apk (2)"
1136 },
1137 {
1138 "cmd": [
1139 "python", 1018 "python",
1140 "-u", 1019 "-u",
1141 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1020 "[SLAVE_BUILD]/src/out/Debug/bin/run_chrome_public_test_apk",
1142 "instrumentation",
1143 "--test-apk",
1144 "[SLAVE_BUILD]/src/out/Debug/apks/ChromePublicTest.apk",
1145 "--blacklist-file", 1021 "--blacklist-file",
1146 "[SLAVE_BUILD]/src/out/bad_devices.json", 1022 "[SLAVE_BUILD]/src/out/bad_devices.json",
1147 "--logcat-output-file", 1023 "--logcat-output-file",
1148 "/path/to/tmp/", 1024 "/path/to/tmp/",
1149 "--apk-under-test",
1150 "[SLAVE_BUILD]/src/out/Debug/apks/ChromePublic.apk",
1151 "--additional-apk",
1152 "[SLAVE_BUILD]/src/out/Debug/apks/ChromePublicTestSupport.apk",
1153 "--additional-apk",
1154 "[SLAVE_BUILD]/src/out/Debug/apks/ChromiumNetTestSupport.apk",
1155 "--isolate-file-path",
1156 "chrome/chrome_public_test_apk.isolate",
1157 "--flakiness-dashboard-server", 1025 "--flakiness-dashboard-server",
1158 "test-results.appspot.com", 1026 "test-results.appspot.com",
1159 "--verbose", 1027 "--verbose",
1160 "--coverage-dir", 1028 "--coverage-dir",
1161 "[SLAVE_BUILD]/src/out/Debug/coverage", 1029 "[SLAVE_BUILD]/src/out/Debug/coverage",
1162 "--json-results-file", 1030 "--json-results-file",
1163 "/path/to/tmp/json" 1031 "/path/to/tmp/json"
1164 ], 1032 ],
1165 "cwd": "[SLAVE_BUILD]", 1033 "cwd": "[SLAVE_BUILD]",
1166 "name": "Instrumentation test ChromePublicTest (without patch)", 1034 "name": "Instrumentation test ChromePublicTest (without patch)",
1167 "~followup_annotations": [ 1035 "~followup_annotations": [
1168 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" 1036 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@"
1169 ] 1037 ]
1170 }, 1038 },
1171 { 1039 {
1172 "cmd": [ 1040 "cmd": [
1173 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
1174 "[SLAVE_BUILD]/src/out/Debug/apks/ContentShell.apk",
1175 "-v",
1176 "--blacklist-file",
1177 "[SLAVE_BUILD]/src/out/bad_devices.json"
1178 ],
1179 "cwd": "[SLAVE_BUILD]",
1180 "env": {
1181 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1182 },
1183 "name": "install ContentShell.apk (2)"
1184 },
1185 {
1186 "cmd": [
1187 "python", 1041 "python",
1188 "-u", 1042 "-u",
1189 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1043 "[SLAVE_BUILD]/src/out/Debug/bin/run_content_shell_test_apk",
1190 "instrumentation",
1191 "--test-apk",
1192 "[SLAVE_BUILD]/src/out/Debug/apks/ContentShellTest.apk",
1193 "--blacklist-file", 1044 "--blacklist-file",
1194 "[SLAVE_BUILD]/src/out/bad_devices.json", 1045 "[SLAVE_BUILD]/src/out/bad_devices.json",
1195 "--logcat-output-file", 1046 "--logcat-output-file",
1196 "/path/to/tmp/", 1047 "/path/to/tmp/",
1197 "--apk-under-test",
1198 "[SLAVE_BUILD]/src/out/Debug/apks/ContentShell.apk",
1199 "--isolate-file-path",
1200 "content/content_shell_test_apk.isolate",
1201 "--flakiness-dashboard-server", 1048 "--flakiness-dashboard-server",
1202 "test-results.appspot.com", 1049 "test-results.appspot.com",
1203 "--verbose", 1050 "--verbose",
1204 "--coverage-dir", 1051 "--coverage-dir",
1205 "[SLAVE_BUILD]/src/out/Debug/coverage", 1052 "[SLAVE_BUILD]/src/out/Debug/coverage",
1206 "--json-results-file", 1053 "--json-results-file",
1207 "/path/to/tmp/json" 1054 "/path/to/tmp/json"
1208 ], 1055 ],
1209 "cwd": "[SLAVE_BUILD]", 1056 "cwd": "[SLAVE_BUILD]",
1210 "name": "Instrumentation test ContentShellTest (without patch)", 1057 "name": "Instrumentation test ContentShellTest (without patch)",
1211 "~followup_annotations": [ 1058 "~followup_annotations": [
1212 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" 1059 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@"
1213 ] 1060 ]
1214 }, 1061 },
1215 { 1062 {
1216 "cmd": [ 1063 "cmd": [
1217 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
1218 "[SLAVE_BUILD]/src/out/Debug/apks/ChromeSyncShell.apk",
1219 "-v",
1220 "--blacklist-file",
1221 "[SLAVE_BUILD]/src/out/bad_devices.json"
1222 ],
1223 "cwd": "[SLAVE_BUILD]",
1224 "env": {
1225 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1226 },
1227 "name": "install ChromeSyncShell.apk (2)"
1228 },
1229 {
1230 "cmd": [
1231 "python", 1064 "python",
1232 "-u", 1065 "-u",
1233 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1066 "[SLAVE_BUILD]/src/out/Debug/bin/run_chrome_sync_shell_test_apk",
1234 "instrumentation",
1235 "--test-apk",
1236 "[SLAVE_BUILD]/src/out/Debug/apks/ChromeSyncShellTest.apk",
1237 "--blacklist-file", 1067 "--blacklist-file",
1238 "[SLAVE_BUILD]/src/out/bad_devices.json", 1068 "[SLAVE_BUILD]/src/out/bad_devices.json",
1239 "--logcat-output-file", 1069 "--logcat-output-file",
1240 "/path/to/tmp/", 1070 "/path/to/tmp/",
1241 "--apk-under-test",
1242 "[SLAVE_BUILD]/src/out/Debug/apks/ChromeSyncShell.apk",
1243 "--flakiness-dashboard-server", 1071 "--flakiness-dashboard-server",
1244 "test-results.appspot.com", 1072 "test-results.appspot.com",
1245 "--verbose", 1073 "--verbose",
1246 "--coverage-dir", 1074 "--coverage-dir",
1247 "[SLAVE_BUILD]/src/out/Debug/coverage", 1075 "[SLAVE_BUILD]/src/out/Debug/coverage",
1248 "--json-results-file", 1076 "--json-results-file",
1249 "/path/to/tmp/json" 1077 "/path/to/tmp/json"
1250 ], 1078 ],
1251 "cwd": "[SLAVE_BUILD]", 1079 "cwd": "[SLAVE_BUILD]",
1252 "name": "Instrumentation test ChromeSyncShellTest (without patch)", 1080 "name": "Instrumentation test ChromeSyncShellTest (without patch)",
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
1403 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 1231 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
1404 "@@@STEP_LOG_END@python.inline@@@" 1232 "@@@STEP_LOG_END@python.inline@@@"
1405 ] 1233 ]
1406 }, 1234 },
1407 { 1235 {
1408 "name": "$result", 1236 "name": "$result",
1409 "recipe_result": null, 1237 "recipe_result": null,
1410 "status_code": 0 1238 "status_code": 0
1411 } 1239 }
1412 ] 1240 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698