<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [GTK] Several IndexedDB tests failing"
   href="https://bugs.webkit.org/show_bug.cgi?id=152643">152643</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>[GTK] Several IndexedDB tests failing
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>WebKit
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>Other
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>Normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P2
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>WebKit2
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>webkit-unassigned&#64;lists.webkit.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>mcatanzaro&#64;igalia.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>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
&#64;&#64; -1,8 +1,8 &#64;&#64;

-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
&#64;&#64; -1,8 +1,8 &#64;&#64;

-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
&#64;&#64; -1,6 +1,6 &#64;&#64;

-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 &quot;Bob:1&quot; but got &quot;Bob:2&quot;
+FAIL IDBCursor direction - index - prev assert_equals: cursor.value expected &quot;Bob:2&quot; but got &quot;Bob:1&quot;
+FAIL IDBCursor direction - index - nextunique assert_equals: cursor.value expected &quot;Bob:1&quot; but got &quot;Bob:2&quot;
+FAIL IDBCursor direction - index - prevunique assert_equals: cursor.value expected &quot;Bob:1&quot; but got &quot;Bob:2&quot;


--- /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
&#64;&#64; -1,3 +1,3 &#64;&#64;

-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
&#64;&#64; -1,3 +1,3 &#64;&#64;

-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</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>