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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/compile_failure_with_component_rev.json

Issue 2140083002: chromium_tests: use correct cwd for analyze diff (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 5 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 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
7 "[BUILDER_CACHE]/v8_linux_chromium_gn_rel", 7 "[BUILDER_CACHE]/v8_linux_chromium_gn_rel",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 "@@@STEP_LOG_END@json.output@@@" 247 "@@@STEP_LOG_END@json.output@@@"
248 ] 248 ]
249 }, 249 },
250 { 250 {
251 "cmd": [ 251 "cmd": [
252 "git", 252 "git",
253 "diff", 253 "diff",
254 "--cached", 254 "--cached",
255 "--name-only" 255 "--name-only"
256 ], 256 ],
257 "cwd": "[SLAVE_BUILD]/src", 257 "cwd": "[BUILDER_CACHE]/v8_linux_chromium_gn_rel/src",
258 "name": "git diff to analyze patch", 258 "name": "git diff to analyze patch",
259 "stdout": "/path/to/tmp/", 259 "stdout": "/path/to/tmp/",
260 "~followup_annotations": [ 260 "~followup_annotations": [
261 "@@@STEP_LOG_LINE@files@foo.cc@@@", 261 "@@@STEP_LOG_LINE@files@foo.cc@@@",
262 "@@@STEP_LOG_END@files@@@", 262 "@@@STEP_LOG_END@files@@@",
263 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" 263 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@"
264 ] 264 ]
265 }, 265 },
266 { 266 {
267 "cmd": [ 267 "cmd": [
(...skipping 352 matching lines...) Expand 10 before | Expand all | Expand 10 after
620 "@@@SET_BUILD_PROPERTY@failure_hash@\"4d6a903860330c798a14ca4fb8a3b9ea8c90 b814\"@@@" 620 "@@@SET_BUILD_PROPERTY@failure_hash@\"4d6a903860330c798a14ca4fb8a3b9ea8c90 b814\"@@@"
621 ] 621 ]
622 }, 622 },
623 { 623 {
624 "name": "$result", 624 "name": "$result",
625 "reason": "Step('compile (with patch)') failed with return_code 1", 625 "reason": "Step('compile (with patch)') failed with return_code 1",
626 "recipe_result": null, 626 "recipe_result": null,
627 "status_code": 1 627 "status_code": 1
628 } 628 }
629 ] 629 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698