]> granicus.if.org Git - vim/commitdiff
patch 8.2.3493: large count test fails on MS-Windows v8.2.3493
authorBram Moolenaar <Bram@vim.org>
Sun, 10 Oct 2021 12:54:01 +0000 (13:54 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 10 Oct 2021 12:54:01 +0000 (13:54 +0100)
Problem:    Large count test fails on MS-Windows.
Solution:   Skip the test on MS-Windows.

src/testdir/test_put.vim
src/version.c

index 4a3a0d19742b9418fa7b0b7914996eeadffb3446..a53e3cdca3bbd6cbf214d10cfff6f5bbd3bdc149 100644 (file)
@@ -134,7 +134,10 @@ func Test_gp_with_count_leaves_cursor_at_end()
   bwipe!
 endfunc
 
-func Test_very_larg_count()
+func Test_very_large_count()
+  " FIXME: should actually check if sizeof(int) == sizeof(long)
+  CheckNotMSWindows
+
   new
   let @" = 'x'
   call assert_fails('norm 44444444444444p', 'E1240:')
index 247af254cb3fa33ec9b35f9c4f92aa709b9be76f..ce1939b0f715c1af9c0dcf7f841b68eebfdf2c9f 100644 (file)
@@ -757,6 +757,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    3493,
 /**/
     3492,
 /**/