]> granicus.if.org Git - vim/commitdiff
patch 7.4.968 v7.4.968
authorBram Moolenaar <Bram@vim.org>
Fri, 11 Dec 2015 19:53:58 +0000 (20:53 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 11 Dec 2015 19:53:58 +0000 (20:53 +0100)
Problem:    test86 and test87 are flaky in Appveyor.
Solution:   Reduce the count from 8 to 7. (suggested by ZyX)

src/testdir/test86.in
src/testdir/test87.in
src/version.c

index 32888f83621328eb7058a55891c24acb8b8c4b15..ae8ee3ebf4ecfdf65710672c350f159cfadfe8fd 100644 (file)
@@ -370,7 +370,7 @@ EOF
 :sleep 1
 :py t.running = False
 :py t.join()
-:py l[0] = t.t > 8  # check if the background thread is working
+:py l[0] = t.t > 7  # check if the background thread is working
 :py del time
 :py del threading
 :py del t
index 2308fde97b41b2e7736fcd79990afe881c08a54d..7ad05de99889fa6e69612aed91629d46eccddbf7 100644 (file)
@@ -367,7 +367,7 @@ EOF
 :sleep 1
 :py3 t.running = False
 :py3 t.join()
-:py3 l[0] = t.t > 8  # check if the background thread is working
+:py3 l[0] = t.t > 7  # check if the background thread is working
 :py3 del time
 :py3 del threading
 :py3 del t
index 5a166e7000dc44794d833fea2a1fb737193c340d..40a877d4337b4249e68707b381100f18f6adbe11 100644 (file)
@@ -741,6 +741,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    968,
 /**/
     967,
 /**/