comparison src/testdir/runtest.vim @ 12381:d3f8f1c33a20 v8.0.1070

patch 8.0.1070: terminal test is flaky on Mac commit https://github.com/vim/vim/commit/75a60f74ce1000b0ffed2e6a203a05f3cd160c6a Author: Bram Moolenaar <Bram@vim.org> Date: Thu Sep 7 22:24:41 2017 +0200 patch 8.0.1070: terminal test is flaky on Mac Problem: Terminal test is flaky on Mac. Solution: Add Test_terminal_noblock() to list of flaky tests.
author Christian Brabandt <cb@256bit.org>
date Thu, 07 Sep 2017 22:30:05 +0200
parents 3cb7318223a4
children 4767939d10cc
comparison
equal deleted inserted replaced
12380:811338160414 12381:d3f8f1c33a20
231 \ 'Test_pipe_through_sort_all()', 231 \ 'Test_pipe_through_sort_all()',
232 \ 'Test_pipe_through_sort_some()', 232 \ 'Test_pipe_through_sort_some()',
233 \ 'Test_quoteplus()', 233 \ 'Test_quoteplus()',
234 \ 'Test_quotestar()', 234 \ 'Test_quotestar()',
235 \ 'Test_reltime()', 235 \ 'Test_reltime()',
236 \ 'Test_terminal_noblock()',
236 \ 'Test_with_partial_callback()', 237 \ 'Test_with_partial_callback()',
237 \ ] 238 \ ]
238 239
239 " Locate Test_ functions and execute them. 240 " Locate Test_ functions and execute them.
240 redir @q 241 redir @q