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 Bugs | Assignee: | 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 | ||
Karl Rackler
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/112154601>
Karl Rackler
This appears just to need a re-baseline.
EWS
Test gardening commit 266004@main (16e8fb4b3e3b): <https://commits.webkit.org/266004@main>
Reviewed commits have been landed. Closing PR #15793 and removing active labels.