Closed
Bug 1560969
Opened 6 years ago
Closed 6 years ago
WPT mediacapture-streams/MediaStream-idl.https.html times out
Categories
(Core :: WebRTC: Audio/Video, defect)
Tracking
()
RESOLVED
FIXED
mozilla69
| Tracking | Status | |
|---|---|---|
| firefox69 | --- | fixed |
People
(Reporter: pehrsons, Assigned: pehrsons)
References
Details
Attachments
(1 file)
It times out because the test is waiting for the "inactive" event on a MediaStream, but this event has since long been removed from the spec.
| Assignee | ||
Updated•6 years ago
|
Assignee: nobody → apehrson
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•6 years ago
|
||
The "inactive" event for MediaStream does not exist in the spec. Instead we can
check that the active attribute is set to false synchronously after stopping
tracks. For completion, we do this on all MediaStreams in the test.
Pushed by pehrsons@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/feb980ef7f05
Fix MediaStream-idl.https.html per spec. r=jib
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/17491 for changes under testing/web-platform/tests
Upstream web-platform-tests status checks passed, PR will merge once commit reaches central.
Comment 5•6 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox69:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla69
Upstream PR merged
You need to log in
before you can comment on or make changes to this bug.
Description
•