Closed Bug 1471798 Opened 7 years ago Closed 7 years ago

[wpt-sync] Sync PR 11700 - Auto-update the webrtc IDL file

Categories

(Core :: WebRTC, enhancement, P4)

enhancement

Tracking

()

RESOLVED FIXED
mozilla63
Tracking Status
firefox63 --- fixed

People

(Reporter: wpt-sync, Unassigned)

References

()

Details

(Whiteboard: [wptsync downstream])

Sync web-platform-tests PR 11700 into mozilla-central (this bug is closed when the sync is complete). PR: https://github.com/web-platform-tests/wpt/pull/11700 Details from upstream follow. Luke Bjerring <lukebjerring@google.com> wrote: > Auto-update the webrtc IDL file > > Hello reviewer(s), > > This PR is intended to consolidate the spec’s IDL definition with the WPT test suite’s copy, and any idlharness tests. > > The up-to-date copy of the IDL file was automatically extracted from the reffy-reports repo (https://github.com/tidoust/reffy-reports/tree/master/whatwg/idl) which scrapes known specs automatically + regulary. > > This PR is part of a migration project which will eventually be automatically updating and creating PRs for changes in spec IDL. > > Please check that: > The spec (and its source) is correct and up-to-date > All tests which cover the IDL in the spec have been migrated to fetch + use the idl in the `interfaces/` directory (instead of inline copies in the test files). >
Component: web-platform-tests → DOM
Product: Testing → Core
The PR was not expected to affect any tests, but the try push wasn't a success. Check the try results for infrastructure issues
Component: DOM → WebRTC
Whiteboard: [wptsync downstream] → [wptsync downstream error]
Whiteboard: [wptsync downstream error] → [wptsync downstream]
Component: WebRTC → web-platform-tests
Product: Core → Testing
Component: web-platform-tests → WebRTC
Product: Testing → Core
Whiteboard: [wptsync downstream] → [wptsync downstream error]
Whiteboard: [wptsync downstream error] → [wptsync downstream]
Whiteboard: [wptsync downstream] → [wptsync downstream error]
Whiteboard: [wptsync downstream error] → [wptsync downstream]
Whiteboard: [wptsync downstream] → [wptsync downstream error]
Whiteboard: [wptsync downstream error] → [wptsync downstream]
Ran 1 tests and 242 subtests PASS : 183 FAIL : 59 ERROR : 1 New tests that have failures or other problems: /webrtc/idlharness.https.window.html: ERROR Main test driver: FAIL RTCIceCandidate interface object length: FAIL RTCIceCandidate interface: attribute candidate: FAIL RTCIceCandidate interface: attribute component: FAIL RTCIceCandidate interface: attribute foundation: FAIL RTCIceCandidate interface: attribute ip: FAIL RTCIceCandidate interface: attribute port: FAIL RTCIceCandidate interface: attribute priority: FAIL RTCIceCandidate interface: attribute protocol: FAIL RTCIceCandidate interface: attribute relatedAddress: FAIL RTCIceCandidate interface: attribute relatedPort: FAIL RTCIceCandidate interface: attribute sdpMLineIndex: FAIL RTCIceCandidate interface: attribute sdpMid: FAIL RTCIceCandidate interface: attribute tcpType: FAIL RTCIceCandidate interface: attribute type: FAIL RTCIceCandidate interface: attribute usernameFragment: FAIL RTCIceCandidate interface: new RTCIceCandidate({ sdpMid: 1 }) must inherit property "candidate" with the proper type: FAIL RTCIceCandidate interface: new RTCIceCandidate({ sdpMid: 1 }) must inherit property "component" with the proper type: FAIL RTCIceCandidate interface: new RTCIceCandidate({ sdpMid: 1 }) must inherit property "foundation" with the proper type: FAIL RTCIceCandidate interface: new RTCIceCandidate({ sdpMid: 1 }) must inherit property "ip" with the proper type: FAIL RTCIceCandidate interface: new RTCIceCandidate({ sdpMid: 1 }) must inherit property "port" with the proper type: FAIL RTCIceCandidate interface: new RTCIceCandidate({ sdpMid: 1 }) must inherit property "priority" with the proper type: FAIL RTCIceCandidate interface: new RTCIceCandidate({ sdpMid: 1 }) must inherit property "protocol" with the proper type: FAIL RTCIceCandidate interface: new RTCIceCandidate({ sdpMid: 1 }) must inherit property "relatedAddress" with the proper type: FAIL RTCIceCandidate interface: new RTCIceCandidate({ sdpMid: 1 }) must inherit property "relatedPort" with the proper type: FAIL RTCIceCandidate interface: new RTCIceCandidate({ sdpMid: 1 }) must inherit property "sdpMLineIndex" with the proper type: FAIL RTCIceCandidate interface: new RTCIceCandidate({ sdpMid: 1 }) must inherit property "sdpMid" with the proper type: FAIL RTCIceCandidate interface: new RTCIceCandidate({ sdpMid: 1 }) must inherit property "tcpType" with the proper type: FAIL RTCIceCandidate interface: new RTCIceCandidate({ sdpMid: 1 }) must inherit property "toJSON()" with the proper type: FAIL RTCIceCandidate interface: new RTCIceCandidate({ sdpMid: 1 }) must inherit property "type" with the proper type: FAIL RTCIceCandidate interface: new RTCIceCandidate({ sdpMid: 1 }) must inherit property "usernameFragment" with the proper type: FAIL RTCIceCandidate must be primary interface of new RTCIceCandidate({ sdpMid: 1 }): FAIL RTCPeerConnection interface: attribute connectionState: FAIL RTCPeerConnection interface: attribute onconnectionstatechange: FAIL RTCPeerConnection interface: attribute onicecandidateerror: FAIL RTCPeerConnection interface: attribute onstatsended: FAIL RTCPeerConnection interface: attribute sctp: FAIL RTCPeerConnection interface: calling setConfiguration(RTCConfiguration) on new RTCPeerConnection() with too few arguments must throw TypeError: FAIL RTCPeerConnection interface: new RTCPeerConnection() must inherit property "connectionState" with the proper type: FAIL RTCPeerConnection interface: new RTCPeerConnection() must inherit property "onconnectionstatechange" with the proper type: FAIL RTCPeerConnection interface: new RTCPeerConnection() must inherit property "ondatachannel" with the proper type: FAIL RTCPeerConnection interface: new RTCPeerConnection() must inherit property "onicecandidate" with the proper type: FAIL RTCPeerConnection interface: new RTCPeerConnection() must inherit property "onicecandidateerror" with the proper type: FAIL RTCPeerConnection interface: new RTCPeerConnection() must inherit property "oniceconnectionstatechange" with the proper type: FAIL RTCPeerConnection interface: new RTCPeerConnection() must inherit property "onicegatheringstatechange" with the proper type: FAIL RTCPeerConnection interface: new RTCPeerConnection() must inherit property "onnegotiationneeded" with the proper type: FAIL RTCPeerConnection interface: new RTCPeerConnection() must inherit property "onsignalingstatechange" with the proper type: FAIL RTCPeerConnection interface: new RTCPeerConnection() must inherit property "onstatsended" with the proper type: FAIL RTCPeerConnection interface: new RTCPeerConnection() must inherit property "ontrack" with the proper type: FAIL RTCPeerConnection interface: new RTCPeerConnection() must inherit property "sctp" with the proper type: FAIL RTCPeerConnection interface: new RTCPeerConnection() must inherit property "setConfiguration(RTCConfiguration)" with the proper type: FAIL RTCPeerConnection interface: operation addTrack(MediaStreamTrack, MediaStream): FAIL RTCPeerConnection interface: operation getDefaultIceServers(): FAIL RTCPeerConnection interface: operation setConfiguration(RTCConfiguration): FAIL RTCSessionDescription interface object length: FAIL RTCSessionDescription interface: attribute sdp: FAIL RTCSessionDescription interface: attribute type: FAIL Stringification of new RTCIceCandidate({ sdpMid: 1 }): FAIL Test driver for asyncInitTransports: FAIL
Pushed by wptsync@mozilla.com: https://hg.mozilla.org/integration/mozilla-inbound/rev/cc69c676a9fb [wpt PR 11700] - Auto-update the webrtc IDL file, a=testonly https://hg.mozilla.org/integration/mozilla-inbound/rev/9605d303997d [wpt PR 11700] - Update wpt metadata, a=testonly
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
You need to log in before you can comment on or make changes to this bug.