1
0
forked from aniani/vim

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.
This commit is contained in:
Bram Moolenaar
2016-07-23 14:01:15 +02:00
parent 870b749ce1
commit a58c58b7e1
3 changed files with 4 additions and 2 deletions

View File

@@ -125,7 +125,7 @@ else
endif
" Names of flaky tests.
let s:flaky = ['Test_reltime()']
let s:flaky = ['Test_reltime()', 'Test_nb_basic()']
" Locate Test_ functions and execute them.
set nomore

View File

@@ -1344,4 +1344,4 @@ func Test_close_lambda()
endfunc
" Uncomment this to see what happens, output is in src/testdir/channellog.
call ch_logfile('channellog', 'w')
" call ch_logfile('channellog', 'w')

View File

@@ -758,6 +758,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2093,
/**/
2092,
/**/