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

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

Issue 479613002: Add ability to output ImageBaseGSUrl to render_picture and use in rebaseline server (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Fix render_pictures_test after rebase 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/imagepairset_test.py ('k') | tools/image_expectations.h » ('j') | 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 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 "isDifferent": false, 215 "isDifferent": false,
216 "sourceJsonFile": "./summary.json" 216 "sourceJsonFile": "./summary.json"
217 } 217 }
218 ], 218 ],
219 "imageSets": { 219 "imageSets": {
220 "diffs": { 220 "diffs": {
221 "baseUrl": "/static/generated-images/diffs", 221 "baseUrl": "/static/generated-images/diffs",
222 "description": "color difference per channel" 222 "description": "color difference per channel"
223 }, 223 },
224 "imageA": { 224 "imageA": {
225 "baseUrl": "http://storage.cloud.google.com/fakebucket/fake/path", 225 "baseUrl": "http://storage.cloud.google.com/superman/kent-camera/pictures" ,
226 "description": "setA" 226 "description": "setA"
227 }, 227 },
228 "imageB": { 228 "imageB": {
229 "baseUrl": "http://storage.cloud.google.com/fakebucket/fake/path", 229 "baseUrl": "http://storage.cloud.google.com/batman/batarang/pictures",
230 "description": "setB" 230 "description": "setB"
231 }, 231 },
232 "whiteDiffs": { 232 "whiteDiffs": {
233 "baseUrl": "/static/generated-images/whitediffs", 233 "baseUrl": "/static/generated-images/whitediffs",
234 "description": "differing pixels in white" 234 "description": "differing pixels in white"
235 } 235 }
236 } 236 }
237 } 237 }
OLDNEW
« no previous file with comments | « gm/rebaseline_server/imagepairset_test.py ('k') | tools/image_expectations.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698