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

Side by Side Diff: gm/rebaseline_server/testdata/outputs/expected/compare_configs_test.CompareConfigsTest.test_gm/gm.json

Issue 270413002: rebaseline_server JSON: pass category values as values, not keys (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 7 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 "counts": [
5 7,
6 3,
7 3
8 ],
4 "headerText": "builder", 9 "headerText": "builder",
5 "isFilterable": true, 10 "isFilterable": true,
6 "isSortable": true, 11 "isSortable": true,
7 "valuesAndCounts": { 12 "values": [
8 "Test-Android-GalaxyNexus-SGX540-Arm7-Release": 7, 13 "Test-Android-GalaxyNexus-SGX540-Arm7-Release",
9 "Test-Builder-We-Have-No-Expectations-File-For": 3, 14 "Test-Builder-We-Have-No-Expectations-File-For",
10 "Test-Mac10.7-MacMini4.1-GeForce320M-x86_64-Debug": 3 15 "Test-Mac10.7-MacMini4.1-GeForce320M-x86_64-Debug"
11 } 16 ]
12 }, 17 },
13 "config": { 18 "config": {
19 "counts": [
20 13
21 ],
14 "headerText": "config", 22 "headerText": "config",
15 "isFilterable": true, 23 "isFilterable": true,
16 "isSortable": true, 24 "isSortable": true,
17 "valuesAndCounts": { 25 "values": [
18 "TODO": 13 26 "TODO"
19 } 27 ]
20 }, 28 },
21 "resultType": { 29 "resultType": {
30 "counts": [
31 4,
32 7,
33 2
34 ],
22 "headerText": "resultType", 35 "headerText": "resultType",
23 "isFilterable": true, 36 "isFilterable": true,
24 "isSortable": true, 37 "isSortable": true,
25 "valuesAndCounts": { 38 "values": [
26 "failed": 4, 39 "failed",
27 "no-comparison": 7, 40 "no-comparison",
28 "succeeded": 2 41 "succeeded"
29 } 42 ]
30 }, 43 },
31 "test": { 44 "test": {
45 "counts": [
46 3,
47 1,
48 3,
49 1,
50 2,
51 1,
52 1,
53 1
54 ],
32 "headerText": "test", 55 "headerText": "test",
33 "isFilterable": true, 56 "isFilterable": true,
34 "isSortable": true, 57 "isSortable": true,
35 "valuesAndCounts": { 58 "values": [
36 "3x3bitmaprect": 3, 59 "3x3bitmaprect",
37 "aaclip": 1, 60 "aaclip",
38 "bigblurs": 3, 61 "bigblurs",
39 "bitmapsource": 1, 62 "bitmapsource",
40 "displacement": 2, 63 "displacement",
41 "filterbitmap_checkerboard_192_192": 1, 64 "filterbitmap_checkerboard_192_192",
42 "filterbitmap_checkerboard_32_2": 1, 65 "filterbitmap_checkerboard_32_2",
43 "texdata": 1 66 "texdata"
44 } 67 ]
45 } 68 }
46 }, 69 },
47 "header": { 70 "header": {
48 "dataHash": "-7043844904261310530", 71 "dataHash": "-7043844904261310530",
49 "isEditable": false, 72 "isEditable": false,
50 "isExported": true, 73 "isExported": true,
51 "schemaVersion": 2, 74 "schemaVersion": 3,
52 "timeNextUpdateAvailable": null, 75 "timeNextUpdateAvailable": null,
53 "timeUpdated": 12345678, 76 "timeUpdated": 12345678,
54 "type": "all" 77 "type": "all"
55 }, 78 },
56 "imagePairs": [ 79 "imagePairs": [
57 { 80 {
58 "extraColumns": { 81 "extraColumns": {
59 "builder": "Test-Android-GalaxyNexus-SGX540-Arm7-Release", 82 "builder": "Test-Android-GalaxyNexus-SGX540-Arm7-Release",
60 "config": "TODO", 83 "config": "TODO",
61 "resultType": "no-comparison", 84 "resultType": "no-comparison",
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 "imageB": { 277 "imageB": {
255 "baseUrl": "http://chromium-skia-gm.commondatastorage.googleapis.com/gm", 278 "baseUrl": "http://chromium-skia-gm.commondatastorage.googleapis.com/gm",
256 "description": "gpu" 279 "description": "gpu"
257 }, 280 },
258 "whiteDiffs": { 281 "whiteDiffs": {
259 "baseUrl": "/static/generated-images/whitediffs", 282 "baseUrl": "/static/generated-images/whitediffs",
260 "description": "differing pixels in white" 283 "description": "differing pixels in white"
261 } 284 }
262 } 285 }
263 } 286 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698