comparison src/testdir/runtest.vim @ 10755:2f735d1d1954 v8.0.0267

patch 8.0.0267: channel test sometimes fails on Mac commit https://github.com/vim/vim/commit/6fe2eb43d2527cc8a3450456a60639e87f16d32d Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 29 21:49:51 2017 +0100 patch 8.0.0267: channel test sometimes fails on Mac Problem: A channel test sometimes fails on Mac. Solution: Add the test to the list of flaky tests.
author Christian Brabandt <cb@256bit.org>
date Sun, 29 Jan 2017 22:00:04 +0100
parents 6cdb0226d74a
children 214417c527b5
comparison
equal deleted inserted replaced
10754:e87c4686e397 10755:2f735d1d1954
154 " Names of flaky tests. 154 " Names of flaky tests.
155 let s:flaky = [ 155 let s:flaky = [
156 \ 'Test_reltime()', 156 \ 'Test_reltime()',
157 \ 'Test_nb_basic()', 157 \ 'Test_nb_basic()',
158 \ 'Test_communicate()', 158 \ 'Test_communicate()',
159 \ 'Test_close_and_exit_cb()',
159 \ 'Test_pipe_through_sort_all()', 160 \ 'Test_pipe_through_sort_all()',
160 \ 'Test_pipe_through_sort_some()' 161 \ 'Test_pipe_through_sort_some()'
161 \ ] 162 \ ]
162 163
163 " Locate Test_ functions and execute them. 164 " Locate Test_ functions and execute them.