[Webkit-unassigned] [Bug 154975] REGRESSION (r197474): storage/indexeddb/odd-strings.html fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 3 10:51:10 PST 2016


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

--- Comment #2 from Brady Eidson <beidson at apple.com> ---
So in addition to keying the database filename off the string name (unwise...), we also store the string name in the database file itself to verify against when opening the file.

Unfortunately for some of these odd-strings, we don't get the right string in the file (or fail to get the right string out).

r197474 made it so we close these files halfway through the test, and then try to reopen them later.

When we reopen them and try to verify the database name against what's in the file, we fail.

-- 
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/20160303/05fcba71/attachment.html>


More information about the webkit-unassigned mailing list