]> granicus.if.org Git - vim/commitdiff
patch 8.2.3568: ctrl-hat test fails with Athena and Motif v8.2.3568
authorDominique Pelle <dominique.pelle@gmail.com>
Sun, 31 Oct 2021 20:19:17 +0000 (20:19 +0000)
committerBram Moolenaar <Bram@vim.org>
Sun, 31 Oct 2021 20:19:17 +0000 (20:19 +0000)
Problem:    Ctrl-hat test fails with Athena and Motif. (Elimar Riesebieter)
Solution:   Run the test only with GTK. (Dominique PellĂ©, closes #9069)

src/testdir/test_edit.vim
src/version.c

index 6c76086a918c35d5f4223b39ff9c10ca76c51bbb..0abc47a91d320ab2d9cf567265429306cee10ea3 100644 (file)
@@ -2037,7 +2037,11 @@ endfunc
 " Test toggling of input method. See :help i_CTRL-^
 func Test_edit_CTRL_hat()
   CheckFeature xim
-  CheckNotGui " FIXME: why does this test fail when running in the GUI?
+
+  " FIXME: test fails with Athena and Motif GUI.
+  "        test also fails when running in the GUI.
+  CheckFeature gui_gtk
+  CheckNotGui
 
   new
 
index 68372cc05f3c111154b7d54bd092752f1b77993f..c42cd2ad22200e71b8ffda80336c2a2f9a6b84da 100644 (file)
@@ -757,6 +757,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    3568,
 /**/
     3567,
 /**/