<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [GTK] Several IndexedDB tests failing"
   href="https://bugs.webkit.org/show_bug.cgi?id=152643#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [GTK] Several IndexedDB tests failing"
   href="https://bugs.webkit.org/show_bug.cgi?id=152643">bug 152643</a>
              from <span class="vcard"><a class="email" href="mailto:mcatanzaro&#64;igalia.com" title="Michael Catanzaro &lt;mcatanzaro&#64;igalia.com&gt;"> <span class="fn">Michael Catanzaro</span></a>
</span></b>
        <pre>The following tests are now passing:

webkit.org/b/152643 imported/w3c/web-platform-tests/IndexedDB/idbcursor-advance.htm [ Failure ]
webkit.org/b/152643 imported/w3c/web-platform-tests/IndexedDB/idbcursor-continue.htm [ Failure ]
webkit.org/b/152643 imported/w3c/web-platform-tests/IndexedDB/idbcursor-direction-index.htm [ Failure ]
webkit.org/b/152643 imported/w3c/web-platform-tests/IndexedDB/idbindex_get2.htm [ Failure ]
webkit.org/b/152643 imported/w3c/web-platform-tests/IndexedDB/idbindex_getKey2.htm [ Failure ]
webkit.org/b/152643 storage/indexeddb/clone-exception.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/152643 storage/indexeddb/mozilla/cursor-update-updates-indexes.html [ Failure Pass ]

This test is the only one that is currently failing:

webkit.org/b/152643 storage/indexeddb/connection-leak.html [ Failure ]

The output is:

doFirstOpen():
request = indexedDB.open(dbname, 1)
sawUpgradeNeeded1 = false

onUpgradeNeeded1():
sawUpgradeNeeded1 = true

onOpenSuccess1():
PASS sawUpgradeNeeded1 is true
db = request.result
db.close()

doSecondOpen():
request = indexedDB.open(dbname, 1)

onOpenSuccess2():
db = request.result
db = null
request = null
Run GC outside of request's callback via setTimeout()
window.gc()

doThirdOpen():
request = indexedDB.open(dbname, 2)
sawUpgradeNeeded3 = false
FAIL onblocked called unexpectedly. oldVersion = 1, newVersion = 2
PASS successfullyParsed is true

TEST COMPLETE

I am also unskipping the huge list of skipped IndexedDB tests, so we can see which ones are fixed and which are still broken. Updated expectations in r199270.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>