1
0
forked from aniani/vim

patch 8.2.3568: ctrl-hat test fails with Athena and Motif

Problem:    Ctrl-hat test fails with Athena and Motif. (Elimar Riesebieter)
Solution:   Run the test only with GTK. (Dominique Pellé, closes #9069)
This commit is contained in:
Dominique Pelle
2021-10-31 20:19:17 +00:00
committed by Bram Moolenaar
parent 9cd063e319
commit 8753c1dd2c
2 changed files with 7 additions and 1 deletions

View 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

View File

@@ -757,6 +757,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3568,
/**/
3567,
/**/