To: vim_dev@googlegroups.com Subject: Patch 8.2.5140 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 -- Bram@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 ///