Changeset 164000 in webkit


Ignore:
Timestamp:
Feb 12, 2014 5:06:58 PM (10 years ago)
Author:
beidson@apple.com
Message:

IDB: TestExpectations batch - "aborted-versionchange-closes.html to createObjectStore-null-name.html"
https://bugs.webkit.org/show_bug.cgi?id=128703

Reviewed by Alexey Proskuryakov.

  • platform/mac-wk2/TestExpectations:
  • storage/indexeddb/aborted-versionchange-closes-expected.txt:
  • storage/indexeddb/basics-expected.txt:
  • storage/indexeddb/clone-exception-expected.txt:
  • storage/indexeddb/create-and-remove-object-store-expected.txt:
  • storage/indexeddb/createObjectStore-name-argument-required-expected.txt:
Location:
trunk/LayoutTests
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r163985 r164000  
     12014-02-12  Brady Eidson  <beidson@apple.com>
     2
     3        IDB: TestExpectations batch - "aborted-versionchange-closes.html to createObjectStore-null-name.html"
     4        https://bugs.webkit.org/show_bug.cgi?id=128703
     5
     6        Reviewed by Alexey Proskuryakov.
     7
     8        * platform/mac-wk2/TestExpectations:
     9        * storage/indexeddb/aborted-versionchange-closes-expected.txt:
     10        * storage/indexeddb/basics-expected.txt:
     11        * storage/indexeddb/clone-exception-expected.txt:
     12        * storage/indexeddb/create-and-remove-object-store-expected.txt:
     13        * storage/indexeddb/createObjectStore-name-argument-required-expected.txt:
     14
    1152014-02-12  Radu Stavila  <stavila@adobe.com>
    216
  • trunk/LayoutTests/platform/mac-wk2/TestExpectations

    r163981 r164000  
    22# to the Apple Mac port running the WebKit2 variant (--webkit-test-runner)
    33
    4 ###### This file has five sections. When adding new tests, make sure to
     4###### This file has six sections. When adding new tests, make sure to
    55###### add to the right section:
    66
     
    99### (3) Unclassified failures
    1010### (4) Features that are not supported in WebKit2 and likely never will be
    11 ### (5) Features that are not supported in WebKit2, on Mavericks
     11### (5) IndexedDB related failures
     12### (6) Features that are not supported in WebKit2, on Mavericks
    1213
    1314########################################
     
    441442plugins/snapshotting [ Skip ]
    442443
     444### END OF (3) Unclassified failures
     445########################################
     446
     447########################################
     448### START OF (4) Features that are not supported in WebKit2 and likely never will be
     449
     450### END OF (4) Features that are not supported in WebKit2 and likely never will be
     451########################################
     452
     453########################################
     454### START OF (5) IndexedDB related failures
     455
    443456# Right now, more IndexedDB tests fail than pass.
    444 # So we'll disable the entire directory...
     457# Eventually we list only the failing tests here.
     458# But for now we'll disable the entire directory then re-enable known passing tests.
    445459storage/indexeddb
    446460http/tests/security/cross-origin-indexeddb-allowed.html
     
    450464http/tests/security/no-indexeddb-from-sandbox.html
    451465
    452 # ...and then re-enable known-passing tests.
    453 # Eventually we can show only failing tests, and hopefully get rid of this section altogether.
    454466# All mozilla tests except for 1 pass.
    455467storage/indexeddb/mozilla [ Pass ]
    456468storage/indexeddb/mozilla/global-data.html
    457469
    458 ### END OF (3) Unclassified failures
    459 ########################################
    460 
    461 ########################################
    462 ### START OF (4) Features that are not supported in WebKit2 and likely never will be
    463 
    464 ### END OF (4) Features that are not supported in WebKit2 and likely never will be
    465 ########################################
    466 
    467 ########################################
    468 ### START OF (5) Features that are not supported in WebKit2, on Mavericks
     470# Blink tests known to pass.
     471storage/indexeddb/aborted-versionchange-closes.html [ Pass ]
     472storage/indexeddb/basics.html [ Pass ]
     473storage/indexeddb/closed-cursor.html [ Pass ]
     474storage/indexeddb/create-and-remove-object-store.html [ Pass ]
     475storage/indexeddb/createObjectStore-name-argument-required.html [ Pass ]
     476storage/indexeddb/createObjectStore-null-name.html [ Pass ]
     477
     478# Blink tests with complicated text failures.
     479storage/indexeddb/create-object-store-options.html
     480
     481# Blink tests with crashing failures.
     482storage/indexeddb/createIndex-after-failure.html  # Crashes the database process
     483
     484# Blink tests that pass once, but are known to cause trouble downstream.
     485storage/indexeddb/clone-exception.html
     486storage/indexeddb/connection-leak.html
     487
     488# We don't currently support indexeddb in workers
     489storage/indexeddb/basics-shared-workers.html
     490storage/indexeddb/basics-workers.html
     491storage/indexeddb/cursor-advance-workers.html
     492storage/indexeddb/deletedatabase-delayed-by-open-and-versionchange-workers.html
     493storage/indexeddb/factory-basics-workers.html
     494storage/indexeddb/index-basics-workers.html
     495storage/indexeddb/objectstore-basics-workers.html
     496storage/indexeddb/open-twice-workers.html
     497storage/indexeddb/pending-activity-workers.html
     498storage/indexeddb/transaction-complete-workers.html
     499storage/indexeddb/unprefix-workers.html
     500
     501### END OF (5) IndexedDB related failures
     502########################################
     503
     504########################################
     505### START OF (6) Features that are not supported in WebKit2, on Mavericks
    469506
    470507# Shared workers disabled with the Network Process
     
    561598[ Mavericks ] http/tests/xmlhttprequest/web-apps/013.html [ Failure ]
    562599
    563 ### END OF (5) Features that are not supported in WebKit2, on Mavericks
    564 ########################################
     600### END OF (6) Features that are not supported in WebKit2, on Mavericks
     601########################################
  • trunk/LayoutTests/storage/indexeddb/aborted-versionchange-closes-expected.txt

    r163963 r164000  
    3333PASS code is DOMException.INVALID_STATE_ERR
    3434PASS ename is 'InvalidStateError'
    35 Exception message: Failed to execute 'transaction' on 'IDBDatabase': The database connection is closing.
     35Exception message: InvalidStateError: DOM IDBDatabase Exception 11
    3636
    3737onOpenError():
     
    4242PASS code is DOMException.INVALID_STATE_ERR
    4343PASS ename is 'InvalidStateError'
    44 Exception message: Failed to execute 'transaction' on 'IDBDatabase': The database connection is closing.
     44Exception message: InvalidStateError: DOM IDBDatabase Exception 11
    4545PASS successfullyParsed is true
    4646
  • trunk/LayoutTests/storage/indexeddb/basics-expected.txt

    r163963 r164000  
    1212PASS code is DOMException.INVALID_STATE_ERR
    1313PASS ename is 'InvalidStateError'
    14 Exception message: Failed to read the 'result' property from 'IDBRequest': The request has not finished.
     14Exception message: InvalidStateError: DOM IDBDatabase Exception 11
    1515PASS 'error' in request is true
    1616Expecting exception from request.error
     
    1818PASS code is DOMException.INVALID_STATE_ERR
    1919PASS ename is 'InvalidStateError'
    20 Exception message: Failed to read the 'error' property from 'IDBRequest': The request has not finished.
     20Exception message: InvalidStateError: DOM IDBDatabase Exception 11
    2121PASS 'source' in request is true
    2222PASS request.source is null
  • trunk/LayoutTests/storage/indexeddb/clone-exception-expected.txt

    r163963 r164000  
    1414PASS code is 25
    1515PASS ename is 'DataCloneError'
    16 Exception message: Failed to execute 'put' on 'IDBObjectStore': An object could not be cloned.
     16Exception message: DataCloneError: DOM Exception 25
    1717
    1818doSecondOpen():
     
    2424PASS code is 25
    2525PASS ename is 'DataCloneError'
    26 Exception message: Failed to execute 'put' on 'IDBObjectStore': An object could not be cloned.
     26Exception message: DataCloneError: DOM Exception 25
    2727
    2828doThirdOpen():
     
    3434PASS code is 25
    3535PASS ename is 'DataCloneError'
    36 Exception message: Failed to execute 'put' on 'IDBObjectStore': An object could not be cloned.
     36Exception message: DataCloneError: DOM Exception 25
    3737PASS successfullyParsed is true
    3838
  • trunk/LayoutTests/storage/indexeddb/create-and-remove-object-store-expected.txt

    r163963 r164000  
    1414PASS code is 0
    1515PASS ename is 'ConstraintError'
    16 Exception message: Failed to execute 'createObjectStore' on 'IDBDatabase': An object store with the specified name already exists.
     16Exception message: ConstraintError: DOM IDBDatabase Exception 0
    1717trans = db.transaction(['tmp'])
    1818trans.objectStore('tmp').get(0)
     
    2323PASS code is DOMException.INVALID_STATE_ERR
    2424PASS ename is 'InvalidStateError'
    25 Exception message: Failed to execute 'createObjectStore' on 'IDBDatabase': The database is not running a version change transaction.
     25Exception message: InvalidStateError: DOM IDBDatabase Exception 11
    2626Trying remove
    2727Expecting exception from db.deleteObjectStore("some os")
     
    2929PASS code is DOMException.INVALID_STATE_ERR
    3030PASS ename is 'InvalidStateError'
    31 Exception message: Failed to execute 'deleteObjectStore' on 'IDBDatabase': The database is not running a version change transaction.
     31Exception message: InvalidStateError: DOM IDBDatabase Exception 11
    3232Trying create with store that already exists
    3333Expecting exception from db.createObjectStore('tmp')
     
    3535PASS code is DOMException.INVALID_STATE_ERR
    3636PASS ename is 'InvalidStateError'
    37 Exception message: Failed to execute 'createObjectStore' on 'IDBDatabase': The database is not running a version change transaction.
     37Exception message: InvalidStateError: DOM IDBDatabase Exception 11
    3838Trying remove with store that already exists
    3939Expecting exception from db.deleteObjectStore('tmp')
     
    4141PASS code is DOMException.INVALID_STATE_ERR
    4242PASS ename is 'InvalidStateError'
    43 Exception message: Failed to execute 'deleteObjectStore' on 'IDBDatabase': The database is not running a version change transaction.
     43Exception message: InvalidStateError: DOM IDBDatabase Exception 11
    4444PASS successfullyParsed is true
    4545
  • trunk/LayoutTests/storage/indexeddb/createObjectStore-name-argument-required-expected.txt

    r163963 r164000  
    1010indexedDB.open(dbname)
    1111db = event.target.result
    12 PASS db.createObjectStore(); threw exception TypeError: Failed to execute 'createObjectStore' on 'IDBDatabase': 1 argument required, but only 0 present..
     12PASS db.createObjectStore(); threw exception TypeError: Not enough arguments.
    1313PASS successfullyParsed is true
    1414
Note: See TracChangeset for help on using the changeset viewer.