Changeset 194012 in webkit


Ignore:
Timestamp:
Dec 12, 2015 3:49:46 PM (8 years ago)
Author:
beidson@apple.com
Message:

Modern IDB: Update a couple of tests that fail only because of error message differences.
https://bugs.webkit.org/show_bug.cgi?id=152205

Reviewed by Alex Christensen.

  • platform/mac-wk1/TestExpectations:
  • storage/indexeddb/objectstore-autoincrement-expected.txt:
  • storage/indexeddb/open-cursor-expected.txt:
Location:
trunk/LayoutTests
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r194010 r194012  
     12015-12-12  Brady Eidson  <beidson@apple.com>
     2
     3        Modern IDB: Update a couple of tests that fail only because of error message differences.
     4        https://bugs.webkit.org/show_bug.cgi?id=152205
     5
     6        Reviewed by Alex Christensen.
     7
     8        * platform/mac-wk1/TestExpectations:
     9        * storage/indexeddb/objectstore-autoincrement-expected.txt:
     10        * storage/indexeddb/open-cursor-expected.txt:
     11
    1122015-12-12  Brady Eidson  <beidson@apple.com>
    213
  • trunk/LayoutTests/platform/mac-wk1/TestExpectations

    r194010 r194012  
    100100storage/indexeddb/intversion-pending-version-changes-same.html [ Failure ]
    101101storage/indexeddb/intversion-two-opens-no-versions.html [ Failure ]
    102 storage/indexeddb/objectstore-autoincrement.html [ Failure ]
    103 storage/indexeddb/open-cursor.html [ Failure ]
    104102storage/indexeddb/open-db-private-browsing.html [ Failure ]
    105103storage/indexeddb/open-ordering.html [ Failure ]
  • trunk/LayoutTests/storage/indexeddb/objectstore-autoincrement-expected.txt

    r163963 r194012  
    5959PASS code is 0
    6060PASS ename is 'DataError'
    61 Exception message: Failed to execute 'add' on 'IDBObjectStore': The object store uses out-of-line keys and has no key generator and the key parameter was not provided.
     61Exception message: Failed to store record in an IDBObjectStore: The object store uses out-of-line keys and has no key generator and the key parameter was not provided.
    6262store.add({name: 'Adam'}, 1)
    6363addAdamSuccess():
  • trunk/LayoutTests/storage/indexeddb/open-cursor-expected.txt

    r164019 r194012  
    2323PASS code is 0
    2424PASS ename is 'DataError'
    25 Exception message: DataError: DOM IDBDatabase Exception 0
     25Exception message: Failed to execute 'continue' on 'IDBCursor': The parameter is not a valid key.
    2626
    2727Opening an empty cursor.
     
    4141PASS code is 0
    4242PASS ename is 'DataError'
    43 Exception message: DataError: DOM IDBDatabase Exception 0
     43Exception message: Failed to execute 'continue' on 'IDBCursor': The parameter is not a valid key.
    4444
    4545Opening an empty cursor.
Note: See TracChangeset for help on using the changeset viewer.