comparison src/testdir/runtest.vim @ 14569:720b857c45ca v8.1.0298

patch 8.1.0298: window resize test sometimes fails on Mac commit https://github.com/vim/vim/commit/46fad2ef0bd5124f1be22c807214c243fb5611d8 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 19 16:09:27 2018 +0200 patch 8.1.0298: window resize test sometimes fails on Mac Problem: Window resize test sometimes fails on Mac. Solution: Add Test_popup_and_window_resize() to flaky tests.
author Christian Brabandt <cb@256bit.org>
date Sun, 19 Aug 2018 16:15:04 +0200
parents d6866c54a311
children 44df6e5c17c3
comparison
equal deleted inserted replaced
14568:e8225e90804f 14569:720b857c45ca
270 \ 'Test_oneshot()', 270 \ 'Test_oneshot()',
271 \ 'Test_out_cb()', 271 \ 'Test_out_cb()',
272 \ 'Test_paused()', 272 \ 'Test_paused()',
273 \ 'Test_pipe_through_sort_all()', 273 \ 'Test_pipe_through_sort_all()',
274 \ 'Test_pipe_through_sort_some()', 274 \ 'Test_pipe_through_sort_some()',
275 \ 'Test_popup_and_window_resize()', " sometimes fails on Mac
275 \ 'Test_quoteplus()', 276 \ 'Test_quoteplus()',
276 \ 'Test_quotestar()', 277 \ 'Test_quotestar()',
277 \ 'Test_reltime()', 278 \ 'Test_reltime()',
278 \ 'Test_repeat_three()', 279 \ 'Test_repeat_three()',
279 \ 'Test_terminal_composing_unicode()', 280 \ 'Test_terminal_composing_unicode()',