Mercurial > vim
comparison src/testdir/runtest.vim @ 10223:94d6999443fb v8.0.0011
commit https://github.com/vim/vim/commit/947000d6e481042d3869bd65b149d72511c31ab2
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Sep 25 21:03:02 2016 +0200
patch 8.0.0011
Problem: On OSX Test_pipe_through_sort_all() sometimes fails.
Solution: Add the test to the list of flaky tests.
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sun, 25 Sep 2016 21:15:17 +0200 |
parents | 66658966ac2e |
children | 19ced29f773a |
comparison
equal
deleted
inserted
replaced
10222:725e6603d33a | 10223:94d6999443fb |
---|---|
146 " Names of flaky tests. | 146 " Names of flaky tests. |
147 let s:flaky = [ | 147 let s:flaky = [ |
148 \ 'Test_reltime()', | 148 \ 'Test_reltime()', |
149 \ 'Test_nb_basic()', | 149 \ 'Test_nb_basic()', |
150 \ 'Test_communicate()', | 150 \ 'Test_communicate()', |
151 \ 'Test_pipe_through_sort_all()' | |
151 \ 'Test_pipe_through_sort_some()' | 152 \ 'Test_pipe_through_sort_some()' |
152 \ ] | 153 \ ] |
153 | 154 |
154 " Locate Test_ functions and execute them. | 155 " Locate Test_ functions and execute them. |
155 set nomore | 156 set nomore |