comparison src/testdir/runtest.vim @ 9632:3e0ab13ddd12 v7.4.2093

commit https://github.com/vim/vim/commit/a58c58b7e1404bb91d59d14539b41390284e7026 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 23 14:01:15 2016 +0200 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.
author Christian Brabandt <cb@256bit.org>
date Sat, 23 Jul 2016 14:15:05 +0200
parents 81ba6e4eb72b
children 5440f3442841
comparison
equal deleted inserted replaced
9631:dd74e943e3c4 9632:3e0ab13ddd12
123 call add(s:errors, 'Caught exception: ' . v:exception . ' @ ' . v:throwpoint) 123 call add(s:errors, 'Caught exception: ' . v:exception . ' @ ' . v:throwpoint)
124 endtry 124 endtry
125 endif 125 endif
126 126
127 " Names of flaky tests. 127 " Names of flaky tests.
128 let s:flaky = ['Test_reltime()'] 128 let s:flaky = ['Test_reltime()', 'Test_nb_basic()']
129 129
130 " Locate Test_ functions and execute them. 130 " Locate Test_ functions and execute them.
131 set nomore 131 set nomore
132 redir @q 132 redir @q
133 silent function /^Test_ 133 silent function /^Test_