|
rebaseline_server: include setA/setB descriptions in output JSON
This is needed for rebaselining using the shared rebaseline_server instance:
by telling the client which git revision was used to fetch expectations, we
allow the client to pass that back along with new baselines (so the server
knows which revision to patch).
This is also handy in that it allows the server to tell the client more about the
different result sets (which files they were generated from).
BUG= skia:1918
NOTRY=true
Committed: https://skia.googlesource.com/skia/+/5c4b137592a7937b4d02d72a976fa783f8d3675a
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+149 lines, -21 lines) |
Patch |
|
M |
gm/gm_json.py
|
View
|
1
2
|
1 chunk |
+4 lines, -1 line |
0 comments
|
Download
|
|
M |
gm/rebaseline_server/compare_configs.py
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
gm/rebaseline_server/compare_rendered_pictures.py
|
View
|
1
2
|
5 chunks |
+53 lines, -5 lines |
0 comments
|
Download
|
|
M |
gm/rebaseline_server/compare_rendered_pictures_test.py
|
View
|
1
2
|
2 chunks |
+16 lines, -0 lines |
0 comments
|
Download
|
|
M |
gm/rebaseline_server/compare_to_expectations.py
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
gm/rebaseline_server/results.py
|
View
|
1
2
|
6 chunks |
+17 lines, -2 lines |
0 comments
|
Download
|
|
M |
gm/rebaseline_server/server.py
|
View
|
1
2
3
|
4 chunks |
+8 lines, -4 lines |
0 comments
|
Download
|
|
M |
gm/rebaseline_server/static/constants.js
|
View
|
1
2
|
1 chunk |
+7 lines, -1 line |
0 comments
|
Download
|
|
M |
gm/rebaseline_server/static/live-view.html
|
View
|
1
2
|
3 chunks |
+10 lines, -4 lines |
0 comments
|
Download
|
|
M |
gm/rebaseline_server/testdata/outputs/expected/compare_configs_test.CompareConfigsTest.test_gm/gm.json
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
gm/rebaseline_server/testdata/outputs/expected/compare_rendered_pictures_test.CompareRenderedPicturesTest.test_endToEnd/compare_rendered_pictures.json
|
View
|
1
2
|
1 chunk |
+15 lines, -1 line |
0 comments
|
Download
|
|
M |
gm/rebaseline_server/testdata/outputs/expected/compare_rendered_pictures_test.CompareRenderedPicturesTest.test_repo_url/compare_rendered_pictures.json
|
View
|
1
2
|
1 chunk |
+15 lines, -1 line |
0 comments
|
Download
|
|
M |
gm/rebaseline_server/testdata/outputs/expected/compare_to_expectations_test.CompareToExpectationsTest.test_gm/gm.json
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 6 (0 generated)
|