[Webkit-unassigned] [Bug 200301] New: [GTK][WPE] SQL ALTER statement failures

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 31 07:10:54 PDT 2019


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

            Bug ID: 200301
           Summary: [GTK][WPE] SQL ALTER statement failures
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Keywords: LayoutTestFailure
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: zan at falconsigh.net

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__)

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190731/0f53947b/attachment-0001.html>


More information about the webkit-unassigned mailing list