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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_lkgr_Win_ASan_Release_Coverage.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 310 matching lines...) Expand 10 before | Expand all | Expand 10 after
321 "name": "compile", 321 "name": "compile",
322 "~followup_annotations": [ 322 "~followup_annotations": [
323 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 323 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
324 "@@@STEP_LOG_END@json.output (invalid)@@@" 324 "@@@STEP_LOG_END@json.output (invalid)@@@"
325 ] 325 ]
326 }, 326 },
327 { 327 {
328 "cmd": [ 328 "cmd": [
329 "python", 329 "python",
330 "-u", 330 "-u",
331 "\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",
332 "[BUILDER_CACHE]\\Win_ASan_Release_Coverage\\src\\out\\Release\\llvm-symbo lizer.exe"
333 ],
334 "name": "rmtree Purge llvm-symbolizer",
335 "~followup_annotations": [
336 "@@@STEP_LOG_LINE@python.inline@@@@",
337 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
338 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@",
339 "@@@STEP_LOG_LINE@python.inline@@@@",
340 "@@@STEP_LOG_LINE@python.inline@@@@",
341 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@",
342 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
343 "@@@STEP_LOG_END@python.inline@@@"
344 ]
345 },
346 {
347 "cmd": [
348 "python",
349 "-u",
350 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
351 "[BUILDER_CACHE]\\Win_ASan_Release_Coverage\\src\\third_party\\llvm-build\ \Release+Asserts\\bin\\llvm-symbolizer.exe",
352 "[BUILDER_CACHE]\\Win_ASan_Release_Coverage\\src\\out\\Release"
353 ],
354 "name": "Copy llvm-symbolizer"
355 },
356 {
357 "cmd": [
358 "python",
359 "-u",
360 "\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",
361 "[BUILDER_CACHE]\\Win_ASan_Release_Coverage\\src\\out\\Release\\sancov.exe "
362 ],
363 "name": "rmtree Purge sancov",
364 "~followup_annotations": [
365 "@@@STEP_LOG_LINE@python.inline@@@@",
366 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
367 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@",
368 "@@@STEP_LOG_LINE@python.inline@@@@",
369 "@@@STEP_LOG_LINE@python.inline@@@@",
370 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@",
371 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
372 "@@@STEP_LOG_END@python.inline@@@"
373 ]
374 },
375 {
376 "cmd": [
377 "python",
378 "-u",
379 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
380 "[BUILDER_CACHE]\\Win_ASan_Release_Coverage\\src\\third_party\\llvm-build\ \Release+Asserts\\bin\\sancov.exe",
381 "[BUILDER_CACHE]\\Win_ASan_Release_Coverage\\src\\out\\Release"
382 ],
383 "name": "Copy sancov"
384 },
385 {
386 "cmd": [
387 "python",
388 "-u",
331 "\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", 389 "\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",
332 "[BUILDER_CACHE]\\Win_ASan_Release_Coverage\\src\\out\\Release", 390 "[BUILDER_CACHE]\\Win_ASan_Release_Coverage\\src\\out\\Release",
333 "/path/to/tmp/json" 391 "/path/to/tmp/json"
334 ], 392 ],
335 "name": "listdir build_dir", 393 "name": "listdir build_dir",
336 "~followup_annotations": [ 394 "~followup_annotations": [
337 "@@@STEP_LOG_LINE@json.output@[@@@", 395 "@@@STEP_LOG_LINE@json.output@[@@@",
338 "@@@STEP_LOG_LINE@json.output@ \"file 1\", @@@", 396 "@@@STEP_LOG_LINE@json.output@ \"file 1\", @@@",
339 "@@@STEP_LOG_LINE@json.output@ \"file 2\"@@@", 397 "@@@STEP_LOG_LINE@json.output@ \"file 2\"@@@",
340 "@@@STEP_LOG_LINE@json.output@]@@@", 398 "@@@STEP_LOG_LINE@json.output@]@@@",
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
397 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", 455 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@",
398 "@@@STEP_LOG_END@python.inline@@@" 456 "@@@STEP_LOG_END@python.inline@@@"
399 ] 457 ]
400 }, 458 },
401 { 459 {
402 "name": "$result", 460 "name": "$result",
403 "recipe_result": null, 461 "recipe_result": null,
404 "status_code": 0 462 "status_code": 0
405 } 463 }
406 ] 464 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698