Yegappan wrote:
> On Sun, Jul 12, 2020 at 11:00 AM Bram Moolenaar <[email protected]> wrote: > > > > > Patch 8.2.1195 > > Problem: Clientserver test fails on MS-Windows. > > Solution: Expect a different error message. > > Files: src/testdir/test_clientserver.vim > > > > > The test still fails as the matching pattern is not correct. The output has > the following > messages: > > E277: Unable to read a server reply > E258: Unable to send to client > > But the test is trying to match these messages against 'E277:.*vim10' and > 'E258:.*abc'. Yeah, the output shows more, but that's what the assert code adds. Ideally the code is changed to give the same error message, no matter the system. -- hundred-and-one symptoms of being an internet addict: 20. When looking at a pageful of someone else's links, you notice all of them are already highlighted in purple. /// 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/202007122007.06CK7Wux2583425%40masaka.moolenaar.net.
