]> granicus.if.org Git - vim/commitdiff
patch 9.0.0539: long message test can be flaky v9.0.0539
authorBram Moolenaar <Bram@vim.org>
Thu, 22 Sep 2022 11:01:34 +0000 (12:01 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 22 Sep 2022 11:01:34 +0000 (12:01 +0100)
Problem:    Long message test can be flaky.
Solution:   Wait for more prompt instead of ruler.

src/testdir/test_messages.vim
src/version.c

index 140f1c3512f758fc707541579ed553bbc0cbe53f..a92a58015221ac205618febb1741ef3a991251b4 100644 (file)
@@ -366,7 +366,8 @@ func Test_quit_long_message()
     echom range(9999)->join("\x01")
   END
   call writefile(content, 'Xtest_quit_message')
-  let buf = RunVimInTerminal('-S Xtest_quit_message', #{rows: 6})
+  let buf = RunVimInTerminal('-S Xtest_quit_message', #{rows: 6, wait_for_ruler: 0})
+  call WaitForAssert({-> assert_match('^-- More --', term_getline(buf, 6))})
   call term_sendkeys(buf, "q")
   call VerifyScreenDump(buf, 'Test_quit_long_message', {})
 
index 0bbeae6c08305766e47b5fa47488128cc54e999a..359c70cce783ebfe0acd85f4f78cffea59818769 100644 (file)
@@ -699,6 +699,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    539,
 /**/
     538,
 /**/