Bug 207844

Summary: storage/indexeddb/detached-iframe.html is flaky failing.
Product: WebKit Reporter: Jason Lawrence <Lawrence.j>
Component: FramesAssignee: Eric Hutchison <ehutchison>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: ayumi_kojima, cdumez, ehutchison, jenner, webkit-bot-watchers-bugzilla, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Mac   
OS: macOS 10.14   
Attachments:
Description Flags
Update Test Expectations none

Comment 1 Radar WebKit Bug Importer 2020-02-17 09:57:06 PST
<rdar://problem/59514602>
Comment 2 Jason Lawrence 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
Comment 3 Eric Hutchison 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
Comment 4 Eric Hutchison 2021-07-14 10:48:52 PDT
Created attachment 433511 [details]
Update Test Expectations
Comment 5 Robert Jenner 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>
Comment 6 ayumi_kojima 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
Comment 7 Chris Dumez 2021-07-29 10:02:34 PDT

*** This bug has been marked as a duplicate of bug 228569 ***