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

Unified Diff: tools/tests/skimage/input/images-with-known-hashes/ignore-failures.json

Issue 22293006: Truly ignore failures in skimage. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: More tests! 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/images-with-known-hashes/ignore-failures.json
diff --git a/tools/tests/skimage/input/images-with-known-hashes/ignore-failures.json b/tools/tests/skimage/input/images-with-known-hashes/ignore-failures.json
new file mode 100644
index 0000000000000000000000000000000000000000..b56a492a6a7b98478b3ad3148c4deb935586af67
--- /dev/null
+++ b/tools/tests/skimage/input/images-with-known-hashes/ignore-failures.json
@@ -0,0 +1,16 @@
+{
+ "actual-results" : {
+ "failed" : null,
+ "failure-ignored" : null,
+ "no-comparison" : null,
+ "succeeded" : null
+ },
+ "expected-results" : {
+ "1209453360120438698.png" : {
+ "allowed-digests" : [
+ [ "bitmap-64bitMD5", 1209453360120438600 ]
scroggo 2013/10/14 21:44:38 Should I add a comment that I've manually modified
epoger 2013/10/15 15:31:03 JSON does not allow comments. See http://stackove
scroggo 2013/10/15 19:50:59 Done.
+ ],
+ "ignore-failure" : true
+ }
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698