[wpt-sync] Sync PR 45278 - [webaudio] Fix AudioDestinationNode asserting numberOfOutputs = 1
Categories
(Core :: Web Audio, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox126 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 45278 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/45278
Details from upstream follow.
Otto <ottorottier@gmail.com> wrote:
[webaudio] Fix AudioDestinationNode asserting numberOfOutputs = 1
cf. https://webaudio.github.io/web-audio-api/#AudioDestinationNode
related discussion: https://github.com/WebAudio/web-audio-api/issues/2578
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Comment 1•1 year ago
|
||
Assignee | ||
Comment 2•1 year ago
|
||
CI Results
Ran 8 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 30 subtests
Status Summary
Firefox
OK
: 1
PASS
: 15
FAIL
: 3
Chrome
OK
: 1
PASS
: 15
FAIL
: 3
Safari
OK
: 1
PASS
: 15
FAIL
: 3
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /webaudio/the-audio-api/the-audionode-interface/audionode.html [wpt.fyi]
- X AudioContext.destination.numberOfOutputs is not equal to 1. Got 0.:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - < [test] 1 out of 12 assertions were failed.:
FAIL
(Chrome:FAIL
, Safari:FAIL
) -
AUDIT TASK RUNNER FINISHED: 1 out of 1 tasks were failed.:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- X AudioContext.destination.numberOfOutputs is not equal to 1. Got 0.:
Comment 4•1 year ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/057a32bd92a2
https://hg.mozilla.org/mozilla-central/rev/cdec93138a6d
Description
•