Skip to content

Commit

Permalink
patch 9.1.0510: CI: test_gettext fails on MacOS14 + MSVC Win
Browse files Browse the repository at this point in the history
Problem:  CI: test_gettext fails on MacOS14 + MSVC Win
          (after v9.1.0509)
Solution: Skip the test for now

related: #12447

Signed-off-by: Christian Brabandt <cb@256bit.org>
  • Loading branch information
chrisbra committed Jun 21, 2024
1 parent ce0ef91 commit 6bc11c0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/testdir/test_gettext_cp1251.vim
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
source check.vim
" TODO: Why does this fail on MacOS 14 and Windows MSVC (Github CI)?
CheckNotMac
CheckNotMSWindows

" Test for gettext()
func Test_gettext()
Expand Down
3 changes: 3 additions & 0 deletions src/testdir/test_gettext_utf8.vim
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
source check.vim
" TODO: Why does this fail on MacOS 14 and Windows MSVC (Github CI)?
CheckNotMac
CheckNotMSWindows

" Test for gettext()
func Test_gettext()
Expand Down
2 changes: 2 additions & 0 deletions src/version.c
Original file line number Diff line number Diff line change
Expand Up @@ -704,6 +704,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
/**/
510,
/**/
509,
/**/
Expand Down

0 comments on commit 6bc11c0

Please sign in to comment.