Bug 306317
| Summary: | http/tests/media/hls/hls-audio-description-track-kind.html times out on macOS arm64 wk2 bots | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | roberto_rodriguez2 |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
roberto_rodriguez2
Layout test http/tests/media/hls/hls-audio-description-track-kind.html was added while addressing https://bugs.webkit.org/show_bug.cgi?id=302933. However, the test repeatedly failed on arm64 macOS wk2 bots in EWS with "Timed out waiting for notifyDone to be called" errors. The test always passed on the intel wk2 bot, though, and also when run locally on apple silicon hardware. The test is currently marked as timing out on macOS arm64 in the TestExpectations file for Mac wk2.
When logging was added for the purpose examining the stderr logs on EWS, it looked as though the issue was that the track discovery process was not working correctly on the macOS arm64 bots. This could point to an issue with Core Media.
It's possible that this is a duplicate of an earlier bugzilla (https://bugs.webkit.org/show_bug.cgi?id=301589) which has also had to skip hls tests for timing out as well.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/168981061>
roberto_rodriguez2
Pull request: https://github.com/WebKit/WebKit/pull/57344
roberto_rodriguez2
*** This bug has been marked as a duplicate of bug 301589 ***