Patch 9.0.0295

4 views
Skip to first unread message

Bram Moolenaar

unread,
Aug 28, 2022, 8:39:19 AM8/28/22
to vim...@googlegroups.com

Patch 9.0.0295
Problem: GUI drop files test sometimes fails.
Solution: Mark the test as flaky.
Files: src/testdir/test_gui.vim


*** ../vim-9.0.0294/src/testdir/test_gui.vim 2022-07-23 05:04:07.580839529 +0100
--- src/testdir/test_gui.vim 2022-08-28 13:35:27.525851332 +0100
***************
*** 1430,1438 ****
--- 1430,1441 ----
%bw!
%argdelete
call delete('Xdir1', 'rf')
+
" drop files in the command line. The GUI drop files adds the file names to
" the low level input buffer. So need to use a cmdline map and feedkeys()
" with 'Lx!' to process it in this function itself.
+ " This sometimes fails, e.g. when using valgrind.
+ let g:test_is_flaky = 1
cnoremap <expr> <buffer> <F4> DropFilesInCmdLine()
call feedkeys(":\"\<F4>\<CR>", 'xt')
call feedkeys('k', 'Lx!')
*** ../vim-9.0.0294/src/version.c 2022-08-28 13:02:23.955786926 +0100
--- src/version.c 2022-08-28 13:37:46.241498286 +0100
***************
*** 709,710 ****
--- 709,712 ----
{ /* Add new patch number below this line */
+ /**/
+ 295,
/**/

--
ARTHUR: CHARGE!
[The mighty ARMY charges. Thundering noise of feet. Clatter of coconuts.
Shouts etc. Suddenly there is a wail of a siren and a couple of police
cars roar round in front of the charging ARMY and the POLICE leap out and
stop them. TWO POLICEMAN and the HISTORIAN'S WIFE. Black Marias skid up
behind them.]
HISTORIAN'S WIFE: They're the ones, I'm sure.
"Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD

/// Bram Moolenaar -- Br...@Moolenaar.net -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
Reply all
Reply to author
Forward
0 new messages