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

Side by Side Diff: expectations/gm/Test-Android-NexusS-SGX540-Arm7-Debug/expected-results.json

Issue 357793002: Remove SkBicubicImageFilter, and all related tests. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Remove all expected results for now-deleted GM Created 6 years, 6 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 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 ] 211 ]
212 }, 212 },
213 "bezier_quad_effects_gpu.png": { 213 "bezier_quad_effects_gpu.png": {
214 "allowed-digests": [ 214 "allowed-digests": [
215 [ 215 [
216 "bitmap-64bitMD5", 216 "bitmap-64bitMD5",
217 9477001047746337770 217 9477001047746337770
218 ] 218 ]
219 ] 219 ]
220 }, 220 },
221 "bicubicfilter_565.png": {
222 "allowed-digests": [
223 [
224 "bitmap-64bitMD5",
225 13864700347231029854
226 ]
227 ],
228 "bugs": [
229 1578
230 ],
231 "reviewed-by-human": false
232 },
233 "bicubicfilter_8888.png": {
234 "allowed-digests": [
235 [
236 "bitmap-64bitMD5",
237 10469536215464879914
238 ]
239 ],
240 "bugs": [
241 1578
242 ],
243 "reviewed-by-human": false
244 },
245 "bigblurs_565.png": { 221 "bigblurs_565.png": {
246 "allowed-digests": [ 222 "allowed-digests": [
247 [ 223 [
248 "bitmap-64bitMD5", 224 "bitmap-64bitMD5",
249 2422083043229439955 225 2422083043229439955
250 ] 226 ]
251 ], 227 ],
252 "reviewed-by-human": false 228 "reviewed-by-human": false
253 }, 229 },
254 "bigblurs_8888.png": { 230 "bigblurs_8888.png": {
(...skipping 7105 matching lines...) Expand 10 before | Expand all | Expand 10 after
7360 "xfermodes_gpu.png": { 7336 "xfermodes_gpu.png": {
7361 "allowed-digests": [ 7337 "allowed-digests": [
7362 [ 7338 [
7363 "bitmap-64bitMD5", 7339 "bitmap-64bitMD5",
7364 12535168602791254556 7340 12535168602791254556
7365 ] 7341 ]
7366 ], 7342 ],
7367 "reviewed-by-human": true 7343 "reviewed-by-human": true
7368 } 7344 }
7369 } 7345 }
7370 } 7346 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698