[wpt-sync] Sync PR 38359 - Fix Active Processing Tests
Categories
(Core :: Web Audio, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox112 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 38359 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/38359
Details from upstream follow.
Michael Wilson <mjwilson@chromium.org> wrote:
Fix Active Processing Tests
The WebAudio specification states that if there are no actively
processing AudioNodes connected to an AudioWorkletNode there should
be zero channels of input:
https://webaudio.github.io/web-audio-api/#audioworkletprocess-callback-parameterscrrev.com/c/2159759 aligned Chromium's behavior to the specification,
but the WPTs were never updated.This CL updates the WPTs to align with the current specification text.
Bug:1073247
Change-Id: If2fac435ba99b209ed6e56e3d3413bb374606fbfReviewed-on: https://chromium-review.googlesource.com/4222291
WPT-Export-Revision: ab184582a536974ca858c806ff2fdc39d8118707
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 1•2 years ago
|
||
Assignee | ||
Comment 2•2 years ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 3 tests and 13 subtests
Status Summary
Firefox
OK
: 1
PASS
: 26
TIMEOUT
: 4
NOTRUN
: 2
Chrome
OK
: 3
PASS
: 40
Safari
OK
: 2
PASS
: 33
TIMEOUT
: 2
NOTRUN
: 1
Links
Details
Firefox-only Failures
- /webaudio/the-audio-api/the-channelmergernode-interface/active-processing.https.html [wpt.fyi]:
TIMEOUT
- Executing "test":
TIMEOUT
- Audit report:
NOTRUN
- Executing "test":
New Tests That Don't Pass
- /webaudio/the-audio-api/the-channelmergernode-interface/active-processing.https.html [wpt.fyi]:
TIMEOUT
(Chrome:OK
, Safari:OK
)- Executing "test":
TIMEOUT
(Chrome:PASS
, Safari:PASS
) - Audit report:
NOTRUN
(Chrome:PASS
, Safari:PASS
)
- Executing "test":
- /webaudio/the-audio-api/the-convolvernode-interface/active-processing.https.html [wpt.fyi]:
TIMEOUT
(Chrome:OK
, Safari:TIMEOUT
)- Executing "test":
TIMEOUT
(Chrome:PASS
, Safari:TIMEOUT
) - Audit report:
NOTRUN
(Chrome:PASS
, Safari:NOTRUN
)
- Executing "test":
Comment 4•2 years ago
|
||
bugherder |
Description
•