RESOLVED CONFIGURATION CHANGED 172403
[iOS Simulator WK2] imported/blink/storage/indexeddb/blob-valid-after-deletion.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=172403
Summary [iOS Simulator WK2] imported/blink/storage/indexeddb/blob-valid-after-deletio...
Matt Lewis
Reported 2017-05-19 17:41:49 PDT
The test imported/blink/storage/indexeddb/blob-valid-after-deletion.html has started to timeout on iOS simulator WK2. The test is also flaky on other platforms and is marked as such already. https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=imported%2Fblink%2Fstorage%2Findexeddb%2Fblob-valid-after-deletion.html https://build.webkit.org/results/Apple%20iOS%2010%20Simulator%20Debug%20WK2%20(Tests)/r217156%20(1501)/results.html https://build.webkit.org/builders/Apple%20iOS%2010%20Simulator%20Debug%20WK2%20(Tests)/builds/1501 Diff: --- /Volumes/Data/slave/ios-simulator-10-debug-tests-wk2/build/layout-test-results/imported/blink/storage/indexeddb/blob-valid-after-deletion-expected.txt +++ /Volumes/Data/slave/ios-simulator-10-debug-tests-wk2/build/layout-test-results/imported/blink/storage/indexeddb/blob-valid-after-deletion-actual.txt @@ -1,25 +1,3 @@ -Confirm that blobs stay alive after their records are deleted. +#PID UNRESPONSIVE - com.apple.WebKit.WebContent.Development (pid 37841) +FAIL: Timed out waiting for notifyDone to be called -On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". - - -dbname = "blob-valid-after-deletion.html" -indexedDB.deleteDatabase(dbname) -indexedDB.open(dbname) -store = db.createObjectStore('store') -store.put(value, key) - -doRead(): -trans = db.transaction('store') -store = trans.objectStore('store') -request = store.get(key) -trans = db.transaction('store', 'readwrite') -store = trans.objectStore('store') -request = store.delete(key) -PASS document.getElementById('frame0').contentDocument.body.innerText is blobAContent -PASS document.getElementById('frame1').contentDocument.body.innerText is blobAContent -PASS document.getElementById('frame2').contentDocument.body.innerText is blobBContent -PASS successfullyParsed is true - -TEST COMPLETE -
Attachments
Matt Lewis
Comment 1 2017-05-30 12:52:16 PDT
Ahmad Saleem
Comment 2 2024-05-08 01:17:51 PDT
Removed in favor of WPT in 278496@main.
Note You need to log in before you can comment on or make changes to this bug.