Bug 259159

Summary: REGRESSION (265538@main): [ iOS ] fast/dom/focus-dialog-blur-input-type-change-crash.html is a consistent failure
Product: WebKit Reporter: Karl Rackler <rackler>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: webkit-bot-watchers-bugzilla, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Karl Rackler 2023-07-12 13:25:29 PDT
Description:
fast/dom/focus-dialog-blur-input-type-change-crash.html

It is a flaky text failure on iOS ToT, and since 265538@main.  Commit <https://commits.webkit.org/265538@main> replaced assertions with runtime checks, which resulted in an extra line in the output for the console message causing the test to fail consistently. 

HISTORY:
https://results.webkit.org/?suite=layout-tests&test=fast%2Fdom%2Ffocus-dialog-blur-input-type-change-crash.html&platform=ios

DIFF:
@@ -1,3 +1,4 @@
+CONSOLE MESSAGE: RangeError: Maximum call stack size exceeded.
 CONSOLE MESSAGE: RangeError: Maximum call stack size exceeded.
 CONSOLE MESSAGE: RangeError: Maximum call stack size exceeded.
 PASS


This issue can be bisected to 265538@main using command:
run-webkit-tests --release --iterations=10  --ios-simulator fast/dom/focus-dialog-blur-input-type-change-crash.html
Comment 1 Radar WebKit Bug Importer 2023-07-12 13:25:50 PDT
<rdar://problem/112154601>
Comment 2 Karl Rackler 2023-07-12 13:26:43 PDT
This appears just to need a re-baseline.
Comment 3 EWS 2023-07-12 13:44:31 PDT
Test gardening commit 266004@main (16e8fb4b3e3b): <https://commits.webkit.org/266004@main>

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