commit | 21a0a6c9f8a047b6eb173ee59e38ad5dc3c46f86 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Fri Jun 30 10:59:52 2017 +0200 |
committer | GitHub <noreply@github.com> | Fri Jun 30 10:59:52 2017 +0200 |
tree | 996667d7cce31a2de36dbd894138939e38346c63 | |
parent | 729780a810bbcb12b245a1b652302a601fc9f6fd [diff] |
threading_cleanup() failure marks test as ENV_CHANGED (#2500) If threading_cleanup() fails to cleanup threads, set a a new support.environment_altered flag to true, flag uses by save_env which is used by regrtest to check if a test altered the environment. At the end, the test file fails with ENV_CHANGED instead of SUCCESS, to report that it altered the environment.