On Mon, Apr 9, 2012 at 9:36 AM, David Pope <[email protected]> wrote: > 1. Build vim in the src directory with 'nmake -f Make_mvc.mak FEATURES=HUGE > MBYTE=yes' > 2. Run tests in the testdir directory with 'nmake -f Make_dos.mak clean', > followed by 'nmake -f Make_dos.mak'. > > Nazri, can you check that those three tests are running and succeeding for > you? I'm mystified as to what might be going wrong. Maybe the build > options have some impact on the default fileformat? Based on the 'set > ff=unix' command in test60.in, I don't see how it could succeed after the > 'fixff' target has been run, unless the diff utility ignores line endings.
Gladly. I ran the two instructions above and the all the test ran fine - I saw the "ALL DONE" text at the end with lines upon lines of the makefile deleting the *.out files before that. To be extra sure that I run the test on a pristine vim source I recloned the vim repository from google code. My diff is c:\> diff -v diff (GNU diffutils) 2.8.7 Written by Paul Eggert, Mike Haertel, David hayes, Richard Stallman, and Len Tower. obtained from http://gnuwin32.sourceforge.net/packages/diffutils.htm. That may or may not be the cause of the differences in our vim test results. Let me know if I can help in any way. Nazri -- 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
