comparison src/testdir/runtest.vim @ 17716:50b3b9c13ab8 v8.1.1855

patch 8.1.1855: another failing timer test commit https://github.com/vim/vim/commit/9a2fddcf04192a643dc97601d689c27f5bc5184f Author: Bram Moolenaar <Bram@vim.org> Date: Fri Aug 16 11:26:06 2019 +0200 patch 8.1.1855: another failing timer test Problem: Another failing timer test. Solution: Assert that timers are finished by the end of the test. Rename test functions to make them easier to find.
author Bram Moolenaar <Bram@vim.org>
date Fri, 16 Aug 2019 11:30:03 +0200
parents b3d48e304344
children 586558396b7e
comparison
equal deleted inserted replaced
17715:4c7b01e6b932 17716:50b3b9c13ab8
321 \ 'Test_cwd()', 321 \ 'Test_cwd()',
322 \ 'Test_diff_screen()', 322 \ 'Test_diff_screen()',
323 \ 'Test_exit_callback()', 323 \ 'Test_exit_callback()',
324 \ 'Test_exit_callback_interval()', 324 \ 'Test_exit_callback_interval()',
325 \ 'Test_nb_basic()', 325 \ 'Test_nb_basic()',
326 \ 'Test_oneshot()',
327 \ 'Test_open_delay()', 326 \ 'Test_open_delay()',
328 \ 'Test_out_cb()', 327 \ 'Test_out_cb()',
329 \ 'Test_paused()',
330 \ 'Test_pipe_through_sort_all()', 328 \ 'Test_pipe_through_sort_all()',
331 \ 'Test_pipe_through_sort_some()', 329 \ 'Test_pipe_through_sort_some()',
332 \ 'Test_quoteplus()', 330 \ 'Test_quoteplus()',
333 \ 'Test_quotestar()', 331 \ 'Test_quotestar()',
334 \ 'Test_raw_one_time_callback()', 332 \ 'Test_raw_one_time_callback()',
335 \ 'Test_reltime()', 333 \ 'Test_reltime()',
336 \ 'Test_repeat_many()',
337 \ 'Test_repeat_three()',
338 \ 'Test_server_crash()', 334 \ 'Test_server_crash()',
339 \ 'Test_stop_all_in_callback()',
340 \ 'Test_terminal_ansicolors_default()', 335 \ 'Test_terminal_ansicolors_default()',
341 \ 'Test_terminal_ansicolors_func()', 336 \ 'Test_terminal_ansicolors_func()',
342 \ 'Test_terminal_ansicolors_global()', 337 \ 'Test_terminal_ansicolors_global()',
343 \ 'Test_terminal_composing_unicode()', 338 \ 'Test_terminal_composing_unicode()',
344 \ 'Test_terminal_does_not_truncate_last_newlines()', 339 \ 'Test_terminal_does_not_truncate_last_newlines()',
357 \ 'Test_terminal_termwinsize_option_zero()', 352 \ 'Test_terminal_termwinsize_option_zero()',
358 \ 'Test_terminal_tmap()', 353 \ 'Test_terminal_tmap()',
359 \ 'Test_terminal_wall()', 354 \ 'Test_terminal_wall()',
360 \ 'Test_terminal_wipe_buffer()', 355 \ 'Test_terminal_wipe_buffer()',
361 \ 'Test_terminal_wqall()', 356 \ 'Test_terminal_wqall()',
357 \ 'Test_timer_oneshot()',
358 \ 'Test_timer_paused()',
359 \ 'Test_timer_repeat_many()',
360 \ 'Test_timer_repeat_three()',
361 \ 'Test_timer_stop_all_in_callback()',
362 \ 'Test_timer_stop_in_callback()',
362 \ 'Test_two_channels()', 363 \ 'Test_two_channels()',
363 \ 'Test_unlet_handle()', 364 \ 'Test_unlet_handle()',
364 \ 'Test_with_partial_callback()', 365 \ 'Test_timer_with_partial_callback()',
365 \ 'Test_zero_reply()', 366 \ 'Test_zero_reply()',
366 \ 'Test_zz1_terminal_in_gui()', 367 \ 'Test_zz1_terminal_in_gui()',
367 \ ] 368 \ ]
368 369
369 " Pattern indicating a common flaky test failure. 370 " Pattern indicating a common flaky test failure.