summaryrefslogtreecommitdiffstats
path: root/iOS/testbed
Commit message (Collapse)AuthorAgeFilesLines
* [3.13] gh-126167: Modify iOS Testbed to read arguments from Info.plist ↵Miss Islington (bot)2024-11-185-21/+97
| | | | | | (GH-126169) (#126940) gh-126167: Modify iOS Testbed to read arguments from Info.plist (GH-126169)
* [3.13] Ensure that iOS test re-runs don't try to spawn a process. ↵Miss Islington (bot)2024-08-271-0/+1
| | | | | | | | | | (GH-122994) (#123368) Ensure that iOS test re-runs don't try to spawn a process. (GH-122994) Adds the --single-process option to the iOS test runner to ensure re-runs execute in the same process. (cherry picked from commit e03073ff20107793a4ea28cdac0d6894774dd110) Co-authored-by: Russell Keith-Magee <russell@keith-magee.com>
* [3.13] Add a --rerun option to the iOS testbed. (GH-122992) (#123367)Miss Islington (bot)2024-08-271-0/+1
| | | | | | | | Add a --rerun option to the iOS testbed. (GH-122992) Enable --rerun when running tests on iOS. (cherry picked from commit ce39d3c6bdab4c703ad95f37831b410fb729e116) Co-authored-by: Russell Keith-Magee <russell@keith-magee.com>
* [3.13] Revert use of --rerun in iOS testbed. (#122995)Russell Keith-Magee2024-08-141-1/+0
| | | Reverts the use of --rerun in iOS testing because it tries to create a subprocess on the rerun.
* [3.13] Add a --rerun option to the iOS testbed. (GH-122992) (#122993)Miss Islington (bot)2024-08-141-0/+1
| | | | | | Enable --rerun when running tests on iOS. (cherry picked from commit ce39d3c6bdab4c703ad95f37831b410fb729e116) Co-authored-by: Russell Keith-Magee <russell@keith-magee.com>
* 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