Patch 8.1.2364

8 views
Skip to first unread message

Bram Moolenaar

unread,
Nov 30, 2019, 9:34:41 AM11/30/19
to vim...@googlegroups.com

Patch 8.1.2364
Problem: Termwinscroll test is flaky on FreeBSD.
Solution: Add to list of flaky tests. Rename function.
Files: src/testdir/runtest.vim, src/testdir/test_terminal.vim


*** ../vim-8.1.2363/src/testdir/runtest.vim 2019-11-22 22:21:56.702841558 +0100
--- src/testdir/runtest.vim 2019-11-30 15:32:25.218732727 +0100
***************
*** 3,9 ****
" Errors are appended to the test.log file.
"
" To execute only specific test functions, add a second argument. It will be
! " matched against the names of the Test_ funtion. E.g.:
" ../vim -u NONE -S runtest.vim test_channel.vim open_delay
" The output can be found in the "messages" file.
"
--- 3,9 ----
" Errors are appended to the test.log file.
"
" To execute only specific test functions, add a second argument. It will be
! " matched against the names of the Test_ function. E.g.:
" ../vim -u NONE -S runtest.vim test_channel.vim open_delay
" The output can be found in the "messages" file.
"
***************
*** 365,370 ****
--- 365,371 ----
\ 'Test_terminal_wall()',
\ 'Test_terminal_wipe_buffer()',
\ 'Test_terminal_wqall()',
+ \ 'Test_termwinscroll()',
\ 'Test_timer_oneshot()',
\ 'Test_timer_paused()',
\ 'Test_timer_repeat_many()',
*** ../vim-8.1.2363/src/testdir/test_terminal.vim 2019-11-29 20:26:09.179592194 +0100
--- src/testdir/test_terminal.vim 2019-11-30 15:33:12.066498529 +0100
***************
*** 1827,1833 ****
call delete(outfile)
endfunc

! func Test_terminwinscroll()
CheckUnix

" Let the terminal output more than 'termwinscroll' lines, some at the start
--- 1827,1833 ----
call delete(outfile)
endfunc

! func Test_termwinscroll()
CheckUnix

" Let the terminal output more than 'termwinscroll' lines, some at the start
*** ../vim-8.1.2363/src/version.c 2019-11-30 15:05:17.995249610 +0100
--- src/version.c 2019-11-30 15:33:43.274342559 +0100
***************
*** 739,740 ****
--- 739,742 ----
{ /* Add new patch number below this line */
+ /**/
+ 2364,
/**/

--
hundred-and-one symptoms of being an internet addict:
148. You find it easier to dial-up the National Weather Service
Weather/your_town/now.html than to simply look out the window.

/// Bram Moolenaar -- Br...@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 ///
Reply all
Reply to author
Forward
0 new messages