-
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
Safari Technology Preview is stuck at version 125 #31147
Comments
Since there have been frequent issues with running web-platform-tests against Safari in a CI system over the years, I'll take this chance to summarize what WPT needs and what has tended to break so far:
The way that WPT has to use Safari is different from a web developer running tests on their own machine. It seems to me like this can only be fixed by testing Safari in public CI systems in the macOS and Safari release process, because once a problem is in a stable release, we end up blocked for a very long time. Finally, Azure Pipelines and other public CI systems take time to support a new version of macOS, and we as the web-platform-tests project have no influence over this. However, as long as Safari supports the two latest versions of macOS, this isn't a big problem as long as upgrading isn't blocked like it is now. |
In web-platform-tests/wpt.fyi#2668, @stephenmcgruer made https://staging.wpt.fyi/compat2021?feature=summary&use_webkitgtk as a stop-gap to allow us to see the trends of Compat 2021 with WebKitGTK standing in for Safari. |
This removes the blocker to running STP on Azure Pipelines documented in #31147, whereby trusting certificates in Big Sur or later requires either user interaction or SIP being disabled, which is infeasible in public automation.
https://webkit.org/blog/12040/release-notes-for-safari-technology-preview-135/
Might that be something? Immediately thought of this issue :) EDIT: Ah, @gsnedders is already trying it out, apologies 0:-) |
It's almost like I was twiddling my thumbs waiting for STP 135 to go live 🙃 (and it turns out I'd forgotten about a bunch of bash/zsh differences, but hey) But yeah, now have a full manually triggered run underway using STP 135, and I don't suspect that's going to go badly wrong, but we'll just have to wait and see. |
This removes the blocker to running STP on Azure Pipelines documented in #31147, whereby trusting certificates in Big Sur or later requires either user interaction or SIP being disabled, which is infeasible in public automation.
This removes the blocker to running STP on Azure Pipelines documented in #31147, whereby trusting certificates in Big Sur or later requires either user interaction or SIP being disabled, which is infeasible in public automation.
This moves to using acceptInsecureCerts with a new enough release of Safari, which removes the blocker to running STP on Azure Pipelines documented in #31147, whereby trusting certificates in Big Sur or later requires either user interaction or SIP being disabled, which is infeasible on Azure Pipelines. See https://developer.apple.com/documentation/macos-release-notes/macos-big-sur-11_0_1-release-notes#Security for details about the behaviour change in Big Sur. For now, this keeps Safari (stable) on Catalina, as it doesn't support acceptInsecureCerts. Additionally, this moves all usage of Python on Big Sur to 3.7, as 3.6 is not available Azure Pipelines' macOS 11 VMs.
And we have STP135 on wpt.fyi. Not on the homepage because there's no aligned Edge run. |
…0256) This moves to using acceptInsecureCerts with a new enough release of Safari, which removes the blocker to running STP on Azure Pipelines documented in web-platform-tests#31147, whereby trusting certificates in Big Sur or later requires either user interaction or SIP being disabled, which is infeasible on Azure Pipelines. See https://developer.apple.com/documentation/macos-release-notes/macos-big-sur-11_0_1-release-notes#Security for details about the behaviour change in Big Sur. For now, this keeps Safari (stable) on Catalina, as it doesn't support acceptInsecureCerts. Additionally, this moves all usage of Python on Big Sur to 3.7, as 3.6 is not available Azure Pipelines' macOS 11 VMs.
The latest update of Safari Technology Preview version used in WPT was in #29133 back in May.
After that, STP began requiring macOS 11, which for a long time wasn't available on Azure Pipelines. When it finally became available, my attempt to upgrade in #30256 failed because installing certificates is no longer possible due to SIP. (WPT uses a "web-platform.test" domain and many subdomains.)
At this point there's seemingly nothing that can be done about the situation without some change to macOS or Safari itself.
I'm filing this issue to give it greater visibility/linkability, since I've gotten the question multiple times recently, and Jen asked on Twitter today.
cc @gsnedders @jensimmons
The text was updated successfully, but these errors were encountered: