comparison src/testdir/runtest.vim @ 11169:f4971739ea47 v8.0.0471

patch 8.0.0471: exit callback test sometimes fails commit https://github.com/vim/vim/commit/0529b3eb01fcfd18c0644f8ece9ea107dd460a0f Author: Bram Moolenaar <Bram@vim.org> Date: Thu Mar 16 22:30:37 2017 +0100 patch 8.0.0471: exit callback test sometimes fails Problem: Exit callback test sometimes fails. Solution: Add it to the list of flaky tests.
author Christian Brabandt <cb@256bit.org>
date Thu, 16 Mar 2017 22:45:04 +0100
parents 7c7e496e625d
children 13544aa85dc0
comparison
equal deleted inserted replaced
11168:a37e5bdcdf98 11169:f4971739ea47
165 " Names of flaky tests. 165 " Names of flaky tests.
166 let s:flaky = [ 166 let s:flaky = [
167 \ 'Test_close_and_exit_cb()', 167 \ 'Test_close_and_exit_cb()',
168 \ 'Test_collapse_buffers()', 168 \ 'Test_collapse_buffers()',
169 \ 'Test_communicate()', 169 \ 'Test_communicate()',
170 \ 'Test_exit_callback_interval()',
170 \ 'Test_nb_basic()', 171 \ 'Test_nb_basic()',
171 \ 'Test_oneshot()', 172 \ 'Test_oneshot()',
172 \ 'Test_pipe_through_sort_all()', 173 \ 'Test_pipe_through_sort_all()',
173 \ 'Test_pipe_through_sort_some()', 174 \ 'Test_pipe_through_sort_some()',
174 \ 'Test_quoteplus()', 175 \ 'Test_quoteplus()',