Russell Keith-Magee
6e907c4d1f
gh-133183: Include IPHONEOS_DEPLOYMENT_TARGET in iOS shim targets. ( #133184 )
...
Include IPHONEOS_DEPLOYMENT_TARGET in iOS shim targets.
2025-05-01 10:35:33 +08:00
Russell Keith-Magee
42b0b0667e
gh-133131: Discover an appropriate iOS simulator rather than hard-coding iPhone SE 3rd gen ( #133132 )
...
Determines a candidate simulator at runtime rather than hardcoding iPhone SE.
2025-04-30 05:35:36 +08:00
Russell Keith-Magee
9211b3dabe
gh-129200: Add locking to the iOS testbed startup sequence. ( #130564 )
...
Add a lock to ensure that only one iOS testbed per user can start at a time, so
that the simulator discovery process doesn't collide between instances.
2025-02-28 07:33:10 +08:00
Russell Keith-Magee
99088ab081
gh-130292: Allow for empty simulator list when running iOS testbed ( #130388 )
...
Adds error handling when there are no pre-existing test simulators.
2025-02-25 14:49:05 +08:00
Russell Keith-Magee
1b070060c0
gh-130293: Ensure test__colorize will pass on dumb terminals. ( #130333 )
...
Ensure colorize tests will run on dumb terminals (or environment with TERM=dumb set)
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
2025-02-20 06:49:18 +00:00
Russell Keith-Magee
625470a7d2
gh-130025: Correct handling of symlinks during iOS testbed framework installation. ( #130026 )
...
Correct handling of symlinks during iOS testbed framework installation.
2025-02-13 14:03:43 +08:00
Russell Keith-Magee
a58083811a
gh-129248: Filter out the iOS log prefix from testbed runner output. ( #129252 )
...
Filter out the iOS log prefix from testbed runner output.
2025-01-25 16:49:39 +08:00
Russell Keith-Magee
ba2d2fda93
gh-127845: Minor improvements to iOS test runner script ( #127846 )
...
Uses symlinks to install iOS framework into testbed clone, adds a verbose mode
to the iOS runner to hide most Xcode output, adds another mechanism to disable
terminal colors, and ensures that stdout is flushed after every write.
2024-12-13 05:49:02 +08:00
Russell Keith-Magee
51216857ca
gh-126821: Add versionadded annotation to use_system_logger feature. ( #127755 )
...
Add versionadded annotation to use_system_logger feature.
2024-12-11 05:32:04 +08:00
Russell Keith-Magee
2041a95e68
gh-126925: Modify how iOS test results are gathered ( #127592 )
...
Adds a `use_system_log` config item to enable stdout/stderr redirection for
Apple platforms. This log streaming is then used by a new iOS test runner
script, allowing the display of test suite output at runtime. The iOS test
runner script can be used by any Python project, not just the CPython test
suite.
2024-12-09 13:28:57 +08:00
Feodor Fitsner
6cf77949fb
gh-127434: Fix iOS `xcrun --sdk` clang/ar scripts to allow arguments with spaces ( #127575 )
...
Added shell escaping to ensure iOS compiler shims can accept arguments with spaces.
2024-12-05 11:00:20 +08:00
Russell Keith-Magee
500a4712bb
gh-126167: Modify iOS Testbed to read arguments from Info.plist ( #126169 )
...
Modify iOS Testbed to read arguments from Info.plist.
2024-11-18 07:43:41 +08:00
Russell Keith-Magee
135dad9bd7
Add shims for iOS C++ compilation ( #123620 )
...
Add shims for iOS C++ compilation.
2024-09-04 08:28:39 +08:00
Russell Keith-Magee
e03073ff20
Ensure that iOS test re-runs don't try to spawn a process. ( #122994 )
...
Adds the --single-process option to the iOS test runner to ensure re-runs execute in the same process.
2024-08-14 09:46:53 +08:00
Russell Keith-Magee
ce39d3c6bd
Add a --rerun option to the iOS testbed. ( #122992 )
...
Enable --rerun when running tests on iOS.
2024-08-14 08:14:33 +08:00
Russell Keith-Magee
7e91e0dcfe
gh-120831: Increase the default minimum supported iOS version to 13.0 ( #121250 )
...
Increases the default minimum iOS version to 13.0.
Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
2024-07-16 12:23:35 +08:00
Xie Yanbo
3c39f335cb
gh-114099: Fix typos in iOS/README.rst (GH-118378)
2024-04-29 14:15:15 +03:00
Wulian233
c57326f487
Correct typo in iOS README ( #118341 )
2024-04-27 10:25:32 +01:00
Russell Keith-Magee
0f27672c50
gh-114099: Add documentation for iOS platform (GH-117057)
...
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Co-authored-by: Jacob Coffee <jacob@z7x.org>
Co-authored-by: Malcolm Smith <smith@chaquo.com>
Co-authored-by: Ned Deily <nad@python.org>
2024-03-28 04:13:13 -04:00
Russell Keith-Magee
f006338017
gh-114099: Additions to standard library to support iOS (GH-117052)
...
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>
2024-03-28 03:59:33 -04:00
Russell Keith-Magee
408e127159
gh-114099 - Add iOS framework loading machinery. (GH-116454)
...
Co-authored-by: Malcolm Smith <smith@chaquo.com>
Co-authored-by: Eric Snow <ericsnowcurrently@gmail.com>
2024-03-19 08:36:19 -04:00
Russell Keith-Magee
b33980a2e3
gh-114099 - Add iOS testbed, plus Makefile target to invoke it. (gh-115930)
2024-03-06 23:24:52 -05:00
Russell Keith-Magee
bee7bb3310
gh-114099: Add configure and Makefile targets to support iOS compilation. (GH-115390)
2024-02-25 20:21:10 -05:00