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

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

Issue 480293002: rebaseline_server: constrain setADir/setBDir to consistently refer to single directories, not lists (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 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
« no previous file with comments | « gm/rebaseline_server/server.py ('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 "extraColumnHeaders": { 2 "extraColumnHeaders": {
3 "builderA": { 3 "builderA": {
4 "headerText": "builderA", 4 "headerText": "builderA",
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 null, 10 null,
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 "renderModeA", 126 "renderModeA",
127 "builderB", 127 "builderB",
128 "renderModeB" 128 "renderModeB"
129 ], 129 ],
130 "header": { 130 "header": {
131 "dataHash": "-1510211866509185075", 131 "dataHash": "-1510211866509185075",
132 "isEditable": false, 132 "isEditable": false,
133 "isExported": true, 133 "isExported": true,
134 "schemaVersion": 5, 134 "schemaVersion": 5,
135 "setA": { 135 "setA": {
136 "dir": [ 136 "dir": "repo:gm/rebaseline_server/testdata/inputs/skp-summaries/expectatio ns",
137 "repo:gm/rebaseline_server/testdata/inputs/skp-summaries/expectations"
138 ],
139 "repoRevision": "fake-repo-revision", 137 "repoRevision": "fake-repo-revision",
140 "section": "expected-results" 138 "section": "expected-results"
141 }, 139 },
142 "setB": { 140 "setB": {
143 "dir": [ 141 "dir": "repo:gm/rebaseline_server/testdata/inputs/skp-summaries/actuals",
144 "repo:gm/rebaseline_server/testdata/inputs/skp-summaries/actuals"
145 ],
146 "repoRevision": "fake-repo-revision", 142 "repoRevision": "fake-repo-revision",
147 "section": "actual-results" 143 "section": "actual-results"
148 }, 144 },
149 "timeNextUpdateAvailable": null, 145 "timeNextUpdateAvailable": null,
150 "timeUpdated": 12345678, 146 "timeUpdated": 12345678,
151 "type": "all" 147 "type": "all"
152 }, 148 },
153 "imagePairs": [ 149 "imagePairs": [
154 { 150 {
155 "extraColumns": { 151 "extraColumns": {
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 "imageB": { 220 "imageB": {
225 "baseUrl": "http://storage.cloud.google.com/fakebucket/fake/path", 221 "baseUrl": "http://storage.cloud.google.com/fakebucket/fake/path",
226 "description": "actual-results" 222 "description": "actual-results"
227 }, 223 },
228 "whiteDiffs": { 224 "whiteDiffs": {
229 "baseUrl": "/static/generated-images/whitediffs", 225 "baseUrl": "/static/generated-images/whitediffs",
230 "description": "differing pixels in white" 226 "description": "differing pixels in white"
231 } 227 }
232 } 228 }
233 } 229 }
OLDNEW
« no previous file with comments | « gm/rebaseline_server/server.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698