-
Notifications
You must be signed in to change notification settings - Fork 46
Pass --enable-experimental-web-platform-features to Chrome Dev #569
Comments
Writing in gh, James continued:
@jgraham I'm not sure if you were recommending that these things be done unconditionally or only in the presence of a new |
FWIW I think that we're kinda blocked on web-platform-tests/wpt.fyi#212 - running with and without experimental flags can be added as metadata using labels on the runs. |
We may not be blocked. That feature is about annotating results. While a results collector might need a way to communicate that the experimental flag was enabled, it also needs to actually enable that flag. We can enable the flag for the results we're collecting today and include the new "experimental" label whenever the results receiver supports it. |
Right - I thought blocked because the issue is around the |
Now that the receiver can receive labels from runners, I think it's a good time to flip the switch. In web-platform-tests/wpt.fyi#252 (comment) , I proposed to use the "experimental" label to mean "the bleeding-edge version + experimental features" combo. IIUC Firefox prefs already enable experimental features, so the only remaining task is to pass the If later we find needs for running other configurations (e.g. experimental features on stable or dev without experimental features), we can come up with other labels for that. The beauty of a label system (as opposed to a category or suffix system) is the liberty to mix and match. I'd like to use the nice and short name "experimental" for the most common use case :) |
Ping @jugglinmike, what's the status of this? I don't think this should be blocked on web-platform-tests/wpt#10452, FWIW. |
I was going to send a PR but found @jugglinmike had already done it in 47a63f9 So looks like we can close the issue. (I'm not sure if the change has been deployed, but either way we'll soon have a deployment & restart because of #576 .) |
I've been a bit secretive because I haven't found a good opportunity to deploy that change. I wanted to wait until we'd successful collected results with the flag enabled before considering this resolved. Sorry for the confusion! |
This will have been fixed by web-platform-tests/wpt#13011. |
In Intent to Ship: Double-position gradient color stop syntax we noticed that Chrome Dev on wpt.fyi isn't running with experimental web platform features enabled, based on these results:
https://wpt.fyi/results/css/css-images/gradient/color-stops-parsing.html?label=experimental
This is a request to add that.
Note that for regression detection, there may at a future point also be necessary to run Chrome Dev (or Beta) without the flag, to match stable, but we can deal with that later. @lukebjerring FYI.
The text was updated successfully, but these errors were encountered: