NEW148006
Each test should run with its own clean data store
https://bugs.webkit.org/show_bug.cgi?id=148006
Summary Each test should run with its own clean data store
Joseph Pecoraro
Reported 2015-08-13 17:55:19 PDT
* SUMMARY Each test should run with its own clean data store. This would be useful so that tests that create IndexedDB or WebSQL databases do not affect other tests testing IndexedDB/WebSQL. * NOTES See LayoutTests/inspector/indexeddb/requestDatabaseNames.html which has to deal with fallout from fast/history tests that create an IndexedDB.
Attachments
Alexey Proskuryakov
Comment 1 2015-08-13 18:04:27 PDT
The key consideration here is that tests shouldn't become slower because of the cleanup.
Note You need to log in before you can comment on or make changes to this bug.