Bug 181251
| Summary: | [GTK] API test /webkit2/WebKitWebsiteData/databases is failing, database data not cleared successfully | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Michael Catanzaro <mcatanzaro> |
| Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bugs-noreply, mcatanzaro |
| Priority: | P2 | ||
| Version: | Other | ||
| Hardware: | PC | ||
| OS: | Linux | ||
Michael Catanzaro
API test /webkit2/WebKitWebsiteData/databases is broken:
ERROR:/home/slave/webkitgtk/gtk-linux-64-release/build/Tools/TestWebKitAPI/Tests/WebKitGLib/TestWebsiteData.cpp:469:void testWebsiteDataDatabases(WebsiteDataTest*, gconstpointer): assertion failed: (!dataList)
The test deletes all website data of type WEBKIT_WEBSITE_DATA_WEBSQL_DATABASES or WEBKIT_WEBSITE_DATA_INDEXEDDB_DATABASES, then verifies that no website data of those types can be fetched. The delete operation is either failing, or not completing synchronously before the fetch operation.
If you fix this, please unskip the test.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Michael Catanzaro
Committed r226365: <https://trac.webkit.org/changeset/226365>
Michael Catanzaro
Reopening.
Michael Catanzaro
This has been passing recently.