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

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: 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 "Test-Android-GalaxyNexus-SGX540-Arm7-Release": 7, 8 [
9 "Test-Builder-We-Have-No-Expectations-File-For": 3, 9 "Test-Android-GalaxyNexus-SGX540-Arm7-Release",
10 "Test-Mac10.7-MacMini4.1-GeForce320M-x86_64-Debug": 3 10 7
11 } 11 ],
12 [
13 "Test-Builder-We-Have-No-Expectations-File-For",
14 3
15 ],
16 [
17 "Test-Mac10.7-MacMini4.1-GeForce320M-x86_64-Debug",
18 3
19 ]
20 ]
12 }, 21 },
13 "config": { 22 "config": {
14 "headerText": "config", 23 "headerText": "config",
15 "isFilterable": true, 24 "isFilterable": true,
16 "isSortable": true, 25 "isSortable": true,
17 "valuesAndCounts": { 26 "valuesAndCounts": [
18 "TODO": 13 27 [
19 } 28 "TODO",
29 13
30 ]
31 ]
20 }, 32 },
21 "resultType": { 33 "resultType": {
22 "headerText": "resultType", 34 "headerText": "resultType",
23 "isFilterable": true, 35 "isFilterable": true,
24 "isSortable": true, 36 "isSortable": true,
25 "valuesAndCounts": { 37 "valuesAndCounts": [
26 "failed": 4, 38 [
27 "no-comparison": 7, 39 "failed",
28 "succeeded": 2 40 4
29 } 41 ],
42 [
43 "no-comparison",
44 7
45 ],
46 [
47 "succeeded",
48 2
49 ]
50 ]
30 }, 51 },
31 "test": { 52 "test": {
32 "headerText": "test", 53 "headerText": "test",
33 "isFilterable": true, 54 "isFilterable": true,
34 "isSortable": true, 55 "isSortable": true,
35 "valuesAndCounts": { 56 "valuesAndCounts": [
36 "3x3bitmaprect": 3, 57 [
37 "aaclip": 1, 58 "3x3bitmaprect",
38 "bigblurs": 3, 59 3
39 "bitmapsource": 1, 60 ],
40 "displacement": 2, 61 [
41 "filterbitmap_checkerboard_192_192": 1, 62 "aaclip",
42 "filterbitmap_checkerboard_32_2": 1, 63 1
43 "texdata": 1 64 ],
44 } 65 [
66 "bigblurs",
67 3
68 ],
69 [
70 "bitmapsource",
71 1
72 ],
73 [
74 "displacement",
75 2
76 ],
77 [
78 "filterbitmap_checkerboard_192_192",
79 1
80 ],
81 [
82 "filterbitmap_checkerboard_32_2",
83 1
84 ],
85 [
86 "texdata",
87 1
88 ]
89 ]
45 } 90 }
46 }, 91 },
47 "header": { 92 "header": {
48 "dataHash": "-7043844904261310530", 93 "dataHash": "-7043844904261310530",
49 "isEditable": false, 94 "isEditable": false,
50 "isExported": true, 95 "isExported": true,
51 "schemaVersion": 2, 96 "schemaVersion": 3,
52 "timeNextUpdateAvailable": null, 97 "timeNextUpdateAvailable": null,
53 "timeUpdated": 12345678, 98 "timeUpdated": 12345678,
54 "type": "all" 99 "type": "all"
55 }, 100 },
56 "imagePairs": [ 101 "imagePairs": [
57 { 102 {
58 "extraColumns": { 103 "extraColumns": {
59 "builder": "Test-Android-GalaxyNexus-SGX540-Arm7-Release", 104 "builder": "Test-Android-GalaxyNexus-SGX540-Arm7-Release",
60 "config": "TODO", 105 "config": "TODO",
61 "resultType": "no-comparison", 106 "resultType": "no-comparison",
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 "imageB": { 299 "imageB": {
255 "baseUrl": "http://chromium-skia-gm.commondatastorage.googleapis.com/gm", 300 "baseUrl": "http://chromium-skia-gm.commondatastorage.googleapis.com/gm",
256 "description": "gpu" 301 "description": "gpu"
257 }, 302 },
258 "whiteDiffs": { 303 "whiteDiffs": {
259 "baseUrl": "/static/generated-images/whitediffs", 304 "baseUrl": "/static/generated-images/whitediffs",
260 "description": "differing pixels in white" 305 "description": "differing pixels in white"
261 } 306 }
262 } 307 }
263 } 308 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698