FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

[3.11] gh-103053: Skip test_freeze_simple_script() on PGO build (#109591) by vstinner · Pull Request #109616 · python/cpython · GitHub

/ cpython Public

[3.11] gh-103053: Skip test_freeze_simple_script() on PGO build (#109591) - #109616

Merged
vstinner merged 1 commit into
python:3.11from
vstinner:skip_freeze_pgo311
Sep 20, 2023
Merged

[3.11] gh-103053: Skip test_freeze_simple_script() on PGO build (#109591)#109616
vstinner merged 1 commit into
python:3.11from
vstinner:skip_freeze_pgo311

Conversation

vstinner commented Sep 20, 2023
edited by bedevere-app Bot
Loading

Copy link
Copy Markdown
Member

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 81cd1bd)

…n#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 81cd1bd)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant


Back | FazBrowse Home | New Git URL