forked from aniani/vim
patch 8.2.3493: large count test fails on MS-Windows
Problem: Large count test fails on MS-Windows. Solution: Skip the test on MS-Windows.
This commit is contained in:
@@ -134,7 +134,10 @@ func Test_gp_with_count_leaves_cursor_at_end()
|
|||||||
bwipe!
|
bwipe!
|
||||||
endfunc
|
endfunc
|
||||||
|
|
||||||
func Test_very_larg_count()
|
func Test_very_large_count()
|
||||||
|
" FIXME: should actually check if sizeof(int) == sizeof(long)
|
||||||
|
CheckNotMSWindows
|
||||||
|
|
||||||
new
|
new
|
||||||
let @" = 'x'
|
let @" = 'x'
|
||||||
call assert_fails('norm 44444444444444p', 'E1240:')
|
call assert_fails('norm 44444444444444p', 'E1240:')
|
||||||
|
|||||||
@@ -757,6 +757,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
3493,
|
||||||
/**/
|
/**/
|
||||||
3492,
|
3492,
|
||||||
/**/
|
/**/
|
||||||
|
|||||||
Reference in New Issue
Block a user