mirror of
https://github.com/neovim/neovim.git
synced 2025-10-04 17:06:30 +00:00
vim-patch:7.4.1055
Problem: Running "make newtests" in src/testdir has no output.
Solution: List the messages file when a test fails. (Christian Brabandt)
Update the list of tests.
e7893a4088
This commit is contained in:
@@ -158,7 +158,12 @@ nolog:
|
|||||||
# Limitation: Only works with the +eval feature.
|
# Limitation: Only works with the +eval feature.
|
||||||
RUN_VIMTEST = VIMRUNTIME=$(SCRIPTSOURCE); export VIMRUNTIME; $(VALGRIND) $(VIMPROG) -u unix.vim -U NONE --noplugin
|
RUN_VIMTEST = VIMRUNTIME=$(SCRIPTSOURCE); export VIMRUNTIME; $(VALGRIND) $(VIMPROG) -u unix.vim -U NONE --noplugin
|
||||||
|
|
||||||
newtests: $(NEW_TESTS)
|
newtests: newtestssilent
|
||||||
|
@/bin/sh -c "if test -f messages && grep -q 'FAILED' messages; then \
|
||||||
|
cat messages && cat test.log; \
|
||||||
|
fi" \
|
||||||
|
|
||||||
|
newtestssilent: $(NEW_TESTS)
|
||||||
|
|
||||||
%.res: %.vim .gdbinit
|
%.res: %.vim .gdbinit
|
||||||
$(RUN_VIMTEST) -u runtest.vim $*.vim
|
$(RUN_VIMTEST) -u runtest.vim $*.vim
|
||||||
|
@@ -69,6 +69,29 @@ static char *features[] = {
|
|||||||
|
|
||||||
// clang-format off
|
// clang-format off
|
||||||
static int included_patches[] = {
|
static int included_patches[] = {
|
||||||
|
1055,
|
||||||
|
// 1054,
|
||||||
|
// 1053,
|
||||||
|
// 1052,
|
||||||
|
// 1051,
|
||||||
|
// 1050,
|
||||||
|
// 1049,
|
||||||
|
// 1048,
|
||||||
|
// 1047,
|
||||||
|
// 1046,
|
||||||
|
// 1045,
|
||||||
|
// 1044,
|
||||||
|
// 1043,
|
||||||
|
// 1042,
|
||||||
|
// 1041,
|
||||||
|
// 1040,
|
||||||
|
// 1039,
|
||||||
|
// 1038,
|
||||||
|
// 1037,
|
||||||
|
// 1036,
|
||||||
|
// 1035,
|
||||||
|
// 1034,
|
||||||
|
// 1033,
|
||||||
1032,
|
1032,
|
||||||
// 1031,
|
// 1031,
|
||||||
// 1030,
|
// 1030,
|
||||||
|
Reference in New Issue
Block a user