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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_lkgr_Win_SyzyASAN_LKGR.json

Issue 2393293002: Make clusterfuzz_archive include llvm-symbolizer and sancov. (Closed)
Patch Set: nit + more expectations. Created 4 years, 2 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_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
227 ], 227 ],
228 "env": { 228 "env": {
229 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 229 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
230 }, 230 },
231 "name": "compile" 231 "name": "compile"
232 }, 232 },
233 { 233 {
234 "cmd": [ 234 "cmd": [
235 "python", 235 "python",
236 "-u", 236 "-u",
237 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
238 "[BUILDER_CACHE]\\Win_SyzyASAN_LKGR\\src\\third_party\\llvm-build\\Release +Asserts\\bin\\llvm-symbolizer.exe",
239 "[BUILDER_CACHE]\\Win_SyzyASAN_LKGR\\src\\out\\Release"
240 ],
241 "name": "Copy llvm-symbolizer"
242 },
243 {
244 "cmd": [
245 "python",
246 "-u",
247 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
248 "[BUILDER_CACHE]\\Win_SyzyASAN_LKGR\\src\\third_party\\llvm-build\\Release +Asserts\\bin\\sancov.exe",
249 "[BUILDER_CACHE]\\Win_SyzyASAN_LKGR\\src\\out\\Release"
250 ],
251 "name": "Copy sancov"
252 },
253 {
254 "cmd": [
255 "python",
256 "-u",
237 "\nimport json, os, sys\nif os.path.exists(sys.argv[1]) and os.path.isdir( sys.argv[1]):\n with open(sys.argv[2], 'w') as f:\n json.dump(os.listdir(sys .argv[1]), f)\n", 257 "\nimport json, os, sys\nif os.path.exists(sys.argv[1]) and os.path.isdir( sys.argv[1]):\n with open(sys.argv[2], 'w') as f:\n json.dump(os.listdir(sys .argv[1]), f)\n",
238 "[BUILDER_CACHE]\\Win_SyzyASAN_LKGR\\src\\out\\Release", 258 "[BUILDER_CACHE]\\Win_SyzyASAN_LKGR\\src\\out\\Release",
239 "/path/to/tmp/json" 259 "/path/to/tmp/json"
240 ], 260 ],
241 "name": "listdir build_dir", 261 "name": "listdir build_dir",
242 "~followup_annotations": [ 262 "~followup_annotations": [
243 "@@@STEP_LOG_LINE@json.output@[@@@", 263 "@@@STEP_LOG_LINE@json.output@[@@@",
244 "@@@STEP_LOG_LINE@json.output@ \"file 1\", @@@", 264 "@@@STEP_LOG_LINE@json.output@ \"file 1\", @@@",
245 "@@@STEP_LOG_LINE@json.output@ \"file 2\"@@@", 265 "@@@STEP_LOG_LINE@json.output@ \"file 2\"@@@",
246 "@@@STEP_LOG_LINE@json.output@]@@@", 266 "@@@STEP_LOG_LINE@json.output@]@@@",
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
303 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", 323 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@",
304 "@@@STEP_LOG_END@python.inline@@@" 324 "@@@STEP_LOG_END@python.inline@@@"
305 ] 325 ]
306 }, 326 },
307 { 327 {
308 "name": "$result", 328 "name": "$result",
309 "recipe_result": null, 329 "recipe_result": null,
310 "status_code": 0 330 "status_code": 0
311 } 331 }
312 ] 332 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698