comparison 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
comparison
equal deleted inserted replaced
18747:642302ee4955 18748:c7b16393c248
1 " This script is sourced while editing the .vim file with the tests. 1 " This script is sourced while editing the .vim file with the tests.
2 " When the script is successful the .res file will be created. 2 " When the script is successful the .res file will be created.
3 " Errors are appended to the test.log file. 3 " Errors are appended to the test.log file.
4 " 4 "
5 " To execute only specific test functions, add a second argument. It will be 5 " To execute only specific test functions, add a second argument. It will be
6 " matched against the names of the Test_ funtion. E.g.: 6 " matched against the names of the Test_ function. E.g.:
7 " ../vim -u NONE -S runtest.vim test_channel.vim open_delay 7 " ../vim -u NONE -S runtest.vim test_channel.vim open_delay
8 " The output can be found in the "messages" file. 8 " The output can be found in the "messages" file.
9 " 9 "
10 " The test script may contain anything, only functions that start with 10 " The test script may contain anything, only functions that start with
11 " "Test_" are special. These will be invoked and should contain assert 11 " "Test_" are special. These will be invoked and should contain assert
363 \ 'Test_terminal_termwinsize_option_zero()', 363 \ 'Test_terminal_termwinsize_option_zero()',
364 \ 'Test_terminal_tmap()', 364 \ 'Test_terminal_tmap()',
365 \ 'Test_terminal_wall()', 365 \ 'Test_terminal_wall()',
366 \ 'Test_terminal_wipe_buffer()', 366 \ 'Test_terminal_wipe_buffer()',
367 \ 'Test_terminal_wqall()', 367 \ 'Test_terminal_wqall()',
368 \ 'Test_termwinscroll()',
368 \ 'Test_timer_oneshot()', 369 \ 'Test_timer_oneshot()',
369 \ 'Test_timer_paused()', 370 \ 'Test_timer_paused()',
370 \ 'Test_timer_repeat_many()', 371 \ 'Test_timer_repeat_many()',
371 \ 'Test_timer_repeat_three()', 372 \ 'Test_timer_repeat_three()',
372 \ 'Test_timer_stop_all_in_callback()', 373 \ 'Test_timer_stop_all_in_callback()',