| Summary: | REGRESSION(254047@main): [ iOS Debug wk2 ] platform/ios/mediastream/video-muted-in-background-tab.html is a near constant crash | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Hercules Hjalmarsson <hhjalmarsson> |
| Component: | New Bugs | Assignee: | youenn fablet <youennf> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bot-watchers-bugzilla, webkit-bug-importer, youennf |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
|
Description
Hercules Hjalmarsson
2022-09-06 12:07:10 PDT
This issue can be bisected to 254047@main using command: run-webkit-tests --debug --ios-simulator --iterations=20 platform/ios/mediastream/video-muted-in-background-tab.html 254046@main appears to be broken causing testing it to crash the tool. It can be remedied by downloading the debug build similar to the bots and running the test on that build instead. (In reply to Hercules Hjalmarsson from comment #2) > This issue can be bisected to 254047@main using command: > > run-webkit-tests --debug --ios-simulator --iterations=20 > platform/ios/mediastream/video-muted-in-background-tab.html > > 254046@main appears to be broken causing testing it to crash the tool. It > can be remedied by downloading the debug build similar to the bots and > running the test on that build instead. The way I repo'd this may not be enough since this is almost a constant crash. A better way to repo this issue 100% of the time, is to run: run-webkit-tests -f --exit-after-n-failures 1 --force --debug --child-processes=5 --ios-simulator --iterations=200 platform/ios/mediastream/video-muted-in-background-tab.html Test gardening commit 254199@main (a6018582eb51): <https://commits.webkit.org/254199@main> Reviewed commits have been landed. Closing PR #4065 and removing active labels. Test gardening commit 254200@main (9b3f0f908b08): <https://commits.webkit.org/254200@main> Reviewed commits have been landed. Closing PR #4070 and removing active labels. Pull request: https://github.com/WebKit/WebKit/pull/4070 Committed 254303@main (27fd2059f7ad): <https://commits.webkit.org/254303@main> Reviewed commits have been landed. Closing PR #4096 and removing active labels. |