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

Side by Side Diff: gm/rebaseline_server/testdata/outputs/expected/compare_to_expectations_test.CompareToExpectationsTest.test_gm/gm.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": true,
7 "valuesAndCounts": [ 8 "valuesAndCounts": [
8 [ 9 [
9 "Test-Android-GalaxyNexus-SGX540-Arm7-Release", 10 "Test-Android-GalaxyNexus-SGX540-Arm7-Release",
10 13 11 13
11 ], 12 ],
12 [ 13 [
13 "Test-Mac10.7-MacMini4.1-GeForce320M-x86_64-Debug", 14 "Test-Mac10.7-MacMini4.1-GeForce320M-x86_64-Debug",
14 17 15 17
15 ] 16 ]
16 ] 17 ]
17 }, 18 },
18 "config": { 19 "config": {
19 "headerText": "config", 20 "headerText": "config",
20 "isFilterable": true, 21 "isFilterable": true,
21 "isSortable": true, 22 "isSortable": true,
23 "useFreeformFilter": false,
22 "valuesAndCounts": [ 24 "valuesAndCounts": [
23 [ 25 [
24 "565", 26 "565",
25 10 27 10
26 ], 28 ],
27 [ 29 [
28 "8888", 30 "8888",
29 10 31 10
30 ], 32 ],
31 [ 33 [
32 "gpu", 34 "gpu",
33 4 35 4
34 ], 36 ],
35 [ 37 [
36 "pdf-mac", 38 "pdf-mac",
37 3 39 3
38 ], 40 ],
39 [ 41 [
40 "pdf-poppler", 42 "pdf-poppler",
41 3 43 3
42 ] 44 ]
43 ] 45 ]
44 }, 46 },
45 "resultType": { 47 "resultType": {
46 "headerText": "resultType", 48 "headerText": "resultType",
47 "isFilterable": true, 49 "isFilterable": true,
48 "isSortable": true, 50 "isSortable": true,
51 "useFreeformFilter": false,
49 "valuesAndCounts": [ 52 "valuesAndCounts": [
50 [ 53 [
51 "failed", 54 "failed",
52 1 55 1
53 ], 56 ],
54 [ 57 [
55 "failure-ignored", 58 "failure-ignored",
56 6 59 6
57 ], 60 ],
58 [ 61 [
59 "no-comparison", 62 "no-comparison",
60 9 63 9
61 ], 64 ],
62 [ 65 [
63 "succeeded", 66 "succeeded",
64 14 67 14
65 ] 68 ]
66 ] 69 ]
67 }, 70 },
68 "test": { 71 "test": {
69 "headerText": "test", 72 "headerText": "test",
70 "isFilterable": true, 73 "isFilterable": true,
71 "isSortable": true, 74 "isSortable": true,
75 "useFreeformFilter": true,
72 "valuesAndCounts": [ 76 "valuesAndCounts": [
73 [ 77 [
74 "3x3bitmaprect", 78 "3x3bitmaprect",
75 7 79 7
76 ], 80 ],
77 [ 81 [
78 "aaclip", 82 "aaclip",
79 2 83 2
80 ], 84 ],
81 [ 85 [
(...skipping 20 matching lines...) Expand all
102 "filterbitmap_checkerboard_32_2", 106 "filterbitmap_checkerboard_32_2",
103 2 107 2
104 ], 108 ],
105 [ 109 [
106 "texdata", 110 "texdata",
107 1 111 1
108 ] 112 ]
109 ] 113 ]
110 } 114 }
111 }, 115 },
116 "extraColumnOrder": [
117 "resultType",
118 "builder",
119 "test",
120 "config"
121 ],
112 "header": { 122 "header": {
113 "dataHash": "-7804718549064096650", 123 "dataHash": "-7804718549064096650",
114 "isEditable": false, 124 "isEditable": false,
115 "isExported": true, 125 "isExported": true,
116 "schemaVersion": 3, 126 "schemaVersion": 4,
117 "timeNextUpdateAvailable": null, 127 "timeNextUpdateAvailable": null,
118 "timeUpdated": 12345678, 128 "timeUpdated": 12345678,
119 "type": "all" 129 "type": "all"
120 }, 130 },
121 "imagePairs": [ 131 "imagePairs": [
122 { 132 {
123 "differenceData": { 133 "differenceData": {
124 "maxDiffPerChannel": [ 134 "maxDiffPerChannel": [
125 128, 135 128,
126 128, 136 128,
(...skipping 494 matching lines...) Expand 10 before | Expand all | Expand 10 after
621 "imageB": { 631 "imageB": {
622 "baseUrl": "http://chromium-skia-gm.commondatastorage.googleapis.com/gm", 632 "baseUrl": "http://chromium-skia-gm.commondatastorage.googleapis.com/gm",
623 "description": "actual image" 633 "description": "actual image"
624 }, 634 },
625 "whiteDiffs": { 635 "whiteDiffs": {
626 "baseUrl": "/static/generated-images/whitediffs", 636 "baseUrl": "/static/generated-images/whitediffs",
627 "description": "differing pixels in white" 637 "description": "differing pixels in white"
628 } 638 }
629 } 639 }
630 } 640 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698