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

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

Issue 2399353002: Chromium-recipe: add rmtree before copy for llvm_tools_to_copy. (Closed)
Patch Set: Added expected results generated by simulation test. 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 os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n",
238 "[BUILDER_CACHE]\\Win_SyzyASAN_LKGR\\src\\out\\Release\\llvm-symbolizer.ex e"
239 ],
240 "name": "rmtree Purge llvm-symbolizer",
241 "~followup_annotations": [
242 "@@@STEP_LOG_LINE@python.inline@@@@",
243 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
244 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@",
245 "@@@STEP_LOG_LINE@python.inline@@@@",
246 "@@@STEP_LOG_LINE@python.inline@@@@",
247 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@",
248 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
249 "@@@STEP_LOG_END@python.inline@@@"
250 ]
251 },
252 {
253 "cmd": [
254 "python",
255 "-u",
256 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
257 "[BUILDER_CACHE]\\Win_SyzyASAN_LKGR\\src\\third_party\\llvm-build\\Release +Asserts\\bin\\llvm-symbolizer.exe",
258 "[BUILDER_CACHE]\\Win_SyzyASAN_LKGR\\src\\out\\Release"
259 ],
260 "name": "Copy llvm-symbolizer"
261 },
262 {
263 "cmd": [
264 "python",
265 "-u",
266 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n",
267 "[BUILDER_CACHE]\\Win_SyzyASAN_LKGR\\src\\out\\Release\\sancov.exe"
268 ],
269 "name": "rmtree Purge sancov",
270 "~followup_annotations": [
271 "@@@STEP_LOG_LINE@python.inline@@@@",
272 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
273 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@",
274 "@@@STEP_LOG_LINE@python.inline@@@@",
275 "@@@STEP_LOG_LINE@python.inline@@@@",
276 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@",
277 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
278 "@@@STEP_LOG_END@python.inline@@@"
279 ]
280 },
281 {
282 "cmd": [
283 "python",
284 "-u",
285 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
286 "[BUILDER_CACHE]\\Win_SyzyASAN_LKGR\\src\\third_party\\llvm-build\\Release +Asserts\\bin\\sancov.exe",
287 "[BUILDER_CACHE]\\Win_SyzyASAN_LKGR\\src\\out\\Release"
288 ],
289 "name": "Copy sancov"
290 },
291 {
292 "cmd": [
293 "python",
294 "-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", 295 "\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", 296 "[BUILDER_CACHE]\\Win_SyzyASAN_LKGR\\src\\out\\Release",
239 "/path/to/tmp/json" 297 "/path/to/tmp/json"
240 ], 298 ],
241 "name": "listdir build_dir", 299 "name": "listdir build_dir",
242 "~followup_annotations": [ 300 "~followup_annotations": [
243 "@@@STEP_LOG_LINE@json.output@[@@@", 301 "@@@STEP_LOG_LINE@json.output@[@@@",
244 "@@@STEP_LOG_LINE@json.output@ \"file 1\", @@@", 302 "@@@STEP_LOG_LINE@json.output@ \"file 1\", @@@",
245 "@@@STEP_LOG_LINE@json.output@ \"file 2\"@@@", 303 "@@@STEP_LOG_LINE@json.output@ \"file 2\"@@@",
246 "@@@STEP_LOG_LINE@json.output@]@@@", 304 "@@@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])@@@", 361 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@",
304 "@@@STEP_LOG_END@python.inline@@@" 362 "@@@STEP_LOG_END@python.inline@@@"
305 ] 363 ]
306 }, 364 },
307 { 365 {
308 "name": "$result", 366 "name": "$result",
309 "recipe_result": null, 367 "recipe_result": null,
310 "status_code": 0 368 "status_code": 0
311 } 369 }
312 ] 370 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698