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

Unified Diff: tools/tests/skimage/input/bad-images/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 side-by-side diff with in-line comments
Download patch
Index: tools/tests/skimage/input/bad-images/incorrect-results.json
diff --git a/tools/tests/skimage/input/bad-images/incorrect-results.json b/tools/tests/skimage/input/bad-images/incorrect-results.json
new file mode 100644
index 0000000000000000000000000000000000000000..67b8bdb0c0d88c6ce43e5070a8b5e69dc15ec8cc
--- /dev/null
+++ b/tools/tests/skimage/input/bad-images/incorrect-results.json
@@ -0,0 +1,16 @@
+{
+ "actual-results" : {
+ "failed" : null,
+ "failure-ignored" : null,
+ "no-comparison" : null,
+ "succeeded" : null
+ },
+ "expected-results" : {
+ "invalid.png" : {
+ "allowed-digests" : [
+ [ "bitmap-64bitMD5", 8011846386646810712 ]
+ ],
+ "ignore-failure" : false
+ }
+ }
+}
« no previous file with comments | « tools/tests/skimage/input/bad-images/ignore-results.json ('k') | tools/tests/skimage/input/bad-images/invalid.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698