Ernie Rael wrote:
> >> It's been weeks since I've built vim, and considering the impending > >> release I built and ran tests this morning. > >> > >> -ernie > >> > >> On linux, gtk3, 8.2.5141 > >> > >> > >> Executed: 5206 Tests > >> Skipped: 62 Tests > >> FAILED: 1 Tests > >> > >> > >> Failures: > >> From test_startup.vim: > >> Found errors in Test_geometry(): > >> command line..script > >> /ref/vim/src/testdir/runtest.vim[464]..function > >> RunTheTest[44]..Test_geometry line 30: Expected '43' but got '130' > >> command line..script > >> /ref/vim/src/testdir/runtest.vim[464]..function > >> RunTheTest[44]..Test_geometry line 31: Expected '[41, 43]' but got '[41, > >> 130]' > > I have not seen this failure, not on CI and not on my own system. I'm > > just running all tests under valgrind (which takes a long time) and it > > also doesn't fail then. > > > > It might depend on your window manager perhaps. > > I was unfamiliar with the -geometry option, there's a status bar across > the top of the laptop. Guess the bar must be 130 pixels in height. Possibly. Still, the window manager should compensate for that. You could try changing "43" in Test_geometry() to 150. Does that work, or does it then fail in another way? -- Never under any circumstances take a sleeping pill and a laxative on the same night. /// Bram Moolenaar -- b...@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 /// -- -- 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 vim_dev+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/20220620205240.3EF731C055A%40moolenaar.net.