[Webkit-unassigned] [Bug 36844] storage/statement-error-callback.html failed on Qt Linux Release Bot

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 30 15:02:58 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=36844





--- Comment #1 from Dumitru Daniliuc <dumi at chromium.org>  2010-03-30 15:02:58 PST ---
The test is transaction-callback-exception-crash.html, not
statement-error-callback.html. The INVALID_STATE_ERR happens when trying to
open the database. openDatabase() throws this exception in 5 cases:

1. the file could not be opened (disk is full, can't create a new file?).
2. a special table could not be created.
3. the DB version could not be read,
4. the DB version could not be updated.
5. the DB version does not match the version provided in openDatabase().

If this test keeps failing, I'd suggest doing a clean up on the bot. I can't
think of any good reason why this test would fail.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list