Closed Bug 1767148 Opened 2 years ago Closed 2 years ago

[wpt-sync] Sync PR 33888 - Sync interfaces/ with @webref/idl 3.9.0

Categories

(Core :: DOM: Core & HTML, task, P4)

task

Tracking

()

RESOLVED FIXED
102 Branch
Tracking Status
firefox102 --- fixed

People

(Reporter: mozilla.org, Unassigned)

References

()

Details

(Whiteboard: [wptsync downstream])

Attachments

(1 file)

Sync web-platform-tests PR 33888 into mozilla-central (this bug is closed when the sync is complete).

PR: https://github.com/web-platform-tests/wpt/pull/33888
Details from upstream follow.

wpt-pr-bot <wpt-pr-bot@users.noreply.github.com> wrote:

Sync interfaces/ with @webref/idl 3.9.0

This automated pull request updates interfaces/*.idl from @webref/idl 3.9.0.

Before merging, please check that any tests that depend on the updated IDL files still work. In particular, check for gray boxes as the wpt.fyi check status, which usually means that some tests have regressed.

If additional changes are needed, please manually create another PR based on this one.

See the workflow for how this pull request was created, and the README for how the IDL files in this directory are used.

Component: web-platform-tests → DOM: Core & HTML
Product: Testing → Core
Attached file Notable wpt changes
# CI Results

Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI

Total 9 tests and 74 subtests

## Status Summary

### Firefox
`OK`  : 9
`PASS`: 1207
`FAIL`: 549

### Chrome
`OK`  : 9
`PASS`: 1545
`FAIL`: 211

### Safari
`OK`  : 9
`PASS`: 1469
`FAIL`: 1059

## Links
[GitHub PR Head](https://wpt.fyi/results/?sha=b16b08a1b7b12f3451665da65388966133c552cf&label=pr_head)
[GitHub PR Base](https://wpt.fyi/results/?sha=b16b08a1b7b12f3451665da65388966133c552cf&label=pr_base)

## Details

### Firefox-only Failures
* [/webaudio/idlharness.https.window.html](https://wpt.live/webaudio/idlharness.https.window.html) [[wpt.fyi](https://wpt.fyi/results/webaudio/idlharness.https.window.html)]
  * AudioContext interface: operation resume(): `FAIL`
  * OfflineAudioContext interface: operation resume(): `FAIL`
  * OfflineAudioContext interface: operation suspend(double): `FAIL`
  * OfflineAudioContext interface: new OfflineAudioContext(1, 1, sample_rate) must inherit property "suspend(double)" with the proper type: `FAIL`
  * OfflineAudioContext interface: calling suspend(double) on new OfflineAudioContext(1, 1, sample_rate) with too few arguments must throw TypeError: `FAIL`
  * AudioParam interface: attribute automationRate: `FAIL`
  * AudioParam interface: operation cancelAndHoldAtTime(double): `FAIL`
  * AudioParam interface: new AudioBufferSourceNode(context).playbackRate must inherit property "automationRate" with the proper type: `FAIL`
  * AudioParam interface: new AudioBufferSourceNode(context).playbackRate must inherit property "cancelAndHoldAtTime(double)" with the proper type: `FAIL`
  * AudioParam interface: calling cancelAndHoldAtTime(double) on new AudioBufferSourceNode(context).playbackRate with too few arguments must throw TypeError: `FAIL`
  * AudioListener interface: attribute positionX: `FAIL`
  * AudioListener interface: attribute positionY: `FAIL`
  * AudioListener interface: attribute positionZ: `FAIL`
  * AudioListener interface: attribute forwardX: `FAIL`
  * AudioListener interface: attribute forwardY: `FAIL`
  * AudioListener interface: attribute forwardZ: `FAIL`
  * AudioListener interface: attribute upX: `FAIL`
  * AudioListener interface: attribute upY: `FAIL`
  * AudioListener interface: attribute upZ: `FAIL`
  * AudioListener interface: context.listener must inherit property "positionX" with the proper type: `FAIL`
  * AudioListener interface: context.listener must inherit property "positionY" with the proper type: `FAIL`
  * AudioListener interface: context.listener must inherit property "positionZ" with the proper type: `FAIL`
  * AudioListener interface: context.listener must inherit property "forwardX" with the proper type: `FAIL`
  * AudioListener interface: context.listener must inherit property "forwardY" with the proper type: `FAIL`
  * AudioListener interface: context.listener must inherit property "forwardZ" with the proper type: `FAIL`
  * AudioListener interface: context.listener must inherit property "upX" with the proper type: `FAIL`
  * AudioListener interface: context.listener must inherit property "upY" with the proper type: `FAIL`
  * AudioListener interface: context.listener must inherit property "upZ" with the proper type: `FAIL`
  * AudioProcessingEvent interface object length: `FAIL`
  * AudioProcessingEvent must be primary interface of new AudioProcessingEvent('', {
        playbackTime: 0, inputBuffer: buffer, outputBuffer: buffer
      }): `FAIL`
  * Stringification of new AudioProcessingEvent('', {
        playbackTime: 0, inputBuffer: buffer, outputBuffer: buffer
      }): `FAIL`
  * AudioProcessingEvent interface: new AudioProcessingEvent('', {
        playbackTime: 0, inputBuffer: buffer, outputBuffer: buffer
      }) must inherit property "playbackTime" with the proper type: `FAIL`
  * AudioProcessingEvent interface: new AudioProcessingEvent('', {
        playbackTime: 0, inputBuffer: buffer, outputBuffer: buffer
      }) must inherit property "inputBuffer" with the proper type: `FAIL`
  * AudioProcessingEvent interface: new AudioProcessingEvent('', {
        playbackTime: 0, inputBuffer: buffer, outputBuffer: buffer
      }) must inherit property "outputBuffer" with the proper type: `FAIL`
* [/webrtc-stats/supported-stats.html](https://wpt.live/webrtc-stats/supported-stats.html) [[wpt.fyi](https://wpt.fyi/results/webrtc-stats/supported-stats.html)]
  * inbound-rtp's keyFramesDecoded: `FAIL`
  * inbound-rtp's totalDecodeTime: `FAIL`
  * inbound-rtp's totalInterFrameDelay: `FAIL`
  * inbound-rtp's totalSquaredInterFrameDelay: `FAIL`
  * inbound-rtp's lastPacketReceivedTimestamp: `FAIL`
  * inbound-rtp's headerBytesReceived: `FAIL`
  * inbound-rtp's fecPacketsReceived: `FAIL`
  * inbound-rtp's fecPacketsDiscarded: `FAIL`
  * inbound-rtp's jitterBufferDelay: `FAIL`
  * inbound-rtp's jitterBufferEmittedCount: `FAIL`
  * inbound-rtp's totalSamplesReceived: `FAIL`
  * inbound-rtp's concealedSamples: `FAIL`
  * inbound-rtp's silentConcealedSamples: `FAIL`
  * inbound-rtp's concealmentEvents: `FAIL`
  * inbound-rtp's insertedSamplesForDeceleration: `FAIL`
  * inbound-rtp's removedSamplesForAcceleration: `FAIL`
  * inbound-rtp's totalAudioEnergy: `FAIL`
  * inbound-rtp's totalSamplesDuration: `FAIL`
  * inbound-rtp's transportId: `FAIL`
  * outbound-rtp's mediaSourceId: `FAIL`
  * outbound-rtp's totalEncodedBytesTarget: `FAIL`
  * outbound-rtp's framesPerSecond: `FAIL`
  * outbound-rtp's hugeFramesSent: `FAIL`
  * outbound-rtp's keyFramesEncoded: `FAIL`
  * outbound-rtp's totalEncodeTime: `FAIL`
  * outbound-rtp's totalPacketSendDelay: `FAIL`
  * outbound-rtp's qualityLimitationResolutionChanges: `FAIL`
  * outbound-rtp's transportId: `FAIL`
  * remote-inbound-rtp's transportId: `FAIL`
  * peer-connection's dataChannelsOpened: `FAIL`
  * peer-connection's dataChannelsClosed: `FAIL`
  * peer-connection's timestamp: `FAIL`
  * peer-connection's type: `FAIL`
  * peer-connection's id: `FAIL`
  * media-source's trackIdentifier: `FAIL`
  * media-source's kind: `FAIL`
  * media-source's timestamp: `FAIL`
  * media-source's type: `FAIL`
  * media-source's id: `FAIL`
  * transport's bytesSent: `FAIL`
  * transport's bytesReceived: `FAIL`
  * transport's dtlsState: `FAIL`
  * transport's selectedCandidatePairId: `FAIL`
  * transport's localCertificateId: `FAIL`
  * transport's remoteCertificateId: `FAIL`
  * transport's tlsVersion: `FAIL`
  * transport's dtlsCipher: `FAIL`
  * transport's srtpCipher: `FAIL`
  * transport's timestamp: `FAIL`
  * transport's type: `FAIL`
  * transport's id: `FAIL`
  * candidate-pair's totalRoundTripTime: `FAIL`
  * candidate-pair's currentRoundTripTime: `FAIL`
  * candidate-pair's availableOutgoingBitrate: `FAIL`
  * candidate-pair's requestsReceived: `FAIL`
  * candidate-pair's requestsSent: `FAIL`
  * candidate-pair's responsesReceived: `FAIL`
  * candidate-pair's responsesSent: `FAIL`
  * local-candidate's transportId: `FAIL`
  * remote-candidate's transportId: `FAIL`
  * certificate's fingerprint: `FAIL`
  * certificate's fingerprintAlgorithm: `FAIL`
  * certificate's base64Certificate: `FAIL`
  * certificate's timestamp: `FAIL`
  * certificate's type: `FAIL`
  * certificate's id: `FAIL`

(See attachment for full changes)
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f214784c5f3e
[wpt PR 33888] - Sync interfaces/ with @webref/idl 3.10.0, a=testonly
https://hg.mozilla.org/integration/autoland/rev/feefa4f65306
[wpt PR 33888] - Update wpt metadata, a=testonly
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
Target Milestone: --- → 102 Branch
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: