Skip to content

[3.14] gh-137973: Add a non-parallel test plan to the iOS testbed project (GH-138018) #138038

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

Open
wants to merge 1 commit into
base: 3.14
Choose a base branch
from

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Aug 22, 2025

Modifies the iOS testbed project to add a test plan. This simplifies the iOS
test runner, as we can now use the built-in log streaming to see test results.
It also allows for some other affordances, like providing a default LLDB config,
and using a standardized mechanism for specifying test arguments.
(cherry picked from commit 2ba2287)

Co-authored-by: Russell Keith-Magee [email protected]


📚 Documentation preview 📚: https://cpython-previews--138038.org.readthedocs.build/

…ect (pythonGH-138018)

Modifies the iOS testbed project to add a test plan. This simplifies the iOS
test runner, as we can now use the built-in log streaming to see test results.
It also allows for some other affordances, like providing a default LLDB config,
and using a standardized mechanism for specifying test arguments.
(cherry picked from commit 2ba2287b85eea3cc3a71d77c6bcf9eb5670ca05d)

Co-authored-by: Russell Keith-Magee <[email protected]>
@freakboy3742
Copy link
Contributor

!buildbot iOS

@bedevere-bot
Copy link

🤖 New build scheduled with the buildbot fleet by @freakboy3742 for commit 6264320 🤖

Results will be shown at:

https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F138038%2Fmerge

The command will test the builders whose names match following regular expression: iOS

The builders matched are:

  • iOS ARM64 Simulator PR

@freakboy3742
Copy link
Contributor

@hugovk Assigning to you for consideration for inclusion in the next 3.14 RC.

This set of changes is required because the 20250811 changes to the macos-15 image for GitHub Actions has proven to be incompatible with the CPython iOS testbed. cibuildwheel uses this testbed to run package tests; at present, it isn't possible to run test iOS wheels on the macos-15 image.

@freakboy3742
Copy link
Contributor

I've verified that this testbed works on GitHub Actions. The image still has some problems related to inconsistent startup times of the simulator, but the problems related to the Xcode project (i.e., the things under our control) appear to be resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants