[Webkit-unassigned] [Bug 111243] New: REGRESSION (r144517): IndexedDB layout test failures on GTK

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 1 22:23:50 PST 2013


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

           Summary: REGRESSION (r144517): IndexedDB layout test failures
                    on GTK
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: Gtk, LayoutTestFailure
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: zandobersek at gmail.com
                CC: abarth at webkit.org, mrobinson at webkit.org,
                    alecflett at chromium.org, michael at 68k.org


A set of layout tests began failing after r144517.
http://trac.webkit.org/changeset/144517

storage/indexeddb/index-basics.html
storage/indexeddb/mozilla/create-objectstore-basics.html
storage/indexeddb/mozilla/global-data.html
storage/indexeddb/mozilla/indexes.html
storage/indexeddb/objectstore-autoincrement.html
storage/indexeddb/objectstore-basics.html
storage/indexeddb/readonly.html
storage/indexeddb/mozilla/create-index-unique.html

A sample diff for the failure in storage/indexeddb/index-basics.html:
--- /home/slave/webkitgtk/gtk-linux-64-release/build/layout-test-results/storage/indexeddb/index-basics-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release/build/layout-test-results/storage/indexeddb/index-basics-actual.txt
@@ -27,7 +27,7 @@
 PASS 'objectStore' in indexObject is true
 PASS indexObject.objectStore.name is "storeName"
 PASS 'keyPath' in indexObject is true
-PASS indexObject.keyPath is "x"
+FAIL indexObject.keyPath should be x (of type string). Was undefined (of type undefined).
 PASS 'unique' in indexObject is true
 PASS 'multiEntry' in indexObject is true
 PASS indexObject.unique is false

Given the changes in r144517 it seems JSC bindings require modification.

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