| Summary: | [iOS] REGRESSION(r254699) : fast/forms/interactive-validation-remove-node-in-handler.html is timing out | ||||||
|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Jason Lawrence <Lawrence.j> | ||||
| Component: | New Bugs | Assignee: | Ryosuke Niwa <rniwa> | ||||
| Status: | RESOLVED FIXED | ||||||
| Severity: | Normal | CC: | commit-queue, rniwa, simon.fraser, webkit-bot-watchers-bugzilla, webkit-bug-importer, wenson_hsieh | ||||
| Priority: | P2 | Keywords: | InRadar | ||||
| Version: | WebKit Nightly Build | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Attachments: |
|
||||||
|
Description
Jason Lawrence
2020-01-23 09:46:02 PST
r254700 only affects WK1 so it can’t be it. It’s most certainly https://trac.webkit.org/r254699. Reproduction: run-webkit-tests --debug --ios-simulator --no-retry fast/forms/interactive-validation-remove-node-in-handler.html (In reply to Ryosuke Niwa from comment #3) > Reproduction: > run-webkit-tests --debug --ios-simulator --no-retry > fast/forms/interactive-validation-remove-node-in-handler.html Oops, this doesn't work. This does: run-webkit-tests --debug --ios-simulator --no-retry fast/forms/interactive-validation-prevented.html fast/forms/interactive-validation-remove-node-in-handler.html Created attachment 388756 [details]
Fixes interactive-validation-prevented.html
I can definitely dismiss the invalidation bubble manually. I'm not certain why WTR doesn't dismiss these bubbles automatically but there are other tests that manually dismiss invalidation bubbles (fast/forms/interactive-validation-select-crash.html) so do that for now. (In reply to Ryosuke Niwa from comment #6) > I can definitely dismiss the invalidation bubble manually. I'm not certain > why WTR doesn't dismiss these bubbles automatically but there are other > tests that manually dismiss invalidation bubbles > (fast/forms/interactive-validation-select-crash.html) so do that for now. Apparently Simon deiced that it's better for each test to be cleaning itself up instead of automatically doing it in the test runner so this is expected. Comment on attachment 388756 [details] Fixes interactive-validation-prevented.html Clearing flags on attachment: 388756 Committed r255115: <https://trac.webkit.org/changeset/255115> All reviewed patches have been landed. Closing bug. |