To: vim_dev@googlegroups.com Subject: Patch 7.4.2093 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 7.4.2093 Problem: Netbeans test fails once in a while. Leaving log file behind. Solution: Add it to the list of flaky tests. Disable logfile. Files: src/testdir/runtest.vim, src/testdir/test_channel.vim *** ../vim-7.4.2092/src/testdir/runtest.vim 2016-07-21 20:33:28.831262381 +0200 --- src/testdir/runtest.vim 2016-07-23 13:45:34.226141794 +0200 *************** *** 125,131 **** endif " Names of flaky tests. ! let s:flaky = ['Test_reltime()'] " Locate Test_ functions and execute them. set nomore --- 125,131 ---- endif " Names of flaky tests. ! let s:flaky = ['Test_reltime()', 'Test_nb_basic()'] " Locate Test_ functions and execute them. set nomore *** ../vim-7.4.2092/src/testdir/test_channel.vim 2016-07-21 20:33:28.835262339 +0200 --- src/testdir/test_channel.vim 2016-07-23 13:53:05.514051288 +0200 *************** *** 1344,1347 **** endfunc " Uncomment this to see what happens, output is in src/testdir/channellog. ! call ch_logfile('channellog', 'w') --- 1344,1347 ---- endfunc " Uncomment this to see what happens, output is in src/testdir/channellog. ! " call ch_logfile('channellog', 'w') *** ../vim-7.4.2092/src/version.c 2016-07-22 22:26:48.141225215 +0200 --- src/version.c 2016-07-23 13:46:13.533785307 +0200 *************** *** 760,761 **** --- 760,763 ---- { /* Add new patch number below this line */ + /**/ + 2093, /**/ -- There are 10 kinds of people: Those who understand binary and those who don't. /// 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 ///