[wpt-sync] Sync PR 23650 - Integrate QUIC server with other wpt tools
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox79 fixed)
| Tracking | Status | |
|---|---|---|
| firefox79 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 23650 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/23650
Details from upstream follow.
Robert Ma <robertma@chromium.org> wrote:
Integrate QUIC server with other wpt tools
Now there are four ways to start the QUIC server, each one delegating to the previous layer:
- (Standalone mode) Run
python3 tools/quic/serve.pydirectly. This isn't really useful as you'd need to install the dependencies yourself.wpt serve-quicbrings up only the QUIC server, but using thewptfrontend to manage virtualenv automatically (_venv3). This is mostly for internal plumbing only.wpt serve --quicbrings upwptserveas well aswpt serve-quic. This is the main entry point.--quicwon't be needed once the QUIC server is enabled by default.wpt run --enable-quic ...can run tests that require QUIC server and essentially useswpt serve --quicunder the hood.
| Assignee | ||
Updated•6 years ago
|
| Assignee | ||
Updated•5 years ago
|
| Assignee | ||
Comment 1•5 years ago
|
||
| Assignee | ||
Comment 2•5 years ago
|
||
CI Results
Ran 12 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 82 tests
Status Summary
Firefox
PASS : 79
TIMEOUT: 1
Chrome
Safari
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/webtransport/quic/client-indication.sub.any.worker.html: SKIP (Chrome: SKIP, Safari: SKIP)
/webtransport/quic/client-indication.sub.any.html: SKIP (Chrome: SKIP, Safari: SKIP)
/css/css-scroll-anchoring/fullscreen-crash.html: TIMEOUT
Tests Disabled in Gecko Infrastructure
/webtransport/quic/client-indication.sub.any.worker.html: SKIP (Chrome: SKIP, Safari: SKIP)
/webtransport/quic/client-indication.sub.any.html: SKIP (Chrome: SKIP, Safari: SKIP)
Comment 4•5 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/168a4c8b5aa1
https://hg.mozilla.org/mozilla-central/rev/bfdc491d362b
Description
•