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:
committed by
Bram Moolenaar
parent
9cd063e319
commit
8753c1dd2c
@@ -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
|
||||
|
||||
|
||||
@@ -757,6 +757,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
3568,
|
||||
/**/
|
||||
3567,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user