changeset 12263:eddd5ea01116 v8.0.1011

patch 8.0.1011: terminal test fails with Athena and Motif commit https://github.com/vim/vim/commit/97f65fafdbf3530fa42d6e43618e66e14c866b50 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Aug 29 20:42:07 2017 +0200 patch 8.0.1011: terminal test fails with Athena and Motif Problem: Terminal test fails with Athena and Motif. Solution: Ignore the error for the input context. (Kazunobu Kuriyama)
author Christian Brabandt <cb@256bit.org>
date Tue, 29 Aug 2017 20:45:04 +0200
parents a522c4359d94
children 4ebb86735ae5
files src/testdir/test_terminal.vim src/version.c
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/testdir/test_terminal.vim
+++ b/src/testdir/test_terminal.vim
@@ -429,6 +429,10 @@ func Test_zz_terminal_in_gui()
   if !CanRunGui()
     return
   endif
+
+  " Ignore the "failed to create input context" error.
+  call test_ignore_error('E285:')
+
   gui -f
 
   call assert_equal(1, winnr('$'))
--- a/src/version.c
+++ b/src/version.c
@@ -770,6 +770,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1011,
+/**/
     1010,
 /**/
     1009,