mirror of
https://github.com/vim/vim.git
synced 2025-10-05 05:34:07 -04:00
updated for version 7.3.827
Problem: Python tests fail. Solution: Adjust the output for the stack trace.
This commit is contained in:
@@ -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
|
||||
|
@@ -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]
|
||||
|
@@ -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]
|
||||
|
@@ -728,6 +728,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
827,
|
||||
/**/
|
||||
826,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user