Bug 259159 - REGRESSION (265538@main): [ iOS ] fast/dom/focus-dialog-blur-input-type-change-crash.html is a consistent failure
Summary: REGRESSION (265538@main): [ iOS ] fast/dom/focus-dialog-blur-input-type-chang...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-07-12 13:25 PDT by Karl Rackler
Modified: 2023-07-12 13:44 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.