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

Side by Side Diff: gm/rebaseline_server/testdata/outputs/expected/compare_to_expectations_test.CompareToExpectationsTest.test_gm/gm.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 "builder": { 3 "builder": {
4 "headerText": "builder", 4 "headerText": "builder",
5 "isFilterable": true, 5 "isFilterable": true,
6 "isSortable": true, 6 "isSortable": true,
7 "useFreeformFilter": true, 7 "useFreeformFilter": true,
8 "valuesAndCounts": [ 8 "valuesAndCounts": [
9 [ 9 [
10 "Test-Android-GalaxyNexus-SGX540-Arm7-Release", 10 "Test-Android-GalaxyNexus-SGX540-Arm7-Release",
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 "extraColumnOrder": [ 116 "extraColumnOrder": [
117 "resultType", 117 "resultType",
118 "builder", 118 "builder",
119 "test", 119 "test",
120 "config" 120 "config"
121 ], 121 ],
122 "header": { 122 "header": {
123 "dataHash": "-7804718549064096650", 123 "dataHash": "-7804718549064096650",
124 "isEditable": false, 124 "isEditable": false,
125 "isExported": true, 125 "isExported": true,
126 "schemaVersion": 4, 126 "schemaVersion": 5,
127 "timeNextUpdateAvailable": null, 127 "timeNextUpdateAvailable": null,
128 "timeUpdated": 12345678, 128 "timeUpdated": 12345678,
129 "type": "all" 129 "type": "all"
130 }, 130 },
131 "imagePairs": [ 131 "imagePairs": [
132 { 132 {
133 "differenceData": { 133 "differenceData": {
134 "maxDiffPerChannel": [ 134 "maxDiffPerChannel": [
135 128, 135 128,
136 128, 136 128,
(...skipping 494 matching lines...) Expand 10 before | Expand all | Expand 10 after
631 "imageB": { 631 "imageB": {
632 "baseUrl": "http://chromium-skia-gm.commondatastorage.googleapis.com/gm", 632 "baseUrl": "http://chromium-skia-gm.commondatastorage.googleapis.com/gm",
633 "description": "actual image" 633 "description": "actual image"
634 }, 634 },
635 "whiteDiffs": { 635 "whiteDiffs": {
636 "baseUrl": "/static/generated-images/whitediffs", 636 "baseUrl": "/static/generated-images/whitediffs",
637 "description": "differing pixels in white" 637 "description": "differing pixels in white"
638 } 638 }
639 } 639 }
640 } 640 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698