tests/run-tests.py: Re-add stress_schedule.py for GitHub Actions.

This test was ignored since 2020, which hid a new bug in the test for the
native emitter added in 2024.  Hopefully other changes to the test will
make it more reliable.

Signed-off-by: Jeff Epler <jepler@unpythonic.net>
This commit is contained in:
Jeff Epler
2025-11-15 08:31:44 -06:00
committed by Damien George
parent f1363d8540
commit b792efc341

View File

@@ -985,8 +985,6 @@ def run_tests(pyb, tests, args, result_dir, num_threads=1):
# Some tests shouldn't be run on GitHub Actions
if os.getenv("GITHUB_ACTIONS") == "true":
skip_tests.add("thread/stress_schedule.py") # has reliability issues
if os.getenv("RUNNER_OS") == "Windows" and os.getenv("CI_BUILD_CONFIGURATION") == "Debug":
# fails with stack overflow on Debug builds
skip_tests.add("misc/sys_settrace_features.py")