Patch 8.0.1424
Problem: The timer_pause test is flaky on Travis.
Solution: Accept a longer sleep time on Mac.
Files: src/testdir/test_timers.vim
*** ../vim-8.0.1423/src/testdir/test_timers.vim 2017-09-30 14:26:54.073993747
+0200
--- src/testdir/test_timers.vim 2017-12-23 18:39:35.998416664 +0100
***************
*** 122,128 ****
let slept = WaitFor('g:val == 1')
call assert_equal(1, g:val)
if has('reltime')
! call assert_inrange(0, 30, slept)
else
call assert_inrange(0, 10, slept)
endif
--- 122,133 ----
let slept = WaitFor('g:val == 1')
call assert_equal(1, g:val)
if has('reltime')
! if has('mac')
! " The travis Mac machines appear to be very busy.
! call assert_inrange(0, 40, slept)
! else
! call assert_inrange(0, 30, slept)
! endif
else
call assert_inrange(0, 10, slept)
endif
*** ../vim-8.0.1423/src/version.c 2017-12-22 21:49:53.710738779 +0100
--- src/version.c 2017-12-23 18:40:54.685989211 +0100
***************
*** 773,774 ****
--- 773,776 ----
{ /* Add new patch number below this line */
+ /**/
+ 1424,
/**/
--
hundred-and-one symptoms of being an internet addict:
155. You forget to eat because you're too busy surfing the net.
/// 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.