[wpt-sync] Sync PR 24737 - Fix test timeouts for Analyser tests
Categories
(Core :: Web Audio, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox81 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 24737 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/24737
Details from upstream follow.
Raymond Toy <rtoy@chromium.org> wrote:
Fix test timeouts for Analyser tests
These analyser tests use a ScriptProcessorNode with 0 outputs. That's
not actually well-defined in the spec. so create the node with one
output. And also connect the node to the destination so that Chrome
will process it. (Yes, that's a bug in chrome for a deprecated
ScriptProcessorNode.)Update TestExpectations too.
Bug: 626703
Change-Id: I5f21e6b96c55ff66f76e43b3c7dbc7b2c2635656
Reviewed-on: https://chromium-review.googlesource.com/2316791
WPT-Export-Revision: d0a2f7bda08af4f4c0e6693a467949c19fa8b0ed
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Comment 2•4 years ago
|
||
CI Results
Ran 12 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 4 tests and 1 subtests
Status Summary
Firefox
OK : 4
PASS : 50
FAIL : 9
Chrome
OK : 4
PASS : 59
Safari
OK : 3
FAIL : 3
ERROR: 1
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/webaudio/the-audio-api/the-audioworklet-interface/audioworklet-audioparam-iterable.https.html
Values for 🎶.automationRate match for generator: FAIL (Chrome: PASS)
Values for 你好.automationRate match for array: FAIL (Chrome: PASS)
Values for 你好.automationRate match for generator: FAIL (Chrome: PASS)
Values for a control-rate parameter.automationRate match for array: FAIL (Chrome: PASS)
Values for 🎶.automationRate match for array: FAIL (Chrome: PASS)
Values for a control-rate parameter.automationRate match for set: FAIL (Chrome: PASS)
Values for 🎶.automationRate match for set: FAIL (Chrome: PASS)
Values for a control-rate parameter.automationRate match for generator: FAIL (Chrome: PASS)
Values for 你好.automationRate match for set: FAIL (Chrome: PASS)
Comment 5•4 years ago
|
||
bugherder |
Description
•