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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/use_v8_patch_on_chromium_trybot.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, 9 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\\kill_processes.py" 6 "[BUILD]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 "-u", 122 "-u",
123 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", 123 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py",
124 "--output", 124 "--output",
125 "/path/to/tmp/json", 125 "/path/to/tmp/json",
126 "--", 126 "--",
127 "--build-config-fs", 127 "--build-config-fs",
128 "Release", 128 "Release",
129 "--paths", 129 "--paths",
130 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]\\\\src\"}", 130 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]\\\\src\"}",
131 "--properties", 131 "--properties",
132 "{\"buildername\": \"win_chromium_rel_ng\", \"buildnumber\": 571, \"slaven ame\": \"TestSlavename\"}" 132 "{\"buildername\": \"win_chromium_rel_ng\", \"buildnumber\": 571, \"master name\": \"tryserver.chromium.win\", \"slavename\": \"TestSlavename\", \"target_p latform\": \"win\"}"
133 ], 133 ],
134 "name": "get compile targets for scripts", 134 "name": "get compile targets for scripts",
135 "~followup_annotations": [ 135 "~followup_annotations": [
136 "@@@STEP_LOG_LINE@json.output@{}@@@", 136 "@@@STEP_LOG_LINE@json.output@{}@@@",
137 "@@@STEP_LOG_END@json.output@@@" 137 "@@@STEP_LOG_END@json.output@@@"
138 ] 138 ]
139 }, 139 },
140 { 140 {
141 "cmd": [ 141 "cmd": [
142 "python", 142 "python",
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 "@@@STEP_TEXT@No compile necessary@@@", 191 "@@@STEP_TEXT@No compile necessary@@@",
192 "@@@STEP_LOG_LINE@json.output@{@@@", 192 "@@@STEP_LOG_LINE@json.output@{@@@",
193 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [], @@@", 193 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [], @@@",
194 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@", 194 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@",
195 "@@@STEP_LOG_LINE@json.output@ \"targets\": []@@@", 195 "@@@STEP_LOG_LINE@json.output@ \"targets\": []@@@",
196 "@@@STEP_LOG_LINE@json.output@}@@@", 196 "@@@STEP_LOG_LINE@json.output@}@@@",
197 "@@@STEP_LOG_END@json.output@@@" 197 "@@@STEP_LOG_END@json.output@@@"
198 ] 198 ]
199 } 199 }
200 ] 200 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698