mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
patch 8.2.1120: Python code not tested properly
Problem: Python code not tested properly. Solution: Add more tests and convert old-style test into new-style test. (Yegappan Lakshmanan, closes #6370)
This commit is contained in:
parent
5289783e0b
commit
92fdd1e75d
@ -2308,7 +2308,7 @@ test1 \
|
|||||||
test42 test44 test49 \
|
test42 test44 test49 \
|
||||||
test52 test59 \
|
test52 test59 \
|
||||||
test70 \
|
test70 \
|
||||||
test86 test87 \
|
test87 \
|
||||||
test99:
|
test99:
|
||||||
cd testdir; rm -f $@.out; $(MAKE) -f Makefile $@.out VIMPROG=../$(VIMTESTTARGET) $(GUI_TESTARG) SCRIPTSOURCE=../$(SCRIPTSOURCE)
|
cd testdir; rm -f $@.out; $(MAKE) -f Makefile $@.out VIMPROG=../$(VIMTESTTARGET) $(GUI_TESTARG) SCRIPTSOURCE=../$(SCRIPTSOURCE)
|
||||||
|
|
||||||
|
@ -21,7 +21,6 @@ SCRIPTS_ALL = \
|
|||||||
# Tests that run on most systems, but not on Amiga.
|
# Tests that run on most systems, but not on Amiga.
|
||||||
SCRIPTS_MORE1 = \
|
SCRIPTS_MORE1 = \
|
||||||
test52.out \
|
test52.out \
|
||||||
test86.out \
|
|
||||||
test87.out
|
test87.out
|
||||||
|
|
||||||
|
|
||||||
|
@ -116,7 +116,7 @@ SCRIPT_GDIFF = test47.out
|
|||||||
.ENDIF
|
.ENDIF
|
||||||
|
|
||||||
.IFDEF HAVE_PYTHON
|
.IFDEF HAVE_PYTHON
|
||||||
SCRIPT_PYTHON = test86.out test87.out
|
SCRIPT_PYTHON = test87.out
|
||||||
.ENDIF
|
.ENDIF
|
||||||
|
|
||||||
.in.out :
|
.in.out :
|
||||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -754,6 +754,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
1120,
|
||||||
/**/
|
/**/
|
||||||
1119,
|
1119,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user