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

Unified Diff: scripts/slave/recipes/chromium.expected/full_chromium_lkgr_Win_ASan_Release_Media.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 side-by-side diff with in-line comments
Download patch
Index: scripts/slave/recipes/chromium.expected/full_chromium_lkgr_Win_ASan_Release_Media.json
diff --git a/scripts/slave/recipes/chromium.expected/full_chromium_lkgr_Win_ASan_Release_Media.json b/scripts/slave/recipes/chromium.expected/full_chromium_lkgr_Win_ASan_Release_Media.json
index 29545e7b54a276b7e1475162f5668495189aec00..f0048cad4df617efbb49f962c9da317697b0c194 100644
--- a/scripts/slave/recipes/chromium.expected/full_chromium_lkgr_Win_ASan_Release_Media.json
+++ b/scripts/slave/recipes/chromium.expected/full_chromium_lkgr_Win_ASan_Release_Media.json
@@ -328,6 +328,26 @@
"cmd": [
"python",
"-u",
+ "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
+ "[BUILDER_CACHE]\\Win_ASan_Release_Media\\src\\third_party\\llvm-build\\Release+Asserts\\bin\\llvm-symbolizer.exe",
+ "[BUILDER_CACHE]\\Win_ASan_Release_Media\\src\\out\\Release"
+ ],
+ "name": "Copy llvm-symbolizer"
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
+ "[BUILDER_CACHE]\\Win_ASan_Release_Media\\src\\third_party\\llvm-build\\Release+Asserts\\bin\\sancov.exe",
+ "[BUILDER_CACHE]\\Win_ASan_Release_Media\\src\\out\\Release"
+ ],
+ "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]\\Win_ASan_Release_Media\\src\\out\\Release",
"/path/to/tmp/json"

Powered by Google App Engine
This is Rietveld 408576698