Title: [200532] trunk/LayoutTests
Revision
200532
Author
beid...@apple.com
Date
2016-05-06 16:21:16 -0700 (Fri, 06 May 2016)

Log Message

Unreviewed IDB test gardening.

* TestExpectations:
* storage/indexeddb/pending-activity-workers-expected.txt: Updated expectations.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (200531 => 200532)


--- trunk/LayoutTests/ChangeLog	2016-05-06 22:57:32 UTC (rev 200531)
+++ trunk/LayoutTests/ChangeLog	2016-05-06 23:21:16 UTC (rev 200532)
@@ -34,6 +34,13 @@
 
         Unreviewed IDB test gardening.
 
+        * TestExpectations:
+        * storage/indexeddb/pending-activity-workers-expected.txt: Updated expectations.
+
+2016-05-06  Brady Eidson  <beid...@apple.com>
+
+        Unreviewed IDB test gardening.
+
         Fix a failing test, and add better classification/comments to a different failing test.
 
         * TestExpectations:

Modified: trunk/LayoutTests/TestExpectations (200531 => 200532)


--- trunk/LayoutTests/TestExpectations	2016-05-06 22:57:32 UTC (rev 200531)
+++ trunk/LayoutTests/TestExpectations	2016-05-06 23:21:16 UTC (rev 200532)
@@ -912,9 +912,6 @@
 # Could be a SessionID difference? Something is giving the worker a different namespace.
 storage/indexeddb/dont-commit-on-blocked-private.html [ Failure ]
 
-# IDB workers tests that fail for unknown reasons
-storage/indexeddb/pending-activity-workers.html [ Failure ]
-
 # IDB workers tests that timeout
 storage/indexeddb/pending-version-change-stuck.html
 storage/indexeddb/pending-version-change-stuck-private.html

Modified: trunk/LayoutTests/storage/indexeddb/pending-activity-workers-expected.txt (200531 => 200532)


--- trunk/LayoutTests/storage/indexeddb/pending-activity-workers-expected.txt	2016-05-06 22:57:32 UTC (rev 200531)
+++ trunk/LayoutTests/storage/indexeddb/pending-activity-workers-expected.txt	2016-05-06 23:21:16 UTC (rev 200532)
@@ -6,7 +6,6 @@
 Starting worker: resources/pending-activity.js
 [Worker] indexedDB = self.indexedDB || self.webkitIndexedDB || self.mozIndexedDB || self.msIndexedDB || self.OIndexedDB;
 [Worker] 
-[Worker] dbname = "pending-activity.js"
 [Worker] indexedDB.deleteDatabase(dbname)
 [Worker] indexedDB.open(dbname)
 [Worker] 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to