WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 228569
207844
storage/indexeddb/detached-iframe.html is flaky failing.
https://bugs.webkit.org/show_bug.cgi?id=207844
Summary
storage/indexeddb/detached-iframe.html is flaky failing.
Jason Lawrence
Reported
2020-02-17 09:56:30 PST
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
Attachments
Update Test Expectations
(1.37 KB, patch)
2021-07-14 10:48 PDT
,
Eric Hutchison
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2020-02-17 09:57:06 PST
<
rdar://problem/59514602
>
Jason Lawrence
Comment 2
2020-02-17 10:03:24 PST
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
Eric Hutchison
Comment 3
2021-07-14 10:38:54 PDT
Updating expectations as test failures are occurring on multiple platforms: iOS 14 Sim, BigSur wk2 Debug/Release, Catalina
Eric Hutchison
Comment 4
2021-07-14 10:48:52 PDT
Created
attachment 433511
[details]
Update Test Expectations
Robert Jenner
Comment 5
2021-07-14 10:55:03 PDT
Comment on
attachment 433511
[details]
Update Test Expectations Clearing flags on attachment: 433511 Committed
r279911
(
239660@main
): <
https://commits.webkit.org/239660@main
>
ayumi_kojima
Comment 6
2021-07-28 14:18:46 PDT
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
Chris Dumez
Comment 7
2021-07-29 10:02:34 PDT
*** This bug has been marked as a duplicate of
bug 228569
***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug