From 24d7636e98b33ec6873c51fc72f6bf4b10188d8b Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 4 Mar 2017 13:32:10 +0100 Subject: patch 8.0.0403: GUI tests may fail Problem: GUI tests may fail. Solution: Ignore the E285 error better. (Kazunobu Kuriyama) --- src/testdir/test_gui_init.vim | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/testdir/test_gui_init.vim') diff --git a/src/testdir/test_gui_init.vim b/src/testdir/test_gui_init.vim index a0922990e..811c6ecb2 100644 --- a/src/testdir/test_gui_init.vim +++ b/src/testdir/test_gui_init.vim @@ -15,7 +15,10 @@ func TearDown() call GUITearDownCommon() endfunc -" Make sure that the tests will be done with the GUI activated. +" Ignore the "failed to create input context" error. +call test_ignore_error('E285') + +" Start the GUI now, in the foreground. gui -f func Test_set_guiheadroom() -- cgit v1.2.1