[Webkit-unassigned] [Bug 154681] New: Modern IDB: DatabaseProcess cannot open some database filenames that DumpRenderTree can

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 25 09:55:11 PST 2016


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

            Bug ID: 154681
           Summary: Modern IDB: DatabaseProcess cannot open some database
                    filenames that DumpRenderTree can
    Classification: Unclassified
           Product: WebKit
           Version: Safari 9
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: beidson at apple.com

Modern IDB: DatabaseProcess cannot open some database filenames that DumpRenderTree can

This is forcing us to skip these two tests when enabling Modern IDB in WK2:
storage/indexeddb/database-odd-names.html
storage/indexeddb/odd-strings.html

Just one example that both tests hit is the database name with two unicode bytes "0xfffe"
The database filename that resolves to on my machine is:
/Volumes/Data/Home/Library/Application Support/DumpRenderTree/Databases/IndexedDB/file__0/<funny question mark in a box glyph>￾/IndexedDB.sqlite3

DRT opens it fine, but DatabaseProcess does not.

Currently unclear to me what's going on, but with the right eyes on it I'm sure it will be obvious.

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


More information about the webkit-unassigned mailing list