[vim/vim] Fixed unexpected stop when generating opt_test.vim (PR #18928)

3 views
Skip to first unread message

MURAOKA Taro

unread,
Dec 15, 2025, 12:19:26 AM (yesterday) Dec 15
to vim/vim, Subscribed

Problem: When running newtests, it may unexpectedly stop just before test_options_all.

Cause: When generating the opt_test.vim file for test_options_all, the failure is judged by the existence of test.log. Therefore, if a test performed before test_options_all fails and test.log is created, it is mistakenly thought that the generation of opt_tet.vim has failed, and the test process stops there.

Solution: Changed the filename created when utils/gen_opt_test.vim fails from test.log to gen_opt_test.log, so that it can be detected independently from other test failures.


You can view, comment on, or merge this pull request online at:

  https://github.com/vim/vim/pull/18928

Commit Summary

  • 0b1f519 Fixed unexpected stop when generating opt_test.vim

File Changes

(4 files)

Patch Links:


Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.Message ID: <vim/vim/pull/18928@github.com>

Christian Brabandt

unread,
Dec 15, 2025, 1:51:53 PM (yesterday) Dec 15
to vim/vim, Subscribed
chrisbra left a comment (vim/vim#18928)

ah thanks. This has bothered me a few times when viewing the CI output. Thanks.


Reply to this email directly, view it on GitHub.

You are receiving this because you are subscribed to this thread.Message ID: <vim/vim/pull/18928/c3657102610@github.com>

Christian Brabandt

unread,
Dec 15, 2025, 1:56:20 PM (yesterday) Dec 15
to vim/vim, Subscribed

Closed #18928 via 35de719.


Reply to this email directly, view it on GitHub.

You are receiving this because you are subscribed to this thread.Message ID: <vim/vim/pull/18928/issue_event/21574297581@github.com>

Reply all
Reply to author
Forward
0 new messages