-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Use --enable-experimental-web-platform-features for chrome-dev on Taskcluster #12908
Comments
There's basically three possible ways to do this; either pass in |
@Hexcles, do you have preferences? Any of those seem fine to me, with perhaps a slight preference for putting it in the Taskcluster setup, because dev without the extra features is a real thing and it'd be odd if it's not even possible to run that. |
It is a real thing, but if Chromium developers are running wpt via wpt run, I assume the most useful default would be to run with experimental features enabled, matching wpt.fyi. Making them pass a flag like Another options is to add |
gh-10452 proposes a generic flag that could enable experimental features for any browser |
This change unconditionally adds the "--enable-experimental-web-platform-features" flag to Chrome Dev, as we believe most browser engineers would like to have these features enabled if they are testing Chrome Dev, and it would make the default behaviour more aligned with Blink layout tests. We may add a flag to explicitly disable this in the future upon requests. Fixes #12908.
Results from Taskcluster are now being submitted to wpt.fyi staging:
https://staging.wpt.fyi/test-runs?labels=taskcluster,experimental
However, unlike the Buildbot runs, they don't have experimental web platform features enabled.
The text was updated successfully, but these errors were encountered: