Title: [164019] trunk/LayoutTests
- Revision
- 164019
- Author
- [email protected]
- Date
- 2014-02-12 22:52:27 -0800 (Wed, 12 Feb 2014)
Log Message
IDB: TestExpectations batch - "odd-strings.html to structured-clone.html”
Unreviewed.
* platform/mac-wk2/TestExpectations:
* storage/indexeddb/open-cursor-expected.txt:
* storage/indexeddb/removed-expected.txt:
* storage/indexeddb/request-result-cache-expected.txt:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (164018 => 164019)
--- trunk/LayoutTests/ChangeLog 2014-02-13 06:50:09 UTC (rev 164018)
+++ trunk/LayoutTests/ChangeLog 2014-02-13 06:52:27 UTC (rev 164019)
@@ -6,6 +6,17 @@
2014-02-12 Brady Eidson <[email protected]>
+ IDB: TestExpectations batch - "odd-strings.html to structured-clone.html”
+
+ Unreviewed.
+
+ * platform/mac-wk2/TestExpectations:
+ * storage/indexeddb/open-cursor-expected.txt:
+ * storage/indexeddb/removed-expected.txt:
+ * storage/indexeddb/request-result-cache-expected.txt:
+
+2014-02-12 Brady Eidson <[email protected]>
+
IDB: TestExpectations batch - "key-generator.html to objectStore-required-arguments.html"
Unreviewed.
Modified: trunk/LayoutTests/platform/mac-wk2/TestExpectations (164018 => 164019)
--- trunk/LayoutTests/platform/mac-wk2/TestExpectations 2014-02-13 06:50:09 UTC (rev 164018)
+++ trunk/LayoutTests/platform/mac-wk2/TestExpectations 2014-02-13 06:52:27 UTC (rev 164019)
@@ -524,6 +524,19 @@
storage/indexeddb/objectstore-cursor.html [ Pass ]
storage/indexeddb/objectstore-removeobjectstore.html [ Pass ]
storage/indexeddb/objectStore-required-arguments.html [ Pass ]
+storage/indexeddb/open-bad-versions.html [ Pass ]
+storage/indexeddb/open-cursor.html [ Pass ]
+storage/indexeddb/open-during-transaction.html [ Pass ]
+storage/indexeddb/opencursor-key.html [ Pass ]
+storage/indexeddb/pending-activity.html [ Pass ]
+storage/indexeddb/prefetch-bugfix-108071.html [ Pass ]
+storage/indexeddb/prefetch-race.html [ Pass ]
+storage/indexeddb/readonly-properties.html [ Pass ]
+storage/indexeddb/readonly.html [ Pass ]
+storage/indexeddb/removed.html [ Pass ]
+storage/indexeddb/request-continue-abort.html [ Pass ]
+storage/indexeddb/request-event-propagation.html [ Pass ]
+storage/indexeddb/request-result-cache.html [ Pass ]
# Blink tests with unexplained timeouts
storage/indexeddb/exceptions.html [ Skip ]
@@ -562,11 +575,16 @@
storage/indexeddb/noblobs.html [ Skip ] # Missing DRT file/blob support
storage/indexeddb/objectstore-autoincrement.html [ Skip ]
storage/indexeddb/objectstore-keycursor.html [ Skip ]
+storage/indexeddb/optional-arguments.html [ Skip ]
+storage/indexeddb/request-leak.html [ Skip ] # Missing WKTR support? GC?
+storage/indexeddb/setversion-blocked-by-versionchange-close.html [ Skip ]
+storage/indexeddb/structured-clone.html [ Skip ] # Missing DRT file/blob support
# Blink tests that crash the WebProcess.
storage/indexeddb/cursor-cast.html [ Skip ]
storage/indexeddb/deleted-objects.html [ Skip ] # Crashes under WebCore::GetOperation::GetOperation
storage/indexeddb/metadata.html [ Skip ] # Crashes under IDBDatabaseBackend::createIndex
+storage/indexeddb/persistence.html [ Skip ] # Crash under IDBDatabaseBackend::createObjectStore
# Blink tests that crash the WebProcess under IDBDatabase::dispatchEvent or IDBRequest::dispatchEvent (possibly all related).
storage/indexeddb/database-deletepending-flag.html [ Skip ]
@@ -587,18 +605,26 @@
storage/indexeddb/intversion-pending-version-changes-same.html [ Skip ]
storage/indexeddb/intversion-upgrades.html [ Skip ]
storage/indexeddb/objectstore-basics.html [ Skip ]
+storage/indexeddb/set_version_blocked.html [ Skip ]
+storage/indexeddb/setversion-not-blocked.html [ Skip ]
# Blink tests that crash the DatabaseProcess.
storage/indexeddb/createIndex-after-failure.html [ Skip ]
-storage/indexeddb/database-closepending-flag.html [ Skip ] # Crashes under DatabaseProcessIDBConnection::deleteDatabase
storage/indexeddb/database-odd-names.html [ Skip ] # Crashes under WebKit::DatabaseProcess::ensurePathExists
storage/indexeddb/deleteIndex.html [ Skip ] # Crashes under WebKit::UniqueIDBDatabase::deleteIndex
storage/indexeddb/index-cursor.html [ Skip ] # Flaky crash under UniqueIDBDatabase::unregisterConnection
-storage/indexeddb/key-sort-order-across-types.html [ Skip ] # Flaky crash in DatabaseProcessIDBConnection::deleteDatabase
-storage/indexeddb/key-sort-order-date.html [ Skip ] # Flaky crash in DatabaseProcessIDBConnection::deleteDatabase
-storage/indexeddb/key-type-infinity.html [ Skip ] # Flaky crash in DatabaseProcessIDBConnection::deleteDatabase
-storage/indexeddb/keypath-fetch-key.html [ Skip ] # Flaky crash in DatabaseProcessIDBConnection::deleteDatabase
+storage/indexeddb/open-ordering.html [ Skip ] # DatabaseProcessIDBConnection::GetOrEstablishIDBDatabaseMetadata
+# Blink tests that crash the DatabaseProcess under DatabaseProcessIDBConnection::deleteDatabase.
+storage/indexeddb/database-closepending-flag.html [ Skip ]
+storage/indexeddb/key-sort-order-across-types.html [ Skip ]
+storage/indexeddb/key-sort-order-date.html [ Skip ]
+storage/indexeddb/key-type-infinity.html [ Skip ]
+storage/indexeddb/keypath-fetch-key.html [ Skip ]
+storage/indexeddb/odd-strings.html [ Skip ]
+storage/indexeddb/prefetch-invalidation.html [ Skip ]
+storage/indexeddb/queued-commands.html [ Skip ]
+
# Blink tests that crash the DatabaseProcess under KeyedDecoder::~KeyedDecoder.
storage/indexeddb/cursor-key-order.html [ Skip ]
storage/indexeddb/key-type-array.html [ Skip ]
@@ -621,6 +647,9 @@
storage/indexeddb/objectstore-basics-workers.html [ Skip ]
storage/indexeddb/open-twice-workers.html [ Skip ]
storage/indexeddb/pending-activity-workers.html [ Skip ]
+storage/indexeddb/pending-version-change-on-exit.html [ Skip ]
+storage/indexeddb/pending-version-change-stuck-works-with-terminate.html [ Skip ]
+storage/indexeddb/pending-version-change-stuck.html [ Skip ]
storage/indexeddb/transaction-complete-workers.html [ Skip ]
storage/indexeddb/unprefix-workers.html [ Skip ]
Modified: trunk/LayoutTests/storage/indexeddb/open-cursor-expected.txt (164018 => 164019)
--- trunk/LayoutTests/storage/indexeddb/open-cursor-expected.txt 2014-02-13 06:50:09 UTC (rev 164018)
+++ trunk/LayoutTests/storage/indexeddb/open-cursor-expected.txt 2014-02-13 06:52:27 UTC (rev 164019)
@@ -22,7 +22,7 @@
PASS Exception was thrown.
PASS code is 0
PASS ename is 'DataError'
-Exception message: Failed to execute 'continue' on 'IDBCursor': The parameter is not a valid key.
+Exception message: DataError: DOM IDBDatabase Exception 0
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: Failed to execute 'continue' on 'IDBCursor': The parameter is not a valid key.
+Exception message: DataError: DOM IDBDatabase Exception 0
Opening an empty cursor.
objectStore.openCursor("InexistentKey")
Modified: trunk/LayoutTests/storage/indexeddb/removed-expected.txt (164018 => 164019)
--- trunk/LayoutTests/storage/indexeddb/removed-expected.txt 2014-02-13 06:50:09 UTC (rev 164018)
+++ trunk/LayoutTests/storage/indexeddb/removed-expected.txt 2014-02-13 06:52:27 UTC (rev 164019)
@@ -10,7 +10,7 @@
PASS 'IDBDatabaseException' in self is false
PASS 'errorCode' in indexedDB.open(dbname) is false
PASS 'setVersion' in IDBDatabase.prototype is false
-PASS document.createEvent('IDBUpgradeNeededEvent') threw exception NotSupportedError: Failed to execute 'createEvent' on 'Document': The provided event type ('IDBUpgradeNeededEvent') is invalid..
+PASS document.createEvent('IDBUpgradeNeededEvent') threw exception Error: NotSupportedError: DOM Exception 9.
PASS 'version' in document.createEvent('IDBVersionChangeEvent') is false
PASS successfullyParsed is true
Modified: trunk/LayoutTests/storage/indexeddb/request-result-cache-expected.txt (164018 => 164019)
--- trunk/LayoutTests/storage/indexeddb/request-result-cache-expected.txt 2014-02-13 06:50:09 UTC (rev 164018)
+++ trunk/LayoutTests/storage/indexeddb/request-result-cache-expected.txt 2014-02-13 06:52:27 UTC (rev 164019)
@@ -26,7 +26,7 @@
PASS Exception was thrown.
PASS code is DOMException.INVALID_STATE_ERR
PASS ename is 'InvalidStateError'
-Exception message: Failed to read the 'result' property from 'IDBRequest': The request has not finished.
+Exception message: InvalidStateError: DOM IDBDatabase Exception 11
cursorRequestSuccess():
PASS successfullyParsed is true
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes