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

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

Issue 287623006: rebaseline_server: apply ignored-tests.txt within rebaseline_server, not just on the bots (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: make the code ignore those failures like it's supposed to 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 [ 8 [
9 "Test-Android-GalaxyNexus-SGX540-Arm7-Release", 9 "Test-Android-GalaxyNexus-SGX540-Arm7-Release",
10 7 10 7
11 ], 11 ],
12 [ 12 [
13 "Test-Builder-We-Have-No-Expectations-File-For", 13 "Test-Builder-We-Have-No-Expectations-File-For",
14 3 14 3
15 ], 15 ],
16 [ 16 [
17 "Test-Mac10.7-MacMini4.1-GeForce320M-x86_64-Debug", 17 "Test-Mac10.7-MacMini4.1-GeForce320M-x86_64-Debug",
18 3 18 4
19 ] 19 ]
20 ] 20 ]
21 }, 21 },
22 "config": { 22 "config": {
23 "headerText": "config", 23 "headerText": "config",
24 "isFilterable": true, 24 "isFilterable": true,
25 "isSortable": true, 25 "isSortable": true,
26 "valuesAndCounts": [ 26 "valuesAndCounts": [
27 [ 27 [
28 "TODO", 28 "TODO",
29 13 29 14
30 ] 30 ]
31 ] 31 ]
32 }, 32 },
33 "resultType": { 33 "resultType": {
34 "headerText": "resultType", 34 "headerText": "resultType",
35 "isFilterable": true, 35 "isFilterable": true,
36 "isSortable": true, 36 "isSortable": true,
37 "valuesAndCounts": [ 37 "valuesAndCounts": [
38 [ 38 [
39 "failed", 39 "failed",
40 4 40 4
41 ], 41 ],
42 [ 42 [
43 "no-comparison", 43 "no-comparison",
44 7 44 8
45 ], 45 ],
46 [ 46 [
47 "succeeded", 47 "succeeded",
48 2 48 2
49 ] 49 ]
50 ] 50 ]
51 }, 51 },
52 "test": { 52 "test": {
53 "headerText": "test", 53 "headerText": "test",
54 "isFilterable": true, 54 "isFilterable": true,
55 "isSortable": true, 55 "isSortable": true,
56 "valuesAndCounts": [ 56 "valuesAndCounts": [
57 [ 57 [
58 "3x3bitmaprect", 58 "3x3bitmaprect",
59 3 59 3
60 ], 60 ],
61 [ 61 [
62 "aaclip", 62 "aaclip",
63 1 63 1
64 ], 64 ],
65 [ 65 [
66 "bigblurs", 66 "bigblurs",
67 3 67 3
68 ], 68 ],
69 [ 69 [
70 "bitmapsource", 70 "bitmapsource",
71 1 71 1
72 ], 72 ],
73 [ 73 [
74 "blanket-ignored",
75 1
76 ],
77 [
74 "displacement", 78 "displacement",
75 2 79 2
76 ], 80 ],
77 [ 81 [
78 "filterbitmap_checkerboard_192_192", 82 "filterbitmap_checkerboard_192_192",
79 1 83 1
80 ], 84 ],
81 [ 85 [
82 "filterbitmap_checkerboard_32_2", 86 "filterbitmap_checkerboard_32_2",
83 1 87 1
84 ], 88 ],
85 [ 89 [
86 "texdata", 90 "texdata",
87 1 91 1
88 ] 92 ]
89 ] 93 ]
90 } 94 }
91 }, 95 },
92 "header": { 96 "header": {
93 "dataHash": "-7043844904261310530", 97 "dataHash": "-3232866296817265056",
94 "isEditable": false, 98 "isEditable": false,
95 "isExported": true, 99 "isExported": true,
96 "schemaVersion": 3, 100 "schemaVersion": 3,
97 "timeNextUpdateAvailable": null, 101 "timeNextUpdateAvailable": null,
98 "timeUpdated": 12345678, 102 "timeUpdated": 12345678,
99 "type": "all" 103 "type": "all"
100 }, 104 },
101 "imagePairs": [ 105 "imagePairs": [
102 { 106 {
103 "extraColumns": { 107 "extraColumns": {
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
225 "builder": "Test-Builder-We-Have-No-Expectations-File-For", 229 "builder": "Test-Builder-We-Have-No-Expectations-File-For",
226 "config": "TODO", 230 "config": "TODO",
227 "resultType": "succeeded", 231 "resultType": "succeeded",
228 "test": "3x3bitmaprect" 232 "test": "3x3bitmaprect"
229 }, 233 },
230 "imageAUrl": "bitmap-64bitMD5/3x3bitmaprect/2054956815327187963.png", 234 "imageAUrl": "bitmap-64bitMD5/3x3bitmaprect/2054956815327187963.png",
231 "imageBUrl": "bitmap-64bitMD5/3x3bitmaprect/2054956815327187963.png", 235 "imageBUrl": "bitmap-64bitMD5/3x3bitmaprect/2054956815327187963.png",
232 "isDifferent": false 236 "isDifferent": false
233 }, 237 },
234 { 238 {
239 "extraColumns": {
240 "builder": "Test-Mac10.7-MacMini4.1-GeForce320M-x86_64-Debug",
241 "config": "TODO",
242 "resultType": "no-comparison",
243 "test": "blanket-ignored"
244 },
245 "imageAUrl": "bitmap-64bitMD5/blanket-ignored/22222222.png",
246 "imageBUrl": null,
247 "isDifferent": true
248 },
249 {
235 "differenceData": { 250 "differenceData": {
236 "maxDiffPerChannel": [ 251 "maxDiffPerChannel": [
237 136, 252 136,
238 68, 253 68,
239 34 254 34
240 ], 255 ],
241 "numDifferingPixels": 6081, 256 "numDifferingPixels": 6081,
242 "percentDifferingPixels": 2.4324, 257 "percentDifferingPixels": 2.4324,
243 "perceptualDifference": 1.917199999999994, 258 "perceptualDifference": 1.917199999999994,
244 "weightedDiffMeasure": 0.06644571780084584 259 "weightedDiffMeasure": 0.06644571780084584
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
299 "imageB": { 314 "imageB": {
300 "baseUrl": "http://chromium-skia-gm.commondatastorage.googleapis.com/gm", 315 "baseUrl": "http://chromium-skia-gm.commondatastorage.googleapis.com/gm",
301 "description": "gpu" 316 "description": "gpu"
302 }, 317 },
303 "whiteDiffs": { 318 "whiteDiffs": {
304 "baseUrl": "/static/generated-images/whitediffs", 319 "baseUrl": "/static/generated-images/whitediffs",
305 "description": "differing pixels in white" 320 "description": "differing pixels in white"
306 } 321 }
307 } 322 }
308 } 323 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698