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

Unified Diff: scripts/slave/recipes/chromium.expected/full_chromium_lkgr_ASAN_Debug.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 side-by-side diff with in-line comments
Download patch
Index: scripts/slave/recipes/chromium.expected/full_chromium_lkgr_ASAN_Debug.json
diff --git a/scripts/slave/recipes/chromium.expected/full_chromium_lkgr_ASAN_Debug.json b/scripts/slave/recipes/chromium.expected/full_chromium_lkgr_ASAN_Debug.json
index 996a1875050b0beae8e2d545fc931510463a3c91..5323e5f2915f88890470cd8fde4c03b89b24685b 100644
--- a/scripts/slave/recipes/chromium.expected/full_chromium_lkgr_ASAN_Debug.json
+++ b/scripts/slave/recipes/chromium.expected/full_chromium_lkgr_ASAN_Debug.json
@@ -321,6 +321,64 @@
"cmd": [
"python",
"-u",
+ "\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.RemoveDirectory(sys.argv[1])\n",
+ "[BUILDER_CACHE]/ASAN_Debug/src/out/Debug/llvm-symbolizer"
+ ],
+ "name": "rmtree Purge llvm-symbolizer",
+ "~followup_annotations": [
+ "@@@STEP_LOG_LINE@python.inline@@@@",
+ "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
+ "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@",
+ "@@@STEP_LOG_LINE@python.inline@@@@",
+ "@@@STEP_LOG_LINE@python.inline@@@@",
+ "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@",
+ "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[1])@@@",
+ "@@@STEP_LOG_END@python.inline@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
+ "[BUILDER_CACHE]/ASAN_Debug/src/third_party/llvm-build/Release+Asserts/bin/llvm-symbolizer",
+ "[BUILDER_CACHE]/ASAN_Debug/src/out/Debug"
+ ],
+ "name": "Copy llvm-symbolizer"
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "\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.RemoveDirectory(sys.argv[1])\n",
+ "[BUILDER_CACHE]/ASAN_Debug/src/out/Debug/sancov"
+ ],
+ "name": "rmtree Purge sancov",
+ "~followup_annotations": [
+ "@@@STEP_LOG_LINE@python.inline@@@@",
+ "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
+ "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@",
+ "@@@STEP_LOG_LINE@python.inline@@@@",
+ "@@@STEP_LOG_LINE@python.inline@@@@",
+ "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@",
+ "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[1])@@@",
+ "@@@STEP_LOG_END@python.inline@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
+ "[BUILDER_CACHE]/ASAN_Debug/src/third_party/llvm-build/Release+Asserts/bin/sancov",
+ "[BUILDER_CACHE]/ASAN_Debug/src/out/Debug"
+ ],
+ "name": "Copy sancov"
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
"\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",
"[BUILDER_CACHE]/ASAN_Debug/src/out/Debug",
"/path/to/tmp/json"

Powered by Google App Engine
This is Rietveld 408576698