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

Side by Side Diff: scripts/slave/recipes/chromium_trybot_legacy.expected/compile_because_of_analyze.json

Issue 873403002: Add support for cc_perftests and other non-telemetry gtest based tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebase again + coverage. Created 5 years, 10 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 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "tryserver.chromium.linux", 8 "tryserver.chromium.linux",
9 "--builder", 9 "--builder",
10 "linux_chromium_asan_rel", 10 "linux_chromium_asan_rel",
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 "-u", 88 "-u",
89 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", 89 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py",
90 "--output", 90 "--output",
91 "/path/to/tmp/json", 91 "/path/to/tmp/json",
92 "--", 92 "--",
93 "--build-config-fs", 93 "--build-config-fs",
94 "Release", 94 "Release",
95 "--paths", 95 "--paths",
96 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", 96 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}",
97 "--properties", 97 "--properties",
98 "{\"buildername\": \"linux_chromium_asan_rel\", \"buildnumber\": 571, \"sl avename\": \"TestSlavename\"}" 98 "{\"buildername\": \"linux_chromium_asan_rel\", \"buildnumber\": 571, \"ma stername\": \"tryserver.chromium.linux\", \"slavename\": \"TestSlavename\", \"ta rget_platform\": \"linux\"}"
99 ], 99 ],
100 "name": "get compile targets for scripts", 100 "name": "get compile targets for scripts",
101 "~followup_annotations": [ 101 "~followup_annotations": [
102 "@@@STEP_LOG_LINE@json.output@{}@@@", 102 "@@@STEP_LOG_LINE@json.output@{}@@@",
103 "@@@STEP_LOG_END@json.output@@@" 103 "@@@STEP_LOG_END@json.output@@@"
104 ] 104 ]
105 }, 105 },
106 { 106 {
107 "cmd": [ 107 "cmd": [
108 "python", 108 "python",
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 { 204 {
205 "cmd": [ 205 "cmd": [
206 "python", 206 "python",
207 "-u", 207 "-u",
208 "[SLAVE_BUILD]/src/testing/scripts/nacl_integration.py", 208 "[SLAVE_BUILD]/src/testing/scripts/nacl_integration.py",
209 "--build-config-fs", 209 "--build-config-fs",
210 "Release", 210 "Release",
211 "--paths", 211 "--paths",
212 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", 212 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}",
213 "--properties", 213 "--properties",
214 "{\"buildername\": \"linux_chromium_asan_rel\", \"buildnumber\": 571, \"sl avename\": \"TestSlavename\"}", 214 "{\"buildername\": \"linux_chromium_asan_rel\", \"buildnumber\": 571, \"ma stername\": \"tryserver.chromium.linux\", \"slavename\": \"TestSlavename\", \"ta rget_platform\": \"linux\"}",
215 "run", 215 "run",
216 "--output", 216 "--output",
217 "/path/to/tmp/json" 217 "/path/to/tmp/json"
218 ], 218 ],
219 "name": "nacl_integration (with patch)", 219 "name": "nacl_integration (with patch)",
220 "~followup_annotations": [ 220 "~followup_annotations": [
221 "@@@STEP_LOG_LINE@json.output@{@@@", 221 "@@@STEP_LOG_LINE@json.output@{@@@",
222 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", 222 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@",
223 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", 223 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@",
224 "@@@STEP_LOG_LINE@json.output@}@@@", 224 "@@@STEP_LOG_LINE@json.output@}@@@",
225 "@@@STEP_LOG_END@json.output@@@" 225 "@@@STEP_LOG_END@json.output@@@"
226 ] 226 ]
227 } 227 }
228 ] 228 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698