]> granicus.if.org Git - vim/commitdiff
updated for version 7.3.827 v7.3.827
authorBram Moolenaar <Bram@vim.org>
Wed, 20 Feb 2013 15:54:27 +0000 (16:54 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 20 Feb 2013 15:54:27 +0000 (16:54 +0100)
Problem:    Python tests fail.
Solution:   Adjust the output for the stack trace.

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

index 71635bda2f05817d3b470edfd9486b7fbfba3c22..5282269a3a7c97478c474607a5991fd34a0b3355 100644 (file)
@@ -1,5 +1,11 @@
 Tests for various python features.     vim: set ft=vim :
 
+NOTE: This will cause errors when run under valgrind.
+This would require recompiling Python with:
+  ./configure --without-pymalloc
+See http://svn.python.org/view/python/trunk/Misc/README.valgrind?view=markup
+
+
 STARTTEST
 :so small.vim
 :if !has('python') | e! test.ok | wq! test.out | endif
index 3dd8d799444c4182d6c29c32ed1c29fc82b3c7ca..8960390f593b60680c5ec2a2666e8b5e02b94197 100644 (file)
@@ -61,7 +61,7 @@ ll:[1]
 0.0
 "\0":  Vim(let):E859:
 {"\0": 1}:     Vim(let):E859:
-undefined_name:        Vim(let):E858:
+undefined_name:        Vim(let):Trace
 vim:   Vim(let):E859:
 [1]
 [1, 10, 11, 10, 11, 10, 11, 10, 11, 10, 11, 10, 1]
index 3dffa26d475bf8739fdcccceb47ed25c2958899b..b8769002ab9eb88a91cf186ea576fe66dfd75ec5 100644 (file)
@@ -61,7 +61,7 @@ ll:[1]
 0.0
 "\0":  Vim(let):E861:
 {"\0": 1}:     Vim(let):E861:
-undefined_name:        Vim(let):E860:
+undefined_name:        Vim(let):Trace
 vim:   Vim(let):E861:
 [1]
 [1, 10, 11, 10, 11, 10, 11, 10, 11, 10, 11, 10, 1]
index d637b9fea3cbbe3090bc988dfbf685e162193b9f..204b7a173e3ced2aaca45e3faa0d2f8054f09542 100644 (file)
@@ -728,6 +728,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    827,
 /**/
     826,
 /**/