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

Side by Side Diff: gm/rebaseline_server/testdata/outputs/expected/compare_to_expectations_test.CompareToExpectationsTest.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": 13, 8 [
9 "Test-Mac10.7-MacMini4.1-GeForce320M-x86_64-Debug": 15 9 "Test-Android-GalaxyNexus-SGX540-Arm7-Release",
10 } 10 13
11 ],
12 [
13 "Test-Mac10.7-MacMini4.1-GeForce320M-x86_64-Debug",
14 15
15 ]
16 ]
11 }, 17 },
12 "config": { 18 "config": {
13 "headerText": "config", 19 "headerText": "config",
14 "isFilterable": true, 20 "isFilterable": true,
15 "isSortable": true, 21 "isSortable": true,
16 "valuesAndCounts": { 22 "valuesAndCounts": [
17 "565": 9, 23 [
18 "8888": 9, 24 "565",
19 "gpu": 4, 25 9
20 "pdf-mac": 3, 26 ],
21 "pdf-poppler": 3 27 [
22 } 28 "8888",
29 9
30 ],
31 [
32 "gpu",
33 4
34 ],
35 [
36 "pdf-mac",
37 3
38 ],
39 [
40 "pdf-poppler",
41 3
42 ]
43 ]
23 }, 44 },
24 "resultType": { 45 "resultType": {
25 "headerText": "resultType", 46 "headerText": "resultType",
26 "isFilterable": true, 47 "isFilterable": true,
27 "isSortable": true, 48 "isSortable": true,
28 "valuesAndCounts": { 49 "valuesAndCounts": [
29 "failed": 1, 50 [
30 "failure-ignored": 4, 51 "failed",
31 "no-comparison": 9, 52 1
32 "succeeded": 14 53 ],
33 } 54 [
55 "failure-ignored",
56 4
57 ],
58 [
59 "no-comparison",
60 9
61 ],
62 [
63 "succeeded",
64 14
65 ]
66 ]
34 }, 67 },
35 "test": { 68 "test": {
36 "headerText": "test", 69 "headerText": "test",
37 "isFilterable": true, 70 "isFilterable": true,
38 "isSortable": true, 71 "isSortable": true,
39 "valuesAndCounts": { 72 "valuesAndCounts": [
40 "3x3bitmaprect": 7, 73 [
41 "aaclip": 2, 74 "3x3bitmaprect",
42 "bigblurs": 7, 75 7
43 "bitmapsource": 2, 76 ],
44 "displacement": 5, 77 [
45 "filterbitmap_checkerboard_192_192": 2, 78 "aaclip",
46 "filterbitmap_checkerboard_32_2": 2, 79 2
47 "texdata": 1 80 ],
48 } 81 [
82 "bigblurs",
83 7
84 ],
85 [
86 "bitmapsource",
87 2
88 ],
89 [
90 "displacement",
91 5
92 ],
93 [
94 "filterbitmap_checkerboard_192_192",
95 2
96 ],
97 [
98 "filterbitmap_checkerboard_32_2",
99 2
100 ],
101 [
102 "texdata",
103 1
104 ]
105 ]
49 } 106 }
50 }, 107 },
51 "header": { 108 "header": {
52 "dataHash": "2775016045957284034", 109 "dataHash": "2775016045957284034",
53 "isEditable": false, 110 "isEditable": false,
54 "isExported": true, 111 "isExported": true,
55 "schemaVersion": 2, 112 "schemaVersion": 3,
56 "timeNextUpdateAvailable": null, 113 "timeNextUpdateAvailable": null,
57 "timeUpdated": 12345678, 114 "timeUpdated": 12345678,
58 "type": "all" 115 "type": "all"
59 }, 116 },
60 "imagePairs": [ 117 "imagePairs": [
61 { 118 {
62 "differenceData": { 119 "differenceData": {
63 "maxDiffPerChannel": [ 120 "maxDiffPerChannel": [
64 128, 121 128,
65 128, 122 128,
(...skipping 487 matching lines...) Expand 10 before | Expand all | Expand 10 after
553 "imageB": { 610 "imageB": {
554 "baseUrl": "http://chromium-skia-gm.commondatastorage.googleapis.com/gm", 611 "baseUrl": "http://chromium-skia-gm.commondatastorage.googleapis.com/gm",
555 "description": "actual image" 612 "description": "actual image"
556 }, 613 },
557 "whiteDiffs": { 614 "whiteDiffs": {
558 "baseUrl": "/static/generated-images/whitediffs", 615 "baseUrl": "/static/generated-images/whitediffs",
559 "description": "differing pixels in white" 616 "description": "differing pixels in white"
560 } 617 }
561 } 618 }
562 } 619 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698