Closed Bug 1731274 Opened 3 years ago Closed 3 years ago

[wpt-sync] Sync PR 30792 - Add WebIDL.idl as a dependency for webtransport idlharness test

Categories

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

task

Tracking

(firefox95 fixed)

RESOLVED FIXED
95 Branch
Tracking Status
firefox95 --- fixed

People

(Reporter: mozilla.org, Unassigned)

References

()

Details

(Whiteboard: [wptsync downstream])

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

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

b'Philip J\xc3\xa4genstedt <philip@foolip.org>' wrote:

Add WebIDL.idl as a dependency for webtransport idlharness test

In https://github.com/web-platform-tests/wpt/pull/29414 a new interface
WebTransportError which inherits from DOMException will be added, and
this will cause the test to fail. Add the required dependency first to
avoid this.

CI Results

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

Total 4 tests and 68 subtests

Status Summary

Firefox

OK : 4
PASS : 8
FAIL : 264

Chrome

OK : 4
PASS : 228
FAIL : 44

Safari

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

Links

Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base

Details

New Tests That Don't Pass

/webtransport/idlharness.any.sharedworker.html
idl_test setup: FAIL (Chrome: PASS)
DatagramDuplexStream interface: existence and properties of interface object: FAIL (Chrome: PASS)
DatagramDuplexStream interface object length: FAIL (Chrome: PASS)
DatagramDuplexStream interface object name: FAIL (Chrome: PASS)
DatagramDuplexStream interface: existence and properties of interface prototype object: FAIL (Chrome: PASS)
DatagramDuplexStream interface: existence and properties of interface prototype object's "constructor" property: FAIL (Chrome: PASS)
DatagramDuplexStream interface: existence and properties of interface prototype object's @@unscopables property: FAIL (Chrome: PASS)
DatagramDuplexStream interface: attribute readable: FAIL (Chrome: PASS)
DatagramDuplexStream interface: attribute writable: FAIL (Chrome: PASS)
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: attribute maxDatagramSize: FAIL (Chrome: FAIL)
WebTransport interface: attribute datagrams: FAIL (Chrome: PASS)
WebTransport interface: operation createBidirectionalStream(): FAIL (Chrome: PASS)
WebTransport interface: attribute incomingBidirectionalStreams: FAIL (Chrome: PASS)
WebTransport interface: operation createUnidirectionalStream(optional SendStreamParameters): FAIL (Chrome: PASS)
WebTransport interface: attribute incomingUnidirectionalStreams: FAIL (Chrome: PASS)
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 "maxDatagramSize" with the proper type: FAIL (Chrome: FAIL)
WebTransport interface: webTransport must inherit property "datagrams" 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 "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)
SendStream interface: existence and properties of interface object: FAIL (Chrome: PASS)
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: PASS)
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 remoteCanceled: FAIL (Chrome: FAIL)
SendStream interface: operation reset(optional StreamAbortInfo): FAIL (Chrome: FAIL)
ReceiveStream interface: existence and properties of interface object: FAIL (Chrome: PASS)
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: PASS)
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 remoteReset: FAIL (Chrome: FAIL)
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)
/webtransport/idlharness.any.worker.html
idl_test setup: FAIL (Chrome: PASS, Safari: FAIL)
DatagramDuplexStream interface: existence and properties of interface object: FAIL (Chrome: PASS, Safari: FAIL)
DatagramDuplexStream interface object length: FAIL (Chrome: PASS, Safari: FAIL)
DatagramDuplexStream interface object name: FAIL (Chrome: PASS, Safari: FAIL)
DatagramDuplexStream interface: existence and properties of interface prototype object: FAIL (Chrome: PASS, Safari: FAIL)
DatagramDuplexStream interface: existence and properties of interface prototype object's "constructor" property: FAIL (Chrome: PASS, Safari: FAIL)
DatagramDuplexStream interface: existence and properties of interface prototype object's @@unscopables property: FAIL (Chrome: PASS, Safari: FAIL)
DatagramDuplexStream interface: attribute readable: FAIL (Chrome: PASS, Safari: FAIL)
DatagramDuplexStream interface: attribute writable: FAIL (Chrome: PASS, 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: attribute maxDatagramSize: FAIL (Chrome: FAIL, Safari: FAIL)
WebTransport interface: attribute datagrams: 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: operation createUnidirectionalStream(optional SendStreamParameters): FAIL (Chrome: PASS, Safari: FAIL)
WebTransport interface: attribute incomingUnidirectionalStreams: FAIL (Chrome: PASS, 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 "maxDatagramSize" with the proper type: FAIL (Chrome: FAIL, Safari: FAIL)
WebTransport interface: webTransport must inherit property "datagrams" 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 "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)
SendStream interface: existence and properties of interface object: FAIL (Chrome: PASS, 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: PASS, 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 remoteCanceled: FAIL (Chrome: FAIL, Safari: FAIL)
SendStream interface: operation reset(optional StreamAbortInfo): FAIL (Chrome: FAIL, Safari: FAIL)
ReceiveStream interface: existence and properties of interface object: FAIL (Chrome: PASS, 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: PASS, 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 remoteReset: FAIL (Chrome: FAIL, 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: PASS, Safari: FAIL)
DatagramDuplexStream interface object length: FAIL (Chrome: PASS, Safari: FAIL)
DatagramDuplexStream interface object name: FAIL (Chrome: PASS, Safari: FAIL)
DatagramDuplexStream interface: existence and properties of interface prototype object: FAIL (Chrome: PASS, Safari: FAIL)
DatagramDuplexStream interface: existence and properties of interface prototype object's "constructor" property: FAIL (Chrome: PASS, Safari: FAIL)
DatagramDuplexStream interface: existence and properties of interface prototype object's @@unscopables property: FAIL (Chrome: PASS, Safari: FAIL)
DatagramDuplexStream interface: attribute readable: FAIL (Chrome: PASS, Safari: FAIL)
DatagramDuplexStream interface: attribute writable: FAIL (Chrome: PASS, 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: attribute maxDatagramSize: FAIL (Chrome: FAIL, Safari: FAIL)
WebTransport interface: attribute datagrams: 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: operation createUnidirectionalStream(optional SendStreamParameters): FAIL (Chrome: PASS, Safari: FAIL)
WebTransport interface: attribute incomingUnidirectionalStreams: FAIL (Chrome: PASS, 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 "maxDatagramSize" with the proper type: FAIL (Chrome: FAIL, Safari: FAIL)
WebTransport interface: webTransport must inherit property "datagrams" 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 "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)
SendStream interface: existence and properties of interface object: FAIL (Chrome: PASS, 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: PASS, 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 remoteCanceled: FAIL (Chrome: FAIL, Safari: FAIL)
SendStream interface: operation reset(optional StreamAbortInfo): FAIL (Chrome: FAIL, Safari: FAIL)
ReceiveStream interface: existence and properties of interface object: FAIL (Chrome: PASS, 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: PASS, 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 remoteReset: FAIL (Chrome: FAIL, 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: PASS, Safari: FAIL)
DatagramDuplexStream interface object length: FAIL (Chrome: PASS, Safari: FAIL)
DatagramDuplexStream interface object name: FAIL (Chrome: PASS, Safari: FAIL)
DatagramDuplexStream interface: existence and properties of interface prototype object: FAIL (Chrome: PASS, Safari: FAIL)
DatagramDuplexStream interface: existence and properties of interface prototype object's "constructor" property: FAIL (Chrome: PASS, Safari: FAIL)
DatagramDuplexStream interface: existence and properties of interface prototype object's @@unscopables property: FAIL (Chrome: PASS, Safari: FAIL)
DatagramDuplexStream interface: attribute readable: FAIL (Chrome: PASS, Safari: FAIL)
DatagramDuplexStream interface: attribute writable: FAIL (Chrome: PASS, 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: attribute maxDatagramSize: FAIL (Chrome: FAIL, Safari: FAIL)
WebTransport interface: attribute datagrams: 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: operation createUnidirectionalStream(optional SendStreamParameters): FAIL (Chrome: PASS, Safari: FAIL)
WebTransport interface: attribute incomingUnidirectionalStreams: FAIL (Chrome: PASS, 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 "maxDatagramSize" with the proper type: FAIL (Chrome: FAIL, Safari: FAIL)
WebTransport interface: webTransport must inherit property "datagrams" 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 "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)
SendStream interface: existence and properties of interface object: FAIL (Chrome: PASS, 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: PASS, 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 remoteCanceled: FAIL (Chrome: FAIL, Safari: FAIL)
SendStream interface: operation reset(optional StreamAbortInfo): FAIL (Chrome: FAIL, Safari: FAIL)
ReceiveStream interface: existence and properties of interface object: FAIL (Chrome: PASS, 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: PASS, 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 remoteReset: FAIL (Chrome: FAIL, 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)

Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/6e0f453b48da
[wpt PR 30792] - Add WebIDL.idl as a dependency for webtransport idlharness test, a=testonly
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f414889c24fc
[wpt PR 30792] - Add WebIDL.idl as a dependency for webtransport idlharness test, a=testonly
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Target Milestone: --- → 95 Branch
You need to log in before you can comment on or make changes to this bug.