Bug 148006
| Summary: | Each test should run with its own clean data store | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Joseph Pecoraro <joepeck> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | andersca, ap, bburg, beidson |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Joseph Pecoraro
* 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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
The key consideration here is that tests shouldn't become slower because of the cleanup.