On 12/05/2017 at 08:06 AM Christian Brabandt wrote: …> > I have an Issue (hanging test) in the terminal tests. … > Can you share the logfile/test output?
The test.log simply contains: -------------------------- >From test_terminal.vim: Found errors in Test_terminal_tmap(): First run: Caught exception in Test_terminal_tmap(): WaitFor() timed out after 1000 msec @ function RunTheTest[38]..Test_terminal_tmap[1]..TerminalTmap[23]..Stop_shell_in_terminal[2]..WaitFor, line 25 Second run: Caught exception in Test_terminal_tmap(): WaitFor() timed out after 1000 msec @ function RunTheTest[38]..Test_terminal_tmap[1]..TerminalTmap[23]..Stop_shell_in_terminal[2]..WaitFor, line 25 ---------------------------------------------------------- Looking curiously, where 'Test_terminal_tmap' comes from, I followed this into 'test_terminal.vim' and there 'func Test_terminal_tmap()'. So I run a 'env SHELL=/bin/sh vim -u NONE', source the file 'test_terminal.vim' and do directly as I found it there ':call TerminalTmap(1)' … This gets the error: ------------------------------------- ~ ~ Error detected while processing function TerminalTmap[23]..Stop_shell_in_terminal[2]..WaitFor: line 25: E605: Exception not caught: WaitFor() timed out after 1000 msec Press ENTER or type command to continue ----------------------------------------------------------- Hitting ENTER switches/refreshes the screen to show the vim-terminal screen: ----------------------------------------------------- abcde exit $ [WARNING] something went wrong while querying the CD... Maybe a DATA CD? [INFO] The disc does not contain any tracks. Giving up... $ »empty lines … … …« !/bin/sh [finished] ------------------------------------------------------------ this way I found the name 'abcde', searched what it is for (debian: apt-cache show abcde), and it tries to analyze my video-CD, wrongly assuming it is audio to be ripped. As long as I have no CD in the drive, 'abcde' fails fast enough to pass the test - which explains, why I did not see this problem before I forgot to eject the film :-) Stucki -- -- 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.
