NEW 35268
Database tests assume more cleanup than they do.
https://bugs.webkit.org/show_bug.cgi?id=35268
Summary Database tests assume more cleanup than they do.
Eric U.
Reported 2010-02-22 16:11:46 PST
Most of the database tests assume that they can use the entire database quota, but none of them clean up when they exit, so that's not a valid assumption. In particular the database tests that try to allocate the entire 5MB [in some cases twice!] only pass because of lucky timing. Each test should start out by cleaning up any existing databases before doing anything.
Attachments
Note You need to log in before you can comment on or make changes to this bug.