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

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

Issue 376623002: rebaseline_server: allow JSON to control column filtering (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Ravi suggestions Created 6 years, 5 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": false,
7 "valuesAndCounts": [ 8 "valuesAndCounts": [
8 [ 9 [
9 "TODO", 10 "TODO",
10 4 11 4
11 ] 12 ]
12 ] 13 ]
13 }, 14 },
14 "config": { 15 "config": {
15 "headerText": "config", 16 "headerText": "config",
16 "isFilterable": true, 17 "isFilterable": true,
17 "isSortable": true, 18 "isSortable": true,
19 "useFreeformFilter": false,
18 "valuesAndCounts": [ 20 "valuesAndCounts": [
19 [ 21 [
20 "whole-image", 22 "whole-image",
21 4 23 4
22 ] 24 ]
23 ] 25 ]
24 }, 26 },
25 "resultType": { 27 "resultType": {
26 "headerText": "resultType", 28 "headerText": "resultType",
27 "isFilterable": true, 29 "isFilterable": true,
28 "isSortable": true, 30 "isSortable": true,
31 "useFreeformFilter": false,
29 "valuesAndCounts": [ 32 "valuesAndCounts": [
30 [ 33 [
31 "failed", 34 "failed",
32 1 35 1
33 ], 36 ],
34 [ 37 [
35 "no-comparison", 38 "no-comparison",
36 2 39 2
37 ], 40 ],
38 [ 41 [
39 "succeeded", 42 "succeeded",
40 1 43 1
41 ] 44 ]
42 ] 45 ]
43 }, 46 },
44 "test": { 47 "test": {
45 "headerText": "test", 48 "headerText": "test",
46 "isFilterable": true, 49 "isFilterable": true,
47 "isSortable": true, 50 "isSortable": true,
51 "useFreeformFilter": false,
48 "valuesAndCounts": [ 52 "valuesAndCounts": [
49 [ 53 [
50 "changed.skp", 54 "changed.skp",
51 1 55 1
52 ], 56 ],
53 [ 57 [
54 "only-in-after.skp", 58 "only-in-after.skp",
55 1 59 1
56 ], 60 ],
57 [ 61 [
58 "only-in-before.skp", 62 "only-in-before.skp",
59 1 63 1
60 ], 64 ],
61 [ 65 [
62 "unchanged.skp", 66 "unchanged.skp",
63 1 67 1
64 ] 68 ]
65 ] 69 ]
66 } 70 }
67 }, 71 },
72 "extraColumnOrder": [
73 "builder",
74 "config",
75 "resultType",
76 "test"
77 ],
68 "header": { 78 "header": {
69 "dataHash": "-595743736412687673", 79 "dataHash": "-595743736412687673",
70 "isEditable": false, 80 "isEditable": false,
71 "isExported": true, 81 "isExported": true,
72 "schemaVersion": 3, 82 "schemaVersion": 4,
73 "timeNextUpdateAvailable": null, 83 "timeNextUpdateAvailable": null,
74 "timeUpdated": 12345678, 84 "timeUpdated": 12345678,
75 "type": "all" 85 "type": "all"
76 }, 86 },
77 "imagePairs": [ 87 "imagePairs": [
78 { 88 {
79 "extraColumns": { 89 "extraColumns": {
80 "builder": "TODO", 90 "builder": "TODO",
81 "config": "whole-image", 91 "config": "whole-image",
82 "resultType": "failed", 92 "resultType": "failed",
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 "imageB": { 142 "imageB": {
133 "baseUrl": "http://chromium-skia-gm.commondatastorage.googleapis.com/rende r_pictures/images", 143 "baseUrl": "http://chromium-skia-gm.commondatastorage.googleapis.com/rende r_pictures/images",
134 "description": "after_patch" 144 "description": "after_patch"
135 }, 145 },
136 "whiteDiffs": { 146 "whiteDiffs": {
137 "baseUrl": "/static/generated-images/whitediffs", 147 "baseUrl": "/static/generated-images/whitediffs",
138 "description": "differing pixels in white" 148 "description": "differing pixels in white"
139 } 149 }
140 } 150 }
141 } 151 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698