Patch 7.4.2281
Problem: Timer test fails sometimes.
Solution: Reduce minimum time by 1 msec.
Files: src/testdir/test_timers.vim
*** ../vim-7.4.2280/src/testdir/test_timers.vim 2016-08-22 22:47:42.403063438
+0200
--- src/testdir/test_timers.vim 2016-08-28 16:01:42.701963773 +0200
***************
*** 20,26 ****
let slept = WaitFor('g:val == 1')
call assert_equal(1, g:val)
if has('reltime')
! call assert_inrange(50, 100, slept)
else
call assert_inrange(20, 100, slept)
endif
--- 20,26 ----
let slept = WaitFor('g:val == 1')
call assert_equal(1, g:val)
if has('reltime')
! call assert_inrange(49, 100, slept)
else
call assert_inrange(20, 100, slept)
endif
***************
*** 32,38 ****
let slept = WaitFor('g:val == 3')
call assert_equal(3, g:val)
if has('reltime')
! call assert_inrange(150, 250, slept)
else
call assert_inrange(80, 200, slept)
endif
--- 32,38 ----
let slept = WaitFor('g:val == 3')
call assert_equal(3, g:val)
if has('reltime')
! call assert_inrange(149, 250, slept)
else
call assert_inrange(80, 200, slept)
endif
***************
*** 57,63 ****
let slept = WaitFor('g:val == 1')
call assert_equal(1, g:val)
if has('reltime')
! call assert_inrange(50, 130, slept)
else
call assert_inrange(20, 100, slept)
endif
--- 57,63 ----
let slept = WaitFor('g:val == 1')
call assert_equal(1, g:val)
if has('reltime')
! call assert_inrange(49, 130, slept)
else
call assert_inrange(20, 100, slept)
endif
*** ../vim-7.4.2280/src/version.c 2016-08-28 16:03:34.824991857 +0200
--- src/version.c 2016-08-28 16:04:23.920566409 +0200
***************
*** 765,766 ****
--- 765,768 ----
{ /* Add new patch number below this line */
+ /**/
+ 2281,
/**/
--
The primary purpose of the DATA statement is to give names to constants;
instead of referring to pi as 3.141592653589793 at every appearance, the
variable PI can be given that value with a DATA statement and used instead
of the longer form of the constant. This also simplifies modifying the
program, should the value of pi change.
-- FORTRAN manual for Xerox Computers
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.