]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0134: CI: Test_term_gettitle() is flaky on MacOS 14 v9.1.0134
authorChristian Brabandt <cb@256bit.org>
Sat, 24 Feb 2024 14:56:34 +0000 (15:56 +0100)
committerChristian Brabandt <cb@256bit.org>
Sat, 24 Feb 2024 14:58:04 +0000 (15:58 +0100)
commit6a46c19b2507bce632b5e67ef31e47e60a95ed10
tree24389428984e14cf78bd5b271ab8fd97321b35e2
parent8b1e749ca6ca6d09a174c57de6999f69393ee567
patch 9.1.0134: CI: Test_term_gettitle() is flaky on MacOS 14

Problem:  Test_term_gettitle() is flaky on MacOS 14 and Github runners
Solution: Skip the test on Github CI

closes: #14085

It fails with this: '^\\[No Name\\] - VIM\\d*$' does not match 'e] - VIM'
It is not clear why term_gettitle() only get's the last part of the
expected title (perhaps there is a Carriage return in there or the
terminal window is too small?)

So let's just skip this test for now.

Signed-off-by: Christian Brabandt <cb@256bit.org>
src/testdir/test_terminal2.vim
src/version.c