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

Unified Diff: tools/tests/skimage/output-expected/create-expectations/expectations.json

Issue 16866010: skimage self-tests: confirm correctness of bitmap hash values (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: confirm_correctness Created 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/tests/skimage/output-expected/README ('k') | tools/tests/skimage_self_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/tests/skimage/output-expected/create-expectations/expectations.json
===================================================================
--- tools/tests/skimage/output-expected/create-expectations/expectations.json (revision 0)
+++ tools/tests/skimage/output-expected/create-expectations/expectations.json (revision 0)
@@ -0,0 +1,22 @@
+{
+ "actual-results" : {
+ "failed" : null,
+ "failure-ignored" : null,
+ "no-comparison" : null,
+ "succeeded" : null
+ },
+ "expected-results" : {
+ "1209453360120438698.png" : {
+ "allowed-digests" : [
+ [ "bitmap-64bitMD5", 1209453360120438698 ]
+ ],
+ "ignore-failure" : false
+ },
+ "12927999507540085554.png" : {
+ "allowed-digests" : [
+ [ "bitmap-64bitMD5", 12927999507540085554 ]
+ ],
+ "ignore-failure" : false
+ }
+ }
+}
« no previous file with comments | « tools/tests/skimage/output-expected/README ('k') | tools/tests/skimage_self_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698