github web-platform-tests/wpt merge_pr_47393

latest releases: merge_pr_49470, epochs/three_hourly/2024-12-03_06H, epochs/six_hourly/2024-12-03_06H...
13 months ago

[wptrunner] Always signal TestRunnerManager thread exit (#47393)

Starting from #45593, a barrier synchronizes the exit of all
TestRunnerManager threads to ensure the browser processes they own are
terminated. However, if the cleanup itself for a thread fails 0, that
thread won't wait on the barrier, causing a hang. This PR mitigates this
by ensuring threads always wait on the barrier.

Don't miss a new wpt release

NewReleases is sending notifications on new releases.