Bug 200301
Summary: | [GTK][WPE] SQL ALTER statement failures | ||
---|---|---|---|
Product: | WebKit | Reporter: | Zan Dobersek <zan> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | Keywords: | LayoutTestFailure |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Zan Dobersek
The following two WebSQL tests are failing:
storage/websql/alter-to-info-table.html
--- /home/buildbot/wpe/wpe-linux-64-release-tests/build/layout-test-results/storage/websql/alter-to-info-table-expected.txt
+++ /home/buildbot/wpe/wpe-linux-64-release-tests/build/layout-test-results/storage/websql/alter-to-info-table-actual.txt
@@ -4,7 +4,7 @@
CREATE TEMP TABLE statement succeeded.
INSERT IN TEMP TABLE statement succeeded.
CREATE TRIGGER statement succeeded.
-ALTER TO INFO TABLE statement succeeded.
+ALTER TO INFO TABLE statement failed: could not prepare statement (1 SQL logic error)
Step 1 transaction succeeded.
Successfully changed DB version
Step 2 transaction succeeded.
storage/websql/test-authorizer.html
--- /home/buildbot/wpe/wpe-linux-64-release-tests/build/layout-test-results/storage/websql/test-authorizer-expected.txt
+++ /home/buildbot/wpe/wpe-linux-64-release-tests/build/layout-test-results/storage/websql/test-authorizer-actual.txt
@@ -15,8 +15,8 @@
SQLITE_INSERT statement succeeded.
SQLITE_UPDATE statement succeeded.
SQLITE_PRAGMA statement failed: could not prepare statement (23 not authorized)
-SQLITE_ALTER_TABLE statement succeeded.
-SQLITE_ALTER_TABLE statement succeeded.
+SQLITE_ALTER_TABLE statement failed: could not prepare statement (1 SQL logic error)
+SQLITE_ALTER_TABLE statement failed: could not prepare statement (1 no such table: TestTable)
SQLITE_ALTER_INFO_TABLE statement failed: could not prepare statement (23 not authorized)
SQLITE_ALTER_INFO_TABLE statement failed: could not prepare statement (23 not authorized)
SQLITE_ALTER_INFO_TABLE statement failed: could not prepare statement (1 there is already another table or index with this name: __WebKitDatabaseInfoTable__)
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Diego Pino
There are no references to this bug in any TestExpectations. It's probable this bug was solved at some point but it wasn't marked as closed. I'm closing this bug now. If you think this bug report is still valid, please reopen it and add an entry to TestExpectations.