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

Side by Side Diff: gm/rebaseline_server/testdata/outputs/expected/compare_rendered_pictures_test.CompareRenderedPicturesTest.test_endToEnd/compare_rendered_pictures.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: rebase 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 "headerText": "builder", 4 "headerText": "builder",
5 "isFilterable": true, 5 "isFilterable": true,
6 "isSortable": true, 6 "isSortable": true,
7 "valuesAndCounts": { 7 "valuesAndCounts": [
8 "TODO": 4 8 [
9 } 9 "TODO",
10 4
11 ]
12 ]
10 }, 13 },
11 "config": { 14 "config": {
12 "headerText": "config", 15 "headerText": "config",
13 "isFilterable": true, 16 "isFilterable": true,
14 "isSortable": true, 17 "isSortable": true,
15 "valuesAndCounts": { 18 "valuesAndCounts": [
16 "whole-image": 4 19 [
17 } 20 "whole-image",
21 4
22 ]
23 ]
18 }, 24 },
19 "resultType": { 25 "resultType": {
20 "headerText": "resultType", 26 "headerText": "resultType",
21 "isFilterable": true, 27 "isFilterable": true,
22 "isSortable": true, 28 "isSortable": true,
23 "valuesAndCounts": { 29 "valuesAndCounts": [
24 "failed": 1, 30 [
25 "no-comparison": 2, 31 "failed",
26 "succeeded": 1 32 1
27 } 33 ],
34 [
35 "no-comparison",
36 2
37 ],
38 [
39 "succeeded",
40 1
41 ]
42 ]
28 }, 43 },
29 "test": { 44 "test": {
30 "headerText": "test", 45 "headerText": "test",
31 "isFilterable": true, 46 "isFilterable": true,
32 "isSortable": true, 47 "isSortable": true,
33 "valuesAndCounts": { 48 "valuesAndCounts": [
34 "changed.skp": 1, 49 [
35 "only-in-after.skp": 1, 50 "changed.skp",
36 "only-in-before.skp": 1, 51 1
37 "unchanged.skp": 1 52 ],
38 } 53 [
54 "only-in-after.skp",
55 1
56 ],
57 [
58 "only-in-before.skp",
59 1
60 ],
61 [
62 "unchanged.skp",
63 1
64 ]
65 ]
39 } 66 }
40 }, 67 },
41 "header": { 68 "header": {
42 "dataHash": "-595743736412687673", 69 "dataHash": "-595743736412687673",
43 "isEditable": false, 70 "isEditable": false,
44 "isExported": true, 71 "isExported": true,
45 "schemaVersion": 2, 72 "schemaVersion": 3,
46 "timeNextUpdateAvailable": null, 73 "timeNextUpdateAvailable": null,
47 "timeUpdated": 12345678, 74 "timeUpdated": 12345678,
48 "type": "all" 75 "type": "all"
49 }, 76 },
50 "imagePairs": [ 77 "imagePairs": [
51 { 78 {
52 "extraColumns": { 79 "extraColumns": {
53 "builder": "TODO", 80 "builder": "TODO",
54 "config": "whole-image", 81 "config": "whole-image",
55 "resultType": "failed", 82 "resultType": "failed",
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 "imageB": { 132 "imageB": {
106 "baseUrl": "http://chromium-skia-gm.commondatastorage.googleapis.com/rende r_pictures/images", 133 "baseUrl": "http://chromium-skia-gm.commondatastorage.googleapis.com/rende r_pictures/images",
107 "description": "after_patch" 134 "description": "after_patch"
108 }, 135 },
109 "whiteDiffs": { 136 "whiteDiffs": {
110 "baseUrl": "/static/generated-images/whitediffs", 137 "baseUrl": "/static/generated-images/whitediffs",
111 "description": "differing pixels in white" 138 "description": "differing pixels in white"
112 } 139 }
113 } 140 }
114 } 141 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698