Closed Bug 1629021 Opened 4 years ago Closed 3 years ago

[wpt-sync] Sync PR 22852 - Add interfaces/web-transport.idl and test

Categories

(Testing :: web-platform-tests, task, P4)

task

Tracking

(firefox90 fixed)

RESOLVED FIXED
90 Branch
Tracking Status
firefox90 --- fixed

People

(Reporter: mozilla.org, Unassigned)

References

()

Details

(Whiteboard: [wptsync downstream])

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

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

Stephen McGruer <smcgruer@chromium.org> wrote:

Add interfaces/web-transport.idl and test

Currently this only tests QuicTransport and Http3Transport, as the
streams require that you have a working connection to create.

Closes https://github.com/web-platform-tests/wpt/pull/22215

CI Results

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

Total 4 tests and 71 subtests

Status Summary

Firefox

OK : 4
PASS : 8[GitHub] 16[Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-linux1804-64-debug, Gecko-linux1804-64-opt, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-linux1804-64-tsan-opt, Gecko-windows10-32-debug, Gecko-windows10-32-opt, Gecko-windows10-64-debug, Gecko-windows10-64-opt, Gecko-windows10-64-qr-debug, Gecko-windows10-64-qr-opt]
FAIL : 268

Chrome

OK : 4
PASS : 188
FAIL : 88

Safari

OK : 3
PASS : 6
FAIL : 201
ERROR: 1

Links

Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base

Details

New Tests That Don't Pass

/webtransport/idlharness.any.worker.html
idl_test setup: FAIL (Chrome: PASS, Safari: FAIL)
DatagramDuplexStream interface: existence and properties of interface object: FAIL (Chrome: FAIL, Safari: FAIL)
DatagramDuplexStream interface object length: FAIL (Chrome: FAIL, Safari: FAIL)
DatagramDuplexStream interface object name: FAIL (Chrome: FAIL, Safari: FAIL)
DatagramDuplexStream interface: existence and properties of interface prototype object: FAIL (Chrome: FAIL, Safari: FAIL)
DatagramDuplexStream interface: existence and properties of interface prototype object's "constructor" property: FAIL (Chrome: FAIL, Safari: FAIL)
DatagramDuplexStream interface: existence and properties of interface prototype object's @@unscopables property: FAIL (Chrome: FAIL, Safari: FAIL)
DatagramDuplexStream interface: attribute readable: FAIL (Chrome: FAIL, Safari: FAIL)
DatagramDuplexStream interface: attribute writable: FAIL (Chrome: FAIL, Safari: FAIL)
WebTransport interface: existence and properties of interface object: FAIL (Chrome: PASS, Safari: FAIL)
WebTransport interface object length: FAIL (Chrome: PASS, Safari: FAIL)
WebTransport interface object name: FAIL (Chrome: PASS, Safari: FAIL)
WebTransport interface: existence and properties of interface prototype object: FAIL (Chrome: PASS, Safari: FAIL)
WebTransport interface: existence and properties of interface prototype object's "constructor" property: FAIL (Chrome: PASS, Safari: FAIL)
WebTransport interface: existence and properties of interface prototype object's @@unscopables property: FAIL (Chrome: PASS, Safari: FAIL)
WebTransport interface: operation getStats(): FAIL (Chrome: FAIL, Safari: FAIL)
WebTransport interface: attribute state: FAIL (Chrome: FAIL, Safari: FAIL)
WebTransport interface: attribute ready: FAIL (Chrome: PASS, Safari: FAIL)
WebTransport interface: attribute closed: FAIL (Chrome: PASS, Safari: FAIL)
WebTransport interface: operation close(optional WebTransportCloseInfo): FAIL (Chrome: PASS, Safari: FAIL)
WebTransport interface: attribute onstatechange: FAIL (Chrome: FAIL, Safari: FAIL)
WebTransport interface: operation createUnidirectionalStream(optional SendStreamParameters): FAIL (Chrome: PASS, Safari: FAIL)
WebTransport interface: attribute incomingUnidirectionalStreams: FAIL (Chrome: PASS, Safari: FAIL)
WebTransport interface: operation createBidirectionalStream(): FAIL (Chrome: PASS, Safari: FAIL)
WebTransport interface: attribute incomingBidirectionalStreams: FAIL (Chrome: PASS, Safari: FAIL)
WebTransport interface: attribute maxDatagramSize: FAIL (Chrome: FAIL, Safari: FAIL)
WebTransport interface: attribute datagrams: FAIL (Chrome: FAIL, Safari: FAIL)
WebTransport must be primary interface of webTransport: FAIL (Chrome: PASS, Safari: FAIL)
Stringification of webTransport: FAIL (Chrome: PASS, Safari: FAIL)
WebTransport interface: webTransport must inherit property "getStats()" with the proper type: FAIL (Chrome: FAIL, Safari: FAIL)
WebTransport interface: webTransport must inherit property "state" with the proper type: FAIL (Chrome: FAIL, Safari: FAIL)
WebTransport interface: webTransport must inherit property "ready" with the proper type: FAIL (Chrome: PASS, Safari: FAIL)
WebTransport interface: webTransport must inherit property "closed" with the proper type: FAIL (Chrome: PASS, Safari: FAIL)
WebTransport interface: webTransport must inherit property "close(optional WebTransportCloseInfo)" with the proper type: FAIL (Chrome: PASS, Safari: FAIL)
WebTransport interface: calling close(optional WebTransportCloseInfo) on webTransport with too few arguments must throw TypeError: FAIL (Chrome: PASS, Safari: FAIL)
WebTransport interface: webTransport must inherit property "onstatechange" with the proper type: FAIL (Chrome: FAIL, Safari: FAIL)
WebTransport interface: webTransport must inherit property "createUnidirectionalStream(optional SendStreamParameters)" with the proper type: FAIL (Chrome: PASS, Safari: FAIL)
WebTransport interface: calling createUnidirectionalStream(optional SendStreamParameters) on webTransport with too few arguments must throw TypeError: FAIL (Chrome: PASS, Safari: FAIL)
WebTransport interface: webTransport must inherit property "incomingUnidirectionalStreams" with the proper type: FAIL (Chrome: PASS, Safari: FAIL)
WebTransport interface: webTransport must inherit property "createBidirectionalStream()" with the proper type: FAIL (Chrome: PASS, Safari: FAIL)
WebTransport interface: webTransport must inherit property "incomingBidirectionalStreams" with the proper type: FAIL (Chrome: PASS, Safari: FAIL)
WebTransport interface: webTransport must inherit property "maxDatagramSize" with the proper type: FAIL (Chrome: FAIL, Safari: FAIL)
WebTransport interface: webTransport must inherit property "datagrams" with the proper type: FAIL (Chrome: FAIL, Safari: FAIL)
SendStream interface: existence and properties of interface object: FAIL (Chrome: FAIL, Safari: FAIL)
SendStream interface object length: FAIL (Chrome: PASS, Safari: FAIL)
SendStream interface object name: FAIL (Chrome: PASS, Safari: FAIL)
SendStream interface: existence and properties of interface prototype object: FAIL (Chrome: FAIL, Safari: FAIL)
SendStream interface: existence and properties of interface prototype object's "constructor" property: FAIL (Chrome: PASS, Safari: FAIL)
SendStream interface: existence and properties of interface prototype object's @@unscopables property: FAIL (Chrome: PASS, Safari: FAIL)
SendStream interface: attribute writingAborted: FAIL (Chrome: PASS, Safari: FAIL)
SendStream interface: operation abortWriting(optional StreamAbortInfo): FAIL (Chrome: PASS, Safari: FAIL)
ReceiveStream interface: existence and properties of interface object: FAIL (Chrome: FAIL, Safari: FAIL)
ReceiveStream interface object length: FAIL (Chrome: PASS, Safari: FAIL)
ReceiveStream interface object name: FAIL (Chrome: PASS, Safari: FAIL)
ReceiveStream interface: existence and properties of interface prototype object: FAIL (Chrome: FAIL, Safari: FAIL)
ReceiveStream interface: existence and properties of interface prototype object's "constructor" property: FAIL (Chrome: PASS, Safari: FAIL)
ReceiveStream interface: existence and properties of interface prototype object's @@unscopables property: FAIL (Chrome: PASS, Safari: FAIL)
ReceiveStream interface: attribute readingAborted: FAIL (Chrome: PASS, Safari: FAIL)
ReceiveStream interface: operation abortReading(optional StreamAbortInfo): FAIL (Chrome: PASS, Safari: FAIL)
BidirectionalStream interface: existence and properties of interface object: FAIL (Chrome: PASS, Safari: FAIL)
BidirectionalStream interface object length: FAIL (Chrome: PASS, Safari: FAIL)
BidirectionalStream interface object name: FAIL (Chrome: PASS, Safari: FAIL)
BidirectionalStream interface: existence and properties of interface prototype object: FAIL (Chrome: PASS, Safari: FAIL)
BidirectionalStream interface: existence and properties of interface prototype object's "constructor" property: FAIL (Chrome: PASS, Safari: FAIL)
BidirectionalStream interface: existence and properties of interface prototype object's @@unscopables property: FAIL (Chrome: PASS, Safari: FAIL)
BidirectionalStream interface: attribute readable: FAIL (Chrome: PASS, Safari: FAIL)
BidirectionalStream interface: attribute writable: FAIL (Chrome: PASS, Safari: FAIL)
/webtransport/idlharness.any.html
idl_test setup: FAIL (Chrome: PASS, Safari: FAIL)
DatagramDuplexStream interface: existence and properties of interface object: FAIL (Chrome: FAIL, Safari: FAIL)
DatagramDuplexStream interface object length: FAIL (Chrome: FAIL, Safari: FAIL)
DatagramDuplexStream interface object name: FAIL (Chrome: FAIL, Safari: FAIL)
DatagramDuplexStream interface: existence and properties of interface prototype object: FAIL (Chrome: FAIL, Safari: FAIL)
DatagramDuplexStream interface: existence and properties of interface prototype object's "constructor" property: FAIL (Chrome: FAIL, Safari: FAIL)
DatagramDuplexStream interface: existence and properties of interface prototype object's @@unscopables property: FAIL (Chrome: FAIL, Safari: FAIL)
DatagramDuplexStream interface: attribute readable: FAIL (Chrome: FAIL, Safari: FAIL)
DatagramDuplexStream interface: attribute writable: FAIL (Chrome: FAIL, Safari: FAIL)
WebTransport interface: existence and properties of interface object: FAIL (Chrome: PASS, Safari: FAIL)
WebTransport interface object length: FAIL (Chrome: PASS, Safari: FAIL)
WebTransport interface object name: FAIL (Chrome: PASS, Safari: FAIL)
WebTransport interface: existence and properties of interface prototype object: FAIL (Chrome: PASS, Safari: FAIL)
WebTransport interface: existence and properties of interface prototype object's "constructor" property: FAIL (Chrome: PASS, Safari: FAIL)
WebTransport interface: existence and properties of interface prototype object's @@unscopables property: FAIL (Chrome: PASS, Safari: FAIL)
WebTransport interface: operation getStats(): FAIL (Chrome: FAIL, Safari: FAIL)
WebTransport interface: attribute state: FAIL (Chrome: FAIL, Safari: FAIL)
WebTransport interface: attribute ready: FAIL (Chrome: PASS, Safari: FAIL)
WebTransport interface: attribute closed: FAIL (Chrome: PASS, Safari: FAIL)
WebTransport interface: operation close(optional WebTransportCloseInfo): FAIL (Chrome: PASS, Safari: FAIL)
WebTransport interface: attribute onstatechange: FAIL (Chrome: FAIL, Safari: FAIL)
WebTransport interface: operation createUnidirectionalStream(optional SendStreamParameters): FAIL (Chrome: PASS, Safari: FAIL)
WebTransport interface: attribute incomingUnidirectionalStreams: FAIL (Chrome: PASS, Safari: FAIL)
WebTransport interface: operation createBidirectionalStream(): FAIL (Chrome: PASS, Safari: FAIL)
WebTransport interface: attribute incomingBidirectionalStreams: FAIL (Chrome: PASS, Safari: FAIL)
WebTransport interface: attribute maxDatagramSize: FAIL (Chrome: FAIL, Safari: FAIL)
WebTransport interface: attribute datagrams: FAIL (Chrome: FAIL, Safari: FAIL)
WebTransport must be primary interface of webTransport: FAIL (Chrome: PASS, Safari: FAIL)
Stringification of webTransport: FAIL (Chrome: PASS, Safari: FAIL)
WebTransport interface: webTransport must inherit property "getStats()" with the proper type: FAIL (Chrome: FAIL, Safari: FAIL)
WebTransport interface: webTransport must inherit property "state" with the proper type: FAIL (Chrome: FAIL, Safari: FAIL)
WebTransport interface: webTransport must inherit property "ready" with the proper type: FAIL (Chrome: PASS, Safari: FAIL)
WebTransport interface: webTransport must inherit property "closed" with the proper type: FAIL (Chrome: PASS, Safari: FAIL)
WebTransport interface: webTransport must inherit property "close(optional WebTransportCloseInfo)" with the proper type: FAIL (Chrome: PASS, Safari: FAIL)
WebTransport interface: calling close(optional WebTransportCloseInfo) on webTransport with too few arguments must throw TypeError: FAIL (Chrome: PASS, Safari: FAIL)
WebTransport interface: webTransport must inherit property "onstatechange" with the proper type: FAIL (Chrome: FAIL, Safari: FAIL)
WebTransport interface: webTransport must inherit property "createUnidirectionalStream(optional SendStreamParameters)" with the proper type: FAIL (Chrome: PASS, Safari: FAIL)
WebTransport interface: calling createUnidirectionalStream(optional SendStreamParameters) on webTransport with too few arguments must throw TypeError: FAIL (Chrome: PASS, Safari: FAIL)
WebTransport interface: webTransport must inherit property "incomingUnidirectionalStreams" with the proper type: FAIL (Chrome: PASS, Safari: FAIL)
WebTransport interface: webTransport must inherit property "createBidirectionalStream()" with the proper type: FAIL (Chrome: PASS, Safari: FAIL)
WebTransport interface: webTransport must inherit property "incomingBidirectionalStreams" with the proper type: FAIL (Chrome: PASS, Safari: FAIL)
WebTransport interface: webTransport must inherit property "maxDatagramSize" with the proper type: FAIL (Chrome: FAIL, Safari: FAIL)
WebTransport interface: webTransport must inherit property "datagrams" with the proper type: FAIL (Chrome: FAIL, Safari: FAIL)
SendStream interface: existence and properties of interface object: FAIL (Chrome: FAIL, Safari: FAIL)
SendStream interface object length: FAIL (Chrome: PASS, Safari: FAIL)
SendStream interface object name: FAIL (Chrome: PASS, Safari: FAIL)
SendStream interface: existence and properties of interface prototype object: FAIL (Chrome: FAIL, Safari: FAIL)
SendStream interface: existence and properties of interface prototype object's "constructor" property: FAIL (Chrome: PASS, Safari: FAIL)
SendStream interface: existence and properties of interface prototype object's @@unscopables property: FAIL (Chrome: PASS, Safari: FAIL)
SendStream interface: attribute writingAborted: FAIL (Chrome: PASS, Safari: FAIL)
SendStream interface: operation abortWriting(optional StreamAbortInfo): FAIL (Chrome: PASS, Safari: FAIL)
ReceiveStream interface: existence and properties of interface object: FAIL (Chrome: FAIL, Safari: FAIL)
ReceiveStream interface object length: FAIL (Chrome: PASS, Safari: FAIL)
ReceiveStream interface object name: FAIL (Chrome: PASS, Safari: FAIL)
ReceiveStream interface: existence and properties of interface prototype object: FAIL (Chrome: FAIL, Safari: FAIL)
ReceiveStream interface: existence and properties of interface prototype object's "constructor" property: FAIL (Chrome: PASS, Safari: FAIL)
ReceiveStream interface: existence and properties of interface prototype object's @@unscopables property: FAIL (Chrome: PASS, Safari: FAIL)
ReceiveStream interface: attribute readingAborted: FAIL (Chrome: PASS, Safari: FAIL)
ReceiveStream interface: operation abortReading(optional StreamAbortInfo): FAIL (Chrome: PASS, Safari: FAIL)
BidirectionalStream interface: existence and properties of interface object: FAIL (Chrome: PASS, Safari: FAIL)
BidirectionalStream interface object length: FAIL (Chrome: PASS, Safari: FAIL)
BidirectionalStream interface object name: FAIL (Chrome: PASS, Safari: FAIL)
BidirectionalStream interface: existence and properties of interface prototype object: FAIL (Chrome: PASS, Safari: FAIL)
BidirectionalStream interface: existence and properties of interface prototype object's "constructor" property: FAIL (Chrome: PASS, Safari: FAIL)
BidirectionalStream interface: existence and properties of interface prototype object's @@unscopables property: FAIL (Chrome: PASS, Safari: FAIL)
BidirectionalStream interface: attribute readable: FAIL (Chrome: PASS, Safari: FAIL)
BidirectionalStream interface: attribute writable: FAIL (Chrome: PASS, Safari: FAIL)
/webtransport/idlharness.any.serviceworker.html
idl_test setup: FAIL (Chrome: PASS, Safari: FAIL)
DatagramDuplexStream interface: existence and properties of interface object: FAIL (Chrome: FAIL, Safari: FAIL)
DatagramDuplexStream interface object length: FAIL (Chrome: FAIL, Safari: FAIL)
DatagramDuplexStream interface object name: FAIL (Chrome: FAIL, Safari: FAIL)
DatagramDuplexStream interface: existence and properties of interface prototype object: FAIL (Chrome: FAIL, Safari: FAIL)
DatagramDuplexStream interface: existence and properties of interface prototype object's "constructor" property: FAIL (Chrome: FAIL, Safari: FAIL)
DatagramDuplexStream interface: existence and properties of interface prototype object's @@unscopables property: FAIL (Chrome: FAIL, Safari: FAIL)
DatagramDuplexStream interface: attribute readable: FAIL (Chrome: FAIL, Safari: FAIL)
DatagramDuplexStream interface: attribute writable: FAIL (Chrome: FAIL, Safari: FAIL)
WebTransport interface: existence and properties of interface object: FAIL (Chrome: PASS, Safari: FAIL)
WebTransport interface object length: FAIL (Chrome: PASS, Safari: FAIL)
WebTransport interface object name: FAIL (Chrome: PASS, Safari: FAIL)
WebTransport interface: existence and properties of interface prototype object: FAIL (Chrome: PASS, Safari: FAIL)
WebTransport interface: existence and properties of interface prototype object's "constructor" property: FAIL (Chrome: PASS, Safari: FAIL)
WebTransport interface: existence and properties of interface prototype object's @@unscopables property: FAIL (Chrome: PASS, Safari: FAIL)
WebTransport interface: operation getStats(): FAIL (Chrome: FAIL, Safari: FAIL)
WebTransport interface: attribute state: FAIL (Chrome: FAIL, Safari: FAIL)
WebTransport interface: attribute ready: FAIL (Chrome: PASS, Safari: FAIL)
WebTransport interface: attribute closed: FAIL (Chrome: PASS, Safari: FAIL)
WebTransport interface: operation close(optional WebTransportCloseInfo): FAIL (Chrome: PASS, Safari: FAIL)
WebTransport interface: attribute onstatechange: FAIL (Chrome: FAIL, Safari: FAIL)
WebTransport interface: operation createUnidirectionalStream(optional SendStreamParameters): FAIL (Chrome: PASS, Safari: FAIL)
WebTransport interface: attribute incomingUnidirectionalStreams: FAIL (Chrome: PASS, Safari: FAIL)
WebTransport interface: operation createBidirectionalStream(): FAIL (Chrome: PASS, Safari: FAIL)
WebTransport interface: attribute incomingBidirectionalStreams: FAIL (Chrome: PASS, Safari: FAIL)
WebTransport interface: attribute maxDatagramSize: FAIL (Chrome: FAIL, Safari: FAIL)
WebTransport interface: attribute datagrams: FAIL (Chrome: FAIL, Safari: FAIL)
WebTransport must be primary interface of webTransport: FAIL (Chrome: PASS, Safari: FAIL)
Stringification of webTransport: FAIL (Chrome: PASS, Safari: FAIL)
WebTransport interface: webTransport must inherit property "getStats()" with the proper type: FAIL (Chrome: FAIL, Safari: FAIL)
WebTransport interface: webTransport must inherit property "state" with the proper type: FAIL (Chrome: FAIL, Safari: FAIL)
WebTransport interface: webTransport must inherit property "ready" with the proper type: FAIL (Chrome: PASS, Safari: FAIL)
WebTransport interface: webTransport must inherit property "closed" with the proper type: FAIL (Chrome: PASS, Safari: FAIL)
WebTransport interface: webTransport must inherit property "close(optional WebTransportCloseInfo)" with the proper type: FAIL (Chrome: PASS, Safari: FAIL)
WebTransport interface: calling close(optional WebTransportCloseInfo) on webTransport with too few arguments must throw TypeError: FAIL (Chrome: PASS, Safari: FAIL)
WebTransport interface: webTransport must inherit property "onstatechange" with the proper type: FAIL (Chrome: FAIL, Safari: FAIL)
WebTransport interface: webTransport must inherit property "createUnidirectionalStream(optional SendStreamParameters)" with the proper type: FAIL (Chrome: PASS, Safari: FAIL)
WebTransport interface: calling createUnidirectionalStream(optional SendStreamParameters) on webTransport with too few arguments must throw TypeError: FAIL (Chrome: PASS, Safari: FAIL)
WebTransport interface: webTransport must inherit property "incomingUnidirectionalStreams" with the proper type: FAIL (Chrome: PASS, Safari: FAIL)
WebTransport interface: webTransport must inherit property "createBidirectionalStream()" with the proper type: FAIL (Chrome: PASS, Safari: FAIL)
WebTransport interface: webTransport must inherit property "incomingBidirectionalStreams" with the proper type: FAIL (Chrome: PASS, Safari: FAIL)
WebTransport interface: webTransport must inherit property "maxDatagramSize" with the proper type: FAIL (Chrome: FAIL, Safari: FAIL)
WebTransport interface: webTransport must inherit property "datagrams" with the proper type: FAIL (Chrome: FAIL, Safari: FAIL)
SendStream interface: existence and properties of interface object: FAIL (Chrome: FAIL, Safari: FAIL)
SendStream interface object length: FAIL (Chrome: PASS, Safari: FAIL)
SendStream interface object name: FAIL (Chrome: PASS, Safari: FAIL)
SendStream interface: existence and properties of interface prototype object: FAIL (Chrome: FAIL, Safari: FAIL)
SendStream interface: existence and properties of interface prototype object's "constructor" property: FAIL (Chrome: PASS, Safari: FAIL)
SendStream interface: existence and properties of interface prototype object's @@unscopables property: FAIL (Chrome: PASS, Safari: FAIL)
SendStream interface: attribute writingAborted: FAIL (Chrome: PASS, Safari: FAIL)
SendStream interface: operation abortWriting(optional StreamAbortInfo): FAIL (Chrome: PASS, Safari: FAIL)
ReceiveStream interface: existence and properties of interface object: FAIL (Chrome: FAIL, Safari: FAIL)
ReceiveStream interface object length: FAIL (Chrome: PASS, Safari: FAIL)
ReceiveStream interface object name: FAIL (Chrome: PASS, Safari: FAIL)
ReceiveStream interface: existence and properties of interface prototype object: FAIL (Chrome: FAIL, Safari: FAIL)
ReceiveStream interface: existence and properties of interface prototype object's "constructor" property: FAIL (Chrome: PASS, Safari: FAIL)
ReceiveStream interface: existence and properties of interface prototype object's @@unscopables property: FAIL (Chrome: PASS, Safari: FAIL)
ReceiveStream interface: attribute readingAborted: FAIL (Chrome: PASS, Safari: FAIL)
ReceiveStream interface: operation abortReading(optional StreamAbortInfo): FAIL (Chrome: PASS, Safari: FAIL)
BidirectionalStream interface: existence and properties of interface object: FAIL (Chrome: PASS, Safari: FAIL)
BidirectionalStream interface object length: FAIL (Chrome: PASS, Safari: FAIL)
BidirectionalStream interface object name: FAIL (Chrome: PASS, Safari: FAIL)
BidirectionalStream interface: existence and properties of interface prototype object: FAIL (Chrome: PASS, Safari: FAIL)
BidirectionalStream interface: existence and properties of interface prototype object's "constructor" property: FAIL (Chrome: PASS, Safari: FAIL)
BidirectionalStream interface: existence and properties of interface prototype object's @@unscopables property: FAIL (Chrome: PASS, Safari: FAIL)
BidirectionalStream interface: attribute readable: FAIL (Chrome: PASS, Safari: FAIL)
BidirectionalStream interface: attribute writable: FAIL (Chrome: PASS, Safari: FAIL)
/webtransport/idlharness.any.sharedworker.html
idl_test setup: FAIL (Chrome: PASS)
DatagramDuplexStream interface: existence and properties of interface object: FAIL (Chrome: FAIL)
DatagramDuplexStream interface object length: FAIL (Chrome: FAIL)
DatagramDuplexStream interface object name: FAIL (Chrome: FAIL)
DatagramDuplexStream interface: existence and properties of interface prototype object: FAIL (Chrome: FAIL)
DatagramDuplexStream interface: existence and properties of interface prototype object's "constructor" property: FAIL (Chrome: FAIL)
DatagramDuplexStream interface: existence and properties of interface prototype object's @@unscopables property: FAIL (Chrome: FAIL)
DatagramDuplexStream interface: attribute readable: FAIL (Chrome: FAIL)
DatagramDuplexStream interface: attribute writable: FAIL (Chrome: FAIL)
WebTransport interface: existence and properties of interface object: FAIL (Chrome: PASS)
WebTransport interface object length: FAIL (Chrome: PASS)
WebTransport interface object name: FAIL (Chrome: PASS)
WebTransport interface: existence and properties of interface prototype object: FAIL (Chrome: PASS)
WebTransport interface: existence and properties of interface prototype object's "constructor" property: FAIL (Chrome: PASS)
WebTransport interface: existence and properties of interface prototype object's @@unscopables property: FAIL (Chrome: PASS)
WebTransport interface: operation getStats(): FAIL (Chrome: FAIL)
WebTransport interface: attribute state: FAIL (Chrome: FAIL)
WebTransport interface: attribute ready: FAIL (Chrome: PASS)
WebTransport interface: attribute closed: FAIL (Chrome: PASS)
WebTransport interface: operation close(optional WebTransportCloseInfo): FAIL (Chrome: PASS)
WebTransport interface: attribute onstatechange: FAIL (Chrome: FAIL)
WebTransport interface: operation createUnidirectionalStream(optional SendStreamParameters): FAIL (Chrome: PASS)
WebTransport interface: attribute incomingUnidirectionalStreams: FAIL (Chrome: PASS)
WebTransport interface: operation createBidirectionalStream(): FAIL (Chrome: PASS)
WebTransport interface: attribute incomingBidirectionalStreams: FAIL (Chrome: PASS)
WebTransport interface: attribute maxDatagramSize: FAIL (Chrome: FAIL)
WebTransport interface: attribute datagrams: FAIL (Chrome: FAIL)
WebTransport must be primary interface of webTransport: FAIL (Chrome: PASS)
Stringification of webTransport: FAIL (Chrome: PASS)
WebTransport interface: webTransport must inherit property "getStats()" with the proper type: FAIL (Chrome: FAIL)
WebTransport interface: webTransport must inherit property "state" with the proper type: FAIL (Chrome: FAIL)
WebTransport interface: webTransport must inherit property "ready" with the proper type: FAIL (Chrome: PASS)
WebTransport interface: webTransport must inherit property "closed" with the proper type: FAIL (Chrome: PASS)
WebTransport interface: webTransport must inherit property "close(optional WebTransportCloseInfo)" with the proper type: FAIL (Chrome: PASS)
WebTransport interface: calling close(optional WebTransportCloseInfo) on webTransport with too few arguments must throw TypeError: FAIL (Chrome: PASS)
WebTransport interface: webTransport must inherit property "onstatechange" with the proper type: FAIL (Chrome: FAIL)
WebTransport interface: webTransport must inherit property "createUnidirectionalStream(optional SendStreamParameters)" with the proper type: FAIL (Chrome: PASS)
WebTransport interface: calling createUnidirectionalStream(optional SendStreamParameters) on webTransport with too few arguments must throw TypeError: FAIL (Chrome: PASS)
WebTransport interface: webTransport must inherit property "incomingUnidirectionalStreams" with the proper type: FAIL (Chrome: PASS)
WebTransport interface: webTransport must inherit property "createBidirectionalStream()" with the proper type: FAIL (Chrome: PASS)
WebTransport interface: webTransport must inherit property "incomingBidirectionalStreams" with the proper type: FAIL (Chrome: PASS)
WebTransport interface: webTransport must inherit property "maxDatagramSize" with the proper type: FAIL (Chrome: FAIL)
WebTransport interface: webTransport must inherit property "datagrams" with the proper type: FAIL (Chrome: FAIL)
SendStream interface: existence and properties of interface object: FAIL (Chrome: FAIL)
SendStream interface object length: FAIL (Chrome: PASS)
SendStream interface object name: FAIL (Chrome: PASS)
SendStream interface: existence and properties of interface prototype object: FAIL (Chrome: FAIL)
SendStream interface: existence and properties of interface prototype object's "constructor" property: FAIL (Chrome: PASS)
SendStream interface: existence and properties of interface prototype object's @@unscopables property: FAIL (Chrome: PASS)
SendStream interface: attribute writingAborted: FAIL (Chrome: PASS)
SendStream interface: operation abortWriting(optional StreamAbortInfo): FAIL (Chrome: PASS)
ReceiveStream interface: existence and properties of interface object: FAIL (Chrome: FAIL)
ReceiveStream interface object length: FAIL (Chrome: PASS)
ReceiveStream interface object name: FAIL (Chrome: PASS)
ReceiveStream interface: existence and properties of interface prototype object: FAIL (Chrome: FAIL)
ReceiveStream interface: existence and properties of interface prototype object's "constructor" property: FAIL (Chrome: PASS)
ReceiveStream interface: existence and properties of interface prototype object's @@unscopables property: FAIL (Chrome: PASS)
ReceiveStream interface: attribute readingAborted: FAIL (Chrome: PASS)
ReceiveStream interface: operation abortReading(optional StreamAbortInfo): FAIL (Chrome: PASS)
BidirectionalStream interface: existence and properties of interface object: FAIL (Chrome: PASS)
BidirectionalStream interface object length: FAIL (Chrome: PASS)
BidirectionalStream interface object name: FAIL (Chrome: PASS)
BidirectionalStream interface: existence and properties of interface prototype object: FAIL (Chrome: PASS)
BidirectionalStream interface: existence and properties of interface prototype object's "constructor" property: FAIL (Chrome: PASS)
BidirectionalStream interface: existence and properties of interface prototype object's @@unscopables property: FAIL (Chrome: PASS)
BidirectionalStream interface: attribute readable: FAIL (Chrome: PASS)
BidirectionalStream interface: attribute writable: FAIL (Chrome: PASS)

Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f77f02a38c39
[wpt PR 22852] - Add test for interfaces/webtransport.idl, a=testonly
https://hg.mozilla.org/integration/autoland/rev/c8743b9f912d
[wpt PR 22852] - Update wpt metadata, a=testonly
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/9433775200c8
[wpt PR 22852] - Add test for interfaces/webtransport.idl, a=testonly
https://hg.mozilla.org/integration/autoland/rev/b1b743d4667b
[wpt PR 22852] - Update wpt metadata, a=testonly
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c0848f1b7908
[wpt PR 22852] - Add test for interfaces/webtransport.idl, a=testonly
https://hg.mozilla.org/integration/autoland/rev/39e7ef787a35
[wpt PR 22852] - Update wpt metadata, a=testonly
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Target Milestone: --- → 90 Branch
You need to log in before you can comment on or make changes to this bug.