Closed
Bug 1490103
Opened 6 years ago
Closed 6 years ago
[wpt-sync] Sync PR 12938 - Honor given outputChannelCount for AudioWorkletNodeOptions
Categories
(Core :: Web Audio, enhancement, P4)
Core
Web Audio
Tracking
()
RESOLVED
FIXED
mozilla64
Tracking | Status | |
---|---|---|
firefox64 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 12938 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/12938
Details from upstream follow.
Hongchan Choi <hongchan@chromium.org> wrote:
> Honor given outputChannelCount for AudioWorkletNodeOptions
>
> When both input and output are 1 in AudioWorkletNode, it overrides
> the output channel count dynamically even if it is specified by user.
> Fix it so the specified channel count can be honored correctly.
>
> See also: https://webaudio.github.io/web-audio-api/#configuring-channels-with-audioworkletnodeoptions
>
> Bug: 861681
> Test: webaudio/the-audio-api/the-audioworklet-interface/audioworkletnode-output-channel-count.https.html
> Change-Id: Ie5cc7f3a5a2b48c67cdf39e93bde8477bfedae89
>
> Reviewed-on: https://chromium-review.googlesource.com/1216072
> WPT-Export-Revision: f5d44136e2905da6d796bf3aec55d012a22a4800
Assignee | ||
Updated•6 years ago
|
Component: web-platform-tests → Web Audio
Product: Testing → Core
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Comment 2•6 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=602b53e4981ca3cc25c1f69b0b6ec27ee2ec2bee
Assignee | ||
Comment 3•6 years ago
|
||
Assignee | ||
Comment 4•6 years ago
|
||
Ran 1 tests
TIMEOUT: 1
New tests that have failures or other problems:
/webaudio/the-audio-api/the-audioworklet-interface/audioworkletnode-output-channel-count.https.html: TIMEOUT
Assignee | ||
Comment 5•6 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=9888dffb8c888e2d71964737df6f5111fecadc64
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/3b4064627703
[wpt PR 12938] - Honor given outputChannelCount for AudioWorkletNodeOptions, a=testonly
https://hg.mozilla.org/integration/mozilla-inbound/rev/7714b8da590d
[wpt PR 12938] - Update wpt metadata, a=testonly
Comment 7•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/3b4064627703
https://hg.mozilla.org/mozilla-central/rev/7714b8da590d
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox64:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla64
Comment 8•6 years ago
|
||
Backed out for WPT mass failure at /fullscreen/idlharness.window.html
Backout: https://hg.mozilla.org/mozilla-central/rev/e1a681345945ab8c8b8270afcd2f62bf042226c2
Failure push:
https://treeherder.mozilla.org/#/jobs?repo=mozilla-inbound&resultStatus=testfailed,busted,exception&classifiedState=unclassified&revision=be6801cdeb537afa655bbd67d12ead8dc01c6c38
https://treeherder.mozilla.org/#/jobs?repo=mozilla-inbound&revision=3f3f67d1c0bf5359ac39ddddec5999ceb928e7ca
Failure log: https://treeherder.mozilla.org/logviewer.html#?job_id=199470643&repo=mozilla-central&lineNumber=1487
Status: RESOLVED → REOPENED
status-firefox64:
fixed → ---
Flags: needinfo?(james)
Resolution: FIXED → ---
Target Milestone: mozilla64 → ---
Pushed by archaeopteryx@coole-files.de:
https://hg.mozilla.org/integration/mozilla-inbound/rev/e117f4290281
[wpt PR 12938] - Honor given outputChannelCount for AudioWorkletNodeOptions, a=testonly
https://hg.mozilla.org/integration/mozilla-inbound/rev/3ca3864013dd
[wpt PR 12938] - Update wpt metadata, a=testonly
Comment 10•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/e117f4290281
https://hg.mozilla.org/mozilla-central/rev/3ca3864013dd
Status: REOPENED → RESOLVED
Closed: 6 years ago → 6 years ago
status-firefox64:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla64
Updated•6 years ago
|
Flags: needinfo?(james)
You need to log in
before you can comment on or make changes to this bug.
Description
•