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

Side by Side Diff: gm/rebaseline_server/testdata/inputs/gm-expectations/Test-Mac10.7-MacMini4.1-GeForce320M-x86_64-Debug/expected-results.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 "actual-results": { 2 "actual-results": {
3 "failed": null, 3 "failed": null,
4 "failure-ignored": null, 4 "failure-ignored": null,
5 "no-comparison": null, 5 "no-comparison": null,
6 "succeeded": null 6 "succeeded": null
7 }, 7 },
8 "expected-results": { 8 "expected-results": {
9 "3x3bitmaprect_565.png": { 9 "3x3bitmaprect_565.png": {
10 "allowed-digests": [ 10 "allowed-digests": [
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 [ 59 [
60 "bitmap-64bitMD5", 60 "bitmap-64bitMD5",
61 16723580409414313678 61 16723580409414313678
62 ] 62 ]
63 ], 63 ],
64 "bugs": [ 64 "bugs": [
65 1578 65 1578
66 ], 66 ],
67 "reviewed-by-human": false 67 "reviewed-by-human": false
68 }, 68 },
69 "blanket-ignored_565.png": {
70 "allowed-digests": [
71 [
72 "bitmap-64bitMD5",
73 111111111
74 ]
75 ],
76 "ignore-failure": false
77 },
78 "blanket-ignored_8888.png": {
79 "allowed-digests": [
80 [
81 "bitmap-64bitMD5",
82 111111111
83 ]
84 ],
85 "ignore-failure": false
86 },
69 "displacement_565.png": { 87 "displacement_565.png": {
70 "allowed-digests": [ 88 "allowed-digests": [
71 [ 89 [
72 "bitmap-64bitMD5", 90 "bitmap-64bitMD5",
73 4569468668668628191 91 4569468668668628191
74 ] 92 ]
75 ], 93 ],
76 "ignore-failure": false 94 "ignore-failure": false
77 }, 95 },
78 "displacement_8888.png": { 96 "displacement_8888.png": {
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 16285974094717334658 136 16285974094717334658
119 ] 137 ]
120 ], 138 ],
121 "bugs": [ 139 "bugs": [
122 1578 140 1578
123 ], 141 ],
124 "reviewed-by-human": false 142 "reviewed-by-human": false
125 } 143 }
126 } 144 }
127 } 145 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698