Hi, I'm not sure why this test fails but I have noticed it was mentioned on GitHub a couple times:
https://github.com/vim/vim/releases/tag/v8.1.0466 and https://github.com/vim/vim/commit/8fb1b47a5e24892b23c3923a07d8a850d99b14b2 for example. I've attached my log file for reference. But I even tried it on the latest version 8.2.0510 instead of 8.2.0190, as in the book. PS. I accidentally ran that last test VIMRUNTIME=../../runtime ../vim -f -u unix.vim -U NONE --noplugin --not-a-term -S runtest.vim test_autocmd.vim --cmd 'au SwapExists * let v:swapchoice = "e"' > /dev/null in the test directory as root without thinking. I ran it again as "nobody" and it returned a .res file that was empty. I hope I didn't screw something up.... I'd hate to restart again.
Starting make in the src directory. If there are problems, cd to the src directory and run make there cd src && make test make[1]: Entering directory '/tmp/vim-8.2.0190/src' gcc -c -I. -Iproto -DHAVE_CONFIG_H -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/json_test.o json_test.c gcc -c -I. -Iproto -DHAVE_CONFIG_H -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 version.c -o objects/version.o link.sh: $LINK_AS_NEEDED set to 'yes': invoking linker directly. gcc -L/usr/local/lib -Wl,--as-needed -o json_test objects/arabic.o objects/arglist.o objects/autocmd.o objects/beval.o objects/buffer.o objects/change.o objects/blob.o objects/blowfish.o objects/cindent.o objects/cmdexpand.o objects/cmdhist.o objects/crypt.o objects/crypt_zip.o objects/debugger.o objects/dict.o objects/diff.o objects/digraph.o objects/drawline.o objects/drawscreen.o objects/edit.o objects/eval.o objects/evalbuffer.o objects/evalfunc.o objects/evalvars.o objects/evalwindow.o objects/ex_cmds.o objects/ex_cmds2.o objects/ex_docmd.o objects/ex_eval.o objects/ex_getln.o objects/fileio.o objects/filepath.o objects/findfile.o objects/fold.o objects/getchar.o objects/hardcopy.o objects/hashtab.o objects/highlight.o objects/if_cscope.o objects/if_xcmdsrv.o objects/indent.o objects/insexpand.o objects/list.o objects/map.o objects/mark.o objects/mbyte.o objects/memline.o objects/menu.o objects/misc1.o objects/misc2.o objects/mouse.o objects/move.o objects/normal.o objects/ops.o objects/option.o objects/optionstr.o objects/os_unix.o objects/pathdef.o objects/popupmenu.o objects/popupwin.o objects/profiler.o objects/pty.o objects/quickfix.o objects/regexp.o objects/register.o objects/screen.o objects/scriptfile.o objects/search.o objects/session.o objects/sha256.o objects/sign.o objects/sound.o objects/spell.o objects/spellfile.o objects/spellsuggest.o objects/syntax.o objects/tag.o objects/term.o objects/terminal.o objects/testing.o objects/textprop.o objects/ui.o objects/undo.o objects/usercmd.o objects/userfunc.o objects/version.o objects/vim9compile.o objects/vim9execute.o objects/vim9script.o objects/viminfo.o objects/window.o objects/bufwrite.o objects/vterm_encoding.o objects/vterm_keyboard.o objects/vterm_mouse.o objects/vterm_parser.o objects/vterm_pen.o objects/vterm_screen.o objects/vterm_state.o objects/vterm_unicode.o objects/vterm_vterm.o objects/netbeans.o objects/channel.o objects/xdiffi.o objects/xemit.o objects/xprepare.o objects/xutils.o objects/xhistogram.o objects/xpatience.o objects/charset.o objects/memfile.o objects/message.o objects/json_test.o -lm -lncurses -lelf -lacl -lattr -ldl link.sh: Linked fine ./json_test || exit 1; echo passed; passed gcc -c -I. -Iproto -DHAVE_CONFIG_H -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/kword_test.o kword_test.c gcc -c -I. -Iproto -DHAVE_CONFIG_H -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 version.c -o objects/version.o link.sh: $LINK_AS_NEEDED set to 'yes': invoking linker directly. gcc -L/usr/local/lib -Wl,--as-needed -o kword_test objects/arabic.o objects/arglist.o objects/autocmd.o objects/beval.o objects/buffer.o objects/change.o objects/blob.o objects/blowfish.o objects/cindent.o objects/cmdexpand.o objects/cmdhist.o objects/crypt.o objects/crypt_zip.o objects/debugger.o objects/dict.o objects/diff.o objects/digraph.o objects/drawline.o objects/drawscreen.o objects/edit.o objects/eval.o objects/evalbuffer.o objects/evalfunc.o objects/evalvars.o objects/evalwindow.o objects/ex_cmds.o objects/ex_cmds2.o objects/ex_docmd.o objects/ex_eval.o objects/ex_getln.o objects/fileio.o objects/filepath.o objects/findfile.o objects/fold.o objects/getchar.o objects/hardcopy.o objects/hashtab.o objects/highlight.o objects/if_cscope.o objects/if_xcmdsrv.o objects/indent.o objects/insexpand.o objects/list.o objects/map.o objects/mark.o objects/mbyte.o objects/memline.o objects/menu.o objects/misc1.o objects/misc2.o objects/mouse.o objects/move.o objects/normal.o objects/ops.o objects/option.o objects/optionstr.o objects/os_unix.o objects/pathdef.o objects/popupmenu.o objects/popupwin.o objects/profiler.o objects/pty.o objects/quickfix.o objects/regexp.o objects/register.o objects/screen.o objects/scriptfile.o objects/search.o objects/session.o objects/sha256.o objects/sign.o objects/sound.o objects/spell.o objects/spellfile.o objects/spellsuggest.o objects/syntax.o objects/tag.o objects/term.o objects/terminal.o objects/testing.o objects/textprop.o objects/ui.o objects/undo.o objects/usercmd.o objects/userfunc.o objects/version.o objects/vim9compile.o objects/vim9execute.o objects/vim9script.o objects/viminfo.o objects/window.o objects/bufwrite.o objects/vterm_encoding.o objects/vterm_keyboard.o objects/vterm_mouse.o objects/vterm_parser.o objects/vterm_pen.o objects/vterm_screen.o objects/vterm_state.o objects/vterm_unicode.o objects/vterm_vterm.o objects/netbeans.o objects/channel.o objects/xdiffi.o objects/xemit.o objects/xprepare.o objects/xutils.o objects/xhistogram.o objects/xpatience.o objects/json.o objects/memfile.o objects/message.o objects/kword_test.o -lm -lncurses -lelf -lacl -lattr -ldl link.sh: Linked fine ./kword_test || exit 1; echo passed; passed gcc -c -I. -Iproto -DHAVE_CONFIG_H -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/memfile_test.o memfile_test.c gcc -c -I. -Iproto -DHAVE_CONFIG_H -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 version.c -o objects/version.o link.sh: $LINK_AS_NEEDED set to 'yes': invoking linker directly. gcc -L/usr/local/lib -Wl,--as-needed -o memfile_test objects/arabic.o objects/arglist.o objects/autocmd.o objects/beval.o objects/buffer.o objects/change.o objects/blob.o objects/blowfish.o objects/cindent.o objects/cmdexpand.o objects/cmdhist.o objects/crypt.o objects/crypt_zip.o objects/debugger.o objects/dict.o objects/diff.o objects/digraph.o objects/drawline.o objects/drawscreen.o objects/edit.o objects/eval.o objects/evalbuffer.o objects/evalfunc.o objects/evalvars.o objects/evalwindow.o objects/ex_cmds.o objects/ex_cmds2.o objects/ex_docmd.o objects/ex_eval.o objects/ex_getln.o objects/fileio.o objects/filepath.o objects/findfile.o objects/fold.o objects/getchar.o objects/hardcopy.o objects/hashtab.o objects/highlight.o objects/if_cscope.o objects/if_xcmdsrv.o objects/indent.o objects/insexpand.o objects/list.o objects/map.o objects/mark.o objects/mbyte.o objects/memline.o objects/menu.o objects/misc1.o objects/misc2.o objects/mouse.o objects/move.o objects/normal.o objects/ops.o objects/option.o objects/optionstr.o objects/os_unix.o objects/pathdef.o objects/popupmenu.o objects/popupwin.o objects/profiler.o objects/pty.o objects/quickfix.o objects/regexp.o objects/register.o objects/screen.o objects/scriptfile.o objects/search.o objects/session.o objects/sha256.o objects/sign.o objects/sound.o objects/spell.o objects/spellfile.o objects/spellsuggest.o objects/syntax.o objects/tag.o objects/term.o objects/terminal.o objects/testing.o objects/textprop.o objects/ui.o objects/undo.o objects/usercmd.o objects/userfunc.o objects/version.o objects/vim9compile.o objects/vim9execute.o objects/vim9script.o objects/viminfo.o objects/window.o objects/bufwrite.o objects/vterm_encoding.o objects/vterm_keyboard.o objects/vterm_mouse.o objects/vterm_parser.o objects/vterm_pen.o objects/vterm_screen.o objects/vterm_state.o objects/vterm_unicode.o objects/vterm_vterm.o objects/netbeans.o objects/channel.o objects/xdiffi.o objects/xemit.o objects/xprepare.o objects/xutils.o objects/xhistogram.o objects/xpatience.o objects/charset.o objects/json.o objects/message.o objects/memfile_test.o -lm -lncurses -lelf -lacl -lattr -ldl link.sh: Linked fine ./memfile_test || exit 1; echo passed; passed gcc -c -I. -Iproto -DHAVE_CONFIG_H -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/message_test.o message_test.c gcc -c -I. -Iproto -DHAVE_CONFIG_H -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 version.c -o objects/version.o link.sh: $LINK_AS_NEEDED set to 'yes': invoking linker directly. gcc -L/usr/local/lib -Wl,--as-needed -o message_test objects/arabic.o objects/arglist.o objects/autocmd.o objects/beval.o objects/buffer.o objects/change.o objects/blob.o objects/blowfish.o objects/cindent.o objects/cmdexpand.o objects/cmdhist.o objects/crypt.o objects/crypt_zip.o objects/debugger.o objects/dict.o objects/diff.o objects/digraph.o objects/drawline.o objects/drawscreen.o objects/edit.o objects/eval.o objects/evalbuffer.o objects/evalfunc.o objects/evalvars.o objects/evalwindow.o objects/ex_cmds.o objects/ex_cmds2.o objects/ex_docmd.o objects/ex_eval.o objects/ex_getln.o objects/fileio.o objects/filepath.o objects/findfile.o objects/fold.o objects/getchar.o objects/hardcopy.o objects/hashtab.o objects/highlight.o objects/if_cscope.o objects/if_xcmdsrv.o objects/indent.o objects/insexpand.o objects/list.o objects/map.o objects/mark.o objects/mbyte.o objects/memline.o objects/menu.o objects/misc1.o objects/misc2.o objects/mouse.o objects/move.o objects/normal.o objects/ops.o objects/option.o objects/optionstr.o objects/os_unix.o objects/pathdef.o objects/popupmenu.o objects/popupwin.o objects/profiler.o objects/pty.o objects/quickfix.o objects/regexp.o objects/register.o objects/screen.o objects/scriptfile.o objects/search.o objects/session.o objects/sha256.o objects/sign.o objects/sound.o objects/spell.o objects/spellfile.o objects/spellsuggest.o objects/syntax.o objects/tag.o objects/term.o objects/terminal.o objects/testing.o objects/textprop.o objects/ui.o objects/undo.o objects/usercmd.o objects/userfunc.o objects/version.o objects/vim9compile.o objects/vim9execute.o objects/vim9script.o objects/viminfo.o objects/window.o objects/bufwrite.o objects/vterm_encoding.o objects/vterm_keyboard.o objects/vterm_mouse.o objects/vterm_parser.o objects/vterm_pen.o objects/vterm_screen.o objects/vterm_state.o objects/vterm_unicode.o objects/vterm_vterm.o objects/netbeans.o objects/channel.o objects/xdiffi.o objects/xemit.o objects/xprepare.o objects/xutils.o objects/xhistogram.o objects/xpatience.o objects/charset.o objects/json.o objects/memfile.o objects/message_test.o -lm -lncurses -lelf -lacl -lattr -ldl link.sh: Linked fine ./message_test || exit 1; echo passed; passed make[2]: Entering directory '/tmp/vim-8.2.0190/src/libvterm' libtool --quiet --mode=compile --tag=CC gcc -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wall -Iinclude -std=c99 -Wpedantic -DINLINE="" -o src/encoding.lo -c src/encoding.c libtool --quiet --mode=compile --tag=CC gcc -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wall -Iinclude -std=c99 -Wpedantic -DINLINE="" -o src/keyboard.lo -c src/keyboard.c libtool --quiet --mode=compile --tag=CC gcc -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wall -Iinclude -std=c99 -Wpedantic -DINLINE="" -o src/mouse.lo -c src/mouse.c libtool --quiet --mode=compile --tag=CC gcc -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wall -Iinclude -std=c99 -Wpedantic -DINLINE="" -o src/parser.lo -c src/parser.c libtool --quiet --mode=compile --tag=CC gcc -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wall -Iinclude -std=c99 -Wpedantic -DINLINE="" -o src/pen.lo -c src/pen.c libtool --quiet --mode=compile --tag=CC gcc -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wall -Iinclude -std=c99 -Wpedantic -DINLINE="" -o src/screen.lo -c src/screen.c libtool --quiet --mode=compile --tag=CC gcc -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wall -Iinclude -std=c99 -Wpedantic -DINLINE="" -o src/state.lo -c src/state.c libtool --quiet --mode=compile --tag=CC gcc -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wall -Iinclude -std=c99 -Wpedantic -DINLINE="" -o src/unicode.lo -c src/unicode.c libtool --quiet --mode=compile --tag=CC gcc -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wall -Iinclude -std=c99 -Wpedantic -DINLINE="" -o src/vterm.lo -c src/vterm.c libtool --quiet --mode=link --tag=CC gcc -rpath /usr/local/lib -version-info 0:0:0 -o libvterm.la src/encoding.lo src/keyboard.lo src/mouse.lo src/parser.lo src/pen.lo src/screen.lo src/state.lo src/unicode.lo src/vterm.lo -L/usr/local/lib -Wl,--as-needed libtool --quiet --mode=compile --tag=CC gcc -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wall -Iinclude -std=c99 -Wpedantic -DINLINE="" -o t/harness.lo -c t/harness.c libtool --quiet --mode=link --tag=CC gcc -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wall -Iinclude -std=c99 -Wpedantic -DINLINE="" -o t/harness t/harness.lo libvterm.la -L/usr/local/lib -Wl,--as-needed for T in `ls t/[0-9]*.test`; do echo "** $T **"; perl t/run-test.pl $T || exit 1; done ** t/02parser.test ** > Basic text > C0 > C1 8bit > C1 7bit > High bytes > Mixed > Escape > Escape 2-byte > Split write Escape > Escape cancels Escape, starts another > CAN cancels Escape, returns to normal mode > C0 in Escape interrupts and continues > CSI 0 args > CSI 1 arg > CSI 2 args > CSI 1 arg 1 sub > CSI many digits > CSI leading zero > CSI qmark > CSI greater > CSI SP > Mixed CSI > Split write > Escape cancels CSI, starts Escape > CAN cancels CSI, returns to normal mode > C0 in Escape interrupts and continues > OSC BEL > OSC ST (7bit) > OSC ST (8bit) > Escape cancels OSC, starts Escape > CAN cancels OSC, returns to normal mode > C0 in OSC interrupts and continues > DCS BEL > DCS ST (7bit) > DCS ST (8bit) > Escape cancels DCS, starts Escape > CAN cancels DCS, returns to normal mode > C0 in OSC interrupts and continues > NUL ignored > NUL ignored within CSI > DEL ignored > DEL ignored within CSI > DEL inside text" ** t/03encoding_utf8.test ** > Low > 2 byte > 3 byte > 4 byte > Early termination > Early restart > Overlong > UTF-16 Surrogates > Split write ** t/10state_putglyph.test ** > Low > UTF-8 1 char > UTF-8 split writes > UTF-8 wide char > UTF-8 combining chars > Combining across buffers > DECSCA protected ** t/11state_movecursor.test ** > Implicit > Backspace > Horizontal Tab > Carriage Return > Linefeed > Backspace bounded by lefthand edge > Backspace cancels phantom > HT bounded by righthand edge > Index > Reverse Index > Newline > Cursor Forward > Cursor Down > Cursor Up > Cursor Backward > Cursor Next Line > Cursor Previous Line > Cursor Horizontal Absolute > Cursor Position > Cursor Position cancels phantom > Bounds Checking > Horizontal Position Absolute > Horizontal Position Relative > Horizontal Position Backward > Horizontal and Vertical Position > Vertical Position Absolute > Vertical Position Relative > Vertical Position Backward > Horizontal Tab > Cursor Horizontal Tab > Cursor Backward Tab ** t/12state_scroll.test ** > Linefeed > Index > Reverse Index > Linefeed in DECSTBM > Linefeed outside DECSTBM > Index in DECSTBM > Reverse Index in DECSTBM > Linefeed in DECSTBM+DECSLRM > IND/RI in DECSTBM+DECSLRM > DECRQSS on DECSTBM > DECRQSS on DECSLRM > Setting invalid DECSLRM with !DECVSSM is still rejected > Scroll Down > Scroll Up > SD/SU in DECSTBM > SD/SU in DECSTBM+DECSLRM > Invalid boundaries > Scroll Down move+erase emulation > Scroll Up move+erase emulation ** t/13state_edit.test ** > ICH > ICH with DECSLRM > ICH outside DECSLRM > DCH > DCH with DECSLRM > DCH outside DECSLRM > ECH > IL > IL with DECSTBM > IL outside DECSTBM > IL with DECSTBM+DECSLRM > DL > DL with DECSTBM > DL outside DECSTBM > DL with DECSTBM+DECSLRM > DECIC > DECIC with DECSTBM+DECSLRM > DECIC outside DECSLRM > DECDC > DECDC with DECSTBM+DECSLRM > DECDC outside DECSLRM > EL 0 > EL 1 > EL 2 > SEL > ED 0 > ED 1 > ED 2 > SED > DECRQSS on DECSCA > ICH move+erase emuation > DCH move+erase emulation ** t/14state_encoding.test ** > Default > Designate G0=UK > Designate G0=DEC drawing > Designate G1 + LS1 > LS0 > Designate G2 + LS2 > Designate G3 + LS3 > SS2 > SS3 > LS1R > LS2R > LS3R > Mixed US-ASCII and UTF-8 ** t/15state_mode.test ** > Insert/Replace Mode > Insert mode only happens once for UTF-8 combining > Newline/Linefeed mode > DEC origin mode > DECRQM on DECOM > Origin mode with DECSLRM > Origin mode bounds cursor to scrolling region > Origin mode without scroll region ** t/16state_resize.test ** > Placement > Resize > Resize without reset > Resize shrink moves cursor > Resize grow doesn't cancel phantom ** t/17state_mouse.test ** > DECRQM on with mouse off > Mouse in simple button report mode > Press 1 > Release 1 > Ctrl-Press 1 > Button 2 > Position > Wheel events > DECRQM on mouse button mode > Drag events > DECRQM on mouse drag mode > Non-drag motion events > DECRQM on mouse motion mode > Bounds checking > DECRQM on standard encoding mode > UTF-8 extended encoding mode > DECRQM on UTF-8 extended encoding mode > SGR extended encoding mode > DECRQM on SGR extended encoding mode > rxvt extended encoding mode > DECRQM on rxvt extended encoding mode ** t/18state_termprops.test ** > Cursor visibility > Cursor blink > Cursor shape > Title ** t/20state_wrapping.test ** > 79th Column > 80th Column Phantom > Line Wraparound > Line Wraparound during combined write > DEC Auto Wrap Mode > 80th column causes linefeed on wraparound > 80th column phantom linefeed phantom cancelled by explicit cursor move ** t/21state_tabstops.test ** > Initial > HTS > TBC 0 > TBC 3 > Tabstops after resize ** t/22state_save.test ** > Set up state > Save > Change state > Restore > Save/restore using DECSC/DECRC > Save twice, restore twice happens on both edge transitions ** t/25state_input.test ** > Unmodified ASCII > Ctrl modifier on ASCII letters > Alt modifier on ASCII letters > Ctrl-Alt modifier on ASCII letters > Special handling of Ctrl-I > Special handling of Space > Cursor keys in reset (cursor) mode > Cursor keys in application mode > Shift-Tab should be different > Enter in linefeed mode > Enter in newline mode > Keypad in DECKPNM > Keypad in DECKPAM > Bracketed paste mode off > Bracketed paste mode on > Focus reporting disabled > Focus reporting enabled ** t/26state_query.test ** > DA > DSR > CPR > DECCPR > DECRQSS on DECSCUSR > DECRQSS on SGR > DECRQSS on SGR ANSI colours > DECRQSS on SGR ANSI hi-bright colours > DECRQSS on SGR 256-palette colours > DECRQSS on SGR RGB8 colours > S8C1T on DSR > Truncation on attempted buffer overflow ** t/27state_reset.test ** > RIS homes cursor > RIS cancels scrolling region > RIS erases screen > RIS clears tabstops ** t/28state_dbl_wh.test ** > Single Width, Single Height > Double Width, Single Height > Double Height > Double Width scrolling ** t/29state_fallback.test ** > Unrecognised control > Unrecognised CSI > Unrecognised OSC > Unrecognised DCS ** t/30pen.test ** > Reset > Bold > Underline > Italic > Blink > Reverse > Font Selection > Foreground > Background > Bold+ANSI colour == highbright ** t/40screen_ascii.test ** > Get > Erase > Copycell > Space padding > Linefeed padding > Altscreen ** t/41screen_unicode.test ** > Single width UTF-8 > Wide char > Combining char > 10 combining accents should not crash > 40 combining accents in two split writes of 20 should not crash > Outputting CJK doublewidth in 80th column should wraparound to next line and not crash" ** t/42screen_damage.test ** > Putglyph > Erase > Scroll damages entire line in two chunks > Scroll down damages entire screen in two chunks > Altscreen damages entire area > Scroll invokes moverect but not damage > Merge to cells > Merge entire rows > Merge entire screen > Merge entire screen with moverect > Merge scroll > Merge scroll with damage > Merge scroll with damage past region > Damage entirely outside scroll region > Damage overlapping scroll region > Merge scroll*2 with damage ** t/43screen_resize.test ** > Resize wider preserves cells > Resize wider allows print in new area > Resize shorter with blanks just truncates > Resize shorter with content must scroll > Resize shorter does not lose line with cursor > Resize taller attempts to pop scrollback ** t/44screen_pen.test ** > Plain > Bold > Italic > Underline > Reset > Font > Foreground > Background > EL sets reverse and colours to end of line > DECSCNM xors reverse for entire screen ** t/45screen_protect.test ** > Selective erase > Non-selective erase ** t/46screen_extent.test ** > Bold extent ** t/47screen_dbl_wh.test ** > Single Width, Single Height > Double Width, Single Height > Double Height > Late change ** t/48screen_termprops.test ** > Cursor visibility > Title ** t/90vttest_01-movement-1.test ** > Output ** t/90vttest_01-movement-2.test ** > Output ** t/90vttest_01-movement-3.test ** > Output ** t/90vttest_01-movement-4.test ** > Output ** t/90vttest_02-screen-1.test ** > Output ** t/90vttest_02-screen-2.test ** > Output ** t/90vttest_02-screen-3.test ** > Output ** t/90vttest_02-screen-4.test ** > Output ** t/92lp1640917.test ** > Mouse reporting should not break by idempotent DECSM 1002 make[2]: Leaving directory '/tmp/vim-8.2.0190/src/libvterm' make -f Makefile vim make[2]: Entering directory '/tmp/vim-8.2.0190/src' gcc -c -I. -Iproto -DHAVE_CONFIG_H -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 version.c -o objects/version.o link.sh: $LINK_AS_NEEDED set to 'yes': invoking linker directly. gcc -L/usr/local/lib -Wl,--as-needed -o vim objects/arabic.o objects/arglist.o objects/autocmd.o objects/beval.o objects/buffer.o objects/change.o objects/blob.o objects/blowfish.o objects/cindent.o objects/cmdexpand.o objects/cmdhist.o objects/crypt.o objects/crypt_zip.o objects/debugger.o objects/dict.o objects/diff.o objects/digraph.o objects/drawline.o objects/drawscreen.o objects/edit.o objects/eval.o objects/evalbuffer.o objects/evalfunc.o objects/evalvars.o objects/evalwindow.o objects/ex_cmds.o objects/ex_cmds2.o objects/ex_docmd.o objects/ex_eval.o objects/ex_getln.o objects/fileio.o objects/filepath.o objects/findfile.o objects/fold.o objects/getchar.o objects/hardcopy.o objects/hashtab.o objects/highlight.o objects/if_cscope.o objects/if_xcmdsrv.o objects/indent.o objects/insexpand.o objects/list.o objects/map.o objects/mark.o objects/mbyte.o objects/memline.o objects/menu.o objects/misc1.o objects/misc2.o objects/mouse.o objects/move.o objects/normal.o objects/ops.o objects/option.o objects/optionstr.o objects/os_unix.o objects/pathdef.o objects/popupmenu.o objects/popupwin.o objects/profiler.o objects/pty.o objects/quickfix.o objects/regexp.o objects/register.o objects/screen.o objects/scriptfile.o objects/search.o objects/session.o objects/sha256.o objects/sign.o objects/sound.o objects/spell.o objects/spellfile.o objects/spellsuggest.o objects/syntax.o objects/tag.o objects/term.o objects/terminal.o objects/testing.o objects/textprop.o objects/ui.o objects/undo.o objects/usercmd.o objects/userfunc.o objects/version.o objects/vim9compile.o objects/vim9execute.o objects/vim9script.o objects/viminfo.o objects/window.o objects/bufwrite.o objects/vterm_encoding.o objects/vterm_keyboard.o objects/vterm_mouse.o objects/vterm_parser.o objects/vterm_pen.o objects/vterm_screen.o objects/vterm_state.o objects/vterm_unicode.o objects/vterm_vterm.o objects/netbeans.o objects/channel.o objects/xdiffi.o objects/xemit.o objects/xprepare.o objects/xutils.o objects/xhistogram.o objects/xpatience.o objects/charset.o objects/json.o objects/main.o objects/memfile.o objects/message.o -lm -lncurses -lelf -lacl -lattr -ldl link.sh: Linked fine make[2]: Leaving directory '/tmp/vim-8.2.0190/src' if test -n "yes" -a -f po/Makefile; then \ cd po; make -f Makefile check VIM=../vim; \ fi make[2]: Entering directory '/tmp/vim-8.2.0190/src/po' ../vim -u NONE -e -X -S check.vim -c "if error == 0 | q | endif" -c cq af.po touch af.ck ../vim -u NONE -e -X -S check.vim -c "if error == 0 | q | endif" -c cq ca.po touch ca.ck ../vim -u NONE -e -X -S check.vim -c "if error == 0 | q | endif" -c cq cs.po touch cs.ck ../vim -u NONE -e -X -S check.vim -c "if error == 0 | q | endif" -c cq cs.cp1250.po touch cs.cp1250.ck ../vim -u NONE -e -X -S check.vim -c "if error == 0 | q | endif" -c cq da.po touch da.ck ../vim -u NONE -e -X -S check.vim -c "if error == 0 | q | endif" -c cq de.po touch de.ck ../vim -u NONE -e -X -S check.vim -c "if error == 0 | q | endif" -c cq en_GB.po touch en_GB.ck ../vim -u NONE -e -X -S check.vim -c "if error == 0 | q | endif" -c cq eo.po touch eo.ck ../vim -u NONE -e -X -S check.vim -c "if error == 0 | q | endif" -c cq es.po touch es.ck ../vim -u NONE -e -X -S check.vim -c "if error == 0 | q | endif" -c cq fi.po touch fi.ck ../vim -u NONE -e -X -S check.vim -c "if error == 0 | q | endif" -c cq fr.po touch fr.ck ../vim -u NONE -e -X -S check.vim -c "if error == 0 | q | endif" -c cq ga.po touch ga.ck ../vim -u NONE -e -X -S check.vim -c "if error == 0 | q | endif" -c cq it.po touch it.ck ../vim -u NONE -e -X -S check.vim -c "if error == 0 | q | endif" -c cq ja.po touch ja.ck ../vim -u NONE -e -X -S check.vim -c "if error == 0 | q | endif" -c cq ja.euc-jp.po touch ja.euc-jp.ck ../vim -u NONE -e -X -S check.vim -c "if error == 0 | q | endif" -c cq ja.sjis.po touch ja.sjis.ck ../vim -u NONE -e -X -S check.vim -c "if error == 0 | q | endif" -c cq ko.UTF-8.po touch ko.UTF-8.ck ../vim -u NONE -e -X -S check.vim -c "if error == 0 | q | endif" -c cq ko.po touch ko.ck ../vim -u NONE -e -X -S check.vim -c "if error == 0 | q | endif" -c cq lv.po touch lv.ck ../vim -u NONE -e -X -S check.vim -c "if error == 0 | q | endif" -c cq nb.po touch nb.ck ../vim -u NONE -e -X -S check.vim -c "if error == 0 | q | endif" -c cq nl.po touch nl.ck ../vim -u NONE -e -X -S check.vim -c "if error == 0 | q | endif" -c cq no.po touch no.ck ../vim -u NONE -e -X -S check.vim -c "if error == 0 | q | endif" -c cq pl.UTF-8.po touch pl.UTF-8.ck ../vim -u NONE -e -X -S check.vim -c "if error == 0 | q | endif" -c cq pl.po touch pl.ck ../vim -u NONE -e -X -S check.vim -c "if error == 0 | q | endif" -c cq pl.cp1250.po touch pl.cp1250.ck ../vim -u NONE -e -X -S check.vim -c "if error == 0 | q | endif" -c cq pt_BR.po touch pt_BR.ck ../vim -u NONE -e -X -S check.vim -c "if error == 0 | q | endif" -c cq ru.po touch ru.ck ../vim -u NONE -e -X -S check.vim -c "if error == 0 | q | endif" -c cq ru.cp1251.po touch ru.cp1251.ck ../vim -u NONE -e -X -S check.vim -c "if error == 0 | q | endif" -c cq sk.po touch sk.ck ../vim -u NONE -e -X -S check.vim -c "if error == 0 | q | endif" -c cq sk.cp1250.po touch sk.cp1250.ck ../vim -u NONE -e -X -S check.vim -c "if error == 0 | q | endif" -c cq sr.po touch sr.ck ../vim -u NONE -e -X -S check.vim -c "if error == 0 | q | endif" -c cq sv.po touch sv.ck ../vim -u NONE -e -X -S check.vim -c "if error == 0 | q | endif" -c cq tr.po touch tr.ck ../vim -u NONE -e -X -S check.vim -c "if error == 0 | q | endif" -c cq uk.po touch uk.ck ../vim -u NONE -e -X -S check.vim -c "if error == 0 | q | endif" -c cq uk.cp1251.po touch uk.cp1251.ck ../vim -u NONE -e -X -S check.vim -c "if error == 0 | q | endif" -c cq vi.po touch vi.ck ../vim -u NONE -e -X -S check.vim -c "if error == 0 | q | endif" -c cq zh_CN.UTF-8.po touch zh_CN.UTF-8.ck ../vim -u NONE -e -X -S check.vim -c "if error == 0 | q | endif" -c cq zh_CN.po touch zh_CN.ck ../vim -u NONE -e -X -S check.vim -c "if error == 0 | q | endif" -c cq zh_CN.cp936.po touch zh_CN.cp936.ck ../vim -u NONE -e -X -S check.vim -c "if error == 0 | q | endif" -c cq zh_TW.UTF-8.po touch zh_TW.UTF-8.ck ../vim -u NONE -e -X -S check.vim -c "if error == 0 | q | endif" -c cq zh_TW.po touch zh_TW.ck make[2]: Leaving directory '/tmp/vim-8.2.0190/src/po' if test vim != vim -a ! -r vim; then \ ln -s vim vim; \ fi cd testdir; make -f Makefile VIMPROG=../vim SCRIPTSOURCE=../../runtime make[2]: Entering directory '/tmp/vim-8.2.0190/src/testdir' rm -f test.log messages rm -rf test1.failed test.out X* viminfo tiny.vim small.vim mbyte.vim mzscheme.vim test.ok benchmark.out wrongtermsize VIMRUNTIME=../../runtime ../vim -f -u unix.vim -U NONE --noplugin --not-a-term -s dotest.in test1.in --cmd 'au SwapExists * let v:swapchoice = "e"' > /dev/null rm -rf X* viminfo rm -rf test42.failed test.ok test.out X* viminfo cp test42.ok test.ok # Sleep a moment to avoid that the xterm title is messed up. # 200 msec is sufficient, but only modern sleep supports a fraction of # a second, fall back to a second if it fails. VIMRUNTIME=../../runtime ../vim -f -u unix.vim -U NONE --noplugin --not-a-term -s dotest.in test42.in --cmd 'au SwapExists * let v:swapchoice = "e"' > /dev/null # For flaky tests retry one time. No tests at the moment. #@/bin/sh -c "if test -f test.out -a test42 = test61; then \ # if diff test.out test42.ok; \ # then echo flaky test ok first time; \ # else rm -rf test42.failed test.out X* viminfo; \ # VIMRUNTIME=../../runtime ../vim -f -u unix.vim -U NONE --noplugin --not-a-term -s dotest.in test42.in; \ # fi \ # fi" # Check if the test.out file matches test.ok. rm -rf X* test.ok viminfo rm -rf test44.failed test.ok test.out X* viminfo cp test44.ok test.ok # Sleep a moment to avoid that the xterm title is messed up. # 200 msec is sufficient, but only modern sleep supports a fraction of # a second, fall back to a second if it fails. VIMRUNTIME=../../runtime ../vim -f -u unix.vim -U NONE --noplugin --not-a-term -s dotest.in test44.in --cmd 'au SwapExists * let v:swapchoice = "e"' > /dev/null # For flaky tests retry one time. No tests at the moment. #@/bin/sh -c "if test -f test.out -a test44 = test61; then \ # if diff test.out test44.ok; \ # then echo flaky test ok first time; \ # else rm -rf test44.failed test.out X* viminfo; \ # VIMRUNTIME=../../runtime ../vim -f -u unix.vim -U NONE --noplugin --not-a-term -s dotest.in test44.in; \ # fi \ # fi" # Check if the test.out file matches test.ok. rm -rf X* test.ok viminfo rm -rf test70.failed test.ok test.out X* viminfo cp test70.ok test.ok # Sleep a moment to avoid that the xterm title is messed up. # 200 msec is sufficient, but only modern sleep supports a fraction of # a second, fall back to a second if it fails. VIMRUNTIME=../../runtime ../vim -f -u unix.vim -U NONE --noplugin --not-a-term -s dotest.in test70.in --cmd 'au SwapExists * let v:swapchoice = "e"' > /dev/null # For flaky tests retry one time. No tests at the moment. #@/bin/sh -c "if test -f test.out -a test70 = test61; then \ # if diff test.out test70.ok; \ # then echo flaky test ok first time; \ # else rm -rf test70.failed test.out X* viminfo; \ # VIMRUNTIME=../../runtime ../vim -f -u unix.vim -U NONE --noplugin --not-a-term -s dotest.in test70.in; \ # fi \ # fi" # Check if the test.out file matches test.ok. rm -rf X* test.ok viminfo rm -rf test99.failed test.ok test.out X* viminfo cp test99.ok test.ok # Sleep a moment to avoid that the xterm title is messed up. # 200 msec is sufficient, but only modern sleep supports a fraction of # a second, fall back to a second if it fails. VIMRUNTIME=../../runtime ../vim -f -u unix.vim -U NONE --noplugin --not-a-term -s dotest.in test99.in --cmd 'au SwapExists * let v:swapchoice = "e"' > /dev/null # For flaky tests retry one time. No tests at the moment. #@/bin/sh -c "if test -f test.out -a test99 = test61; then \ # if diff test.out test99.ok; \ # then echo flaky test ok first time; \ # else rm -rf test99.failed test.out X* viminfo; \ # VIMRUNTIME=../../runtime ../vim -f -u unix.vim -U NONE --noplugin --not-a-term -s dotest.in test99.in; \ # fi \ # fi" # Check if the test.out file matches test.ok. rm -rf X* test.ok viminfo rm -rf test_eval.failed test.ok test.out X* viminfo cp test_eval.ok test.ok # Sleep a moment to avoid that the xterm title is messed up. # 200 msec is sufficient, but only modern sleep supports a fraction of # a second, fall back to a second if it fails. VIMRUNTIME=../../runtime ../vim -f -u unix.vim -U NONE --noplugin --not-a-term -s dotest.in test_eval.in --cmd 'au SwapExists * let v:swapchoice = "e"' > /dev/null # For flaky tests retry one time. No tests at the moment. #@/bin/sh -c "if test -f test.out -a test_eval = test61; then \ # if diff test.out test_eval.ok; \ # then echo flaky test ok first time; \ # else rm -rf test_eval.failed test.out X* viminfo; \ # VIMRUNTIME=../../runtime ../vim -f -u unix.vim -U NONE --noplugin --not-a-term -s dotest.in test_eval.in; \ # fi \ # fi" # Check if the test.out file matches test.ok. rm -rf X* test.ok viminfo rm -rf test52.failed test.ok test.out X* viminfo cp test52.ok test.ok # Sleep a moment to avoid that the xterm title is messed up. # 200 msec is sufficient, but only modern sleep supports a fraction of # a second, fall back to a second if it fails. VIMRUNTIME=../../runtime ../vim -f -u unix.vim -U NONE --noplugin --not-a-term -s dotest.in test52.in --cmd 'au SwapExists * let v:swapchoice = "e"' > /dev/null # For flaky tests retry one time. No tests at the moment. #@/bin/sh -c "if test -f test.out -a test52 = test61; then \ # if diff test.out test52.ok; \ # then echo flaky test ok first time; \ # else rm -rf test52.failed test.out X* viminfo; \ # VIMRUNTIME=../../runtime ../vim -f -u unix.vim -U NONE --noplugin --not-a-term -s dotest.in test52.in; \ # fi \ # fi" # Check if the test.out file matches test.ok. rm -rf X* test.ok viminfo rm -rf test86.failed test.ok test.out X* viminfo cp test86.ok test.ok # Sleep a moment to avoid that the xterm title is messed up. # 200 msec is sufficient, but only modern sleep supports a fraction of # a second, fall back to a second if it fails. VIMRUNTIME=../../runtime ../vim -f -u unix.vim -U NONE --noplugin --not-a-term -s dotest.in test86.in --cmd 'au SwapExists * let v:swapchoice = "e"' > /dev/null # For flaky tests retry one time. No tests at the moment. #@/bin/sh -c "if test -f test.out -a test86 = test61; then \ # if diff test.out test86.ok; \ # then echo flaky test ok first time; \ # else rm -rf test86.failed test.out X* viminfo; \ # VIMRUNTIME=../../runtime ../vim -f -u unix.vim -U NONE --noplugin --not-a-term -s dotest.in test86.in; \ # fi \ # fi" # Check if the test.out file matches test.ok. rm -rf X* test.ok viminfo rm -rf test87.failed test.ok test.out X* viminfo cp test87.ok test.ok # Sleep a moment to avoid that the xterm title is messed up. # 200 msec is sufficient, but only modern sleep supports a fraction of # a second, fall back to a second if it fails. VIMRUNTIME=../../runtime ../vim -f -u unix.vim -U NONE --noplugin --not-a-term -s dotest.in test87.in --cmd 'au SwapExists * let v:swapchoice = "e"' > /dev/null # For flaky tests retry one time. No tests at the moment. #@/bin/sh -c "if test -f test.out -a test87 = test61; then \ # if diff test.out test87.ok; \ # then echo flaky test ok first time; \ # else rm -rf test87.failed test.out X* viminfo; \ # VIMRUNTIME=../../runtime ../vim -f -u unix.vim -U NONE --noplugin --not-a-term -s dotest.in test87.in; \ # fi \ # fi" # Check if the test.out file matches test.ok. rm -rf X* test.ok viminfo rm -rf test49.failed test.ok test.out X* viminfo cp test49.ok test.ok # Sleep a moment to avoid that the xterm title is messed up. # 200 msec is sufficient, but only modern sleep supports a fraction of # a second, fall back to a second if it fails. VIMRUNTIME=../../runtime ../vim -f -u unix.vim -U NONE --noplugin --not-a-term -s dotest.in test49.in --cmd 'au SwapExists * let v:swapchoice = "e"' > /dev/null Press ENTER or type command to continue Press ENTER or type command to continue shell returned 1 Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue shell returned 1 Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue shell returned 1 Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue shell returned 1 Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue shell returned 1 Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue shell returned 1 Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue shell returned 1 Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue shell returned 1 Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue shell returned 1 Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue shell returned 1 Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue shell returned 1 Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue shell returned 1 Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue shell returned 1 Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue shell returned 1 Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue shell returned 1 Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue shell returned 1 Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue shell returned 1 Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue shell returned 1 Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue shell returned 1 Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue shell returned 1 Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue shell returned 1 Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue shell returned 1 Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue shell returned 1 Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue shell returned 1 Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue shell returned 1 Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue shell returned 1 Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue shell returned 1 Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue shell returned 1 Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue shell returned 1 Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue shell returned 1 Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue shell returned 1 Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue shell returned 1 Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue shell returned 1 Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue shell returned 1 Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue shell returned 1 Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue shell returned 1 Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue shell returned 1 Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue shell returned 1 Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue shell returned 1 Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue shell returned 1 Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue shell returned 1 Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue shell returned 1 Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue shell returned 1 Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue shell returned 1 Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue shell returned 1 Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue shell returned 1 Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue shell returned 1 Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue shell returned 1 Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue shell returned 1 Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue shell returned 1 Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue shell returned 1 Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue shell returned 1 Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue shell returned 1 Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue shell returned 1 Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue shell returned 1 Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue shell returned 1 Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue shell returned 1 Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue shell returned 1 Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue shell returned 1 Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue shell returned 1 Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue shell returned 1 Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue shell returned 1 Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue shell returned 1 Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue shell returned 1 Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue shell returned 1 Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue shell returned 1 Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue shell returned 1 Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue shell returned 1 Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue shell returned 1 Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue shell returned 1 Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue shell returned 1 Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue shell returned 1 Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue shell returned 1 Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue shell returned 1 Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue shell returned 1 Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue shell returned 1 Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue shell returned 1 Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue shell returned 1 Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue shell returned 1 Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue shell returned 1 Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue shell returned 1 Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue shell returned 1 Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue shell returned 1 Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue shell returned 1 Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue shell returned 1 Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue shell returned 1 Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue shell returned 1 Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue shell returned 1 Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue shell returned 1 Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue shell returned 1 Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue shell returned 1 Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue shell returned 1 Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue shell returned 1 Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue Press ENTER or type command to continue # For flaky tests retry one time. No tests at the moment. #@/bin/sh -c "if test -f test.out -a test49 = test61; then \ # if diff test.out test49.ok; \ # then echo flaky test ok first time; \ # else rm -rf test49.failed test.out X* viminfo; \ # VIMRUNTIME=../../runtime ../vim -f -u unix.vim -U NONE --noplugin --not-a-term -s dotest.in test49.in; \ # fi \ # fi" # Check if the test.out file matches test.ok. rm -rf X* test.ok viminfo rm -rf test59.failed test.ok test.out X* viminfo cp test59.ok test.ok # Sleep a moment to avoid that the xterm title is messed up. # 200 msec is sufficient, but only modern sleep supports a fraction of # a second, fall back to a second if it fails. VIMRUNTIME=../../runtime ../vim -f -u unix.vim -U NONE --noplugin --not-a-term -s dotest.in test59.in --cmd 'au SwapExists * let v:swapchoice = "e"' > /dev/null # For flaky tests retry one time. No tests at the moment. #@/bin/sh -c "if test -f test.out -a test59 = test61; then \ # if diff test.out test59.ok; \ # then echo flaky test ok first time; \ # else rm -rf test59.failed test.out X* viminfo; \ # VIMRUNTIME=../../runtime ../vim -f -u unix.vim -U NONE --noplugin --not-a-term -s dotest.in test59.in; \ # fi \ # fi" # Check if the test.out file matches test.ok. rm -rf X* test.ok viminfo VIMRUNTIME=../../runtime ../vim -f -u unix.vim -U NONE --noplugin --not-a-term -S runtest.vim test_arabic.vim --cmd 'au SwapExists * let v:swapchoice = "e"' > /dev/null VIMRUNTIME=../../runtime ../vim -f -u unix.vim -U NONE --noplugin --not-a-term -S runtest.vim test_arglist.vim --cmd 'au SwapExists * let v:swapchoice = "e"' > /dev/null VIMRUNTIME=../../runtime ../vim -f -u unix.vim -U NONE --noplugin --not-a-term -S runtest.vim test_assert.vim --cmd 'au SwapExists * let v:swapchoice = "e"' > /dev/null VIMRUNTIME=../../runtime ../vim -f -u unix.vim -U NONE --noplugin --not-a-term -S runtest.vim test_autochdir.vim --cmd 'au SwapExists * let v:swapchoice = "e"' > /dev/null VIMRUNTIME=../../runtime ../vim -f -u unix.vim -U NONE --noplugin --not-a-term -S runtest.vim test_autocmd.vim --cmd 'au SwapExists * let v:swapchoice = "e"' > /dev/null make[2]: *** [Makefile:166: test_autocmd.res] Error 1 make[2]: Leaving directory '/tmp/vim-8.2.0190/src/testdir' make[1]: *** [Makefile:2218: scripttests] Error 2 make[1]: Leaving directory '/tmp/vim-8.2.0190/src' make: *** [Makefile:39: test] Error 2
-- http://lists.linuxfromscratch.org/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page Do not top post on this list. A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? http://en.wikipedia.org/wiki/Posting_style
