I have wrote two patches to fix it. Please check attached: * fix-test86_for_windows.diff * fix-test87_for_windows.diff
After applied these patches, I found there are some failures of test87 remained. (please see attached test87.diff for details) It seems caused by differences of Python3 version. I use 3.3.2 as Python3. Best 2013/6/24 Bram Moolenaar <[email protected]>: > > Taro Muraoka wrote: > >> with 7.3.1237 >> >> test86 and test87 are failed. >> It seems Windows issues: directory separator or so. >> >> Please check attached test results. > > E.g.: > > ['\\testdir'] > '\\testdir' > > vs: > > ['/testdir'] > '/testdir' > > We could fix this in the test, but I would very much like to use a > forward slash whenever possible. So long as you don't use them in the > command line, forward slashes should work fine nearly everywhere. > > I hope this does not cause problems with backwards compatibility. > > -- > FIRST HEAD: Oh! quick! get the sword out I want to cut his head off. > THIRD HEAD: Oh, cut your own head off. > SECOND HEAD: Yes - do us all a favour. > "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD > > /// 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 /// -- MURAOKA Taro <[email protected]> -- -- 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/groups/opt_out.
fix-test86_for_windows.diff
Description: Binary data
fix-test87_for_windows.diff
Description: Binary data
test87.diff
Description: Binary data
