Patch 8.2.5140
Problem: Seachpair timeout test is flaky.
Solution: Mark the test as flaky so it is retried.
Files: src/testdir/test_search.vim
*** ../vim-8.2.5139/src/testdir/test_search.vim 2022-06-19 20:13:52.335051630
+0100
--- src/testdir/test_search.vim 2022-06-20 12:36:34.530808515 +0100
***************
*** 333,338 ****
--- 333,339 ----
func Test_searchpair_timeout()
CheckFeature reltime
+ let g:test_is_flaky = 1
func Waitabit()
sleep 20m
***************
*** 1606,1611 ****
--- 1607,1613 ----
endfunc
func Test_search_timeout()
+ let g:test_is_flaky = 1
new
" use a complicated pattern that should be slow with the BT engine
let pattern = '\%#=1a*.*X\@<=b*'
*** ../vim-8.2.5139/src/version.c 2022-06-20 12:01:06.298942353 +0100
--- src/version.c 2022-06-20 12:35:32.206828729 +0100
***************
*** 736,737 ****
--- 736,739 ----
{ /* Add new patch number below this line */
+ /**/
+ 5140,
/**/
--
BEDEVERE: Why do you think she is a witch?
SECOND VILLAGER: She turned me into a newt.
BEDEVERE: A newt?
SECOND VILLAGER: (After looking at himself for some time) I got better.
"Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/20220620114047.A75111C075E%40moolenaar.net.