NEW259159
REGRESSION (265538@main): [ iOS ] fast/dom/focus-dialog-blur-input-type-change-crash.html is a consistent failure
https://bugs.webkit.org/show_bug.cgi?id=259159
Summary REGRESSION (265538@main): [ iOS ] fast/dom/focus-dialog-blur-input-type-chang...
Karl Rackler
Reported 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
Attachments
Radar WebKit Bug Importer
Comment 1 2023-07-12 13:25:50 PDT
Karl Rackler
Comment 2 2023-07-12 13:26:43 PDT
This appears just to need a re-baseline.
EWS
Comment 3 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.
Note You need to log in before you can comment on or make changes to this bug.