]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.1.0470: tests: Test_ColonEight_MultiByte() fails sporadically v9.1.0470
authorChristian Brabandt <cb@256bit.org>
Wed, 5 Jun 2024 18:34:55 +0000 (20:34 +0200)
committerChristian Brabandt <cb@256bit.org>
Wed, 5 Jun 2024 18:34:55 +0000 (20:34 +0200)
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>
src/testdir/test_shortpathname.vim
src/version.c

index 59646308e9271b09b441970312242f24068f317f..59361ca2811454da84108115f80985523ab59733 100644 (file)
@@ -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'
index e805e2c5427156627b0548de68c4db2d5ec5579d..50a34c8c794ff4323bdb3e80327e5ac2e1dc03f3 100644 (file)
@@ -704,6 +704,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    470,
 /**/
     469,
 /**/