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.
This commit is contained in:
Russell Keith-Magee 2024-12-09 13:28:57 +08:00 committed by GitHub
parent d8d12b37b5
commit 2041a95e68
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 792 additions and 58 deletions

View file

@ -6,6 +6,7 @@ static const char* _Py_stdlib_module_names[] = {
"_abc",
"_aix_support",
"_android_support",
"_apple_support",
"_ast",
"_asyncio",
"_bisect",