Title: [194012] trunk/LayoutTests
Revision
194012
Author
beid...@apple.com
Date
2015-12-12 15:49:46 -0800 (Sat, 12 Dec 2015)

Log Message

Modern IDB: Update a couple of tests that fail only because of error message differences.
https://bugs.webkit.org/show_bug.cgi?id=152205

Reviewed by Alex Christensen.

* platform/mac-wk1/TestExpectations:
* storage/indexeddb/objectstore-autoincrement-expected.txt:
* storage/indexeddb/open-cursor-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (194011 => 194012)


--- trunk/LayoutTests/ChangeLog	2015-12-12 23:04:54 UTC (rev 194011)
+++ trunk/LayoutTests/ChangeLog	2015-12-12 23:49:46 UTC (rev 194012)
@@ -1,5 +1,16 @@
 2015-12-12  Brady Eidson  <beid...@apple.com>
 
+        Modern IDB: Update a couple of tests that fail only because of error message differences.
+        https://bugs.webkit.org/show_bug.cgi?id=152205
+
+        Reviewed by Alex Christensen.
+
+        * platform/mac-wk1/TestExpectations:
+        * storage/indexeddb/objectstore-autoincrement-expected.txt:
+        * storage/indexeddb/open-cursor-expected.txt:
+
+2015-12-12  Brady Eidson  <beid...@apple.com>
+
         Modern IDB: storage/indexeddb/index-duplicate-keypaths.html fails.
         https://bugs.webkit.org/show_bug.cgi?id=152201
 

Modified: trunk/LayoutTests/platform/mac-wk1/TestExpectations (194011 => 194012)


--- trunk/LayoutTests/platform/mac-wk1/TestExpectations	2015-12-12 23:04:54 UTC (rev 194011)
+++ trunk/LayoutTests/platform/mac-wk1/TestExpectations	2015-12-12 23:49:46 UTC (rev 194012)
@@ -99,8 +99,6 @@
 storage/indexeddb/intversion-pending-version-changes-descending.html [ Failure ]
 storage/indexeddb/intversion-pending-version-changes-same.html [ Failure ]
 storage/indexeddb/intversion-two-opens-no-versions.html [ Failure ]
-storage/indexeddb/objectstore-autoincrement.html [ Failure ]
-storage/indexeddb/open-cursor.html [ Failure ]
 storage/indexeddb/open-db-private-browsing.html [ Failure ]
 storage/indexeddb/open-ordering.html [ Failure ]
 storage/indexeddb/properties-disabled-at-runtime.html [ Failure ]

Modified: trunk/LayoutTests/storage/indexeddb/objectstore-autoincrement-expected.txt (194011 => 194012)


--- trunk/LayoutTests/storage/indexeddb/objectstore-autoincrement-expected.txt	2015-12-12 23:04:54 UTC (rev 194011)
+++ trunk/LayoutTests/storage/indexeddb/objectstore-autoincrement-expected.txt	2015-12-12 23:49:46 UTC (rev 194012)
@@ -58,7 +58,7 @@
 PASS Exception was thrown.
 PASS code is 0
 PASS ename is 'DataError'
-Exception message: Failed to execute 'add' on 'IDBObjectStore': The object store uses out-of-line keys and has no key generator and the key parameter was not provided.
+Exception message: Failed to store record in an IDBObjectStore: The object store uses out-of-line keys and has no key generator and the key parameter was not provided.
 store.add({name: 'Adam'}, 1)
 addAdamSuccess():
 PASS event.target.result is 1

Modified: trunk/LayoutTests/storage/indexeddb/open-cursor-expected.txt (194011 => 194012)


--- trunk/LayoutTests/storage/indexeddb/open-cursor-expected.txt	2015-12-12 23:04:54 UTC (rev 194011)
+++ trunk/LayoutTests/storage/indexeddb/open-cursor-expected.txt	2015-12-12 23:49:46 UTC (rev 194012)
@@ -22,7 +22,7 @@
 PASS Exception was thrown.
 PASS code is 0
 PASS ename is 'DataError'
-Exception message: DataError: DOM IDBDatabase Exception 0
+Exception message: Failed to execute 'continue' on 'IDBCursor': The parameter is not a valid key.
 
 Opening an empty cursor.
 objectStore.openCursor(keyRange)
@@ -40,7 +40,7 @@
 PASS Exception was thrown.
 PASS code is 0
 PASS ename is 'DataError'
-Exception message: DataError: DOM IDBDatabase Exception 0
+Exception message: Failed to execute 'continue' on 'IDBCursor': The parameter is not a valid key.
 
 Opening an empty cursor.
 objectStore.openCursor("InexistentKey")
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to