Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add "quic" property to manifest and add "--include-quic" switch to wptrunner #23468

Merged
merged 3 commits into from
May 12, 2020

Conversation

Hexcles
Copy link
Member

@Hexcles Hexcles commented May 7, 2020

With these two changes, ./wpt run can skip tests that require QUIC by default, unless --include-quic is given (tested manually using --list-disabled). The flag is also plumbed all the way to TestEnvironment and to wpt serve (via config). A future change in wpt serve will start the QUIC server based on this flag.

Probably easier to review the two commits separately.

RFC: https://github.com/web-platform-tests/rfcs/blob/master/rfcs/quic.md

Tracking issue: #19114

@Hexcles Hexcles requested a review from jgraham May 7, 2020 22:12
@wpt-pr-bot wpt-pr-bot added infra manifest wptrunner The automated test runner, commonly called through ./wpt run labels May 7, 2020
@wpt-pr-bot wpt-pr-bot temporarily deployed to wpt-preview-23468 May 7, 2020 22:18 Inactive
@Hexcles Hexcles closed this May 8, 2020
@Hexcles Hexcles reopened this May 8, 2020
@wpt-pr-bot wpt-pr-bot added the docs label May 8, 2020
@wpt-pr-bot wpt-pr-bot temporarily deployed to wpt-preview-23468 May 8, 2020 19:55 Inactive
@Hexcles Hexcles closed this May 9, 2020
@Hexcles Hexcles reopened this May 9, 2020
Copy link
Contributor

@stephenmcgruer stephenmcgruer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM % nits

tools/manifest/sourcefile.py Show resolved Hide resolved
tools/manifest/sourcefile.py Outdated Show resolved Hide resolved
tools/manifest/sourcefile.py Outdated Show resolved Hide resolved
tools/manifest/tests/test_sourcefile.py Show resolved Hide resolved
docs/writing-tests/server-features.md Outdated Show resolved Hide resolved
tools/wptrunner/wptrunner/wptcommandline.py Outdated Show resolved Hide resolved
tools/manifest/sourcefile.py Outdated Show resolved Hide resolved
tools/manifest/sourcefile.py Show resolved Hide resolved
tools/manifest/sourcefile.py Outdated Show resolved Hide resolved
docs/writing-tests/server-features.md Outdated Show resolved Hide resolved
docs/writing-tests/server-features.md Outdated Show resolved Hide resolved
@wpt-pr-bot wpt-pr-bot temporarily deployed to wpt-preview-23468 May 11, 2020 23:39 Inactive
Copy link
Contributor

@sideshowbarker sideshowbarker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

doc changes LGTM

tools/manifest/sourcefile.py Outdated Show resolved Hide resolved
@wpt-pr-bot wpt-pr-bot temporarily deployed to wpt-preview-23468 May 12, 2020 00:48 Inactive
--enable-quic, set to false by default.

This flag also controls whether to assign a port to QUIC in the server
config, which will then be passed to `wpt serve` to determine whether to
start the QUIC server (to be implemented).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs infra manifest wptrunner The automated test runner, commonly called through ./wpt run
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants