| Summary: | REGRESSION(266260@main): [ Monterey+ ] http/tests/media/hls/track-in-band-multiple-cues.html is a flaky failure | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ben Schwartz <ben_schwartz> |
| Component: | Media | Assignee: | Jer Noble <jer.noble> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | eric.carlson, jer.noble, webkit-bot-watchers-bugzilla, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: |
https://bugs.webkit.org/show_bug.cgi?id=259485 https://bugs.webkit.org/show_bug.cgi?id=251771 |
||
|
Description
Ben Schwartz
2023-07-25 10:49:02 PDT
I was unable to reproduce this bug on any local testing environments; however, according to the diff, I suspect that the issue is related to the test attempting to synchronously check the order of asynchronous events (i.e., EVENT(cuechange) is firing before EVENT(playing) in some instances, but the test always expects vice versa). I have marked this test as a flaky failure while this issue is investigated. (Link: https://github.com/WebKit/WebKit/pull/16076) Test gardening commit 266300@main (f08fe222fd75): <https://commits.webkit.org/266300@main> Reviewed commits have been landed. Closing PR #16076 and removing active labels. Pull request: https://github.com/WebKit/WebKit/pull/18024 Committed 268328@main (33b8e8e1b031): <https://commits.webkit.org/268328@main> Reviewed commits have been landed. Closing PR #18024 and removing active labels. |