Skip to content

Commit a58c58b

Browse files
committed
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.
1 parent 870b749 commit a58c58b

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

src/testdir/runtest.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ else
125125
endif
126126

127127
" Names of flaky tests.
128-
let s:flaky = ['Test_reltime()']
128+
let s:flaky = ['Test_reltime()', 'Test_nb_basic()']
129129

130130
" Locate Test_ functions and execute them.
131131
set nomore

src/testdir/test_channel.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1344,4 +1344,4 @@ func Test_close_lambda()
13441344
endfunc
13451345

13461346
" Uncomment this to see what happens, output is in src/testdir/channellog.
1347-
call ch_logfile('channellog', 'w')
1347+
" call ch_logfile('channellog', 'w')

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -758,6 +758,8 @@ static char *(features[]) =
758758

759759
static int included_patches[] =
760760
{ /* Add new patch number below this line */
761+
/**/
762+
2093,
761763
/**/
762764
2092,
763765
/**/

0 commit comments

Comments
 (0)