Bug 301284
| Summary: | REGRESSION[macOS iOS Debug] ipc/serialized-type-info.html is fails on macOS and iOS after 301864@main | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Eric Carlson <eric.carlson> |
| Component: | Media | Assignee: | Eric Carlson <eric.carlson> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | darbinyan, simon.lewis, 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=301228 https://bugs.webkit.org/show_bug.cgi?id=301225 |
||
Eric Carlson
301864@main introduced the first instance of `WebCore::MediaSessionGroupIdentifier` being sent over IPC, so it needs to be added to `serialized_identifiers` in messages.py.
This wasn't caught by EWS because the test only runs on iOS and macOS debug, but we don't have debug iOS EWS bots and both of the macOS EWS bots failed for unrelated reasons.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Eric Carlson
rdar://163145172
Eric Carlson
Pull request: https://github.com/WebKit/WebKit/pull/52822
Alexey Proskuryakov
Is this the same as bug 301228?
Alexey Proskuryakov
And bug 301225.
Simon Lewis
This appears to be the same as the PR I put up yesterday: https://github.com/WebKit/WebKit/pull/52772/files
There were two different issues causing ipc/serialized-type-info.html to fail.
Simon Lewis
*** Bug 301228 has been marked as a duplicate of this bug. ***
EWS
Committed 302028@main (7eef67bbbdcd): <https://commits.webkit.org/302028@main>
Reviewed commits have been landed. Closing PR #52822 and removing active labels.
Eric Carlson
*** Bug 301225 has been marked as a duplicate of this bug. ***