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

Side by Side Diff: scripts/slave/recipes/syzygy/continuous.expected/full_master_client_syzygy_Syzygy_Debug.json

Issue 2402583003: Revert "Fix file.copy recipe_module to not fail if files are already equal." (Closed)
Patch Set: 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 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@", 124 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@",
125 "@@@STEP_LOG_LINE@python.inline@@@@", 125 "@@@STEP_LOG_LINE@python.inline@@@@",
126 "@@@STEP_LOG_LINE@python.inline@chromium_utils.RemoveFilesWildcards(sys.ar gv[1], root=sys.argv[2])@@@", 126 "@@@STEP_LOG_LINE@python.inline@chromium_utils.RemoveFilesWildcards(sys.ar gv[1], root=sys.argv[2])@@@",
127 "@@@STEP_LOG_END@python.inline@@@" 127 "@@@STEP_LOG_END@python.inline@@@"
128 ] 128 ]
129 }, 129 },
130 { 130 {
131 "cmd": [ 131 "cmd": [
132 "python", 132 "python",
133 "-u", 133 "-u",
134 "\nimport shutil\nimport sys\n# Apparently, shutil.copy fails if files are binary-equal on *nix OSes.\n# See http://crbug.com/636168#c8.\nif hasattr(shuti l, '_samefile'):\n if shutil._samefile(sys.argv[1], sys.argv[2]):\n sys.exit (0)\nshutil.copy(sys.argv[1], sys.argv[2])\n", 134 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
135 "[SLAVE_BUILD]\\src\\syzygy\\unittests.gypi", 135 "[SLAVE_BUILD]\\src\\syzygy\\unittests.gypi",
136 "/path/to/tmp/" 136 "/path/to/tmp/"
137 ], 137 ],
138 "name": "read_unittests_gypi" 138 "name": "read_unittests_gypi"
139 }, 139 },
140 { 140 {
141 "cmd": [ 141 "cmd": [
142 "python", 142 "python",
143 "-u", 143 "-u",
144 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", 144 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py",
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 "~followup_annotations": [ 220 "~followup_annotations": [
221 "@@@STEP_LINK@archive@https://syzygy-archive.commondatastorage.googleapis. com/index.html?path=builds/metrics/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/debu g.csv/@@@" 221 "@@@STEP_LINK@archive@https://syzygy-archive.commondatastorage.googleapis. com/index.html?path=builds/metrics/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/debu g.csv/@@@"
222 ] 222 ]
223 }, 223 },
224 { 224 {
225 "name": "$result", 225 "name": "$result",
226 "recipe_result": null, 226 "recipe_result": null,
227 "status_code": 0 227 "status_code": 0
228 } 228 }
229 ] 229 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698