Bug 226459
| Summary: | MediaSessionCoordinator API test is failing, | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Jean-Yves Avenard [:jya] <jean-yves.avenard> |
| Component: | Media | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | youennf |
| Priority: | P2 | Keywords: | Regression |
| Version: | Other | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | 226328 | ||
| Bug Blocks: | |||
Jean-Yves Avenard [:jya]
The test TestWebKitAPI.MediaSessionCoordinatorTest.StateChanges fails with the error:
```
/Users/jyavenard/Work/webkit/OpenSource/Tools/TestWebKitAPI/Tests/WebKit/MediaSessionCoordinatorTest.mm:468
Expected equality of these values:
"coordinatorStateChanged"
lastStateChange.utf8().data()
Which is: ""
```
This is a regression from bug 225822.
the test expects that there will be a callback to coordinatorStateChange when MediaSessionCoordinatorPrivate::leave() is called which is no longer the case.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
youenn fablet
*** This bug has been marked as a duplicate of bug 226460 ***