Skip to content

Commit 694137d

Browse files
committed
updated for version 7.3.827
Problem: Python tests fail. Solution: Adjust the output for the stack trace.
1 parent 8cc531c commit 694137d

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

src/testdir/test86.in

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
Tests for various python features. vim: set ft=vim :
22

3+
NOTE: This will cause errors when run under valgrind.
4+
This would require recompiling Python with:
5+
./configure --without-pymalloc
6+
See http://svn.python.org/view/python/trunk/Misc/README.valgrind?view=markup
7+
8+
39
STARTTEST
410
:so small.vim
511
:if !has('python') | e! test.ok | wq! test.out | endif

src/testdir/test86.ok

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ ll:[1]
6161
0.0
6262
"\0": Vim(let):E859:
6363
{"\0": 1}: Vim(let):E859:
64-
undefined_name: Vim(let):E858:
64+
undefined_name: Vim(let):Trace
6565
vim: Vim(let):E859:
6666
[1]
6767
[1, 10, 11, 10, 11, 10, 11, 10, 11, 10, 11, 10, 1]

src/testdir/test87.ok

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ ll:[1]
6161
0.0
6262
"\0": Vim(let):E861:
6363
{"\0": 1}: Vim(let):E861:
64-
undefined_name: Vim(let):E860:
64+
undefined_name: Vim(let):Trace
6565
vim: Vim(let):E861:
6666
[1]
6767
[1, 10, 11, 10, 11, 10, 11, 10, 11, 10, 11, 10, 1]

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -728,6 +728,8 @@ static char *(features[]) =
728728

729729
static int included_patches[] =
730730
{ /* Add new patch number below this line */
731+
/**/
732+
827,
731733
/**/
732734
826,
733735
/**/

0 commit comments

Comments
 (0)