Side by Side Diff
Use n/p to move between diff chunks; N/P to move between comments.
Draft comments are only viewable by you.
Keyboard Shortcuts
File
u
:
up to issue
j
/
k
:
jump to file after / before current file
J
/
K
:
jump to next file with a comment after / before current file
Side-by-side diff
i
:
toggle intra-line diffs
e
:
expand all comments
c
:
collapse all comments
s
:
toggle showing all comments
n
/
p
:
next / previous diff chunk or comment
N
/
P
:
next / previous comment
<Up>
/
<Down>
:
next / previous line
Issue
u
:
up to list of issues
j
/
k
:
jump to patch after / before current patch
o
/
<Enter>
:
open current patch in side-by-side view
i
:
open current patch in unified diff view
Issue List
j
/
k
:
jump to issue after / before current issue
o
/
<Enter>
:
open current issue
Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr)
|
Please choose your nickname with
Settings
|
Help
|
Chromium Project
|
Gerrit Changes
|
Sign out
(74)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: recipes/engine_tests/whitelist_steps.expected/all_steps.json
Issue
2387763003
:
Add initial postprocess unit test thingy. (Closed)
Patch Set: Rebase
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.
Context:
3 lines
10 lines
25 lines
50 lines
75 lines
100 lines
Whole file
Column Width:
Tab Spaces:
Jump to:
recipe_engine/checker.py
recipe_engine/env.py
recipe_engine/post_process.py
recipe_engine/recipe_test_api.py
recipe_engine/simulation_test.py
recipe_engine/step_runner.py
recipe_engine/third_party/expect_tests/__init__.py
recipe_engine/third_party/expect_tests/handle_test.py
recipe_engine/third_party/expect_tests/handle_train.py
recipe_engine/third_party/expect_tests/type_definitions.py
recipe_engine/unittests/checker_test.py
recipe_engine/unittests/post_process_test.py
recipes/engine_tests/whitelist_steps.py
recipes/engine_tests/whitelist_steps.expected/all_steps.json
recipes/engine_tests/whitelist_steps.expected/selection.json
View unified diff
|
Download patch
« no previous file with comments
|
« recipes/engine_tests/whitelist_steps.py
('k') |
recipes/engine_tests/whitelist_steps.expected/selection.json »
('j') |
no next file with comments »
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
1 [
1 [
2 {
2 {
3 "cmd": [
3 "cmd": [
4 "echo",
4 "echo",
5 "sup doc"
5 "sup doc"
6 ],
6 ],
7 "name": "something unimportant"
7 "name": "something unimportant"
8 },
8 },
9 {
9 {
10 "cmd": [
10 "cmd": [
11 "echo",
11 "echo",
12 "crazy!"
12 "crazy!"
13 ],
13 ],
14 "env": {
14 "env": {
15 "FLEEM": "VERY YES"
15 "FLEEM": "VERY YES"
16 },
16 },
17 "name": "something important"
17 "name": "something important"
18 },
18 },
19 {
19 {
20 "cmd": [
20 "cmd": [
21 "echo",
21 "echo",
22 "INSANITY"
22 "INSANITY"
23 ],
23 ],
24 "name": "another important"
24 "name": "another important"
25 },
25 },
26 {
26 {
27
"cmd": [
28
"echo",
29
"FAAAAKE"
30
],
31
"name": "fakestep"
32
},
33
{
27 "name": "$result",
34 "name": "$result",
28 "recipe_result": null,
35 "recipe_result": null,
29 "status_code": 0
36 "status_code": 0
30 }
37 }
31 ]
38 ]
OLD
NEW
« no previous file with comments
|
« recipes/engine_tests/whitelist_steps.py
('k') |
recipes/engine_tests/whitelist_steps.expected/selection.json »
('j') |
no next file with comments »
Issue 2387763003: Add initial postprocess unit test thingy. (Closed)
Created 4 years, 2 months ago by iannucci
Modified 4 years, 2 months ago
Reviewers: martiniss, dnj, Dirk Pranke, Michael Achenbach
Base URL:
Comments: 162
This is Rietveld
408576698