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

bpo-45582: Fix getpath_isxfile() and test_embed on Windows by neonene · Pull Request #29930 · python/cpython · GitHub

/ cpython Public

bpo-45582: Fix getpath_isxfile() and test_embed on Windows - #29930

Merged
zooba merged 2 commits into
python:mainfrom
neonene:bpo-45582
Dec 6, 2021
Merged

bpo-45582: Fix getpath_isxfile() and test_embed on Windows#29930
zooba merged 2 commits into
python:mainfrom
neonene:bpo-45582

Conversation

neonene commented Dec 6, 2021
edited by bedevere-bot
Loading

Copy link
Copy Markdown
Contributor

Current getpath_isxfile() in getpath.c always returns false.
After the function is fixed, test_embed.py needs a workaround to pass the following tests that have the same error in the release build.

  • test_init_pybuilddir_win32
  • test_init_pyvenv_cfg
FAIL: test_init_pybuilddir_win32 (test.test_embed.InitConfigTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\cp\Lib\test\test_embed.py", line 1322, in test_init_pybuilddir_win32
    self.check_all_configs("test_init_compat_config", config,
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\cp\Lib\test\test_embed.py", line 728, in check_all_configs
    self.check_config(configs, expected_config)
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\cp\Lib\test\test_embed.py", line 654, in check_config
    self.assertEqual(config, expected)
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: {'_co[316 chars]embed.exe', ...
    ...
-  'program_name': './_testembed.exe',
?                               ----
+  'program_name': './_testembed',
    ...

The debug build passes them using the default program_name, and the PGO build does not due to another issue.

https://bugs.python.org/issue45582

neonene commented Dec 7, 2021

Copy link
Copy Markdown
Contributor Author

Thanks.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants


Back | FazBrowse Home | New Git URL