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

Side by Side Diff: expectations/gm/Test-Android-Nexus7-Tegra3-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, 5 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 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 }, 254 },
255 "bezier_quad_effects_gpu.png": { 255 "bezier_quad_effects_gpu.png": {
256 "allowed-digests": [ 256 "allowed-digests": [
257 [ 257 [
258 "bitmap-64bitMD5", 258 "bitmap-64bitMD5",
259 1433393145373900496 259 1433393145373900496
260 ] 260 ]
261 ], 261 ],
262 "reviewed-by-human": true 262 "reviewed-by-human": true
263 }, 263 },
264 "bicubicfilter_565.png": {
265 "allowed-digests": [
266 [
267 "bitmap-64bitMD5",
268 13864700347231029854
269 ]
270 ],
271 "bugs": [
272 1578
273 ],
274 "reviewed-by-human": false
275 },
276 "bicubicfilter_8888.png": {
277 "allowed-digests": [
278 [
279 "bitmap-64bitMD5",
280 10469536215464879914
281 ]
282 ],
283 "bugs": [
284 1578
285 ],
286 "reviewed-by-human": false
287 },
288 "bicubicfilter_gpu.png": {
289 "allowed-digests": [
290 [
291 "bitmap-64bitMD5",
292 9345454686226166633
293 ]
294 ],
295 "reviewed-by-human": true
296 },
297 "bigblurs_565.png": { 264 "bigblurs_565.png": {
298 "allowed-digests": [ 265 "allowed-digests": [
299 [ 266 [
300 "bitmap-64bitMD5", 267 "bitmap-64bitMD5",
301 2422083043229439955 268 2422083043229439955
302 ] 269 ]
303 ], 270 ],
304 "reviewed-by-human": false 271 "reviewed-by-human": false
305 }, 272 },
306 "bigblurs_8888.png": { 273 "bigblurs_8888.png": {
(...skipping 8391 matching lines...) Expand 10 before | Expand all | Expand 10 after
8698 "xfermodes_gpu.png": { 8665 "xfermodes_gpu.png": {
8699 "allowed-digests": [ 8666 "allowed-digests": [
8700 [ 8667 [
8701 "bitmap-64bitMD5", 8668 "bitmap-64bitMD5",
8702 4896933091710642125 8669 4896933091710642125
8703 ] 8670 ]
8704 ], 8671 ],
8705 "reviewed-by-human": true 8672 "reviewed-by-human": true
8706 } 8673 }
8707 } 8674 }
8708 } 8675 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698