storage/indexeddb/detached-iframe.html Description: This test is flaky failing on Mac wk2. The oldest failure that I see is on r253740. History: https://results.webkit.org/?suite=layout-tests&test=storage%2Findexeddb%2Fdetached-iframe.html&platform=mac&limit=50000&flavor=wk2&style=release&style=debug Diff: https://build.webkit.org/results/Apple-Catalina-Debug-WK2-Tests/r256729%20(2354)/storage/indexeddb/detached-iframe-diff.txt
<rdar://problem/59514602>
I have marked this test as failing while this issue is investigated. https://trac.webkit.org/changeset/256739/webkit Also, this is the content of the diff that I linked. --- /Volumes/Data/slave/catalina-debug-tests-wk2/build/layout-test-results/storage/indexeddb/detached-iframe-expected.txt +++ /Volumes/Data/slave/catalina-debug-tests-wk2/build/layout-test-results/storage/indexeddb/detached-iframe-actual.txt @@ -1,4 +1,8 @@ ALERT: original value +indexedDB = self.indexedDB || self.webkitIndexedDB || self.mozIndexedDB || self.msIndexedDB || self.OIndexedDB; + +indexedDB.deleteDatabase(dbname) +indexedDB.open(dbname) PASS successfullyParsed is true TEST COMPLETE
Updating expectations as test failures are occurring on multiple platforms: iOS 14 Sim, BigSur wk2 Debug/Release, Catalina
Created attachment 433511 [details] Update Test Expectations
Comment on attachment 433511 [details] Update Test Expectations Clearing flags on attachment: 433511 Committed r279911 (239660@main): <https://commits.webkit.org/239660@main>
Still see the flaky failure on iOS. It looks like there is expectation for the test to be set as [ Pass ] in iOS-14 (rdar://80396559). Removed the expectation set in iOS-wk2 and updated the expectation from [ Pass ] to [ Pass Failure ] in iOS-14: https://trac.webkit.org/changeset/280393/webkit
*** This bug has been marked as a duplicate of bug 228569 ***