summaryrefslogtreecommitdiff
path: root/data/vim/patches/8.1.0631
blob: 2d5b3a316052a4db57fb3acb610c677ab08361da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
To: vim_dev@googlegroups.com
Subject: Patch 8.1.0631
Fcc: outbox
From: Bram Moolenaar <Bram@moolenaar.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
------------

Patch 8.1.0631
Problem:    Test for :stop fails on Arch.
Solution:   Check five lines for the expected output. (closes #3714)
Files:	    src/testdir/test_terminal.vim


*** ../vim-8.1.0630/src/testdir/test_terminal.vim	2018-12-22 18:25:25.900695322 +0100
--- src/testdir/test_terminal.vim	2018-12-24 19:12:42.380643043 +0100
***************
*** 1705,1715 ****
    call WaitForAssert({-> assert_match('ready', Get_terminal_text(bufnr, lastrow))})
  
    call term_sendkeys(bufnr, ":stop\r")
!   " Not sure where "Stopped" shows up, assume in the first three lines.
    call WaitForAssert({-> assert_match('Stopped',
  	\ Get_terminal_text(bufnr, 1) . 
  	\ Get_terminal_text(bufnr, 2) . 
! 	\ Get_terminal_text(bufnr, 3))})
  
    call term_sendkeys(bufnr, "fg\r")
    call term_sendkeys(bufnr, ":echo 'back again'\r")
--- 1705,1717 ----
    call WaitForAssert({-> assert_match('ready', Get_terminal_text(bufnr, lastrow))})
  
    call term_sendkeys(bufnr, ":stop\r")
!   " Not sure where "Stopped" shows up, need five lines for Arch.
    call WaitForAssert({-> assert_match('Stopped',
  	\ Get_terminal_text(bufnr, 1) . 
  	\ Get_terminal_text(bufnr, 2) . 
! 	\ Get_terminal_text(bufnr, 3) . 
! 	\ Get_terminal_text(bufnr, 4) . 
! 	\ Get_terminal_text(bufnr, 5))})
  
    call term_sendkeys(bufnr, "fg\r")
    call term_sendkeys(bufnr, ":echo 'back again'\r")
*** ../vim-8.1.0630/src/version.c	2018-12-24 00:22:35.739150151 +0100
--- src/version.c	2018-12-24 19:14:35.583652861 +0100
***************
*** 801,802 ****
--- 801,804 ----
  {   /* Add new patch number below this line */
+ /**/
+     631,
  /**/

-- 
Well, you come from nothing, you go back to nothing...  What have you
lost?  Nothing!
				-- Monty Python: The life of Brian

 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///