Hi, On Tue, Dec 17, 2019 at 10:15 AM Dominique Pellé <[email protected]> wrote: > > Yegappan Lakshmanan <[email protected]> wrote: > > > Hi all, > > > > It looks like after patch 8.2.0014, the timer related tests > > (Test_timer_oneshot(), > > Test_timer_repeat_three(), Test_timer_repeat_many(), etc.) in test_alot.vim > > are > > failing in Travis CI. I am not able to reproduce these failures locally in > > my setup. The Appveyor and Cirrus CI builds are passing. I am not sure > > which change is causing these test failures. > > > > - Yegappan > > I'm not able to reproduce it either on Linux. It only failed on macOs huge. > Hopefully someone with a mac can reproduce and debug it. >
Thanks for the reply. I do my development on a MacOS system and I couldn't reproduce the test failure on this system with a huge build. > > I don't see anything related to timers in 8.2.0014. > Perhaps this is wrong in Test_whichwrap but it looks > unrelated to the failure: > > set whichwrap+=h > normal dh > set whichwrap-=h > This should undo the first change to 'whichwrap'. This line was copied from the original test. Regards, Yegappan > > 'whichwrap' should probably be restored with: > > set whichwrap& > > Regard > Dominique > -- -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/CAAW7x7mV-J4CvRky2U%2BZHpr-y0jBOCFZ3ycSrRERud0tVqHY6g%40mail.gmail.com.
