]> granicus.if.org Git - vim/commitdiff
patch 8.0.0809: MS-Windows: tests hang v8.0.0809
authorBram Moolenaar <Bram@vim.org>
Sat, 29 Jul 2017 21:01:57 +0000 (23:01 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 29 Jul 2017 21:01:57 +0000 (23:01 +0200)
Problem:    MS-Windows: tests hang.
Solution:   Delete the XfakeHOME directory.

src/testdir/Make_dos.mak
src/testdir/Make_ming.mak
src/version.c

index fe2e2ba25feff9e504baf51da39323cb67a00a65..2c00a156f16b75ec75af380f34b0b9fe637c7473 100644 (file)
@@ -54,6 +54,7 @@ $(TEST_OUTFILES): $(DOSTMP)\$(*B).in
        -@if exist test.ok del test.ok
        -@if exist Xdir1 rd /s /q Xdir1
        -@if exist Xfind rd /s /q Xfind
+       -@if exist XfakeHOME rd /s /q XfakeHOME
        -@del X*
        -@if exist viminfo del viminfo
        $(VIMPROG) -u dos.vim $(NO_INITS) "+set ff=unix|f test.out|wq" \
@@ -89,6 +90,7 @@ clean:
        -if exist lua.vim del lua.vim
        -if exist Xdir1 rd /s /q Xdir1
        -if exist Xfind rd /s /q Xfind
+       -if exist XfakeHOME rd /s /q XfakeHOME
        -del X*
        -for /d %i in (X*) do @rmdir /s/q %i
        -if exist viminfo del viminfo
index 31dfe702b7cd49b4f9997e40081016bc148f9748..3d7cf3fc65035253906612b37a1877253bc4c459 100644 (file)
@@ -84,6 +84,7 @@ clean:
        -@if exist lua.vim $(DEL) lua.vim
        -@if exist Xdir1 $(DELDIR) Xdir1
        -@if exist Xfind $(DELDIR) Xfind
+       -@if exist XfakeHOME $(DELDIR) XfakeHOME
        -@if exist X* $(DEL) X*
        -@if exist viminfo $(DEL) viminfo
        -@if exist test.log $(DEL) test.log
@@ -98,6 +99,7 @@ clean:
        @$(MV) test.out $*.out
        -@if exist Xdir1 $(DELDIR) Xdir1
        -@if exist Xfind $(DELDIR) Xfind
+       -@if exist XfakeHOME $(DELDIR) XfakeHOME
        -@if exist X* $(DEL) X*
        -@if exist test.ok $(DEL) test.ok
        -@if exist viminfo $(DEL) viminfo
index ab9f30eaf5a129ea43ec80d95a83ebd0fb63d370..94aa40e763dc7c23cc9a8a775bac26c365782c7a 100644 (file)
@@ -769,6 +769,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    809,
 /**/
     808,
 /**/