Title: [195895] trunk/LayoutTests
Revision
195895
Author
[email protected]
Date
2016-01-30 08:38:07 -0800 (Sat, 30 Jan 2016)

Log Message

[GTK] IndexedDB expectations gardening

Unreviewed gardening.

* platform/gtk/TestExpectations:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (195894 => 195895)


--- trunk/LayoutTests/ChangeLog	2016-01-30 16:14:15 UTC (rev 195894)
+++ trunk/LayoutTests/ChangeLog	2016-01-30 16:38:07 UTC (rev 195895)
@@ -1,5 +1,13 @@
 2016-01-30  Michael Catanzaro  <[email protected]>
 
+        [GTK] IndexedDB expectations gardening
+
+        Unreviewed gardening.
+
+        * platform/gtk/TestExpectations:
+
+2016-01-30  Michael Catanzaro  <[email protected]>
+
         [GTK] platform/gtk/scrollbars/overflow-scrollbar-horizontal-wheel-scroll.html is failing
 
         Unreviewed gardening.

Modified: trunk/LayoutTests/platform/gtk/TestExpectations (195894 => 195895)


--- trunk/LayoutTests/platform/gtk/TestExpectations	2016-01-30 16:14:15 UTC (rev 195894)
+++ trunk/LayoutTests/platform/gtk/TestExpectations	2016-01-30 16:38:07 UTC (rev 195895)
@@ -660,100 +660,6 @@
 # WIRELESS_PLAYBACK_TARGET not enabled.
 media/airplay-target-availability.html
 
-## IndexedDB related failures
-
-# Blink tests with unexplained timeouts
-storage/indexeddb/database-deletepending-flag.html [ Skip ]
-storage/indexeddb/exceptions.html [ Skip ]
-storage/indexeddb/intversion-gated-on-delete.html [ Skip ]
-storage/indexeddb/intversion-long-queue.html [ Skip ]
-storage/indexeddb/open-ordering.html [ Skip ]
-storage/indexeddb/transaction-basics.html [ Skip ]
-storage/indexeddb/transaction-coordination-within-database.html [ Skip ]
-
-# Blink tests with non-trivial text failures.
-storage/indexeddb/createIndex-after-failure.html [ Skip ]
-storage/indexeddb/create-object-store-options.html [ Skip ]
-storage/indexeddb/cursor-advance.html [ Skip ]
-storage/indexeddb/cursor-basics.html [ Skip ]
-storage/indexeddb/cursor-continue.html [ Skip ]
-storage/indexeddb/cursor-continue-validity.html [ Skip ]
-storage/indexeddb/cursor-index-delete.html [ Skip ]
-storage/indexeddb/cursor-key-order.html [ Skip ]
-storage/indexeddb/cursor-leak.html [ Skip ] # Missing needed WKTR feature?
-storage/indexeddb/cursor-overloads.html [ Skip ]
-storage/indexeddb/cursor-primary-key-order.html [ Skip ]
-storage/indexeddb/cursor-request-cycle.html [ Skip ] # Missing needed WKTR feature?
-storage/indexeddb/cursor-update.html [ Skip ]
-storage/indexeddb/database-close.html [ Skip ]
-storage/indexeddb/database-closepending-flag.html [ Skip ]
-storage/indexeddb/database-quota.html [ Skip ]
-storage/indexeddb/deleteIndex.html [ Skip ]
-storage/indexeddb/delete-in-upgradeneeded-close-in-open-success.html [ Skip ]
-storage/indexeddb/delete-in-upgradeneeded-close-in-versionchange.html [ Skip ]
-storage/indexeddb/deletedatabase-blocked.html [ Skip ]
-storage/indexeddb/deletedatabase-delayed-by-open-and-versionchange.html [ Skip ]
-storage/indexeddb/deletedatabase-delayed-by-versionchange.html [ Skip ]
-storage/indexeddb/deletedatabase-not-blocked.html [ Skip ]
-storage/indexeddb/deleted-objects.html [ Skip ]
-storage/indexeddb/duplicates.html [ Skip ] # Difference between null + undefined
-storage/indexeddb/events.html [ Skip ]
-storage/indexeddb/factory-cmp.html [ Skip ]
-storage/indexeddb/factory-deletedatabase.html [ Skip ]
-storage/indexeddb/get-keyrange.html [ Skip ]
-storage/indexeddb/index-basics.html [ Skip ] # Difference between null + undefined
-storage/indexeddb/index-duplicate-keypaths.html [ Skip ]
-storage/indexeddb/index-multientry.html [ Skip ]
-storage/indexeddb/index-population.html [ Skip ]
-storage/indexeddb/index-unique.html [ Skip ]
-storage/indexeddb/intversion-blocked.html [ Skip ]
-storage/indexeddb/intversion-close-between-events.html [ Skip ]
-storage/indexeddb/intversion-open-in-upgradeneeded.html [ Skip ]
-storage/indexeddb/intversion-open-with-version.html [ Skip ] # INTMAX exposed to script as database version
-storage/indexeddb/intversion-pending-version-changes-ascending.html [ Skip ]
-storage/indexeddb/intversion-pending-version-changes-descending.html [ Skip ]
-storage/indexeddb/intversion-pending-version-changes-same.html [ Skip ]
-storage/indexeddb/intversion-two-opens-no-versions.html [ Skip ] # INTMAX exposed to script as database version
-storage/indexeddb/intversion-upgrades.html [ Skip ]
-storage/indexeddb/key-generator.html [ Skip ]
-storage/indexeddb/key-type-binary.html [ Skip ]
-storage/indexeddb/lazy-index-population.html [ Skip ]
-storage/indexeddb/metadata.html [ Skip ]
-storage/indexeddb/noblobs.html [ Skip ] # Missing DRT file/blob support
-storage/indexeddb/objectstore-autoincrement.html [ Skip ]
-storage/indexeddb/objectstore-basics.html [ Skip ]
-storage/indexeddb/odd-strings.html [ Skip ]
-storage/indexeddb/optional-arguments.html [ Skip ]
-storage/indexeddb/persistence.html [ Skip ]
-storage/indexeddb/request-leak.html [ Skip ] # Missing WKTR support? GC?
-storage/indexeddb/setversion-blocked-by-versionchange-close.html [ Skip ]
-storage/indexeddb/setversion-not-blocked.html [ Skip ]
-storage/indexeddb/structured-clone.html [ Skip ] # Missing DRT file/blob support
-storage/indexeddb/transaction-and-objectstore-calls.html [ Skip ]
-storage/indexeddb/transaction-error.html [ Skip ]
-storage/indexeddb/transaction-scope-sequencing.html [ Skip ]
-
-# Blink tests that crash the WebProcess.
-storage/indexeddb/cursor-cast.html [ Skip ]
-
-# We don't currently support indexeddb in workers
-storage/indexeddb/basics-workers.html [ Skip ]
-storage/indexeddb/cursor-advance-workers.html [ Skip ]
-storage/indexeddb/deletedatabase-delayed-by-open-and-versionchange-workers.html [ Skip ]
-storage/indexeddb/dont-commit-on-blocked.html [ Skip ]
-storage/indexeddb/factory-basics-workers.html [ Skip ]
-storage/indexeddb/index-basics-workers.html [ Skip ]
-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 ]
-http/tests/security/cross-origin-worker-indexeddb-allowed.html [ Skip ]
-http/tests/security/cross-origin-worker-indexeddb.html [ Skip ]
-
 #////////////////////////////////////////////////////////////////////////////////////////
 # End of Expected failures
 #////////////////////////////////////////////////////////////////////////////////////////
@@ -2538,12 +2444,111 @@
 
 webkit.org/b/152057 accessibility/textarea-selected-text-range.html [ Failure Timeout ]
 
+## IndexedDB related failures
+
+# Blink tests with unexplained timeouts
+webkit.org/b/152643 storage/indexeddb/database-deletepending-flag.html [ Skip ]
+webkit.org/b/152643 storage/indexeddb/exceptions.html [ Skip ]
+webkit.org/b/152643 storage/indexeddb/intversion-gated-on-delete.html [ Skip ]
+webkit.org/b/152643 storage/indexeddb/intversion-long-queue.html [ Skip ]
+webkit.org/b/152643 storage/indexeddb/open-ordering.html [ Skip ]
+webkit.org/b/152643 storage/indexeddb/transaction-basics.html [ Skip ]
+webkit.org/b/152643 storage/indexeddb/transaction-coordination-within-database.html [ Skip ]
+
+# Blink tests with non-trivial text failures.
+webkit.org/b/152643 storage/indexeddb/createIndex-after-failure.html [ Skip ]
+webkit.org/b/152643 storage/indexeddb/create-object-store-options.html [ Skip ]
+webkit.org/b/152643 storage/indexeddb/cursor-advance.html [ Skip ]
+webkit.org/b/152643 storage/indexeddb/cursor-basics.html [ Skip ]
+webkit.org/b/152643 storage/indexeddb/cursor-continue.html [ Skip ]
+webkit.org/b/152643 storage/indexeddb/cursor-continue-validity.html [ Skip ]
+webkit.org/b/152643 storage/indexeddb/cursor-index-delete.html [ Skip ]
+webkit.org/b/152643 storage/indexeddb/cursor-key-order.html [ Skip ]
+webkit.org/b/152643 storage/indexeddb/cursor-leak.html [ Skip ] # Missing needed WKTR feature?
+webkit.org/b/152643 storage/indexeddb/cursor-overloads.html [ Skip ]
+webkit.org/b/152643 storage/indexeddb/cursor-primary-key-order.html [ Skip ]
+webkit.org/b/152643 storage/indexeddb/cursor-request-cycle.html [ Skip ] # Missing needed WKTR feature?
+webkit.org/b/152643 storage/indexeddb/cursor-update.html [ Skip ]
+webkit.org/b/152643 storage/indexeddb/database-close.html [ Skip ]
+webkit.org/b/152643 storage/indexeddb/database-closepending-flag.html [ Skip ]
+webkit.org/b/152643 storage/indexeddb/database-quota.html [ Skip ]
+webkit.org/b/152643 storage/indexeddb/deleteIndex.html [ Skip ]
+webkit.org/b/152643 storage/indexeddb/delete-in-upgradeneeded-close-in-open-success.html [ Skip ]
+webkit.org/b/152643 storage/indexeddb/delete-in-upgradeneeded-close-in-versionchange.html [ Skip ]
+webkit.org/b/152643 storage/indexeddb/deletedatabase-blocked.html [ Skip ]
+webkit.org/b/152643 storage/indexeddb/deletedatabase-delayed-by-open-and-versionchange.html [ Skip ]
+webkit.org/b/152643 storage/indexeddb/deletedatabase-delayed-by-versionchange.html [ Skip ]
+webkit.org/b/152643 storage/indexeddb/deletedatabase-not-blocked.html [ Skip ]
+webkit.org/b/152643 storage/indexeddb/deleted-objects.html [ Skip ]
+webkit.org/b/152643 storage/indexeddb/duplicates.html [ Skip ] # Difference between null + undefined
+webkit.org/b/152643 storage/indexeddb/events.html [ Skip ]
+webkit.org/b/152643 storage/indexeddb/factory-cmp.html [ Skip ]
+webkit.org/b/152643 storage/indexeddb/factory-deletedatabase.html [ Skip ]
+webkit.org/b/152643 storage/indexeddb/get-keyrange.html [ Skip ]
+webkit.org/b/152643 storage/indexeddb/index-basics.html [ Skip ] # Difference between null + undefined
+webkit.org/b/152643 storage/indexeddb/index-duplicate-keypaths.html [ Skip ]
+webkit.org/b/152643 storage/indexeddb/index-multientry.html [ Skip ]
+webkit.org/b/152643 storage/indexeddb/index-population.html [ Skip ]
+webkit.org/b/152643 storage/indexeddb/index-unique.html [ Skip ]
+webkit.org/b/152643 storage/indexeddb/intversion-blocked.html [ Skip ]
+webkit.org/b/152643 storage/indexeddb/intversion-close-between-events.html [ Skip ]
+webkit.org/b/152643 storage/indexeddb/intversion-open-in-upgradeneeded.html [ Skip ]
+webkit.org/b/152643 storage/indexeddb/intversion-open-with-version.html [ Skip ] # INTMAX exposed to script as database version
+webkit.org/b/152643 storage/indexeddb/intversion-pending-version-changes-ascending.html [ Skip ]
+webkit.org/b/152643 storage/indexeddb/intversion-pending-version-changes-descending.html [ Skip ]
+webkit.org/b/152643 storage/indexeddb/intversion-pending-version-changes-same.html [ Skip ]
+webkit.org/b/152643 storage/indexeddb/intversion-two-opens-no-versions.html [ Skip ] # INTMAX exposed to script as database version
+webkit.org/b/152643 storage/indexeddb/intversion-upgrades.html [ Skip ]
+webkit.org/b/152643 storage/indexeddb/key-generator.html [ Skip ]
+webkit.org/b/152643 storage/indexeddb/key-type-binary.html [ Skip ]
+webkit.org/b/152643 storage/indexeddb/lazy-index-population.html [ Skip ]
+webkit.org/b/152643 storage/indexeddb/metadata.html [ Skip ]
+webkit.org/b/152643 storage/indexeddb/noblobs.html [ Skip ] # Missing DRT file/blob support
+webkit.org/b/152643 storage/indexeddb/objectstore-autoincrement.html [ Skip ]
+webkit.org/b/152643 storage/indexeddb/objectstore-basics.html [ Skip ]
+webkit.org/b/152643 storage/indexeddb/odd-strings.html [ Skip ]
+webkit.org/b/152643 storage/indexeddb/optional-arguments.html [ Skip ]
+webkit.org/b/152643 storage/indexeddb/persistence.html [ Skip ]
+webkit.org/b/152643 storage/indexeddb/request-leak.html [ Skip ] # Missing WKTR support? GC?
+webkit.org/b/152643 storage/indexeddb/setversion-blocked-by-versionchange-close.html [ Skip ]
+webkit.org/b/152643 storage/indexeddb/setversion-not-blocked.html [ Skip ]
+webkit.org/b/152643 storage/indexeddb/structured-clone.html [ Skip ] # Missing DRT file/blob support
+webkit.org/b/152643 storage/indexeddb/transaction-and-objectstore-calls.html [ Skip ]
+webkit.org/b/152643 storage/indexeddb/transaction-error.html [ Skip ]
+webkit.org/b/152643 storage/indexeddb/transaction-scope-sequencing.html [ Skip ]
+
+# Blink tests that crash the WebProcess.
+webkit.org/b/152643 storage/indexeddb/cursor-cast.html [ Skip ]
+
+# We don't currently support indexeddb in workers
+webkit.org/b/152643 storage/indexeddb/basics-workers.html [ Skip ]
+webkit.org/b/152643 storage/indexeddb/cursor-advance-workers.html [ Skip ]
+webkit.org/b/152643 storage/indexeddb/deletedatabase-delayed-by-open-and-versionchange-workers.html [ Skip ]
+webkit.org/b/152643 storage/indexeddb/dont-commit-on-blocked.html [ Skip ]
+webkit.org/b/152643 storage/indexeddb/factory-basics-workers.html [ Skip ]
+webkit.org/b/152643 storage/indexeddb/index-basics-workers.html [ Skip ]
+webkit.org/b/152643 storage/indexeddb/objectstore-basics-workers.html [ Skip ]
+webkit.org/b/152643 storage/indexeddb/open-twice-workers.html [ Skip ]
+webkit.org/b/152643 storage/indexeddb/pending-activity-workers.html [ Skip ]
+webkit.org/b/152643 storage/indexeddb/pending-version-change-on-exit.html [ Skip ]
+webkit.org/b/152643 storage/indexeddb/pending-version-change-stuck-works-with-terminate.html [ Skip ]
+webkit.org/b/152643 storage/indexeddb/pending-version-change-stuck.html [ Skip ]
+webkit.org/b/152643 storage/indexeddb/transaction-complete-workers.html [ Skip ]
+webkit.org/b/152643 storage/indexeddb/unprefix-workers.html [ Skip ]
+webkit.org/b/152643 http/tests/security/cross-origin-worker-indexeddb-allowed.html [ Skip ]
+webkit.org/b/152643 http/tests/security/cross-origin-worker-indexeddb.html [ Skip ]
+
 webkit.org/b/152643 imported/w3c/indexeddb/idbcursor-advance.htm [ Failure ]
 webkit.org/b/152643 imported/w3c/indexeddb/idbcursor-continue.htm [ Failure ]
 webkit.org/b/152643 imported/w3c/indexeddb/idbcursor-direction-index.htm [ Failure ]
 webkit.org/b/152643 imported/w3c/indexeddb/idbindex_get2.htm [ Failure ]
 webkit.org/b/152643 imported/w3c/indexeddb/idbindex_getKey2.htm [ Failure ]
 
+webkit.org/b/152643 storage/indexeddb/clone-exception.html [ Failure ]
+webkit.org/b/152643 storage/indexeddb/connection-leak.html [ Failure ]
+webkit.org/b/152643 storage/indexeddb/database-wrapper.html [ Failure ]
+webkit.org/b/152643 storage/indexeddb/keypath-basics.html [ Failure ]
+
 webkit.org/b/152788 imported/mozilla/svg/filter-scaled-02.html [ ImageOnlyFailure ]
 webkit.org/b/152788 imported/mozilla/svg/image/image-filter-01.svg [ ImageOnlyFailure ]
 webkit.org/b/152788 svg/filters/color-space-conversion.svg [ ImageOnlyFailure ]
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to