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

Side by Side Diff: gm/rebaseline_server/testdata/outputs/expected/results_test.ResultsTest.test_gm/gm.json

Issue 196533021: rebaseline_server: make intermediate JSON specify base urls for diff images (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: nits Created 6 years, 9 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/static/view.html ('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 "builder": { 3 "builder": {
4 "headerText": "builder", 4 "headerText": "builder",
5 "isFilterable": true, 5 "isFilterable": true,
6 "isSortable": true, 6 "isSortable": true,
7 "valuesAndCounts": { 7 "valuesAndCounts": {
8 "Test-Android-GalaxyNexus-SGX540-Arm7-Release": 13, 8 "Test-Android-GalaxyNexus-SGX540-Arm7-Release": 13,
9 "Test-Mac10.7-MacMini4.1-GeForce320M-x86_64-Debug": 15 9 "Test-Mac10.7-MacMini4.1-GeForce320M-x86_64-Debug": 15
10 } 10 }
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 "filterbitmap_checkerboard_192_192": 2, 45 "filterbitmap_checkerboard_192_192": 2,
46 "filterbitmap_checkerboard_32_2": 2, 46 "filterbitmap_checkerboard_32_2": 2,
47 "texdata": 1 47 "texdata": 1
48 } 48 }
49 } 49 }
50 }, 50 },
51 "header": { 51 "header": {
52 "dataHash": "2099241024256114776", 52 "dataHash": "2099241024256114776",
53 "isEditable": false, 53 "isEditable": false,
54 "isExported": true, 54 "isExported": true,
55 "schemaVersion": 1, 55 "schemaVersion": 2,
56 "timeNextUpdateAvailable": null, 56 "timeNextUpdateAvailable": null,
57 "timeUpdated": 12345678, 57 "timeUpdated": 12345678,
58 "type": "all" 58 "type": "all"
59 }, 59 },
60 "imagePairs": [ 60 "imagePairs": [
61 { 61 {
62 "differenceData": { 62 "differenceData": {
63 "maxDiffPerChannel": [ 63 "maxDiffPerChannel": [
64 128, 64 128,
65 128, 65 128,
(...skipping 468 matching lines...) Expand 10 before | Expand all | Expand 10 after
534 "builder": "Test-Mac10.7-MacMini4.1-GeForce320M-x86_64-Debug", 534 "builder": "Test-Mac10.7-MacMini4.1-GeForce320M-x86_64-Debug",
535 "config": "pdf-poppler", 535 "config": "pdf-poppler",
536 "resultType": "succeeded", 536 "resultType": "succeeded",
537 "test": "3x3bitmaprect" 537 "test": "3x3bitmaprect"
538 }, 538 },
539 "imageAUrl": "bitmap-64bitMD5/3x3bitmaprect/16723580409414313678.png", 539 "imageAUrl": "bitmap-64bitMD5/3x3bitmaprect/16723580409414313678.png",
540 "imageBUrl": "bitmap-64bitMD5/3x3bitmaprect/16723580409414313678.png", 540 "imageBUrl": "bitmap-64bitMD5/3x3bitmaprect/16723580409414313678.png",
541 "isDifferent": false 541 "isDifferent": false
542 } 542 }
543 ], 543 ],
544 "imageSets": [ 544 "imageSets": {
545 { 545 "diffs": {
546 "baseUrl": "/static/generated-images/diffs",
547 "description": "color difference per channel"
548 },
549 "imageA": {
546 "baseUrl": "http://chromium-skia-gm.commondatastorage.googleapis.com/gm", 550 "baseUrl": "http://chromium-skia-gm.commondatastorage.googleapis.com/gm",
547 "description": "expected image" 551 "description": "expected image"
548 }, 552 },
549 { 553 "imageB": {
550 "baseUrl": "http://chromium-skia-gm.commondatastorage.googleapis.com/gm", 554 "baseUrl": "http://chromium-skia-gm.commondatastorage.googleapis.com/gm",
551 "description": "actual image" 555 "description": "actual image"
556 },
557 "whiteDiffs": {
558 "baseUrl": "/static/generated-images/whitediffs",
559 "description": "differing pixels in white"
552 } 560 }
553 ] 561 }
554 } 562 }
OLDNEW
« no previous file with comments | « gm/rebaseline_server/static/view.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698