]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1990: tests: Test_term_gettty() fails when using conpty on Windows v9.1.1990
authorMuraoka Taro <koron.kaoriya@gmail.com>
Wed, 17 Dec 2025 19:52:32 +0000 (20:52 +0100)
committerChristian Brabandt <cb@256bit.org>
Wed, 17 Dec 2025 19:52:32 +0000 (20:52 +0100)
commitbbbc23ac2f6767630ebd7da9754ee0501a585c1a
tree684a9e5211ebdaf593c2a05a52139b8af80b7512
parentca12f62d0a6a49db0e1956c5c217e7e00e0366c7
patch 9.1.1990: tests: Test_term_gettty() fails when using conpty on Windows

Problem:  tests: Test_term_gettty() fails when using conpty on Windows,
          CI uses winpty, so this test passes.
Solution: Skip the test Test_term_gettty(). Since conpty communicates
          via anonymous pipes, there is no name that can be obtained
          with term_gettty() (Muraoka Taro)

closes: #18954

Signed-off-by: Muraoka Taro <koron.kaoriya@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/testdir/test_vim9_builtin.vim
src/version.c