Closed Bug 1729396 Opened 3 years ago Closed 3 years ago

[wpt-sync] Sync PR 30368 - Update idlharness test for webtransport

Categories

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

task

Tracking

(firefox94 fixed)

RESOLVED FIXED
94 Branch
Tracking Status
firefox94 --- fixed

People

(Reporter: mozilla.org, Unassigned)

References

()

Details

(Whiteboard: [wptsync downstream])

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

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

b'Kenichi Ishibashi <bashi@chromium.org>' wrote:

Update idlharness test for webtransport

Catch promise rejections to avoid the test timing out.

Bug: 1201569
Change-Id: Ia70e362aa43b5c36ee3d33ffe40e1ffcfcdb98f2
Reviewed-on: https://chromium-review.googlesource.com/3144590
WPT-Export-Revision: ce7eec6458b0155a6e7b4e87f47567dca1b126ba

CI Results

Ran 0 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

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: 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.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.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/4e93677d3ee5
[wpt PR 30368] - Update idlharness test for webtransport, a=testonly
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Target Milestone: --- → 94 Branch
You need to log in before you can comment on or make changes to this bug.