Bug 244674

Summary: [ iOS iPadOS Release ] 2X imported/w3c/web-platform-tests/IndexedDB/idbfactory(Layout tests) are flaky failures
Product: WebKit Reporter: Hercules Hjalmarsson <hhjalmarsson>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: sihui_liu, webkit-bot-watchers-bugzilla, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Hercules Hjalmarsson 2022-09-01 09:33:41 PDT
imported/w3c/web-platform-tests/IndexedDB/idbfactory-databases-opaque-origin.html
imported/w3c/web-platform-tests/IndexedDB/idbfactory-deleteDatabase-opaque-origin.htm

Are 2 flaky text failures on iOS wk2 Release ToT and since a re-sync at 253263@main.

HISTORY:
https://results.webkit.org/?suite=layout-tests&test=imported/w3c/web-platform-tests/IndexedDB/idbfactory-databases-opaque-origin.html

DIFF (databases-opaque-origin.html):
@@ -1,6 +1,8 @@
+
+Harness Error (TIMEOUT), message = null

 PASS IDBFactory.databases() in non-sandboxed iframe should not reject
 PASS IDBFactory.databases() in sandboxed iframe should reject
 PASS IDBFactory.databases() in data URL dedicated worker should throw SecurityError
-PASS IDBFactory.databases() in data URL shared worker should throw SecurityError
+TIMEOUT IDBFactory.databases() in data URL shared worker should throw SecurityError Test timed out

DIFF (deleteDatabase-opaque-origin.htm): 

Harness Error (TIMEOUT), message = null

PASS IDBFactory.deleteDatabase() in non-sandboxed iframe should not throw
PASS IDBFactory.deleteDatabase() in sandboxed iframe should throw SecurityError
PASS IDBFactory.deleteDatabase() in data URL dedicated worker should throw SecurityError
TIMEOUT IDBFactory.deleteDatabase() in data URL shared worker should throw SecurityError Test timed out

DIFF URL(s):
https://build.webkit.org/results/Apple-iOS-15-Simulator-Release-WK2-Tests/253268@main%20(4057)/results.html
Comment 1 Radar WebKit Bug Importer 2022-09-01 09:34:01 PDT
<rdar://problem/99443686>
Comment 2 Hercules Hjalmarsson 2022-09-01 09:36:12 PDT
This issue can be bisected to 253263@main using command:

run-webkit-tests -f --exit-after-n-failures 1 --force--child-processes=5 --ios-simulator --iterations=1000 imported/w3c/web-platform-tests/IndexedDB/idbfactory-databases-opaque-origin.html

You may need to checkout commits to reproduce due to re-sync.
Comment 3 EWS 2022-09-01 19:44:00 PDT
Test gardening commit 254084@main (9162ff097311): <https://commits.webkit.org/254084@main>

Reviewed commits have been landed. Closing PR #3945 and removing active labels.