Title: [164012] trunk/LayoutTests
Revision
164012
Author
[email protected]
Date
2014-02-12 21:29:44 -0800 (Wed, 12 Feb 2014)

Log Message

IDB: TestExpectations batch - "data-corruption.html to duplicates.html"
https://bugs.webkit.org/show_bug.cgi?id=128711

Reviewed by Alexey Proskuryakov.

* platform/mac-wk2/TestExpectations:
* storage/indexeddb/database-basics-expected.txt:
* storage/indexeddb/database-name-undefined-expected.txt:
* storage/indexeddb/deleteIndex-bug110792-expected.txt:
* storage/indexeddb/deleteObjectStore-name-argument-required-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (164011 => 164012)


--- trunk/LayoutTests/ChangeLog	2014-02-13 04:47:25 UTC (rev 164011)
+++ trunk/LayoutTests/ChangeLog	2014-02-13 05:29:44 UTC (rev 164012)
@@ -1,5 +1,18 @@
 2014-02-12  Brady Eidson  <[email protected]>
 
+        IDB: TestExpectations batch - "data-corruption.html to duplicates.html"
+        https://bugs.webkit.org/show_bug.cgi?id=128711
+
+        Reviewed by Alexey Proskuryakov.
+
+        * platform/mac-wk2/TestExpectations:
+        * storage/indexeddb/database-basics-expected.txt:
+        * storage/indexeddb/database-name-undefined-expected.txt:
+        * storage/indexeddb/deleteIndex-bug110792-expected.txt:
+        * storage/indexeddb/deleteObjectStore-name-argument-required-expected.txt:
+
+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
 

Modified: trunk/LayoutTests/platform/mac-wk2/TestExpectations (164011 => 164012)


--- trunk/LayoutTests/platform/mac-wk2/TestExpectations	2014-02-13 04:47:25 UTC (rev 164011)
+++ trunk/LayoutTests/platform/mac-wk2/TestExpectations	2014-02-13 05:29:44 UTC (rev 164012)
@@ -486,6 +486,14 @@
 storage/indexeddb/cursor-skip-deleted.html [ Pass ]
 storage/indexeddb/cursor-update-value-argument-required.html [ Pass ]
 storage/indexeddb/cursor-value.html [ Pass ]
+storage/indexeddb/database-basics.html [ Pass ]
+storage/indexeddb/database-name-undefined.html [ Pass ]
+storage/indexeddb/delete-closed-database-object.html [ Pass ]
+storage/indexeddb/delete-range.html [ Pass ]
+storage/indexeddb/deletedatabase-transaction.html [ Pass ]
+storage/indexeddb/deleteIndex-bug110792.html [ Pass ]
+storage/indexeddb/deleteObjectStore-name-argument-required.html [ Pass ]
+storage/indexeddb/deleteObjectStore-null-name.html [ Pass ]
 
 # Blink tests with complicated text failures.
 storage/indexeddb/create-object-store-options.html
@@ -499,21 +507,43 @@
 storage/indexeddb/cursor-primary-key-order.html
 storage/indexeddb/cursor-request-cycle.html # Missing needed WKTR feature?
 storage/indexeddb/cursor-update.html
+storage/indexeddb/data-corruption.html
+storage/indexeddb/database-close.html
+storage/indexeddb/database-quota.html
+storage/indexeddb/duplicates.html # Difference between null + undefined
 
-# 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 crash the WebProcess.
+storage/indexeddb/cursor-cast.html
+storage/indexeddb/deleted-objects.html # Crashes under WebCore::GetOperation::GetOperation
 
+# Blink tests that crash the WebProcess under IDBDatabase::dispatchEvent (possibly all related).
+storage/indexeddb/database-deletepending-flag.html 					  
+storage/indexeddb/database-wrapper.html								  
+storage/indexeddb/delete-in-upgradeneeded-close-in-open-success.html 	  
+storage/indexeddb/delete-in-upgradeneeded-close-in-versionchange.html   
+storage/indexeddb/deletedatabase-blocked.html 						  
+storage/indexeddb/deletedatabase-delayed-by-open-and-versionchange.html 
+storage/indexeddb/deletedatabase-delayed-by-versionchange.html 		  
+storage/indexeddb/deletedatabase-not-blocked.html 
+
+# Blink tests that crash the DatabaseProcess.
+storage/indexeddb/createIndex-after-failure.html
+storage/indexeddb/cursor-key-order.html # Crashes in WebKit::KeyedDecoder::~KeyedDecoder()
+storage/indexeddb/database-closepending-flag.html # Crashes under DatabaseProcessIDBConnection::deleteDatabase
+storage/indexeddb/database-odd-names.html # Crashes under WebKit::DatabaseProcess::ensurePathExists
+storage/indexeddb/deleteIndex.html # Crashes under WebKit::UniqueIDBDatabase::deleteIndex
+
 # Blink tests that pass once, but are known to cause trouble downstream.
 storage/indexeddb/clone-exception.html
 storage/indexeddb/connection-leak.html
+storage/indexeddb/dont-wedge.html
 
 # We don't currently support indexeddb in workers
 storage/indexeddb/basics-shared-workers.html
 storage/indexeddb/basics-workers.html
 storage/indexeddb/cursor-advance-workers.html
 storage/indexeddb/deletedatabase-delayed-by-open-and-versionchange-workers.html
+storage/indexeddb/dont-commit-on-blocked.html
 storage/indexeddb/factory-basics-workers.html
 storage/indexeddb/index-basics-workers.html
 storage/indexeddb/objectstore-basics-workers.html

Modified: trunk/LayoutTests/storage/indexeddb/database-basics-expected.txt (164011 => 164012)


--- trunk/LayoutTests/storage/indexeddb/database-basics-expected.txt	2014-02-13 04:47:25 UTC (rev 164011)
+++ trunk/LayoutTests/storage/indexeddb/database-basics-expected.txt	2014-02-13 05:29:44 UTC (rev 164012)
@@ -13,7 +13,7 @@
 PASS Exception was thrown.
 PASS code is DOMException.INVALID_STATE_ERR
 PASS ename is 'InvalidStateError'
-Exception message: Failed to execute 'transaction' on 'IDBDatabase': A version change transaction is running.
+Exception message: InvalidStateError: DOM IDBDatabase Exception 11
 PASS db.version is 1
 PASS db.name is "database-basics.html"
 PASS db.objectStoreNames is []
@@ -53,7 +53,7 @@
 PASS Exception was thrown.
 PASS code is DOMException.INVALID_STATE_ERR
 PASS ename is 'InvalidStateError'
-Exception message: Failed to execute 'transaction' on 'IDBDatabase': The database connection is closing.
+Exception message: InvalidStateError: DOM IDBDatabase Exception 11
 Call twice, make sure it's harmless
 db.close()
 PASS successfullyParsed is true

Modified: trunk/LayoutTests/storage/indexeddb/database-name-undefined-expected.txt (164011 => 164012)


--- trunk/LayoutTests/storage/indexeddb/database-name-undefined-expected.txt	2014-02-13 04:47:25 UTC (rev 164011)
+++ trunk/LayoutTests/storage/indexeddb/database-name-undefined-expected.txt	2014-02-13 05:29:44 UTC (rev 164012)
@@ -5,7 +5,7 @@
 
 indexedDB = self.indexedDB || self.webkitIndexedDB || self.mozIndexedDB || self.msIndexedDB || self.OIndexedDB;
 
-PASS indexedDB.open(); threw exception TypeError: Failed to execute 'open' on 'IDBFactory': 1 argument required, but only 0 present..
+PASS indexedDB.open(); threw exception TypeError: Not enough arguments.
 PASS successfullyParsed is true
 
 TEST COMPLETE

Modified: trunk/LayoutTests/storage/indexeddb/deleteIndex-bug110792-expected.txt (164011 => 164012)


--- trunk/LayoutTests/storage/indexeddb/deleteIndex-bug110792-expected.txt	2014-02-13 04:47:25 UTC (rev 164011)
+++ trunk/LayoutTests/storage/indexeddb/deleteIndex-bug110792-expected.txt	2014-02-13 05:29:44 UTC (rev 164012)
@@ -27,7 +27,7 @@
 PASS Exception was thrown.
 PASS code is DOMException.NOT_FOUND_ERR
 PASS ename is 'NotFoundError'
-Exception message: Failed to execute 'index' on 'IDBObjectStore': The specified index was not found.
+Exception message: NotFoundError: DOM IDBDatabase Exception 8
 PASS successfullyParsed is true
 
 TEST COMPLETE

Modified: trunk/LayoutTests/storage/indexeddb/deleteObjectStore-name-argument-required-expected.txt (164011 => 164012)


--- trunk/LayoutTests/storage/indexeddb/deleteObjectStore-name-argument-required-expected.txt	2014-02-13 04:47:25 UTC (rev 164011)
+++ trunk/LayoutTests/storage/indexeddb/deleteObjectStore-name-argument-required-expected.txt	2014-02-13 05:29:44 UTC (rev 164012)
@@ -8,7 +8,7 @@
 dbname = "deleteObjectStore-name-argument-required.html"
 indexedDB.deleteDatabase(dbname)
 indexedDB.open(dbname)
-PASS db.deleteObjectStore(); threw exception TypeError: Failed to execute 'deleteObjectStore' on 'IDBDatabase': 1 argument required, but only 0 present..
+PASS db.deleteObjectStore(); 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

Reply via email to