]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.1.0510: CI: test_gettext fails on MacOS14 + MSVC Win v9.1.0510
authorChristian Brabandt <cb@256bit.org>
Fri, 21 Jun 2024 05:31:04 +0000 (07:31 +0200)
committerChristian Brabandt <cb@256bit.org>
Fri, 21 Jun 2024 05:31:04 +0000 (07:31 +0200)
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>
src/testdir/test_gettext_cp1251.vim
src/testdir/test_gettext_utf8.vim
src/version.c

index fe02a03fc5df73fa5b045f1367b4c1738c5aacca..c6f04bb424dd11c69b0e87255d612335f45f5800 100644 (file)
@@ -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()
index 277710e14d5555494a561312eb72df27abe540bb..bb46ca0db37bf0a3c6ab1bfcde002094d62af35e 100644 (file)
@@ -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()
index 5f9f2b09a9f6c0b8620b9b4176abe500487cda4a..f856876e3f82cade262b063b23f8e965d6b84174 100644 (file)
@@ -704,6 +704,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    510,
 /**/
     509,
 /**/