Closed
Bug 1789792
Opened 2 years ago
Closed 1 year ago
[wpt-sync] Sync PR 35827 - Adding tests for remote playback API
Categories
(Core :: Audio/Video: Playback, task, P4)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
FIXED
119 Branch
Tracking | Status | |
---|---|---|
firefox119 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 35827 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/35827
Details from upstream follow.
Fritz Heiden <fritz.heiden@fokus.fraunhofer.de> wrote:
Adding tests for remote playback API
This PR introduces additional tests for the remote playback API
Assignee | ||
Updated•2 years ago
|
Component: web-platform-tests → Audio/Video: Playback
Product: Testing → Core
Assignee | ||
Updated•1 year ago
|
Whiteboard: [wptsync downstream] → [wptsync downstream error]
Assignee | ||
Updated•1 year ago
|
Whiteboard: [wptsync downstream error] → [wptsync downstream]
Assignee | ||
Updated•1 year ago
|
Whiteboard: [wptsync downstream] → [wptsync downstream error]
Assignee | ||
Updated•1 year ago
|
Whiteboard: [wptsync downstream error] → [wptsync downstream]
Assignee | ||
Comment 1•1 year ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=e63f12097326aff70dec996a5167378647dc640c
Assignee | ||
Comment 2•1 year ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 7 tests and 1 subtests
Status Summary
Firefox
OK
: 7
FAIL
: 8
Chrome
OK
: 7
PASS
: 7
FAIL
: 1
Safari
OK
: 7
PASS
: 7
FAIL
: 1
Links
Details
Firefox-only Failures
- /remote-playback/cancel-watch-availability.html [wpt.fyi]
- Test that calling cancelWatchAvailability() with an id does remove the callback.:
FAIL
- Test that calling cancelWatchAvailability() without an id removes all the callbacks.:
FAIL
- Test that calling cancelWatchAvailability() with an id does remove the callback.:
- /remote-playback/disable-remote-playback-cancel-watch-availability-throws.html [wpt.fyi]
- Test that calling cancelWatchAvailability() when disableRemotePlayback attribute is set throws an exception.:
FAIL
- Test that calling cancelWatchAvailability() when disableRemotePlayback attribute is set throws an exception.:
- /remote-playback/disable-remote-playback-prompt-throws.html [wpt.fyi]
- Test that calling prompt() when disableRemotePlayback attribute is set throws an exception.:
FAIL
- Test that calling prompt() when disableRemotePlayback attribute is set throws an exception.:
- /remote-playback/disable-remote-playback-watch-availability-throws.html [wpt.fyi]
- Test that calling watchAvailability() when disableRemotePlayback attribute is set throws an exception.:
FAIL
- Test that calling watchAvailability() when disableRemotePlayback attribute is set throws an exception.:
- /remote-playback/watch-availability-initial-callback.html [wpt.fyi]
- Test that the callback is called once watchAvailability() resolves.:
FAIL
- Test that the callback is called once watchAvailability() resolves.:
- /remote-playback/watch-availability-promise-return-callback-id.html [wpt.fyi]
- Test that the promise returns the callback id when calling watchAvailability().:
FAIL
- Test that the promise returns the callback id when calling watchAvailability().:
New Tests That Don't Pass
- /remote-playback/cancel-watch-availability.html [wpt.fyi]
- Test that calling cancelWatchAvailability() with an id does remove the callback.:
FAIL
(Chrome:PASS
, Safari:PASS
) - Test that calling cancelWatchAvailability() without an id removes all the callbacks.:
FAIL
(Chrome:PASS
, Safari:PASS
)
- Test that calling cancelWatchAvailability() with an id does remove the callback.:
- /remote-playback/disable-remote-playback-cancel-watch-availability-throws.html [wpt.fyi]
- Test that calling cancelWatchAvailability() when disableRemotePlayback attribute is set throws an exception.:
FAIL
(Chrome:PASS
, Safari:PASS
)
- Test that calling cancelWatchAvailability() when disableRemotePlayback attribute is set throws an exception.:
- /remote-playback/disable-remote-playback-prompt-throws.html [wpt.fyi]
- Test that calling prompt() when disableRemotePlayback attribute is set throws an exception.:
FAIL
(Chrome:PASS
, Safari:PASS
)
- Test that calling prompt() when disableRemotePlayback attribute is set throws an exception.:
- /remote-playback/disable-remote-playback-watch-availability-throws.html [wpt.fyi]
- Test that calling watchAvailability() when disableRemotePlayback attribute is set throws an exception.:
FAIL
(Chrome:PASS
, Safari:PASS
)
- Test that calling watchAvailability() when disableRemotePlayback attribute is set throws an exception.:
- /remote-playback/watch-availability-callback-parameter.html [wpt.fyi]
- Test that the callback is called with boolean parameter when calling watchAvailability().:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- Test that the callback is called with boolean parameter when calling watchAvailability().:
- /remote-playback/watch-availability-initial-callback.html [wpt.fyi]
- Test that the callback is called once watchAvailability() resolves.:
FAIL
(Chrome:PASS
, Safari:PASS
)
- Test that the callback is called once watchAvailability() resolves.:
- /remote-playback/watch-availability-promise-return-callback-id.html [wpt.fyi]
- Test that the promise returns the callback id when calling watchAvailability().:
FAIL
(Chrome:PASS
, Safari:PASS
)
- Test that the promise returns the callback id when calling watchAvailability().:
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c4564ad71b21
[wpt PR 35827] - Adding tests for remote playback API, a=testonly
Comment 4•1 year ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 1 year ago
status-firefox119:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 119 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•