Patch 9.0.1387

3 views
Skip to first unread message

Bram Moolenaar

unread,
Mar 6, 2023, 10:30:02 AM3/6/23
to vim...@googlegroups.com

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 -- 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