patch 9.1.0470: tests: Test_ColonEight_MultiByte() fails sporadically
Commit:
https://github.com/vim/vim/commit/7cbed350f840b7ff96a5be6102f26ad57929b8b6
Author: Christian Brabandt <[email protected]>
Date: Wed Jun 5 20:34:55 2024 +0200
patch 9.1.0470: tests: Test_ColonEight_MultiByte() fails sporadically
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 <[email protected]>
diff --git a/src/testdir/test_shortpathname.vim
b/src/testdir/test_shortpathname.vim
index 59646308e..59361ca28 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 e805e2c54..50a34c8c7 100644
--- a/src/version.c
+++ b/src/version.c
@@ -704,6 +704,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 470,
/**/
469,
/**/
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/E1sEvdB-00CG6a-26%40256bit.org.