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

Side by Side Diff: recipe_modules/tryserver/example.expected/with_wrong_patch.json

Issue 1751003002: Fix recipe module git to use package_resouce. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: fix expectations Created 4 years, 9 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
« no previous file with comments | « recipe_modules/git/example.expected/platform_win.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "[DEPOT_TOOLS]\\git.bat", 4 "RECIPE_PACKAGE[depot_tools]\\bootstrap\\win\\win_tools.bat"
5 ],
6 "cwd": "RECIPE_PACKAGE[depot_tools]",
7 "name": "ensure git tooling on windows"
8 },
9 {
10 "cmd": [
11 "RECIPE_PACKAGE[depot_tools]\\git.bat",
5 "diff", 12 "diff",
6 "--cached", 13 "--cached",
7 "--name-only" 14 "--name-only"
8 ], 15 ],
9 "cwd": "[SLAVE_BUILD]", 16 "cwd": "[SLAVE_BUILD]",
10 "name": "git diff to analyze patch", 17 "name": "git diff to analyze patch",
11 "stdout": "/path/to/tmp/", 18 "stdout": "/path/to/tmp/",
12 "~followup_annotations": [ 19 "~followup_annotations": [
13 "@@@STEP_LOG_LINE@files@foo.cc@@@", 20 "@@@STEP_LOG_LINE@files@foo.cc@@@",
14 "@@@STEP_LOG_END@files@@@" 21 "@@@STEP_LOG_END@files@@@"
(...skipping 13 matching lines...) Expand all
28 "@@@STEP_FAILURE@@@", 35 "@@@STEP_FAILURE@@@",
29 "@@@SET_BUILD_PROPERTY@failure_hash@\"c2311ad770732eade3d2f48247abd147e40a 70e7\"@@@" 36 "@@@SET_BUILD_PROPERTY@failure_hash@\"c2311ad770732eade3d2f48247abd147e40a 70e7\"@@@"
30 ] 37 ]
31 }, 38 },
32 { 39 {
33 "name": "$result", 40 "name": "$result",
34 "reason": "Step('fail') failed with return_code 1", 41 "reason": "Step('fail') failed with return_code 1",
35 "status_code": 1 42 "status_code": 1
36 } 43 }
37 ] 44 ]
OLDNEW
« no previous file with comments | « recipe_modules/git/example.expected/platform_win.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698