To: vim_dev@googlegroups.com Subject: Patch 7.4.2364 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 7.4.2364 Problem: Sort test sometimes fails. Solution: Add it to the list of flaky tests. Files: src/testdir/runtest.vim *** ../vim-7.4.2363/src/testdir/runtest.vim 2016-09-03 22:35:02.396409822 +0200 --- src/testdir/runtest.vim 2016-09-11 16:48:17.244419871 +0200 *************** *** 144,150 **** endif " Names of flaky tests. ! let s:flaky = ['Test_reltime()', 'Test_nb_basic()', 'Test_communicate()'] " Locate Test_ functions and execute them. set nomore --- 144,155 ---- endif " Names of flaky tests. ! let s:flaky = [ ! \ 'Test_reltime()', ! \ 'Test_nb_basic()', ! \ 'Test_communicate()' ! \ 'Test_pipe_through_sort_some()' ! \ ] " Locate Test_ functions and execute them. set nomore *** ../vim-7.4.2363/src/version.c 2016-09-11 15:08:53.116083890 +0200 --- src/version.c 2016-09-11 16:46:45.805697578 +0200 *************** *** 765,766 **** --- 765,768 ---- { /* Add new patch number below this line */ + /**/ + 2364, /**/ -- You are Dead. Do you wish to restart, load, or quit? /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///