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

Side by Side Diff: tools/tests/skimage/input/images-with-known-hashes/incorrect-results.json

Issue 22293006: Truly ignore failures in skimage. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Fix a typo Created 7 years, 2 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 | Annotate | Revision Log
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 "1209453360120438698.png" : { 9 "1209453360120438698.png" : {
10 "allowed-digests" : [ 10 "allowed-digests" : [
11 [ "bitmap-64bitMD5", 1209453360120438698 ] 11 [ "bitmap-64bitMD5", 1111111111111111111 ]
12 ],
13 "ignore-failure" : false
14 },
15 "12927999507540085554.png" : {
16 "allowed-digests" : [
17 [ "bitmap-64bitMD5", 12927999507540085554 ]
18 ], 12 ],
19 "ignore-failure" : false 13 "ignore-failure" : false
20 } 14 }
21 } 15 }
22 } 16 }
OLDNEW
« no previous file with comments | « tools/tests/skimage/input/images-with-known-hashes/ignore-failures.json ('k') | tools/tests/skimage_self_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698