Patch 9.0.1387
Problem: Scrollbar test sporadically fails.
Solution: Mark the scrollbar test as flaky. (Christian Brabandt,
closes #12113)
Files: src/testdir/test_gui.vim
*** ../vim-9.0.1386/src/testdir/test_gui.vim 2023-01-10 13:42:59.722128350
+0000
--- src/testdir/test_gui.vim 2023-03-06 15:29:15.736518200 +0000
***************
*** 718,725 ****
endfunc
func Test_scrollbars()
! new
" buffer with 200 lines
call setline(1, repeat(['one', 'two'], 100))
set guioptions+=rlb
--- 718,728 ----
endfunc
func Test_scrollbars()
! " this test sometimes fails on CI
! let g:test_is_flaky = 1
!
" buffer with 200 lines
+ new
call setline(1, repeat(['one', 'two'], 100))
set guioptions+=rlb
*** ../vim-9.0.1386/src/version.c 2023-03-06 08:09:58.955487764 +0000
--- src/version.c 2023-03-06 15:26:43.528425080 +0000
***************
*** 697,698 ****
--- 697,700 ----
{ /* Add new patch number below this line */
+ /**/
+ 1387,
/**/
--
hundred-and-one symptoms of being an internet addict:
233. You start dreaming about web pages...in html.
/// 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/20230306152957.8BD161C042C%40moolenaar.net.