[wpt-sync] Sync PR 31165 - Slightly increase max allowed error in a couple of StereoPannerNode t…
Categories
(Core :: Web Audio, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox95 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 31165 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/31165
Details from upstream follow.
Chris Dumez <cdumez@apple.com> wrote:
Slightly increase max allowed error in a couple of StereoPannerNode t…
…ests
WebKit's implementation of StereoPannerNode's K-Rate processing was vectorized and thus
can no longer achieve the same precision as the previous code that was doing operations
on double variables and only casting to float at the end.
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 1•3 years ago
|
||
Assignee | ||
Comment 2•3 years ago
|
||
CI Results
Ran 11 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 2 tests and 17 subtests
Status Summary
Firefox
OK : 2
PASS: 25
FAIL: 5
Chrome
OK : 2
PASS: 55
Safari
OK : 2
PASS: 55
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
Firefox-only Failures
/webaudio/the-audio-api/the-stereopanner-interface/no-dezippering.html
Executing "test mono input": FAIL
Executing "test stereo input": FAIL
Executing "test mono input setValue": FAIL
Executing "test stereo input setValue": FAIL
Executing "test mono input automation": FAIL
New Tests That Don't Pass
/webaudio/the-audio-api/the-stereopanner-interface/no-dezippering.html
Executing "test mono input": FAIL (Chrome: PASS, Safari: PASS)
Executing "test stereo input": FAIL (Chrome: PASS, Safari: PASS)
Executing "test mono input setValue": FAIL (Chrome: PASS, Safari: PASS)
Executing "test stereo input setValue": FAIL (Chrome: PASS, Safari: PASS)
Executing "test mono input automation": FAIL (Chrome: PASS, Safari: PASS)
Comment 4•3 years ago
|
||
bugherder |
Description
•