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

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

Issue 17294006: skimage: if --readPath points at an empty dir, create an empty expectations file (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: 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
Index: tools/tests/skimage/output-expected/nonexistent-dir/expectations.json
===================================================================
--- tools/tests/skimage/output-expected/nonexistent-dir/expectations.json (revision 0)
+++ tools/tests/skimage/output-expected/nonexistent-dir/expectations.json (revision 0)
@@ -0,0 +1,9 @@
+{
+ "actual-results" : {
epoger 2013/06/17 19:34:47 Currently, this case (--readPath pointing at a dir
+ "failed" : null,
+ "failure-ignored" : null,
+ "no-comparison" : null,
+ "succeeded" : null
+ },
+ "expected-results" : null
+}

Powered by Google App Engine
This is Rietveld 408576698