[Webkit-unassigned] [Bug 202738] New: [WPE] Two indexeddb tests failing since r250804 - Domain relationships in the ITP Database should be inserted in a single query and ignore repeat insert attempts

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 9 03:05:17 PDT 2019


https://bugs.webkit.org/show_bug.cgi?id=202738

            Bug ID: 202738
           Summary: [WPE] Two indexeddb tests failing since r250804 -
                    Domain relationships in the ITP Database should be
                    inserted in a single query and ignore repeat insert
                    attempts
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WPE WebKit
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: magomez at igalia.com
                CC: bugs-noreply at webkitgtk.org

storage/indexeddb/cursor-leak-private.html [ Failure ]
storage/indexeddb/cursor-leak.html [ Failure ]

These are the diffs:

storage/indexeddb/cursor-leak-private.html [ Failure ]
--- /home/buildbot/wpe/wpe-linux-64-release-tests/build/layout-test-results/storage/indexeddb/cursor-leak-private-expected.txt
+++ /home/buildbot/wpe/wpe-linux-64-release-tests/build/layout-test-results/storage/indexeddb/cursor-leak-private-actual.txt
@@ -7,8 +7,9 @@

 indexedDB.deleteDatabase(dbname)
 indexedDB.open(dbname)
-PASS cursorObserver.wasCollected is true
+FAIL cursorObserver.wasCollected should be true. Was false.
 PASS successfullyParsed is true
+Some tests failed.

 TEST COMPLETE


storage/indexeddb/cursor-leak.html [ Failure ]
--- /home/buildbot/wpe/wpe-linux-64-release-tests/build/layout-test-results/storage/indexeddb/cursor-leak-expected.txt
+++ /home/buildbot/wpe/wpe-linux-64-release-tests/build/layout-test-results/storage/indexeddb/cursor-leak-actual.txt
@@ -7,8 +7,9 @@

 indexedDB.deleteDatabase(dbname)
 indexedDB.open(dbname)
-PASS cursorObserver.wasCollected is true
+FAIL cursorObserver.wasCollected should be true. Was false.
 PASS successfullyParsed is true
+Some tests failed.

 TEST COMPLETE

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20191009/ec88fb9f/attachment.html>


More information about the webkit-unassigned mailing list