Ken Takata wrote: > I found two issues with tests on Windows GUI. > > 1. Test11 waits user input, so the test cannot finish automatically. > > When the test executes some external command, vimrun.exe shows the > message "Hit any key to close this window..." and the test stops. > The patch fix-test11-on-windows.patch adds :silent to avoid this problem. > > > 2. Test100 fails. > > This is an example of the test result: > > 1c1 > < > --- > > ONE: expecting global undolevels: 5, local undolevels: -123456 (default) > 10a11,13 > > undolevels=5 global > > undolevels=-123456 local > > TWO: expecting global undolevels: 5, local undolevels: 2 (first) then 10 > > (afterwards) > 24a28,30 > > > > undolevels=5 global > > undolevels=10 local > > I'm not sure what is happening with this, but it seems that feedkeys() > causes some problems. After adding a ':' line after each call of > feedkeys(), test100 succeeded. Wow!? > (Make_dos.mak is also fixed because test100.ok must have unix line ending.)
Thanks, I'll have a look at it later. -- Press any key to continue, press any other key to quit. /// 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.
