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: LayoutTests/storage/indexeddb/mozilla/cursors-expected.txt

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/mozilla/cursors-expected.txt
diff --git a/LayoutTests/storage/indexeddb/mozilla/cursors-expected.txt b/LayoutTests/storage/indexeddb/mozilla/cursors-expected.txt
index 899edb853ee2740d7f34e25d8ab06ba2f1167a80..c3761bc1ac6cb2cbfcb058020d694f81d26d8f4b 100644
--- a/LayoutTests/storage/indexeddb/mozilla/cursors-expected.txt
+++ b/LayoutTests/storage/indexeddb/mozilla/cursors-expected.txt
@@ -42,6 +42,7 @@ cursor.continue();
Expecting exception from cursor.continue();
PASS Exception was thrown.
PASS code is DOMException.INVALID_STATE_ERR
+Exception message: The cursor is being iterated or has iterated past its end.
PASS cursor.key is sortedKeys[keyIndex]
PASS cursor.primaryKey is sortedKeys[keyIndex]
PASS cursor.value is 'foo'
@@ -54,6 +55,7 @@ cursor.continue();
Expecting exception from cursor.continue();
PASS Exception was thrown.
PASS code is DOMException.INVALID_STATE_ERR
+Exception message: The cursor is being iterated or has iterated past its end.
PASS cursor.key is sortedKeys[keyIndex]
PASS cursor.primaryKey is sortedKeys[keyIndex]
PASS cursor.value is 'foo'
@@ -66,6 +68,7 @@ cursor.continue();
Expecting exception from cursor.continue();
PASS Exception was thrown.
PASS code is DOMException.INVALID_STATE_ERR
+Exception message: The cursor is being iterated or has iterated past its end.
PASS cursor.key is sortedKeys[keyIndex]
PASS cursor.primaryKey is sortedKeys[keyIndex]
PASS cursor.value is 'foo'
@@ -78,6 +81,7 @@ cursor.continue();
Expecting exception from cursor.continue();
PASS Exception was thrown.
PASS code is DOMException.INVALID_STATE_ERR
+Exception message: The cursor is being iterated or has iterated past its end.
PASS cursor.key is sortedKeys[keyIndex]
PASS cursor.primaryKey is sortedKeys[keyIndex]
PASS cursor.value is 'foo'
@@ -90,6 +94,7 @@ cursor.continue();
Expecting exception from cursor.continue();
PASS Exception was thrown.
PASS code is DOMException.INVALID_STATE_ERR
+Exception message: The cursor is being iterated or has iterated past its end.
PASS cursor.key is sortedKeys[keyIndex]
PASS cursor.primaryKey is sortedKeys[keyIndex]
PASS cursor.value is 'foo'
@@ -102,6 +107,7 @@ cursor.continue();
Expecting exception from cursor.continue();
PASS Exception was thrown.
PASS code is DOMException.INVALID_STATE_ERR
+Exception message: The cursor is being iterated or has iterated past its end.
PASS cursor.key is sortedKeys[keyIndex]
PASS cursor.primaryKey is sortedKeys[keyIndex]
PASS cursor.value is 'foo'
@@ -114,6 +120,7 @@ cursor.continue();
Expecting exception from cursor.continue();
PASS Exception was thrown.
PASS code is DOMException.INVALID_STATE_ERR
+Exception message: The cursor is being iterated or has iterated past its end.
PASS cursor.key is sortedKeys[keyIndex]
PASS cursor.primaryKey is sortedKeys[keyIndex]
PASS cursor.value is 'foo'
@@ -126,6 +133,7 @@ cursor.continue();
Expecting exception from cursor.continue();
PASS Exception was thrown.
PASS code is DOMException.INVALID_STATE_ERR
+Exception message: The cursor is being iterated or has iterated past its end.
PASS cursor.key is sortedKeys[keyIndex]
PASS cursor.primaryKey is sortedKeys[keyIndex]
PASS cursor.value is 'foo'
@@ -138,6 +146,7 @@ cursor.continue();
Expecting exception from cursor.continue();
PASS Exception was thrown.
PASS code is DOMException.INVALID_STATE_ERR
+Exception message: The cursor is being iterated or has iterated past its end.
PASS cursor.key is sortedKeys[keyIndex]
PASS cursor.primaryKey is sortedKeys[keyIndex]
PASS cursor.value is 'foo'
@@ -150,6 +159,7 @@ cursor.continue();
Expecting exception from cursor.continue();
PASS Exception was thrown.
PASS code is DOMException.INVALID_STATE_ERR
+Exception message: The cursor is being iterated or has iterated past its end.
PASS cursor.key is sortedKeys[keyIndex]
PASS cursor.primaryKey is sortedKeys[keyIndex]
PASS cursor.value is 'foo'

Powered by Google App Engine
This is Rietveld 408576698