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

Side by Side Diff: gm/rebaseline_server/testdata/outputs/expected/compare_rendered_pictures_test.CompareRenderedPicturesTest.test_repo_url/compare_rendered_pictures.json

Issue 474813002: rebaseline_server: include setA/setB descriptions in output JSON (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: use posixpath.join() Created 6 years, 4 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 "extraColumnHeaders": { 2 "extraColumnHeaders": {
3 "resultType": { 3 "resultType": {
4 "headerText": "resultType", 4 "headerText": "resultType",
5 "isFilterable": true, 5 "isFilterable": true,
6 "isSortable": true, 6 "isSortable": true,
7 "useFreeformFilter": false, 7 "useFreeformFilter": false,
8 "valuesAndCounts": [ 8 "valuesAndCounts": [
9 [ 9 [
10 "failed", 10 "failed",
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 "extraColumnOrder": [ 72 "extraColumnOrder": [
73 "resultType", 73 "resultType",
74 "sourceSkpFile", 74 "sourceSkpFile",
75 "tiledOrWhole", 75 "tiledOrWhole",
76 "tilenum" 76 "tilenum"
77 ], 77 ],
78 "header": { 78 "header": {
79 "dataHash": "-4754972663365911725", 79 "dataHash": "-4754972663365911725",
80 "isEditable": false, 80 "isEditable": false,
81 "isExported": true, 81 "isExported": true,
82 "schemaVersion": 4, 82 "schemaVersion": 5,
83 "setA": {
84 "dir": [
85 "repo:gm/rebaseline_server/testdata/inputs/skp-summaries/expectations"
86 ],
87 "repoRevision": "fake-repo-revision",
88 "section": "expected-results"
89 },
90 "setB": {
91 "dir": [
92 "repo:gm/rebaseline_server/testdata/inputs/skp-summaries/actuals"
93 ],
94 "repoRevision": "fake-repo-revision",
95 "section": "actual-results"
96 },
83 "timeNextUpdateAvailable": null, 97 "timeNextUpdateAvailable": null,
84 "timeUpdated": 12345678, 98 "timeUpdated": 12345678,
85 "type": "all" 99 "type": "all"
86 }, 100 },
87 "imagePairs": [ 101 "imagePairs": [
88 { 102 {
89 "extraColumns": { 103 "extraColumns": {
90 "resultType": "failed", 104 "resultType": "failed",
91 "sourceSkpFile": "changed.skp", 105 "sourceSkpFile": "changed.skp",
92 "tiledOrWhole": "whole", 106 "tiledOrWhole": "whole",
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 "imageB": { 156 "imageB": {
143 "baseUrl": "http://storage.cloud.google.com/fakebucket/fake/path", 157 "baseUrl": "http://storage.cloud.google.com/fakebucket/fake/path",
144 "description": "actual-results" 158 "description": "actual-results"
145 }, 159 },
146 "whiteDiffs": { 160 "whiteDiffs": {
147 "baseUrl": "/static/generated-images/whitediffs", 161 "baseUrl": "/static/generated-images/whitediffs",
148 "description": "differing pixels in white" 162 "description": "differing pixels in white"
149 } 163 }
150 } 164 }
151 } 165 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698