Title: [164011] trunk/LayoutTests
- Revision
- 164011
- Author
- [email protected]
- Date
- 2014-02-12 20:47:25 -0800 (Wed, 12 Feb 2014)
Log Message
IDB: TestExpectations batch - "cursor-added-bug.html to cursor-value.html"
https://bugs.webkit.org/show_bug.cgi?id=128706
Reviewed by Alexey Proskuryakov.
* platform/mac-wk2/TestExpectations:
* storage/indexeddb/cursor-continue-dir-expected.txt:
* storage/indexeddb/cursor-continue-expected.txt:
* storage/indexeddb/cursor-finished-expected.txt:
* storage/indexeddb/cursor-update-value-argument-required-expected.txt:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (164010 => 164011)
--- trunk/LayoutTests/ChangeLog 2014-02-13 04:43:24 UTC (rev 164010)
+++ trunk/LayoutTests/ChangeLog 2014-02-13 04:47:25 UTC (rev 164011)
@@ -1,3 +1,16 @@
+2014-02-12 Brady Eidson <[email protected]>
+
+ IDB: TestExpectations batch - "cursor-added-bug.html to cursor-value.html"
+ https://bugs.webkit.org/show_bug.cgi?id=128706
+
+ Reviewed by Alexey Proskuryakov.
+
+ * platform/mac-wk2/TestExpectations:
+ * storage/indexeddb/cursor-continue-dir-expected.txt:
+ * storage/indexeddb/cursor-continue-expected.txt:
+ * storage/indexeddb/cursor-finished-expected.txt:
+ * storage/indexeddb/cursor-update-value-argument-required-expected.txt:
+
2014-02-12 Alexey Proskuryakov <[email protected]>
Don't crash when SerializedScriptValue deserialization fails
Modified: trunk/LayoutTests/platform/mac-wk2/TestExpectations (164010 => 164011)
--- trunk/LayoutTests/platform/mac-wk2/TestExpectations 2014-02-13 04:43:24 UTC (rev 164010)
+++ trunk/LayoutTests/platform/mac-wk2/TestExpectations 2014-02-13 04:47:25 UTC (rev 164011)
@@ -474,12 +474,36 @@
storage/indexeddb/create-and-remove-object-store.html [ Pass ]
storage/indexeddb/createObjectStore-name-argument-required.html [ Pass ]
storage/indexeddb/createObjectStore-null-name.html [ Pass ]
+storage/indexeddb/cursor-added-bug.html [ Pass ]
+storage/indexeddb/cursor-continue-dir.html [ Pass ]
+storage/indexeddb/cursor-continue.html [ Pass ]
+storage/indexeddb/cursor-delete.html [ Pass ]
+storage/indexeddb/cursor-finished.html [ Pass ]
+storage/indexeddb/cursor-inconsistency.html [ Pass ]
+storage/indexeddb/cursor-prev-no-duplicate.html [ Pass ]
+storage/indexeddb/cursor-properties.html [ Pass ]
+storage/indexeddb/cursor-reverse-bug.html [ Pass ]
+storage/indexeddb/cursor-skip-deleted.html [ Pass ]
+storage/indexeddb/cursor-update-value-argument-required.html [ Pass ]
+storage/indexeddb/cursor-value.html [ Pass ]
# Blink tests with complicated text failures.
storage/indexeddb/create-object-store-options.html
+storage/indexeddb/cursor-advance.html
+storage/indexeddb/cursor-basics.html
+storage/indexeddb/cursor-continue-validity.html
+storage/indexeddb/cursor-continueprimarykey.html
+storage/indexeddb/cursor-index-delete.html
+storage/indexeddb/cursor-leak.html # Missing needed WKTR feature?
+storage/indexeddb/cursor-overloads.html
+storage/indexeddb/cursor-primary-key-order.html
+storage/indexeddb/cursor-request-cycle.html # Missing needed WKTR feature?
+storage/indexeddb/cursor-update.html
# Blink tests with crashing failures.
storage/indexeddb/createIndex-after-failure.html # Crashes the database process
+storage/indexeddb/cursor-cast.html # Crashes the WebProcess
+storage/indexeddb/cursor-key-order.html # Crashes the database process in WebKit::KeyedDecoder::~KeyedDecoder()
# Blink tests that pass once, but are known to cause trouble downstream.
storage/indexeddb/clone-exception.html
Modified: trunk/LayoutTests/storage/indexeddb/cursor-continue-dir-expected.txt (164010 => 164011)
--- trunk/LayoutTests/storage/indexeddb/cursor-continue-dir-expected.txt 2014-02-13 04:43:24 UTC (rev 164010)
+++ trunk/LayoutTests/storage/indexeddb/cursor-continue-dir-expected.txt 2014-02-13 04:47:25 UTC (rev 164011)
@@ -30,7 +30,7 @@
PASS Exception was thrown.
PASS code is 0
PASS ename is 'DataError'
-Exception message: Failed to execute 'continue' on 'IDBCursor': The parameter is less than or equal to this cursor's position.
+Exception message: DataError: DOM IDBDatabase Exception 0
request = store.openCursor(IDBKeyRange.bound(-Infinity, Infinity), 'prev')
cursor = request.result
PASS cursor is non-null.
@@ -40,7 +40,7 @@
PASS Exception was thrown.
PASS code is 0
PASS ename is 'DataError'
-Exception message: Failed to execute 'continue' on 'IDBCursor': The parameter is greater than or equal to this cursor's position.
+Exception message: DataError: DOM IDBDatabase Exception 0
PASS successfullyParsed is true
TEST COMPLETE
Modified: trunk/LayoutTests/storage/indexeddb/cursor-continue-expected.txt (164010 => 164011)
--- trunk/LayoutTests/storage/indexeddb/cursor-continue-expected.txt 2014-02-13 04:43:24 UTC (rev 164010)
+++ trunk/LayoutTests/storage/indexeddb/cursor-continue-expected.txt 2014-02-13 04:47:25 UTC (rev 164011)
@@ -81,7 +81,7 @@
PASS Exception was thrown.
PASS code is 0
PASS ename is 'DataError'
-Exception message: Failed to execute 'continue' on 'IDBCursor': The parameter is less than or equal to this cursor's position.
+Exception message: DataError: DOM IDBDatabase Exception 0
indexObject.openKeyCursor(null, 'next')
PASS event.target.result.primaryKey is 0
@@ -91,7 +91,7 @@
PASS Exception was thrown.
PASS code is 0
PASS ename is 'DataError'
-Exception message: Failed to execute 'continue' on 'IDBCursor': The parameter is less than or equal to this cursor's position.
+Exception message: DataError: DOM IDBDatabase Exception 0
indexObject.openKeyCursor(null, 'prev')
PASS event.target.result.primaryKey is 17
@@ -101,7 +101,7 @@
PASS Exception was thrown.
PASS code is 0
PASS ename is 'DataError'
-Exception message: Failed to execute 'continue' on 'IDBCursor': The parameter is greater than or equal to this cursor's position.
+Exception message: DataError: DOM IDBDatabase Exception 0
indexObject.openKeyCursor(null, 'prev')
PASS event.target.result.primaryKey is 17
@@ -112,12 +112,12 @@
PASS Exception was thrown.
PASS code is 0
PASS ename is 'DataError'
-Exception message: Failed to execute 'continue' on 'IDBCursor': The parameter is greater than or equal to this cursor's position.
+Exception message: DataError: DOM IDBDatabase Exception 0
Expecting exception from cursor.continue()
PASS Exception was thrown.
PASS code is 0
PASS ename is 'TransactionInactiveError'
-Exception message: Failed to execute 'continue' on 'IDBCursor': The transaction has finished.
+Exception message: TransactionInactiveError: DOM IDBDatabase Exception 0
PASS successfullyParsed is true
TEST COMPLETE
Modified: trunk/LayoutTests/storage/indexeddb/cursor-finished-expected.txt (164010 => 164011)
--- trunk/LayoutTests/storage/indexeddb/cursor-finished-expected.txt 2014-02-13 04:43:24 UTC (rev 164010)
+++ trunk/LayoutTests/storage/indexeddb/cursor-finished-expected.txt 2014-02-13 04:47:25 UTC (rev 164011)
@@ -49,27 +49,27 @@
PASS Exception was thrown.
PASS code is DOMException.INVALID_STATE_ERR
PASS ename is 'InvalidStateError'
-Exception message: Failed to execute 'update' on 'IDBCursor': The cursor is being iterated or has iterated past its end.
+Exception message: InvalidStateError: DOM IDBDatabase Exception 11
Expecting exception from savedCursor.advance(1)
PASS Exception was thrown.
PASS code is DOMException.INVALID_STATE_ERR
PASS ename is 'InvalidStateError'
-Exception message: Failed to execute 'advance' on 'IDBCursor': The cursor is being iterated or has iterated past its end.
+Exception message: InvalidStateError: DOM IDBDatabase Exception 11
Expecting exception from savedCursor.continue()
PASS Exception was thrown.
PASS code is DOMException.INVALID_STATE_ERR
PASS ename is 'InvalidStateError'
-Exception message: Failed to execute 'continue' on 'IDBCursor': The cursor is being iterated or has iterated past its end.
+Exception message: InvalidStateError: DOM IDBDatabase Exception 11
Expecting exception from savedCursor.continue('key')
PASS Exception was thrown.
PASS code is DOMException.INVALID_STATE_ERR
PASS ename is 'InvalidStateError'
-Exception message: Failed to execute 'continue' on 'IDBCursor': The cursor is being iterated or has iterated past its end.
+Exception message: InvalidStateError: DOM IDBDatabase Exception 11
Expecting exception from savedCursor.delete()
PASS Exception was thrown.
PASS code is DOMException.INVALID_STATE_ERR
PASS ename is 'InvalidStateError'
-Exception message: Failed to execute 'delete' on 'IDBCursor': The cursor is being iterated or has iterated past its end.
+Exception message: InvalidStateError: DOM IDBDatabase Exception 11
PASS successfullyParsed is true
Modified: trunk/LayoutTests/storage/indexeddb/cursor-update-value-argument-required-expected.txt (164010 => 164011)
--- trunk/LayoutTests/storage/indexeddb/cursor-update-value-argument-required-expected.txt 2014-02-13 04:43:24 UTC (rev 164010)
+++ trunk/LayoutTests/storage/indexeddb/cursor-update-value-argument-required-expected.txt 2014-02-13 04:47:25 UTC (rev 164011)
@@ -24,7 +24,7 @@
request = objectStore.add('foo', keys[i]);
request = objectStore.openCursor();
cursor = event.target.result;
-PASS cursor.update(); threw exception TypeError: Failed to execute 'update' on 'IDBCursor': 1 argument required, but only 0 present..
+PASS cursor.update(); threw exception TypeError: Not enough arguments.
PASS successfullyParsed is true
TEST COMPLETE
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes