diff src/testdir/runtest.vim @ 18748:c7b16393c248 v8.1.2364

patch 8.1.2364: termwinscroll test is flaky on FreeBSD Commit: https://github.com/vim/vim/commit/e219f73ed546abeba1ff4f5c08b380d648852222 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Nov 30 15:34:08 2019 +0100 patch 8.1.2364: termwinscroll test is flaky on FreeBSD Problem: Termwinscroll test is flaky on FreeBSD. Solution: Add to list of flaky tests. Rename function.
author Bram Moolenaar <Bram@vim.org>
date Sat, 30 Nov 2019 15:45:03 +0100
parents fb07fe556e67
children 49b78d6465e5
line wrap: on
line diff
--- a/src/testdir/runtest.vim
+++ b/src/testdir/runtest.vim
@@ -3,7 +3,7 @@
 " 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.:
+" 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,6 +365,7 @@ let s:flaky_tests = [
       \ 'Test_terminal_wall()',
       \ 'Test_terminal_wipe_buffer()',
       \ 'Test_terminal_wqall()',
+      \ 'Test_termwinscroll()',
       \ 'Test_timer_oneshot()',
       \ 'Test_timer_paused()',
       \ 'Test_timer_repeat_many()',