| Summary: | [GTK][WPE] Several IndexedDB tests failing after r243270 "Include WAL and SHM file size in IDB database size computation" | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Miguel Gomez <magomez> |
| Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | aboya, bugs-noreply, youennf, zimmermann |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
|
Description
Miguel Gomez
2019-03-21 01:34:57 PDT
This one is also failing on bot bots: storage/indexeddb/transaction-coordination-across-databases.html [ Failure ] diff here : https://build.webkit.org/results/GTK%20Linux%2064-bit%20Release%20(Tests)/r243278%20(10052)/storage/indexeddb/transaction-coordination-across-databases-pretty-diff.html this one times out on wkgtk inspector/indexeddb/requestData.html [ Timeout ] diff here: https://build.webkit.org/results/GTK%20Linux%2064-bit%20Release%20(Tests)/r243278%20(10052)/inspector/indexeddb/requestData-pretty-diff.html and this The following tests are now crash flakes: imported/w3c/web-platform-tests/IndexedDB/key-conversion-exceptions.htm imported/w3c/web-platform-tests/IndexedDB/fire-upgradeneeded-event-exception.html r249614 has fixed many of this tests. There are the ones passing now for the WPE port (expectations updated) imported/w3c/web-platform-tests/IndexedDB/event-dispatch-active-flag.html imported/w3c/web-platform-tests/IndexedDB/idb-binary-key-roundtrip.htm imported/w3c/web-platform-tests/IndexedDB/idbcursor-advance-continue-async.htm imported/w3c/web-platform-tests/IndexedDB/idbcursor-advance-exception-order.html imported/w3c/web-platform-tests/IndexedDB/idbcursor-advance-invalid.htm imported/w3c/web-platform-tests/IndexedDB/idbcursor-advance.htm imported/w3c/web-platform-tests/IndexedDB/idbcursor-continue-exception-order.htm imported/w3c/web-platform-tests/IndexedDB/idbcursor-continuePrimaryKey-exception-order.htm imported/w3c/web-platform-tests/IndexedDB/idbcursor-continuePrimaryKey-exceptions.htm imported/w3c/web-platform-tests/IndexedDB/idbcursor-delete-exception-order.htm imported/w3c/web-platform-tests/IndexedDB/idbcursor-direction-index-keyrange.htm imported/w3c/web-platform-tests/IndexedDB/idbcursor-direction-index.htm imported/w3c/web-platform-tests/IndexedDB/idbcursor-direction-objectstore-keyrange.htm imported/w3c/web-platform-tests/IndexedDB/idbcursor-direction-objectstore.htm imported/w3c/web-platform-tests/IndexedDB/idbcursor-direction.htm imported/w3c/web-platform-tests/IndexedDB/idbcursor-iterating-update.htm imported/w3c/web-platform-tests/IndexedDB/idbcursor-key.htm imported/w3c/web-platform-tests/IndexedDB/idbcursor-primarykey.htm imported/w3c/web-platform-tests/IndexedDB/idbcursor-update-exception-order.htm imported/w3c/web-platform-tests/IndexedDB/idbcursor_iterating.htm imported/w3c/web-platform-tests/IndexedDB/idbindex-query-exception-order.html imported/w3c/web-platform-tests/IndexedDB/idbindex-request-source.html imported/w3c/web-platform-tests/IndexedDB/idbindex_getAll.html imported/w3c/web-platform-tests/IndexedDB/idbobjectstore-deleteIndex-exception-order.html imported/w3c/web-platform-tests/IndexedDB/idbobjectstore_createIndex14-exception_order.htm imported/w3c/web-platform-tests/IndexedDB/idbobjectstore_openKeyCursor.htm imported/w3c/web-platform-tests/IndexedDB/idbrequest-onupgradeneeded.htm imported/w3c/web-platform-tests/IndexedDB/idbtransaction_objectStoreNames.html imported/w3c/web-platform-tests/IndexedDB/interleaved-cursors-large.html imported/w3c/web-platform-tests/IndexedDB/interleaved-cursors-small.html imported/w3c/web-platform-tests/IndexedDB/key-conversion-exceptions.htm imported/w3c/web-platform-tests/IndexedDB/key_valid.html imported/w3c/web-platform-tests/IndexedDB/keygenerator-explicit.html imported/w3c/web-platform-tests/IndexedDB/keygenerator-inject.html imported/w3c/web-platform-tests/IndexedDB/keygenerator.htm imported/w3c/web-platform-tests/IndexedDB/keypath-special-identifiers.htm imported/w3c/web-platform-tests/IndexedDB/keypath_maxsize.htm imported/w3c/web-platform-tests/IndexedDB/large-requests-abort.html imported/w3c/web-platform-tests/IndexedDB/list_ordering.htm imported/w3c/web-platform-tests/IndexedDB/request-event-ordering.html imported/w3c/web-platform-tests/IndexedDB/value_recursive.htm These tests are passing now. Closing. The test expectation file for Gtk still listed: webkit.org/b/196069 inspector/indexeddb/requestData.html [ Timeout ] Given that this ticket is closed, I am going to remove that line from the expectations file. |