Bug 226459

Summary: MediaSessionCoordinator API test is failing,
Product: WebKit Reporter: Jean-Yves Avenard [:jya] <jean-yves.avenard>
Component: MediaAssignee: 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:    

Description Jean-Yves Avenard [:jya] 2021-05-31 01:24:36 PDT
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.
Comment 1 youenn fablet 2021-06-01 04:36:02 PDT

*** This bug has been marked as a duplicate of bug 226460 ***