REGRESSION (r197474): storage/indexeddb/odd-strings.html fails https://bugs.webkit.org/show_bug.cgi?id=154922 http://trac.webkit.org/changeset/197474
And it wasn't noticed because the test was marked [Pass Failure], instead of [Pass Timeout]. Dang.
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.
This is the same thing happening on WK1 and WK2 covered by 154681 *** This bug has been marked as a duplicate of bug 154681 ***