]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.2.0426: tests: still some flaky screendump tests v9.2.0426
authorYasuhiro Matsumoto <mattn.jp@gmail.com>
Fri, 1 May 2026 16:01:03 +0000 (16:01 +0000)
committerChristian Brabandt <cb@256bit.org>
Fri, 1 May 2026 16:20:43 +0000 (16:20 +0000)
commitcf5d7102b9624f1bf230b6efad22f9bd0b39bd53
tree454b546f6de117d13398fb226331d88d0c1a1978
parentd25f8d1b2c6e0cbd390a36884c95edc88f1b3d69
patch 9.2.0426: tests: still some flaky screendump tests

Problem:  tests: still some flaky screendump tests
          (James McCoy)
Solution: Replace flaky VerifyScreenDump checks with assert_* assertions
          for Test_visual_block_scroll and Test_scrolloffpad_with_folds,
          and remove the now-unused dump files, mark those tests as
          flaky (which happened previously for screendump tests
          automatically) (Yasuhiro Matsumoto).

fixes:   #20096
related: #20095

Signed-off-by: Yasuhiro Matsumoto <mattn.jp@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/testdir/dumps/Test_display_visual_block_scroll.dump [deleted file]
src/testdir/dumps/Test_scrolloffpad_folds_1.dump [deleted file]
src/testdir/dumps/Test_scrolloffpad_folds_2.dump [deleted file]
src/testdir/dumps/Test_scrolloffpad_folds_3.dump [deleted file]
src/testdir/test_plugin_matchparen.vim
src/testdir/test_scroll_opt.vim
src/version.c