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

Unified Diff: LayoutTests/storage/indexeddb/resources/shared.js

Issue 19107003: IndexedDB: Log exception messages (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 5 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: LayoutTests/storage/indexeddb/resources/shared.js
diff --git a/LayoutTests/storage/indexeddb/resources/shared.js b/LayoutTests/storage/indexeddb/resources/shared.js
index 6d1d6156363abcc49c7dc549f3e3ac426e62a454..b53e9e39c5746b58da2c653afac44870f4555469 100644
--- a/LayoutTests/storage/indexeddb/resources/shared.js
+++ b/LayoutTests/storage/indexeddb/resources/shared.js
@@ -97,6 +97,8 @@ function evalAndExpectException(cmd, exceptionCode, exceptionName, _quiet)
ename = e.name;
shouldBe("ename", exceptionName, _quiet);
}
+ if (!_quiet)
+ debug("Exception message: " + e.message);
jsbell 2013/07/12 18:45:31 This is the test helper change.
}
}
« no previous file with comments | « LayoutTests/storage/indexeddb/open-cursor-expected.txt ('k') | LayoutTests/storage/indexeddb/structured-clone-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698