summaryrefslogtreecommitdiffstats
path: root/iOS/testbed
Commit message (Collapse)AuthorAgeFilesLines
* Ensure that iOS test re-runs don't try to spawn a process. (#122994)Russell Keith-Magee2024-08-141-0/+1
| | | Adds the --single-process option to the iOS test runner to ensure re-runs execute in the same process.
* Add a --rerun option to the iOS testbed. (#122992)Russell Keith-Magee2024-08-141-0/+1
| | | Enable --rerun when running tests on iOS.
* gh-114099: Additions to standard library to support iOS (GH-117052)Russell Keith-Magee2024-03-281-2/+2
| | | | | Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Co-authored-by: Malcolm Smith <smith@chaquo.com> Co-authored-by: Ned Deily <nad@python.org>
* gh-114099 - Add iOS framework loading machinery. (GH-116454)Russell Keith-Magee2024-03-192-2/+2
| | | | Co-authored-by: Malcolm Smith <smith@chaquo.com> Co-authored-by: Eric Snow <ericsnowcurrently@gmail.com>
* gh-114099 - Add iOS testbed, plus Makefile target to invoke it. (gh-115930)Russell Keith-Magee2024-03-0714-0/+898