[Webkit-unassigned] [Bug 152643] New: [GTK] Several IndexedDB tests failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 1 16:17:39 PST 2016


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

            Bug ID: 152643
           Summary: [GTK] Several IndexedDB tests failing
    Classification: Unclassified
           Product: WebKit
           Version: Other
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mcatanzaro at igalia.com

The following tests:

  imported/w3c/indexeddb/idbcursor-advance.htm
  imported/w3c/indexeddb/idbcursor-continue.htm
  imported/w3c/indexeddb/idbcursor-direction-index.htm
  imported/w3c/indexeddb/idbindex_get2.htm
  imported/w3c/indexeddb/idbindex_getKey2.htm

Have been failing on the GTK port since they were added in r189264, but these tests pass on the Mac port.


--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/imported/w3c/indexeddb/idbcursor-advance-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/imported/w3c/indexeddb/idbcursor-advance-actual.txt
@@ -1,8 +1,8 @@

-FAIL IDBCursor.advance() - advances assert_unreached: unexpected error (UnknownError) Reached unreachable code
-FAIL IDBCursor.advance() - advances backwards assert_unreached: unexpected error (UnknownError) Reached unreachable code
+FAIL IDBCursor.advance() - advances assert_equals: expected 1 but got 4
+FAIL IDBCursor.advance() - advances backwards assert_equals: expected 1 but got 4
 FAIL IDBCursor.advance() - skip far forward assert_unreached: unexpected error (UnknownError) Reached unreachable code
-PASS IDBCursor.advance() - within range 
+FAIL IDBCursor.advance() - within range assert_equals: expected 4 but got 1
 PASS IDBCursor.advance() - within single key range 
-PASS IDBCursor.advance() - within single key range, with several results 
+FAIL IDBCursor.advance() - within single key range, with several results assert_equals: expected 1 but got 4


--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/imported/w3c/indexeddb/idbcursor-continue-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/imported/w3c/indexeddb/idbcursor-continue-actual.txt
@@ -1,8 +1,8 @@

-PASS IDBCursor.continue() - continues 
-PASS IDBCursor.continue() - with given key 
+FAIL IDBCursor.continue() - continues assert_equals: expected 1 but got 4
+FAIL IDBCursor.continue() - with given key assert_equals: expected 1 but got 4
 PASS IDBCursor.continue() - skip far forward 
-PASS IDBCursor.continue() - within range 
+FAIL IDBCursor.continue() - within range assert_equals: expected 1 but got 4
 PASS IDBCursor.continue() - within single key range 
-PASS IDBCursor.continue() - within single key range, with several results 
+FAIL IDBCursor.continue() - within single key range, with several results assert_equals: expected 1 but got 4


--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/imported/w3c/indexeddb/idbcursor-direction-index-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/imported/w3c/indexeddb/idbcursor-direction-index-actual.txt
@@ -1,6 +1,6 @@

-PASS IDBCursor direction - index - next 
-PASS IDBCursor direction - index - prev 
-PASS IDBCursor direction - index - nextunique 
-PASS IDBCursor direction - index - prevunique 
+FAIL IDBCursor direction - index - next assert_equals: cursor.value expected "Bob:1" but got "Bob:2"
+FAIL IDBCursor direction - index - prev assert_equals: cursor.value expected "Bob:2" but got "Bob:1"
+FAIL IDBCursor direction - index - nextunique assert_equals: cursor.value expected "Bob:1" but got "Bob:2"
+FAIL IDBCursor direction - index - prevunique assert_equals: cursor.value expected "Bob:1" but got "Bob:2"


--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/imported/w3c/indexeddb/idbindex_get2-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/imported/w3c/indexeddb/idbindex_get2-actual.txt
@@ -1,3 +1,3 @@

-PASS IDBIndex.get() - returns the record where the index contains duplicate values  
+FAIL IDBIndex.get() - returns the record where the index contains duplicate values  assert_equals: expected 1 but got 2


--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/imported/w3c/indexeddb/idbindex_getKey2-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/imported/w3c/indexeddb/idbindex_getKey2-actual.txt
@@ -1,3 +1,3 @@

-PASS IDBIndex.getKey() - returns the record's primary key where the index contains duplicate values  
+FAIL IDBIndex.getKey() - returns the record's primary key where the index contains duplicate values  assert_equals: expected 1 but got 2

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


More information about the webkit-unassigned mailing list