[wpt-sync] Sync PR 22844 - Introduce test infrastructure for QuicTransport
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox78 fixed)
Tracking | Status | |
---|---|---|
firefox78 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 22844 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/22844
Details from upstream follow.
Yutaka Hirano <yhirano@chromium.org> wrote:
Introduce test infrastructure for QuicTransport
This change introduces test infrastructure for
QuicTransport.
See also: https://github.com/web-platform-tests/rfcs/blob/master/rfcs/quic.mdtools/quic contains the test server and files needed by the server such as certificate files.
tools/quic/quic_transport_server.by is based on
https://github.com/aiortc/aioquic/blob/master/examples/http3_server.py.webtransport/quic contains a test example. It also contains a sample custom handler.
This change doesn't contain a means to run the QuicTransport server automatically.
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 2 tests and 1 subtests
Status Summary
Firefox
OK : 2
FAIL : 2
Chrome
OK : 1
FAIL : 2
ERROR: 1
Safari
OK : 2
FAIL : 2
Links
Details
New Tests That Don't Pass
/webtransport/quic/client-indication.any.html
Client indication: FAIL (Chrome: FAIL, Safari: FAIL)
/webtransport/quic/client-indication.any.worker.html
Client indication: FAIL (Chrome: FAIL, Safari: FAIL)
Comment 4•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/5977d15241ff
https://hg.mozilla.org/mozilla-central/rev/72c925047127
Description
•