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

Side by Side Diff: gm/rebaseline_server/testdata/outputs/expected/compare_configs_test.CompareConfigsTest.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": false,
7 "valuesAndCounts": [ 8 "valuesAndCounts": [
8 [ 9 [
9 "Test-Android-GalaxyNexus-SGX540-Arm7-Release", 10 "Test-Android-GalaxyNexus-SGX540-Arm7-Release",
10 7 11 7
11 ], 12 ],
12 [ 13 [
13 "Test-Builder-We-Have-No-Expectations-File-For", 14 "Test-Builder-We-Have-No-Expectations-File-For",
14 3 15 3
15 ], 16 ],
16 [ 17 [
17 "Test-Mac10.7-MacMini4.1-GeForce320M-x86_64-Debug", 18 "Test-Mac10.7-MacMini4.1-GeForce320M-x86_64-Debug",
18 4 19 4
19 ] 20 ]
20 ] 21 ]
21 }, 22 },
22 "config": { 23 "config": {
23 "headerText": "config", 24 "headerText": "config",
24 "isFilterable": true, 25 "isFilterable": true,
25 "isSortable": true, 26 "isSortable": true,
27 "useFreeformFilter": false,
26 "valuesAndCounts": [ 28 "valuesAndCounts": [
27 [ 29 [
28 "TODO", 30 "TODO",
29 14 31 14
30 ] 32 ]
31 ] 33 ]
32 }, 34 },
33 "resultType": { 35 "resultType": {
34 "headerText": "resultType", 36 "headerText": "resultType",
35 "isFilterable": true, 37 "isFilterable": true,
36 "isSortable": true, 38 "isSortable": true,
39 "useFreeformFilter": false,
37 "valuesAndCounts": [ 40 "valuesAndCounts": [
38 [ 41 [
39 "failed", 42 "failed",
40 4 43 4
41 ], 44 ],
42 [ 45 [
43 "no-comparison", 46 "no-comparison",
44 8 47 8
45 ], 48 ],
46 [ 49 [
47 "succeeded", 50 "succeeded",
48 2 51 2
49 ] 52 ]
50 ] 53 ]
51 }, 54 },
52 "test": { 55 "test": {
53 "headerText": "test", 56 "headerText": "test",
54 "isFilterable": true, 57 "isFilterable": true,
55 "isSortable": true, 58 "isSortable": true,
59 "useFreeformFilter": false,
56 "valuesAndCounts": [ 60 "valuesAndCounts": [
57 [ 61 [
58 "3x3bitmaprect", 62 "3x3bitmaprect",
59 3 63 3
60 ], 64 ],
61 [ 65 [
62 "aaclip", 66 "aaclip",
63 1 67 1
64 ], 68 ],
65 [ 69 [
(...skipping 20 matching lines...) Expand all
86 "filterbitmap_checkerboard_32_2", 90 "filterbitmap_checkerboard_32_2",
87 1 91 1
88 ], 92 ],
89 [ 93 [
90 "texdata", 94 "texdata",
91 1 95 1
92 ] 96 ]
93 ] 97 ]
94 } 98 }
95 }, 99 },
100 "extraColumnOrder": [
101 "builder",
102 "config",
103 "resultType",
104 "test"
105 ],
96 "header": { 106 "header": {
97 "dataHash": "-5829724510169924592", 107 "dataHash": "-5829724510169924592",
98 "isEditable": false, 108 "isEditable": false,
99 "isExported": true, 109 "isExported": true,
100 "schemaVersion": 3, 110 "schemaVersion": 4,
101 "timeNextUpdateAvailable": null, 111 "timeNextUpdateAvailable": null,
102 "timeUpdated": 12345678, 112 "timeUpdated": 12345678,
103 "type": "all" 113 "type": "all"
104 }, 114 },
105 "imagePairs": [ 115 "imagePairs": [
106 { 116 {
107 "extraColumns": { 117 "extraColumns": {
108 "builder": "Test-Android-GalaxyNexus-SGX540-Arm7-Release", 118 "builder": "Test-Android-GalaxyNexus-SGX540-Arm7-Release",
109 "config": "TODO", 119 "config": "TODO",
110 "resultType": "no-comparison", 120 "resultType": "no-comparison",
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
310 "imageB": { 320 "imageB": {
311 "baseUrl": "http://chromium-skia-gm.commondatastorage.googleapis.com/gm", 321 "baseUrl": "http://chromium-skia-gm.commondatastorage.googleapis.com/gm",
312 "description": "gpu" 322 "description": "gpu"
313 }, 323 },
314 "whiteDiffs": { 324 "whiteDiffs": {
315 "baseUrl": "/static/generated-images/whitediffs", 325 "baseUrl": "/static/generated-images/whitediffs",
316 "description": "differing pixels in white" 326 "description": "differing pixels in white"
317 } 327 }
318 } 328 }
319 } 329 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698