]> granicus.if.org Git - vim/commitdiff
patch 8.2.0461: confirm test fails on amd64 system v8.2.0461
authorBram Moolenaar <Bram@vim.org>
Fri, 27 Mar 2020 18:41:02 +0000 (19:41 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 27 Mar 2020 18:41:02 +0000 (19:41 +0100)
Problem:    Confirm test fails on amd64 system. (Alimar Riesebieter)
Solution:   Add an extra WaitForAssert(). (Dominique Pelle)

src/testdir/test_excmd.vim
src/version.c

index ec252a660bf442c2947afc9d39a0b6e10a0ca7da..d5588d670a178d982cb4ef5efdf44f4df4d378c1 100644 (file)
@@ -264,6 +264,8 @@ func Test_confirm_cmd_cancel()
   call WaitForAssert({-> assert_match('^\[Y\]es, (N)o, (C)ancel: *$',
         \ term_getline(buf, 20))}, 1000)
   call term_sendkeys(buf, "N")
+  call WaitForAssert({-> assert_match('^ *0,0-1         All$',
+        \ term_getline(buf, 20))}, 1000)
   call StopVimInTerminal(buf)
 endfunc
 
index 758895465a9aba7fb978846f0990758db1a14d54..001770e75fd504a4b538316c469687847b684b7e 100644 (file)
@@ -738,6 +738,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    461,
 /**/
     460,
 /**/