summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Brabandt <cb@256bit.org>2024-06-05 20:34:55 +0200
committerChristian Brabandt <cb@256bit.org>2024-06-05 20:34:55 +0200
commit7cbed350f840b7ff96a5be6102f26ad57929b8b6 (patch)
treed5054488545476aef38612dd966e3dfa1d230162
parent529b9ad62a0e843ee56ef609aef7e51b7dc8a4c8 (diff)
patch 9.1.0470: tests: Test_ColonEight_MultiByte() fails sporadicallyv9.1.0470
Problem: tests: Test_ColonEight_MultiByte() fails on MS-Windows Solution: mark test as flaky This single line change should have happened as part of v9.1.469 (and I mentioned it in the Commit message), but forgot to actually include the change :facepalm Signed-off-by: Christian Brabandt <cb@256bit.org>
-rw-r--r--src/testdir/test_shortpathname.vim1
-rw-r--r--src/version.c2
2 files changed, 3 insertions, 0 deletions
diff --git a/src/testdir/test_shortpathname.vim b/src/testdir/test_shortpathname.vim
index 59646308e9..59361ca281 100644
--- a/src/testdir/test_shortpathname.vim
+++ b/src/testdir/test_shortpathname.vim
@@ -78,6 +78,7 @@ func Test_ColonEight()
endfunc
func Test_ColonEight_MultiByte()
+ let g:test_is_flaky = 1
let dir = 'Xtest'
let file = dir . '/日本語のファイル.txt'
diff --git a/src/version.c b/src/version.c
index e805e2c542..50a34c8c79 100644
--- a/src/version.c
+++ b/src/version.c
@@ -705,6 +705,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 470,
+/**/
469,
/**/
468,