-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated Github Windows 2022 runners break Vims test suite #11512
Labels
Comments
Hi @chrisbra Thank you for bringing this issue to our attention. We will look into this issue closely and will update you after investigating. |
chrisbra
added a commit
to chrisbra/vim
that referenced
this issue
Feb 8, 2025
See actions/runner-images#11512 Signed-off-by: Christian Brabandt <[email protected]>
chrisbra
added a commit
to chrisbra/vim
that referenced
this issue
Feb 8, 2025
See actions/runner-images#11512 Signed-off-by: Christian Brabandt <[email protected]>
chrisbra
added a commit
to chrisbra/vim
that referenced
this issue
Feb 8, 2025
See actions/runner-images#11512 Signed-off-by: Christian Brabandt <[email protected]>
This was referenced Feb 8, 2025
This seems to be partly caused by a python 3.13 regression |
chrisbra
added a commit
to chrisbra/vim
that referenced
this issue
Feb 9, 2025
related: actions/runner-images#11512 Signed-off-by: Christian Brabandt <[email protected]>
chrisbra
added a commit
to vim/vim
that referenced
this issue
Feb 9, 2025
Problem: tests: No check when tests are run under Github actions Solution: Add the CheckGithubActions check command and skip test if needed related: #16599 related: actions/runner-images#11512 Signed-off-by: Christian Brabandt <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
This is a copy from vim/vim#16546
It seems the Github Windows runners has been updated to https://github.com/actions/runner-images/releases/tag/win22%2F20250127.1 and since then it breaks the Vim terminal_tests, e.g. here
Guessing from the test, there is an issue with Python?
The last successfull test was this commit here: patch 9.1.1055: make install fails because of a missing dependency, windows Image version: 0250120.2. The next one broke on the Windows builds and have an updated Windows Image version 20250127.1.
For the record, those 3 tests from
test_terminal.vim
fail:Expected behaviour
no failure
Version of Vim
v9.1.1057
Environment
Github Runner Windows Image 2022
Platforms affected
Runner images affected
Image version and build link
Version: 20250127.1.0 (see links above)
Is it regression?
yes, see above
Expected behavior
successful tests
Actual behavior
Failing tests, my guess is some issue with Python?
Repro steps
Run the Vim test suite.
The text was updated successfully, but these errors were encountered: