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

Log Message

Unreviewed IDB test gardening.

Remove unsupported lines from the "unprefix" test.

* TestExpectations:
* storage/indexeddb/resources/unprefix.js:
* storage/indexeddb/unprefix-expected.txt:
* storage/indexeddb/unprefix-workers-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (200522 => 200523)


--- trunk/LayoutTests/ChangeLog	2016-05-06 21:11:58 UTC (rev 200522)
+++ trunk/LayoutTests/ChangeLog	2016-05-06 21:16:42 UTC (rev 200523)
@@ -2,6 +2,17 @@
 
         Unreviewed IDB test gardening.
 
+        Remove unsupported lines from the "unprefix" test.
+        
+        * TestExpectations:
+        * storage/indexeddb/resources/unprefix.js:
+        * storage/indexeddb/unprefix-expected.txt:
+        * storage/indexeddb/unprefix-workers-expected.txt:
+
+2016-05-06  Brady Eidson  <beid...@apple.com>
+
+        Unreviewed IDB test gardening.
+
         Remove the Workers variant of a test that had been removed for being irrelevant.
 
         * TestExpectations:

Modified: trunk/LayoutTests/TestExpectations (200522 => 200523)


--- trunk/LayoutTests/TestExpectations	2016-05-06 21:11:58 UTC (rev 200522)
+++ trunk/LayoutTests/TestExpectations	2016-05-06 21:16:42 UTC (rev 200523)
@@ -913,7 +913,6 @@
 storage/indexeddb/dont-commit-on-blocked-private.html [ Failure ]
 storage/indexeddb/dont-commit-on-blocked.html [ Failure ]
 storage/indexeddb/pending-activity-workers.html [ Failure ]
-storage/indexeddb/unprefix-workers.html [ Failure ]
 
 # IDB workers tests that timeout
 storage/indexeddb/pending-version-change-stuck.html

Modified: trunk/LayoutTests/storage/indexeddb/resources/unprefix.js (200522 => 200523)


--- trunk/LayoutTests/storage/indexeddb/resources/unprefix.js	2016-05-06 21:11:58 UTC (rev 200522)
+++ trunk/LayoutTests/storage/indexeddb/resources/unprefix.js	2016-05-06 21:16:42 UTC (rev 200523)
@@ -8,7 +8,6 @@
 function test()
 {
     shouldBeEqualToString("String(self.indexedDB)", "[object IDBFactory]");
-    shouldBeEqualToString("String(self.webkitIndexedDB)", "[object IDBFactory]");
     shouldBeNonNull("IDBCursor");
     shouldBeNonNull("IDBDatabase");
     shouldBeNonNull("IDBFactory");

Modified: trunk/LayoutTests/storage/indexeddb/unprefix-expected.txt (200522 => 200523)


--- trunk/LayoutTests/storage/indexeddb/unprefix-expected.txt	2016-05-06 21:11:58 UTC (rev 200522)
+++ trunk/LayoutTests/storage/indexeddb/unprefix-expected.txt	2016-05-06 21:16:42 UTC (rev 200523)
@@ -4,7 +4,6 @@
 
 
 PASS String(self.indexedDB) is "[object IDBFactory]"
-PASS String(self.webkitIndexedDB) is "[object IDBFactory]"
 PASS IDBCursor is non-null.
 PASS IDBDatabase is non-null.
 PASS IDBFactory is non-null.

Modified: trunk/LayoutTests/storage/indexeddb/unprefix-workers-expected.txt (200522 => 200523)


--- trunk/LayoutTests/storage/indexeddb/unprefix-workers-expected.txt	2016-05-06 21:11:58 UTC (rev 200522)
+++ trunk/LayoutTests/storage/indexeddb/unprefix-workers-expected.txt	2016-05-06 21:16:42 UTC (rev 200523)
@@ -5,7 +5,6 @@
 
 Starting worker: resources/unprefix.js
 PASS [Worker] String(self.indexedDB) is "[object IDBFactory]"
-PASS [Worker] String(self.webkitIndexedDB) is "[object IDBFactory]"
 PASS [Worker] IDBCursor is non-null.
 PASS [Worker] IDBDatabase is non-null.
 PASS [Worker] IDBFactory is non-null.
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to