[wpt-sync] Sync PR 25330 - Update interfaces/webaudio.idl
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 25330 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/25330
Details from upstream follow.
b'autofoolip <auto@foolip.org>' wrote:
Update interfaces/webaudio.idl
This PR was automatically created by a bot.
Before merging, please check that any tests that depend on the updated IDL files still work.
If additional changes are needed, please manually create another PR based on this one.
See the README for how the IDL files in this directory are used.
<hr>
Source: https://github.com/w3c/webref/blob/cede194/ed/idl/webaudio.idl
Build: https://travis-ci.org/w3c/webref/builds/723107475
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 1 tests and 1124 subtests
Status Summary
Firefox
OK : 1
PASS: 1090
FAIL: 34
Chrome
OK : 1
PASS: 1113
FAIL: 11
Safari
OK : 1
PASS: 214
FAIL: 910
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/webaudio/idlharness.https.window.html
AudioContext interface: operation resume(): FAIL (Chrome: PASS, Safari: FAIL)
OfflineAudioContext interface: operation resume(): FAIL (Chrome: PASS, Safari: FAIL)
OfflineAudioContext interface: operation suspend(double): FAIL (Chrome: PASS, Safari: FAIL)
OfflineAudioContext interface: new OfflineAudioContext(1, 1, sample_rate) must inherit property "suspend(double)" with the proper type: FAIL (Chrome: PASS, Safari: FAIL)
OfflineAudioContext interface: calling suspend(double) on new OfflineAudioContext(1, 1, sample_rate) with too few arguments must throw TypeError: FAIL (Chrome: PASS, Safari: FAIL)
AudioParam interface: attribute automationRate: FAIL (Chrome: PASS, Safari: FAIL)
AudioParam interface: operation cancelAndHoldAtTime(double): FAIL (Chrome: PASS, Safari: FAIL)
AudioParam interface: new AudioBufferSourceNode(context).playbackRate must inherit property "automationRate" with the proper type: FAIL (Chrome: PASS, Safari: FAIL)
AudioParam interface: new AudioBufferSourceNode(context).playbackRate must inherit property "cancelAndHoldAtTime(double)" with the proper type: FAIL (Chrome: PASS, Safari: FAIL)
AudioParam interface: calling cancelAndHoldAtTime(double) on new AudioBufferSourceNode(context).playbackRate with too few arguments must throw TypeError: FAIL (Chrome: PASS, Safari: FAIL)
AudioListener interface: attribute positionX: FAIL (Chrome: PASS, Safari: FAIL)
AudioListener interface: attribute positionY: FAIL (Chrome: PASS, Safari: FAIL)
AudioListener interface: attribute positionZ: FAIL (Chrome: PASS, Safari: FAIL)
AudioListener interface: attribute forwardX: FAIL (Chrome: PASS, Safari: FAIL)
AudioListener interface: attribute forwardY: FAIL (Chrome: PASS, Safari: FAIL)
AudioListener interface: attribute forwardZ: FAIL (Chrome: PASS, Safari: FAIL)
AudioListener interface: attribute upX: FAIL (Chrome: PASS, Safari: FAIL)
AudioListener interface: attribute upY: FAIL (Chrome: PASS, Safari: FAIL)
AudioListener interface: attribute upZ: FAIL (Chrome: PASS, Safari: FAIL)
AudioListener interface: context.listener must inherit property "positionX" with the proper type: FAIL (Chrome: PASS, Safari: FAIL)
AudioListener interface: context.listener must inherit property "positionY" with the proper type: FAIL (Chrome: PASS, Safari: FAIL)
AudioListener interface: context.listener must inherit property "positionZ" with the proper type: FAIL (Chrome: PASS, Safari: FAIL)
AudioListener interface: context.listener must inherit property "forwardX" with the proper type: FAIL (Chrome: PASS, Safari: FAIL)
AudioListener interface: context.listener must inherit property "forwardY" with the proper type: FAIL (Chrome: PASS, Safari: FAIL)
AudioListener interface: context.listener must inherit property "forwardZ" with the proper type: FAIL (Chrome: PASS, Safari: FAIL)
AudioListener interface: context.listener must inherit property "upX" with the proper type: FAIL (Chrome: PASS, Safari: FAIL)
AudioListener interface: context.listener must inherit property "upY" with the proper type: FAIL (Chrome: PASS, Safari: FAIL)
AudioListener interface: context.listener must inherit property "upZ" with the proper type: FAIL (Chrome: PASS, Safari: FAIL)
AudioProcessingEvent interface object length: FAIL (Chrome: PASS, Safari: FAIL)
AudioProcessingEvent must be primary interface of new AudioProcessingEvent('', {
playbackTime: 0, inputBuffer: buffer, outputBuffer: buffer
}): FAIL (Chrome: PASS, Safari: FAIL)
Stringification of new AudioProcessingEvent('', {
playbackTime: 0, inputBuffer: buffer, outputBuffer: buffer
}): FAIL (Chrome: PASS, Safari: FAIL)
AudioProcessingEvent interface: new AudioProcessingEvent('', {
playbackTime: 0, inputBuffer: buffer, outputBuffer: buffer
}) must inherit property "playbackTime" with the proper type: FAIL (Chrome: PASS, Safari: FAIL)
AudioProcessingEvent interface: new AudioProcessingEvent('', {
playbackTime: 0, inputBuffer: buffer, outputBuffer: buffer
}) must inherit property "inputBuffer" with the proper type: FAIL (Chrome: PASS, Safari: FAIL)
AudioProcessingEvent interface: new AudioProcessingEvent('', {
playbackTime: 0, inputBuffer: buffer, outputBuffer: buffer
}) must inherit property "outputBuffer" with the proper type: FAIL (Chrome: PASS, Safari: FAIL)
Description
•