cpython/Lib/test/support
Victor Stinner dc70d30732
[3.12] gh-103053: Skip test_freeze_simple_script() on PGO build (#109591) (#109614)
gh-103053: Skip test_freeze_simple_script() on PGO build (#109591)

Skip test_freeze_simple_script() of test_tools.test_freeze if Python
is built with "./configure --enable-optimizations", which means with
Profile Guided Optimization (PGO): it just makes the test too slow.
The freeze tool is tested by many other CIs with other (faster)
compiler flags.

test.pythoninfo now gets also get_build_info() of
test.libregrtests.utils.

(cherry picked from commit 81cd1bd713)
2023-10-02 17:04:19 +02:00
..
_hypothesis_stubs
__init__.py [3.12] gh-103053: Skip test_freeze_simple_script() on PGO build (#109591) (#109614) 2023-10-02 17:04:19 +02:00
ast_helper.py
asynchat.py
asyncore.py
bytecode_helper.py
hashlib_helper.py
hypothesis_helper.py [3.12] Disable differing_test_runners health check (GH-108886) (#108887) 2023-09-04 21:11:16 +02:00
import_helper.py
interpreters.py [3.12] Update test.support.interpreters to include missing RunFailedError import (GH-103841) (#106110) 2023-06-26 18:11:48 +02:00
logging_helper.py
os_helper.py
script_helper.py
socket_helper.py [3.12] gh-109015: Add test.support.socket_helper.tcp_blackhole() (GH-109016) (#109041) 2023-09-08 15:12:29 +02:00
testcase.py
testresult.py [3.12] gh-108834: Sync libregrtest with the main branch (#108966) 2023-09-08 15:14:17 +02:00
threading_helper.py [3.12] gh-104812: Run Pending Calls in any Thread (gh-104813) (gh-105752) 2023-06-14 00:50:08 +00:00
warnings_helper.py