Skip to content

Instantly share code, notes, and snippets.

@kashewnuts
Created November 3, 2019 06:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kashewnuts/06d75ac8631fcc87950b3dd031e9f2e4 to your computer and use it in GitHub Desktop.
Save kashewnuts/06d75ac8631fcc87950b3dd031e9f2e4 to your computer and use it in GitHub Desktop.
vim make test log
kashew@ThinkPad:src (master)$
make test
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_GTK -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -O2 -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/json_test.o json_test.c
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_GTK -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -O2 -fno-strength-reduce -Wall -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/memline.o objects/menu.o objects/misc1.o objects/misc2.o objects/mouse.o objects/move.o objects/mbyte.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/scriptfile.o objects/screen.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/viminfo.o objects/window.o objects/bufwrite.o objects/gui.o objects/gui_gtk.o objects/gui_gtk_x11.o objects/gui_gtk_f.o objects/gui_beval.o objects/gui_gtk_gresources.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 -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lSM -lICE -lXpm -lXt -lX11 -lXdmcp -lSM -lICE -lm -ltinfo -lnsl -ldl
link.sh: Linked fine
./json_test || exit 1; echo passed;
passed
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_GTK -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -O2 -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/kword_test.o kword_test.c
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_GTK -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -O2 -fno-strength-reduce -Wall -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/memline.o objects/menu.o objects/misc1.o objects/misc2.o objects/mouse.o objects/move.o objects/mbyte.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/scriptfile.o objects/screen.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/viminfo.o objects/window.o objects/bufwrite.o objects/gui.o objects/gui_gtk.o objects/gui_gtk_x11.o objects/gui_gtk_f.o objects/gui_beval.o objects/gui_gtk_gresources.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 -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lSM -lICE -lXpm -lXt -lX11 -lXdmcp -lSM -lICE -lm -ltinfo -lnsl -ldl
link.sh: Linked fine
./kword_test || exit 1; echo passed;
passed
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_GTK -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -O2 -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/memfile_test.o memfile_test.c
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_GTK -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -O2 -fno-strength-reduce -Wall -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/memline.o objects/menu.o objects/misc1.o objects/misc2.o objects/mouse.o objects/move.o objects/mbyte.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/scriptfile.o objects/screen.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/viminfo.o objects/window.o objects/bufwrite.o objects/gui.o objects/gui_gtk.o objects/gui_gtk_x11.o objects/gui_gtk_f.o objects/gui_beval.o objects/gui_gtk_gresources.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 -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lSM -lICE -lXpm -lXt -lX11 -lXdmcp -lSM -lICE -lm -ltinfo -lnsl -ldl
link.sh: Linked fine
./memfile_test || exit 1; echo passed;
passed
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_GTK -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -O2 -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/message_test.o message_test.c
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_GTK -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -O2 -fno-strength-reduce -Wall -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/memline.o objects/menu.o objects/misc1.o objects/misc2.o objects/mouse.o objects/move.o objects/mbyte.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/scriptfile.o objects/screen.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/viminfo.o objects/window.o objects/bufwrite.o objects/gui.o objects/gui_gtk.o objects/gui_gtk_x11.o objects/gui_gtk_f.o objects/gui_beval.o objects/gui_gtk_gresources.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 -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lSM -lICE -lXpm -lXt -lX11 -lXdmcp -lSM -lICE -lm -ltinfo -lnsl -ldl
link.sh: Linked fine
./message_test || exit 1; echo passed;
passed
make[1]: ディレクトリ '/home/kashew/projects/github.com/vim/vim/src/libvterm' に入ります
libtool --quiet --mode=compile --tag=CC gcc -O2 -fno-strength-reduce -Wall -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 -O2 -fno-strength-reduce -Wall -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 -O2 -fno-strength-reduce -Wall -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 -O2 -fno-strength-reduce -Wall -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 -O2 -fno-strength-reduce -Wall -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 -O2 -fno-strength-reduce -Wall -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 -O2 -fno-strength-reduce -Wall -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 -O2 -fno-strength-reduce -Wall -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 -O2 -fno-strength-reduce -Wall -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
ar: `u' modifier ignored since `D' is the default (see `U')
libtool --quiet --mode=compile --tag=CC gcc -O2 -fno-strength-reduce -Wall -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 -O2 -fno-strength-reduce -Wall -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 Horizonal 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
> Outputing 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[1]: ディレクトリ '/home/kashew/projects/github.com/vim/vim/src/libvterm' から出ます
make -f Makefile vim
make[1]: ディレクトリ '/home/kashew/projects/github.com/vim/vim/src' に入ります
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_GTK -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -O2 -fno-strength-reduce -Wall -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/memline.o objects/menu.o objects/misc1.o objects/misc2.o objects/mouse.o objects/move.o objects/mbyte.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/scriptfile.o objects/screen.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/viminfo.o objects/window.o objects/bufwrite.o objects/gui.o objects/gui_gtk.o objects/gui_gtk_x11.o objects/gui_gtk_f.o objects/gui_beval.o objects/gui_gtk_gresources.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 -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lSM -lICE -lXpm -lXt -lX11 -lXdmcp -lSM -lICE -lm -ltinfo -lnsl -ldl
link.sh: Linked fine
make[1]: ディレクトリ '/home/kashew/projects/github.com/vim/vim/src' から出ます
if test -n "yes" -a -f po/Makefile; then \
cd po; make -f Makefile check VIM=../vim; \
fi
make[1]: ディレクトリ '/home/kashew/projects/github.com/vim/vim/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[1]: ディレクトリ '/home/kashew/projects/github.com/vim/vim/src/po' から出ます
if test vim != vim -a ! -r vim; then \
ln -s vim vim; \
fi
cd testdir; make -f Makefile gui VIMPROG=../vim SCRIPTSOURCE=../../runtime
make[1]: ディレクトリ '/home/kashew/projects/github.com/vim/vim/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 test39.failed test.ok test.out X* viminfo
cp test39.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 test39.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 test39 = test61; then \
# if diff test.out test39.ok; \
# then echo flaky test ok first time; \
# else rm -rf test39.failed test.out X* viminfo; \
# VIMRUNTIME=../../runtime ../vim -f -u unix.vim -U NONE --noplugin --not-a-term -s dotest.in test39.in; \
# fi \
# fi"
# Check if the test.out file matches test.ok.
rm -rf X* test.ok 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 test48.failed test.ok test.out X* viminfo
cp test48.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 test48.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 test48 = test61; then \
# if diff test.out test48.ok; \
# then echo flaky test ok first time; \
# else rm -rf test48.failed test.out X* viminfo; \
# VIMRUNTIME=../../runtime ../vim -f -u unix.vim -U NONE --noplugin --not-a-term -s dotest.in test48.in; \
# fi \
# fi"
# Check if the test.out file matches test.ok.
rm -rf X* test.ok viminfo
rm -rf test64.failed test.ok test.out X* viminfo
cp test64.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 test64.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 test64 = test61; then \
# if diff test.out test64.ok; \
# then echo flaky test ok first time; \
# else rm -rf test64.failed test.out X* viminfo; \
# VIMRUNTIME=../../runtime ../vim -f -u unix.vim -U NONE --noplugin --not-a-term -s dotest.in test64.in; \
# fi \
# fi"
# Check if the test.out file matches test.ok.
rm -rf X* test.ok viminfo
rm -rf test69.failed test.ok test.out X* viminfo
cp test69.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 test69.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 test69 = test61; then \
# if diff test.out test69.ok; \
# then echo flaky test ok first time; \
# else rm -rf test69.failed test.out X* viminfo; \
# VIMRUNTIME=../../runtime ../vim -f -u unix.vim -U NONE --noplugin --not-a-term -s dotest.in test69.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 test88.failed test.ok test.out X* viminfo
cp test88.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 test88.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 test88 = test61; then \
# if diff test.out test88.ok; \
# then echo flaky test ok first time; \
# else rm -rf test88.failed test.out X* viminfo; \
# VIMRUNTIME=../../runtime ../vim -f -u unix.vim -U NONE --noplugin --not-a-term -s dotest.in test88.in; \
# fi \
# fi"
# Check if the test.out file matches test.ok.
rm -rf X* test.ok viminfo
rm -rf test94.failed test.ok test.out X* viminfo
cp test94.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 test94.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 test94 = test61; then \
# if diff test.out test94.ok; \
# then echo flaky test ok first time; \
# else rm -rf test94.failed test.out X* viminfo; \
# VIMRUNTIME=../../runtime ../vim -f -u unix.vim -U NONE --noplugin --not-a-term -s dotest.in test94.in; \
# fi \
# fi"
# Check if the test.out file matches test.ok.
rm -rf X* test.ok viminfo
rm -rf test95.failed test.ok test.out X* viminfo
cp test95.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 test95.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 test95 = test61; then \
# if diff test.out test95.ok; \
# then echo flaky test ok first time; \
# else rm -rf test95.failed test.out X* viminfo; \
# VIMRUNTIME=../../runtime ../vim -f -u unix.vim -U NONE --noplugin --not-a-term -s dotest.in test95.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
rm -rf test72.failed test.ok test.out X* viminfo
cp test72.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 test72.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 test72 = test61; then \
# if diff test.out test72.ok; \
# then echo flaky test ok first time; \
# else rm -rf test72.failed test.out X* viminfo; \
# VIMRUNTIME=../../runtime ../vim -f -u unix.vim -U NONE --noplugin --not-a-term -s dotest.in test72.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
VIMRUNTIME=../../runtime ../vim -f -u unix.vim -U NONE --noplugin --not-a-term -S runtest.vim test_autoload.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_backspace_opt.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_balloon.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_balloon_gui.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_blob.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_blockedit.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_breakindent.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_bufwintabinfo.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_cdo.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_changelist.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_channel.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_charsearch.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_checkpath.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_cindent.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_clientserver.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_close_count.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_cmdline.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_command_count.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_comparators.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_conceal.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_const.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_crypt.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_cscope.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_curswant.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_debugger.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_diffmode.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_digraph.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_display.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_edit.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_environ.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_erasebackword.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_escaped_glob.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_eval_stuff.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_excmd.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_exec_while_if.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_exists.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_exists_autocmd.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_exit.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_file_size.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_filechanged.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_find_complete.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_fixeol.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_fnameescape.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_fold.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_getcwd.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_getvar.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_gf.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_gn.vim --cmd 'au SwapExists * let v:swapchoice = "e"' > /dev/null
VIMRUNTIME=../../runtime ../vim -f -u unix.vim -u NONE -U NONE --noplugin --not-a-term -S runtest.vim test_gui.vim
VIMRUNTIME=../../runtime ../vim -f -u unix.vim -u gui_preinit.vim -U gui_init.vim --noplugin --not-a-term -S runtest.vim test_gui_init.vim
VIMRUNTIME=../../runtime ../vim -f -u unix.vim -U NONE --noplugin --not-a-term -S runtest.vim test_hardcopy.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_help.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_hide.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_highlight.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_history.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_hlsearch.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_iminsert.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_increment.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_increment_dbcs.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_ins_complete.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_job_fails.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_json.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_jumplist.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_langmap.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_let.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_lineending.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_listchars.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_listdict.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_listener.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_listlbr.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_lua.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_makeencoding.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_man.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_maparg.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_mapping.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_marks.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_matchadd_conceal.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_memory_usage.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_method.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_mksession.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_nested_function.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_netbeans.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_normal.vim --cmd 'au SwapExists * let v:swapchoice = "e"' > /dev/null
[No write since last change]
Press ENTER or type command to continue
[No write since last change]
Press ENTER or type command to continue
VIMRUNTIME=../../runtime ../vim -f -u unix.vim -U NONE --noplugin --not-a-term -S runtest.vim test_number.vim --cmd 'au SwapExists * let v:swapchoice = "e"' > /dev/null
../vim -u NONE -S gen_opt_test.vim --noplugin --not-a-term ../optiondefs.h
VIMRUNTIME=../../runtime ../vim -f -u unix.vim -U NONE --noplugin --not-a-term -S runtest.vim test_options.vim --cmd 'au SwapExists * let v:swapchoice = "e"' > /dev/null
E558: Terminal entry not found in terminfo
'' not known. Available builtin terminals are:
builtin_gui
builtin_amiga
builtin_beos-ansi
builtin_ansi
builtin_pcansi
builtin_win32
builtin_vt320
builtin_vt52
builtin_xterm
builtin_iris-ansi
builtin_debug
builtin_dumb
E558: Terminal entry not found in terminfo
'xxx' not known. Available builtin terminals are:
builtin_gui
builtin_amiga
builtin_beos-ansi
builtin_ansi
builtin_pcansi
builtin_win32
builtin_vt320
builtin_vt52
builtin_xterm
builtin_iris-ansi
builtin_debug
builtin_dumb
VIMRUNTIME=../../runtime ../vim -f -u unix.vim -U NONE --noplugin --not-a-term -S runtest.vim test_packadd.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_paste.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_perl.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_plus_arg_edit.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_popupwin.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_popupwin_textprop.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_preview.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_profile.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_prompt_buffer.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_python2.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_python3.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_pyx2.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_pyx3.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_quickfix.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_quotestar.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_regex_char_classes.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_registers.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_restricted.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_retab.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_ruby.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_scriptnames.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_scrollbind.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_search.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_search_stat.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_shortpathname.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_signals.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_signs.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_smartindent.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_sound.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_source.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_spell.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_spellfile.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_startup.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_stat.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_substitute.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_swap.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_syntax.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_system.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_tab.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_tcl.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_termcodes.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_termencoding.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_terminal.vim --cmd 'au SwapExists * let v:swapchoice = "e"' > /dev/null
Gtk-Message: 15:03:38.550: Failed to load module "canberra-gtk-module"
VIMRUNTIME=../../runtime ../vim -f -u unix.vim -U NONE --noplugin --not-a-term -S runtest.vim test_terminal_fail.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_textformat.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_textobjects.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_textprop.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_undo.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_user_func.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_usercommands.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_vartabs.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_viminfo.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_vimscript.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_visual.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_winbar.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_winbuf_close.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_window_id.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_windows_home.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_wordcount.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_writefile.vim --cmd 'au SwapExists * let v:swapchoice = "e"' > /dev/null
XXD=../xxd/xxd; export XXD; VIMRUNTIME=../../runtime ../vim -f -u unix.vim -U NONE --noplugin --not-a-term -S runtest.vim test_xxd.vim
VIMRUNTIME=../../runtime ../vim -f -u unix.vim -U NONE --noplugin --not-a-term -S runtest.vim test_alot_latin.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_alot_utf8.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_alot.vim --cmd 'au SwapExists * let v:swapchoice = "e"' > /dev/null
Press ENTER or type command to continue
Press ENTER or type command to continue
From test_arabic.vim:
Executed Test_arabic_input() in 0.001636 seconds
Executed Test_arabic_toggle() in 0.000457 seconds
Executed Test_arabic_toggle_keymap() in 0.000903 seconds
Executed Test_delcombine() in 0.001514 seconds
Executed Test_shape_combination_final() in 0.001024 seconds
Executed Test_shape_combination_isolated() in 0.001010 seconds
Executed Test_shape_final() in 0.006450 seconds
Executed Test_shape_initial() in 0.006279 seconds
Executed Test_shape_iso_to_medial() in 0.005832 seconds
Executed Test_shape_isolated() in 0.005614 seconds
Executed 10 tests in 0.036310 seconds
From test_arglist.vim:
Executed Test_arg_all_expand() in 0.003364 seconds
Executed Test_argadd() in 0.002101 seconds
Executed Test_argadd_empty_curbuf() in 0.003553 seconds
Executed Test_argc() in 0.000300 seconds
Executed Test_argdelete() in 0.000722 seconds
Executed Test_argdelete_completion() in 0.000524 seconds
Executed Test_argdo() in 0.000801 seconds
Executed Test_argedit() in 0.001535 seconds
Executed Test_argidx() in 0.000919 seconds
Executed Test_arglist_autocmd() in 0.010219 seconds
Executed Test_arglistid() in 0.000471 seconds
Executed Test_argpos() in 0.001263 seconds
Executed Test_args_with_quote() in 0.000334 seconds
Executed Test_argument() in 0.004104 seconds
Executed Test_argv() in 0.001483 seconds
Executed Test_large_arg() in 0.000256 seconds
Executed Test_list_arguments() in 0.000426 seconds
Executed Test_zero_argadd() in 0.001363 seconds
Executed 18 tests in 0.039238 seconds
From test_assert.vim:
Executed Test_assert_beeps() in 0.000353 seconds
Executed Test_assert_equal() in 0.000196 seconds
Executed Test_assert_equalfile() in 0.023475 seconds
Executed Test_assert_exception() in 0.000809 seconds
Executed Test_assert_fail_fails() in 0.000788 seconds
Executed Test_assert_fails_in_try_block() in 0.000626 seconds
Executed Test_assert_false() in 0.000581 seconds
Executed Test_assert_inrange() in 0.001019 seconds
Executed Test_assert_notequal() in 0.000602 seconds
Executed Test_assert_report() in 0.000524 seconds
Executed Test_assert_true() in 0.000548 seconds
Executed Test_assert_with_msg() in 0.000495 seconds
Executed Test_compare_fail() in 0.000795 seconds
Executed Test_match() in 0.000773 seconds
Executed Test_mouse_position() in 0.001569 seconds
Executed Test_notmatch() in 0.000623 seconds
Executed Test_override() in 0.000562 seconds
Executed Test_user_is_happy() in 0.302123 seconds
Executed Test_wrong_error_type() in 0.000922 seconds
Executed 19 tests in 0.351158 seconds
From test_autochdir.vim:
Executed Test_set_filename() in 0.004538 seconds
Executed 1 test in 0.010310 seconds
From test_autocmd.vim:
Executed Test_Acmd_BufAll() in 0.014439 seconds
Executed Test_Acmd_BufEnter() in 0.010714 seconds
Executed Test_BufEnter() in 0.001784 seconds
Executed Test_BufLeave_Wipe() in 0.012919 seconds
Executed Test_BufReadCmdHelp() in 0.017865 seconds
Executed Test_BufReadCmdHelpJump() in 0.018387 seconds
Executed Test_BufWritePre() in 0.007902 seconds
Executed Test_BufleaveWithDelete() in 0.000503 seconds
Executed Test_ChangedP() in 0.001265 seconds
Executed Test_Changed_FirstTime() in 0.132164 seconds
Executed Test_Cmd_Autocmds() in 0.007593 seconds
Executed Test_Cmdline() in 0.000963 seconds
Executed Test_Filter_noshelltemp() in 0.010817 seconds
Executed Test_OptionSet() in 0.004281 seconds
Executed Test_OptionSet_diffmode() in 0.000678 seconds
Executed Test_OptionSet_diffmode_close() in 0.000656 seconds
Executed Test_OptionSet_modeline() in 0.003317 seconds
Executed Test_QuitPre() in 0.000600 seconds
Executed Test_ReadWrite_Autocmds() in 0.094974 seconds
Executed Test_TextChangedI_with_setline() in 0.002272 seconds
Executed Test_TextYankPost() in 0.003724 seconds
Executed Test_ai_CTRL_O() in 0.002363 seconds
Executed Test_augroup_deleted() in 0.001215 seconds
Executed Test_augroup_warning() in 0.001310 seconds
Executed Test_autocmd_CmdWinEnter() in 0.081433 seconds
Executed Test_autocmd_SafeState() in 0.113415 seconds
Executed Test_autocmd_bufreadpre() in 0.008261 seconds
Executed Test_autocmd_bufunload_avoiding_SEGV_01() in 0.002115 seconds
Executed Test_autocmd_bufunload_avoiding_SEGV_02() in 0.001645 seconds
Executed Test_autocmd_bufunload_with_tabnext() in 0.000902 seconds
Executed Test_autocmd_bufwinleave_with_tabfirst() in 0.001760 seconds
Executed Test_autocmd_bufwipe_in_SessLoadPost() in 1.086089 seconds
Executed Test_autocmd_bufwipe_in_SessLoadPost2() in 0.063678 seconds
Executed Test_autocmd_nested() in 0.001988 seconds
Executed Test_autocmd_once() in 0.000518 seconds
Executed Test_autocmd_was_using_freed_memory() in 0.001117 seconds
Executed Test_buflocal_autocmd() in 0.001347 seconds
Executed Test_bufunload() in 0.000676 seconds
Executed Test_bufunload_all() in 0.039437 seconds
Executed Test_change_mark_in_autocmds() in 0.041708 seconds
Executed Test_cursorhold_insert() in 0.101268 seconds
Executed Test_cursorhold_insert_ctrl_x() in 0.100211 seconds
Executed Test_cursorhold_insert_with_timer_interrupt() in 1.011266 seconds
Executed Test_dirchanged_auto() in 0.001154 seconds
Executed Test_dirchanged_global() in 0.000569 seconds
Executed Test_dirchanged_local() in 0.000543 seconds
Executed Test_early_bar() in 0.000474 seconds
Executed Test_empty_doau() in 0.000267 seconds
Executed Test_nocatch_wipe_all_buffers() in 0.001309 seconds
Executed Test_nocatch_wipe_dummy_buffer() in 0.000784 seconds
Executed Test_three_windows() in 0.022806 seconds
Executed Test_throw_in_BufWritePre() in 0.000566 seconds
Executed Test_vim_did_enter() in 0.000158 seconds
Executed Test_win_tab_autocmd() in 0.000681 seconds
Executed 54 tests in 3.058798 seconds
From test_autoload.vim:
Executed Test_autoload_dict_func() in 0.000458 seconds
Executed Test_source_autoload() in 0.000309 seconds
Executed 2 tests in 0.005184 seconds
From test_backspace_opt.vim:
Executed Test_backspace_ctrl_u() in 0.001209 seconds
Executed Test_backspace_option() in 0.000822 seconds
Executed 2 tests in 0.006512 seconds
From test_balloon.vim:
Executed Test_balloon_eval_term() in 0.557294 seconds
Executed Test_balloon_eval_term_visual() in 0.175906 seconds
Executed 2 tests in 0.741836 seconds
From test_balloon_gui.vim:
Skipped
NO tests executed
SKIPPED test_balloon_gui.vim: only works in the GUI
From test_blob.vim:
Executed Test_blob_add() in 0.000307 seconds
Executed Test_blob_assign() in 0.000268 seconds
Executed Test_blob_compare() in 0.000240 seconds
Executed Test_blob_concatenate() in 0.000183 seconds
Executed Test_blob_create() in 0.000242 seconds
Executed Test_blob_empty() in 0.000162 seconds
Executed Test_blob_filter() in 0.000164 seconds
Executed Test_blob_for_loop() in 0.000241 seconds
Executed Test_blob_func_remove() in 0.000269 seconds
Executed Test_blob_get() in 0.000323 seconds
Executed Test_blob_get_range() in 0.000298 seconds
Executed Test_blob_index() in 0.000391 seconds
Executed Test_blob_insert() in 0.000279 seconds
Executed Test_blob_json_encode() in 0.000214 seconds
Executed Test_blob_lock() in 0.000221 seconds
Executed Test_blob_map() in 0.000216 seconds
Executed Test_blob_range_assign() in 0.000202 seconds
Executed Test_blob_read_write() in 0.003149 seconds
Executed Test_blob_reverse() in 0.000168 seconds
Executed Test_blob_sort() in 0.000168 seconds
Executed Test_blob_to_string() in 0.000174 seconds
Executed 21 tests in 0.013685 seconds
From test_blockedit.vim:
Executed Test_blockinsert_delete() in 0.000527 seconds
Executed Test_blockinsert_indent() in 0.009173 seconds
Executed 2 tests in 0.014031 seconds
From test_breakindent.vim:
Executed Test_breakindent01() in 0.001112 seconds
Executed Test_breakindent01_vartabs() in 0.001035 seconds
Executed Test_breakindent02() in 0.000967 seconds
Executed Test_breakindent02_vartabs() in 0.000972 seconds
Executed Test_breakindent03() in 0.001194 seconds
Executed Test_breakindent03_vartabs() in 0.000838 seconds
Executed Test_breakindent04() in 0.001113 seconds
Executed Test_breakindent04_vartabs() in 0.001166 seconds
Executed Test_breakindent05() in 0.000926 seconds
Executed Test_breakindent05_vartabs() in 0.000981 seconds
Executed Test_breakindent06() in 0.000989 seconds
Executed Test_breakindent06_vartabs() in 0.000909 seconds
Executed Test_breakindent07() in 0.000937 seconds
Executed Test_breakindent07_vartabs() in 0.000924 seconds
Executed Test_breakindent07a() in 0.000879 seconds
Executed Test_breakindent07a_vartabs() in 0.000833 seconds
Executed Test_breakindent08() in 0.001227 seconds
Executed Test_breakindent08_vartabs() in 0.001367 seconds
Executed Test_breakindent08a() in 0.000842 seconds
Executed Test_breakindent08a_vartabs() in 0.000862 seconds
Executed Test_breakindent09() in 0.000804 seconds
Executed Test_breakindent09_vartabs() in 0.000803 seconds
Executed Test_breakindent10() in 0.001471 seconds
Executed Test_breakindent10_vartabs() in 0.001477 seconds
Executed Test_breakindent11() in 0.000797 seconds
Executed Test_breakindent11_vartabs() in 0.000639 seconds
Executed Test_breakindent12() in 0.000873 seconds
Executed Test_breakindent12_vartabs() in 0.000844 seconds
Executed Test_breakindent13() in 0.000646 seconds
Executed Test_breakindent13_vartabs() in 0.000580 seconds
Executed Test_breakindent14() in 0.000835 seconds
Executed Test_breakindent14_vartabs() in 0.001267 seconds
Executed Test_breakindent15() in 0.001117 seconds
Executed Test_breakindent15_vartabs() in 0.001237 seconds
Executed Test_breakindent16() in 0.001387 seconds
Executed Test_breakindent16_vartabs() in 0.001183 seconds
Executed 36 tests in 0.044874 seconds
From test_bufwintabinfo.vim:
Executed Test_get_buf_options() in 0.000249 seconds
Executed Test_get_win_options() in 0.000252 seconds
Executed Test_getbufinfo_lastused() in 0.000539 seconds
Executed Test_getbufwintabinfo() in 0.001561 seconds
Executed 4 tests in 0.006923 seconds
From test_cdo.vim:
Executed Test_cdo() in 0.028995 seconds
Executed Test_ldo() in 0.020204 seconds
Executed 2 tests in 0.056832 seconds
From test_changelist.vim:
Executed Test_getchangelist() in 0.007304 seconds
Executed 1 test in 0.011588 seconds
From test_channel.vim:
Executed Test_call() in 0.023489 seconds
Executed Test_channel_handler() in 0.101308 seconds
Executed Test_close_and_exit_cb() in 0.023901 seconds
Executed Test_close_callback() in 0.044829 seconds
Executed Test_close_handle() in 0.032611 seconds
Executed Test_close_lambda() in 0.023750 seconds
Executed Test_close_output_buffer() in 0.320185 seconds
Executed Test_close_partial() in 0.046537 seconds
Executed Test_cmd_parsing() in 0.022640 seconds
Executed Test_collapse_buffers() in 0.054220 seconds
Executed Test_communicate() in 1.708941 seconds
Executed Test_connect_waittime() in 0.505886 seconds
Executed Test_cwd() in 0.013220 seconds
Executed Test_env() in 0.013021 seconds
Executed Test_exit_callback() in 0.043498 seconds
Executed Test_exit_callback_interval() in 1.076607 seconds
Executed Test_exit_cb_wipes_buf() in 0.302988 seconds
Executed Test_job_exitval_and_termsig() in 0.025764 seconds
Executed Test_job_start_in_timer() in 0.059136 seconds
Executed Test_job_start_invalid() in 0.000206 seconds
Skipped
Executed Test_job_start_windows() in 0.000179 seconds
Executed Test_job_stop_immediately() in 0.011288 seconds
Executed Test_job_tty_in_out() in 0.462320 seconds
Executed Test_keep_pty_open() in 0.240504 seconds
Executed Test_list_args() in 0.270935 seconds
Executed Test_nl_pipe() in 0.110178 seconds
Executed Test_nl_read_file() in 0.035669 seconds
Executed Test_nl_write_both_file() in 0.069126 seconds
Executed Test_nl_write_err_file() in 0.011317 seconds
Executed Test_nl_write_out_file() in 0.027558 seconds
Skipped
Executed Test_no_hang_windows() in 0.000238 seconds
Executed Test_open_delay() in 0.531052 seconds
Executed Test_open_fail() in 0.000915 seconds
Executed Test_out_cb() in 0.179231 seconds
Executed Test_out_cb_lambda() in 0.033589 seconds
Executed Test_out_close_cb() in 0.032040 seconds
Executed Test_partial_in_channel_cycle() in 0.001027 seconds
Executed Test_pipe_both_to_buffer() in 0.011343 seconds
Executed Test_pipe_err_to_buffer_name() in 0.021585 seconds
Executed Test_pipe_err_to_buffer_name_nomod() in 0.011257 seconds
Executed Test_pipe_err_to_buffer_name_nomsg() in 0.011330 seconds
Executed Test_pipe_err_to_buffer_nr() in 0.011777 seconds
Executed Test_pipe_from_buffer_name() in 0.008869 seconds
Executed Test_pipe_from_buffer_nr() in 0.008539 seconds
Executed Test_pipe_io_one_buffer() in 0.021813 seconds
Executed Test_pipe_io_two_buffers() in 0.022214 seconds
Executed Test_pipe_null() in 0.029000 seconds
Executed Test_pipe_through_sort_all() in 0.011754 seconds
Executed Test_pipe_through_sort_feed() in 0.011519 seconds
Executed Test_pipe_through_sort_some() in 0.012183 seconds
Executed Test_pipe_to_buffer_json() in 0.022365 seconds
Executed Test_pipe_to_buffer_name() in 0.033105 seconds
Executed Test_pipe_to_buffer_name_nomod() in 0.032596 seconds
Executed Test_pipe_to_buffer_name_nomsg() in 0.032576 seconds
Executed Test_pipe_to_buffer_nr() in 0.032923 seconds
Executed Test_pipe_to_buffer_raw() in 0.023808 seconds
Executed Test_pipe_to_nameless_buffer() in 0.011244 seconds
Executed Test_raw_large_data() in 0.034594 seconds
Executed Test_raw_one_time_callback() in 0.254097 seconds
Executed Test_raw_passes_nul() in 0.110867 seconds
Executed Test_raw_pipe() in 0.061122 seconds
Executed Test_raw_pipe_blob() in 0.042612 seconds
Executed Test_read_from_terminated_job() in 0.022325 seconds
Executed Test_read_in_close_cb() in 0.033130 seconds
Executed Test_read_in_close_cb_incomplete() in 0.032361 seconds
Executed Test_read_nonl_in_close_cb() in 0.032237 seconds
Executed Test_read_nonl_line() in 0.033053 seconds
Executed Test_reuse_channel() in 0.046264 seconds
Executed Test_server_crash() in 0.045190 seconds
Executed Test_two_channels() in 0.024187 seconds
Executed Test_unlet_handle() in 0.021879 seconds
Executed Test_using_freed_memory() in 0.011294 seconds
Executed Test_write_to_buffer_and_scroll() in 0.186819 seconds
Executed Test_write_to_deleted_buffer() in 0.026377 seconds
Executed Test_zero_reply() in 0.274966 seconds
Executed Test_zz_ch_log() in 0.000973 seconds
Executed Test_zz_nl_err_to_out_pipe() in 0.041212 seconds
Executed 77 tests in 8.204421 seconds
SKIPPED Test_job_start_windows(): only works on MS-Windows
SKIPPED Test_no_hang_windows(): only works on MS-Windows
From test_charsearch.vim:
Executed Test_charsearch() in 0.001149 seconds
Executed Test_search_cmds() in 0.001012 seconds
Executed 2 tests in 0.007580 seconds
From test_checkpath.vim:
Executed Test_checkpath1() in 0.015489 seconds
Executed Test_checkpath2() in 0.015987 seconds
Executed Test_checkpath3() in 0.020410 seconds
Executed 3 tests in 0.058488 seconds
From test_cindent.vim:
Executed Test_cindent_1() in 0.040023 seconds
Executed Test_cindent_10() in 0.000417 seconds
Executed Test_cindent_11() in 0.000669 seconds
Executed Test_cindent_12() in 0.000379 seconds
Executed Test_cindent_13() in 0.000562 seconds
Executed Test_cindent_14() in 0.000359 seconds
Executed Test_cindent_15() in 0.000360 seconds
Executed Test_cindent_16() in 0.000362 seconds
Executed Test_cindent_17() in 0.000376 seconds
Executed Test_cindent_18() in 0.000386 seconds
Executed Test_cindent_19() in 0.000383 seconds
Executed Test_cindent_2() in 0.000448 seconds
Executed Test_cindent_20() in 0.000403 seconds
Executed Test_cindent_21() in 0.000397 seconds
Executed Test_cindent_22() in 0.000415 seconds
Executed Test_cindent_23() in 0.000421 seconds
Executed Test_cindent_24() in 0.000431 seconds
Executed Test_cindent_25() in 0.000451 seconds
Executed Test_cindent_26() in 0.000397 seconds
Executed Test_cindent_27() in 0.000403 seconds
Executed Test_cindent_28() in 0.000434 seconds
Executed Test_cindent_29() in 0.000438 seconds
Executed Test_cindent_3() in 0.000499 seconds
Executed Test_cindent_30() in 0.000407 seconds
Executed Test_cindent_31() in 0.001111 seconds
Executed Test_cindent_32() in 0.000422 seconds
Executed Test_cindent_33() in 0.000402 seconds
Executed Test_cindent_34() in 0.000427 seconds
Executed Test_cindent_35() in 0.001398 seconds
Executed Test_cindent_36() in 0.000629 seconds
Executed Test_cindent_37() in 0.000416 seconds
Executed Test_cindent_38() in 0.000414 seconds
Executed Test_cindent_39() in 0.000444 seconds
Executed Test_cindent_4() in 0.000401 seconds
Executed Test_cindent_40() in 0.000692 seconds
Executed Test_cindent_41() in 0.000705 seconds
Executed Test_cindent_42() in 0.000736 seconds
Executed Test_cindent_43() in 0.000833 seconds
Executed Test_cindent_44() in 0.000622 seconds
Executed Test_cindent_45() in 0.000819 seconds
Executed Test_cindent_46() in 0.000552 seconds
Executed Test_cindent_47() in 0.001660 seconds
Executed Test_cindent_48() in 0.000536 seconds
Executed Test_cindent_49() in 0.000478 seconds
Executed Test_cindent_5() in 0.000527 seconds
Executed Test_cindent_50() in 0.000503 seconds
Executed Test_cindent_51() in 0.001817 seconds
Executed Test_cindent_52() in 0.000623 seconds
Executed Test_cindent_53() in 0.000660 seconds
Executed Test_cindent_54() in 0.003985 seconds
Executed Test_cindent_55() in 0.000542 seconds
Executed Test_cindent_56() in 0.000484 seconds
Executed Test_cindent_6() in 0.000564 seconds
Executed Test_cindent_7() in 0.000519 seconds
Executed Test_cindent_8() in 0.000544 seconds
Executed Test_cindent_9() in 0.000514 seconds
Executed Test_cindent_expr() in 0.000993 seconds
Executed Test_cindent_func() in 0.000220 seconds
Executed Test_cindent_rawstring() in 0.000254 seconds
Executed Test_cino_extern_c() in 0.000766 seconds
Executed Test_cino_hash() in 0.000242 seconds
Executed 61 tests in 0.093415 seconds
From test_clientserver.vim:
Executed Test_client_server() in 1.092907 seconds
Executed 1 test in 1.107046 seconds
From test_close_count.vim:
Executed Test_close_count() in 0.001093 seconds
Executed Test_hidden_close_count() in 0.000720 seconds
Executed Test_hide_count() in 0.000826 seconds
Executed Test_winclose_command() in 0.000680 seconds
Executed 4 tests in 0.007610 seconds
From test_cmdline.vim:
Executed Test_buffers_lastused() in 0.002493 seconds
Executed Test_cmdline_complete_languages() in 0.004807 seconds
Executed Test_cmdline_complete_user_cmd() in 0.000735 seconds
Executed Test_cmdline_complete_user_names() in 0.004328 seconds
Executed Test_cmdline_complete_wildoptions() in 0.007691 seconds
Executed Test_cmdline_overstrike() in 0.001233 seconds
Executed Test_cmdline_search_range() in 0.000456 seconds
Executed Test_cmdline_write_alternatefile() in 0.001014 seconds
Executed Test_cmdwin_bug() in 0.000717 seconds
Executed Test_cmdwin_restore() in 0.178968 seconds
Executed Test_complete_list() in 0.003430 seconds
Executed Test_complete_tab() in 0.006570 seconds
Executed Test_complete_wildmenu() in 0.025769 seconds
Executed Test_expand_star_star() in 0.091483 seconds
Executed Test_expr_completion() in 0.004706 seconds
Executed Test_getcmdtype() in 0.001296 seconds
Executed Test_getcmdwin_autocmd() in 0.000647 seconds
Executed Test_getcmdwintype() in 0.000712 seconds
Executed Test_getcompletion() in 0.041815 seconds
Executed Test_highlight_completion() in 0.000898 seconds
Executed Test_illegal_address1() in 0.000185 seconds
Executed Test_illegal_address2() in 0.003496 seconds
Executed Test_map_completion() in 0.001939 seconds
Executed Test_match_completion() in 0.000390 seconds
Executed Test_paste_in_cmdline() in 0.001134 seconds
Executed Test_remove_char_in_cmdline() in 0.000377 seconds
Executed Test_setcmdpos() in 0.000499 seconds
Executed Test_shellcmd_completion() in 0.005798 seconds
Executed Test_verbose_option() in 0.150867 seconds
Executed Test_verbosefile() in 0.001511 seconds
Executed 30 tests in 0.557507 seconds
From test_command_count.vim:
Executed Test_command_count_0() in 0.000868 seconds
Executed Test_command_count_1() in 0.002994 seconds
Executed Test_command_count_2() in 0.001238 seconds
Executed Test_command_count_3() in 0.001194 seconds
Executed Test_command_count_4() in 0.002655 seconds
Executed 5 tests in 0.014435 seconds
From test_comparators.vim:
Executed Test_Comparators() in 0.000292 seconds
Executed 1 test in 0.004292 seconds
From test_conceal.vim:
Executed Test_conceal_resize_term() in 0.070761 seconds
Executed Test_conceal_two_windows() in 0.476919 seconds
Executed Test_conceal_with_cursorline() in 0.094557 seconds
Executed 3 tests in 0.652027 seconds
From test_const.vim:
Executed Test_cannot_modify_existing_variable() in 0.001580 seconds
Executed Test_const_with_compound_assign() in 0.000743 seconds
Executed Test_const_with_eval_name() in 0.000574 seconds
Executed Test_const_with_index_access() in 0.000773 seconds
Executed Test_const_with_special_variables() in 0.000622 seconds
Executed Test_define_l_var_with_lock() in 0.000929 seconds
Executed Test_define_script_var_with_lock() in 0.000517 seconds
Executed Test_define_var_with_lock() in 0.001079 seconds
Executed Test_destructuring_with_lock() in 0.000636 seconds
Executed Test_lock_depth_is_1() in 0.000519 seconds
Executed 10 tests in 0.018697 seconds
From test_crypt.vim:
Executed Test_crypt_blowfish() in 0.064864 seconds
Executed Test_crypt_blowfish2() in 0.039091 seconds
Executed Test_crypt_key_mismatch() in 0.009505 seconds
Executed Test_crypt_zip() in 0.018451 seconds
Executed Test_head_only_2() in 0.014834 seconds
Executed Test_head_only_3() in 0.014414 seconds
Executed Test_uncrypt_blowfish() in 0.022384 seconds
Executed Test_uncrypt_blowfish2() in 0.018555 seconds
Executed Test_uncrypt_unknown_method() in 0.004595 seconds
Executed Test_uncrypt_zip() in 0.012177 seconds
Executed 10 tests in 0.227107 seconds
From test_cscope.vim:
Skipped
NO tests executed
SKIPPED test_cscope.vim: cscope program not executable
From test_curswant.vim:
Executed Test_curswant() in 0.000606 seconds
Executed 1 test in 0.004669 seconds
From test_debugger.vim:
Executed Test_Debugger() in 1.263603 seconds
Executed 1 test in 1.273735 seconds
From test_diffmode.vim:
Executed Test_diff_filler() in 0.001691 seconds
Executed Test_diff_fold_sync() in 0.000928 seconds
Executed Test_diff_hlID() in 0.001086 seconds
Executed Test_diff_lastline() in 0.000933 seconds
Executed Test_diff_move_to() in 0.000782 seconds
Executed Test_diff_nomodifiable() in 0.000768 seconds
Executed Test_diff_of_diff() in 0.074948 seconds
Executed Test_diff_screen() in 0.913448 seconds
Executed Test_diff_too_many_buffers() in 0.002293 seconds
Executed Test_diff_with_cursorline() in 0.069233 seconds
Executed Test_diff_with_syntax() in 0.089000 seconds
Executed Test_diffexpr() in 0.030902 seconds
Executed Test_diffget_diffput() in 0.004441 seconds
Executed Test_diffoff() in 0.002995 seconds
Executed Test_diffoff_hidden() in 0.003626 seconds
Executed Test_diffopt_context() in 0.047800 seconds
Executed Test_diffopt_hiddenoff() in 0.003080 seconds
Executed Test_diffopt_horizontal() in 0.000842 seconds
Executed Test_diffopt_icase() in 0.025387 seconds
Executed Test_diffopt_icase_internal() in 0.003021 seconds
Executed Test_diffopt_iwhite() in 0.027976 seconds
Executed Test_diffopt_iwhite_internal() in 0.002971 seconds
Executed Test_diffopt_vertical() in 0.000778 seconds
Executed Test_diffpatch() in 0.061967 seconds
Executed Test_diffput_two() in 0.002382 seconds
Executed Test_do_lastline() in 0.002466 seconds
Executed Test_dp_do_buffer() in 0.003984 seconds
Executed Test_filler_lines() in 0.001925 seconds
Executed Test_setting_cursor() in 0.012399 seconds
Executed Test_vert_split() in 0.096274 seconds
Executed Test_vert_split_internal() in 0.012319 seconds
Executed 31 tests in 1.517938 seconds
From test_digraph.vim:
Executed Test_digraph_cmndline() in 0.000832 seconds
Executed Test_digraphs() in 0.012456 seconds
Executed Test_digraphs_option() in 0.007548 seconds
Executed Test_digraphs_output() in 0.007801 seconds
Executed Test_loadkeymap() in 0.000970 seconds
Executed Test_show_digraph() in 0.000336 seconds
Executed Test_show_digraph_cp1251() in 0.000525 seconds
Executed 7 tests in 0.042118 seconds
From test_display.vim:
Executed Test_display_foldcolumn() in 0.002612 seconds
Executed Test_display_foldtext_mbyte() in 0.002868 seconds
Executed Test_display_listchars_precedes() in 0.002690 seconds
Executed Test_scroll_CursorLineNr_update() in 0.070178 seconds
Executed Test_scroll_without_region() in 0.106440 seconds
Executed 5 tests in 0.196154 seconds
From test_edit.vim:
Executed Test_edit_00a_CTRL_A() in 0.001339 seconds
Executed Test_edit_00b() in 0.000853 seconds
Executed Test_edit_01() in 0.000734 seconds
Executed Test_edit_02() in 0.000709 seconds
Executed Test_edit_03() in 0.000718 seconds
Executed Test_edit_04() in 0.003910 seconds
Executed Test_edit_05() in 0.001514 seconds
Executed Test_edit_06() in 0.000713 seconds
Executed Test_edit_07() in 0.002044 seconds
Executed Test_edit_08() in 0.000631 seconds
Executed Test_edit_09() in 0.000905 seconds
Executed Test_edit_10() in 0.003642 seconds
Executed Test_edit_11() in 0.001770 seconds
Executed Test_edit_11_indentexpr() in 0.000724 seconds
Executed Test_edit_12() in 0.001949 seconds
Executed Test_edit_13() in 0.001021 seconds
Executed Test_edit_CR() in 0.004199 seconds
Executed Test_edit_CTRL_() in 0.003925 seconds
Executed Test_edit_CTRL_EY() in 0.000824 seconds
Executed Test_edit_CTRL_G() in 0.000786 seconds
Executed Test_edit_CTRL_I() in 0.005858 seconds
Executed Test_edit_CTRL_K() in 0.008906 seconds
Executed Test_edit_CTRL_L() in 0.013357 seconds
Executed Test_edit_CTRL_N() in 0.004157 seconds
Executed Test_edit_CTRL_O() in 0.000926 seconds
Executed Test_edit_CTRL_R() in 0.001017 seconds
Executed Test_edit_CTRL_S() in 0.046058 seconds
Executed Test_edit_CTRL_T() in 0.014360 seconds
Executed Test_edit_CTRL_U() in 0.004210 seconds
Executed Test_edit_CTRL_V() in 0.001114 seconds
Executed Test_edit_CTRL_Z() in 0.000861 seconds
Executed Test_edit_DROP() in 0.000904 seconds
Executed Test_edit_F1() in 0.005526 seconds
Executed Test_edit_F21() in 0.000601 seconds
Executed Test_edit_HOME_END() in 0.003596 seconds
Executed Test_edit_INS() in 0.000782 seconds
Executed Test_edit_LEFT_RIGHT() in 0.001190 seconds
Executed Test_edit_MOUSE() in 0.004655 seconds
Executed Test_edit_PAGEUP_PAGEDOWN() in 0.004962 seconds
Executed Test_edit_alt() in 0.006342 seconds
Executed Test_edit_backtick() in 0.002159 seconds
Executed Test_edit_complete_very_long_name() in 0.009034 seconds
Executed Test_edit_forbidden() in 0.001037 seconds
Executed Test_edit_quit() in 0.001871 seconds
Executed Test_edit_rightleft() in 0.001866 seconds
Executed Test_edit_special_chars() in 0.000480 seconds
Executed Test_edit_startinsert() in 0.000777 seconds
Executed Test_leave_insert_autocmd() in 0.000802 seconds
Executed 48 tests in 0.192626 seconds
From test_environ.vim:
Executed Test_environ() in 0.000383 seconds
Executed Test_external_env() in 0.005155 seconds
Executed Test_getenv() in 0.000181 seconds
Executed Test_setenv() in 0.000159 seconds
Executed 4 tests in 0.010278 seconds
From test_erasebackword.vim:
Executed Test_erasebackword() in 0.000901 seconds
Executed 1 test in 0.004844 seconds
From test_escaped_glob.vim:
Executed Test_glob() in 0.007144 seconds
Executed Test_globpath() in 0.001187 seconds
Executed 2 tests in 0.013931 seconds
From test_eval_stuff.vim:
Executed Test_E963() in 0.001247 seconds
Executed Test_catch_return_with_error() in 0.000732 seconds
Executed Test_dict_access_scriptversion2() in 0.000604 seconds
Executed Test_for_invalid() in 0.000658 seconds
Executed Test_let_errmsg() in 0.000522 seconds
Executed Test_line_continuation() in 0.000465 seconds
Executed Test_mkdir_p() in 0.006011 seconds
Executed Test_nocatch_restore_silent_emsg() in 0.000724 seconds
Executed Test_readfile_binary() in 0.005293 seconds
Executed Test_scriptversion_fail() in 0.004089 seconds
Executed Test_skip_after_throw() in 0.000577 seconds
Executed Test_string_concat_scriptversion1() in 0.000586 seconds
Executed Test_string_concat_scriptversion2() in 0.000611 seconds
Executed Test_string_concatenation() in 0.000555 seconds
Executed Test_vvar_scriptversion1() in 0.000454 seconds
Executed Test_vvar_scriptversion2() in 0.000535 seconds
Executed Test_vvar_scriptversion3() in 0.000526 seconds
Executed Test_vvar_scriptversion4() in 0.000576 seconds
Executed 18 tests in 0.037320 seconds
From test_excmd.vim:
Executed Test_buffers_lastused() in 0.002134 seconds
Executed Test_ex_delete() in 0.000733 seconds
Executed Test_range_error() in 0.000544 seconds
Executed 3 tests in 0.012413 seconds
From test_exec_while_if.vim:
Executed Test_exec_while_if() in 0.001743 seconds
Executed 1 test in 0.006039 seconds
From test_exists.vim:
Executed Test_exists() in 0.000920 seconds
Executed Test_exists_funcarg() in 0.000217 seconds
Executed 2 tests in 0.005443 seconds
From test_exists_autocmd.vim:
Executed Test_AutoCommands() in 0.001084 seconds
Executed 1 test in 0.005646 seconds
From test_exit.vim:
Executed Test_exiting() in 0.181520 seconds
Executed 1 test in 0.187959 seconds
From test_file_size.vim:
Executed Test_File_Read_Write() in 0.007860 seconds
Executed Test_File_Size() in 0.520856 seconds
Executed 2 tests in 0.534315 seconds
From test_filechanged.vim:
Executed Test_FileChangedShell_reload() in 6.063524 seconds
Executed Test_file_changed_dialog() in 5.052951 seconds
Executed 2 tests in 11.130074 seconds
From test_find_complete.vim:
Executed Test_find_complete() in 0.053426 seconds
Executed 1 test in 0.059527 seconds
From test_fixeol.vim:
Executed Test_fixeol() in 0.027020 seconds
Executed 1 test in 0.031453 seconds
From test_fnameescape.vim:
Executed Test_fnameescape() in 0.007097 seconds
Executed 1 test in 0.012698 seconds
From test_fold.vim:
Executed Test_address_fold() in 0.001223 seconds
Executed Test_combining_folds_indent() in 0.000764 seconds
Executed Test_combining_folds_marker() in 0.000720 seconds
Executed Test_fold_create_marker_in_C() in 0.003239 seconds
Executed Test_fold_delete_with_marker() in 0.000944 seconds
Executed Test_fold_delete_with_marker_and_whichwrap() in 0.001140 seconds
Executed Test_fold_error() in 0.000806 seconds
Executed Test_fold_expr() in 0.001160 seconds
Executed Test_fold_indent() in 0.000702 seconds
Executed Test_fold_last_line_with_pagedown() in 0.001947 seconds
Executed Test_fold_manual() in 0.000648 seconds
Executed Test_fold_marker() in 0.000687 seconds
Executed Test_fold_move() in 0.000656 seconds
Executed Test_fold_syntax() in 0.000880 seconds
Executed Test_folddoopen_folddoclosed() in 0.000807 seconds
Executed Test_foldopen_exception() in 0.000373 seconds
Executed Test_folds_marker_in_comment() in 0.000571 seconds
Executed Test_folds_marker_in_comment2() in 0.000568 seconds
Executed Test_folds_with_rnu() in 0.071267 seconds
Executed Test_foldtext_recursive() in 0.001510 seconds
Executed Test_indent_fold() in 0.000980 seconds
Executed Test_indent_fold2() in 0.000961 seconds
Executed Test_indent_fold_with_read() in 0.007387 seconds
Executed Test_manual_fold_with_filter() in 0.023557 seconds
Executed Test_move_folds_around_indent() in 0.001796 seconds
Executed Test_move_folds_around_manual() in 0.002695 seconds
Executed Test_update_folds_expr_read() in 0.003957 seconds
Executed 27 tests in 0.142822 seconds
From test_getcwd.vim:
Executed Test_GetCwd() in 0.005687 seconds
Executed Test_GetCwd_lcd_shellslash() in 0.001501 seconds
Executed Test_Tab_Local_Cwd() in 0.005263 seconds
Executed 3 tests in 0.019542 seconds
From test_getvar.vim:
Executed Test_get_dict() in 0.000252 seconds
Executed Test_get_func() in 0.000182 seconds
Executed Test_get_lambda() in 0.000170 seconds
Executed Test_get_list() in 0.000146 seconds
Executed Test_gettabvar_in_tabline() in 0.000382 seconds
Executed Test_var() in 0.000587 seconds
Executed 6 tests in 0.006116 seconds
From test_gf.vim:
Executed Test_gF() in 0.008059 seconds
Executed Test_gf() in 0.008652 seconds
Executed Test_gf_url() in 0.001903 seconds
Executed 3 tests in 0.024059 seconds
From test_gn.vim:
Executed Test_gn_command() in 0.009400 seconds
Executed Test_gn_multi_line() in 0.002084 seconds
Executed 2 tests in 0.016989 seconds
From test_gui.vim:
Executed Test_1_set_secure() in 0.078814 seconds
Executed Test_balloon_show() in 0.000743 seconds
Executed Test_colorscheme() in 0.009015 seconds
Executed Test_encoding_conversion() in 0.003524 seconds
Executed Test_getfontname_with_arg() in 0.003498 seconds
Executed Test_getfontname_without_arg() in 0.000285 seconds
Executed Test_getwinpos() in 0.001308 seconds
Executed Test_gui_dash_g() in 0.136432 seconds
Executed Test_gui_dash_y() in 0.118416 seconds
Executed Test_menu() in 0.006163 seconds
Executed Test_quoteplus() in 0.133623 seconds
Executed Test_scrollbars() in 0.019553 seconds
Executed Test_set_background() in 0.001033 seconds
Executed Test_set_balloondelay() in 0.000166 seconds
Executed Test_set_ballooneval() in 0.000233 seconds
Executed Test_set_balloonexpr() in 0.001064 seconds
Executed Test_set_guicursor() in 0.000270 seconds
Executed Test_set_guifont() in 0.009425 seconds
Skipped
Executed Test_set_guifontset() in 0.000333 seconds
Executed Test_set_guifontwide() in 0.115170 seconds
Executed Test_set_guiheadroom() in 0.000240 seconds
Executed Test_set_guioptions() in 4.196758 seconds
Executed Test_set_guipty() in 0.000335 seconds
Executed Test_set_term() in 0.000271 seconds
Executed Test_shell_command() in 0.062365 seconds
Executed Test_syntax_colortest() in 0.219851 seconds
Executed Test_windowid_variable() in 0.000670 seconds
Executed 27 tests in 5.136988 seconds
SKIPPED Test_set_guifontset(): xfontset feature missing
From test_gui_init.vim:
Executed Test_set_guiheadroom() in 0.000262 seconds
Executed Test_set_guioptions_for_M() in 0.209296 seconds
Executed Test_set_guioptions_for_p() in 0.201009 seconds
Executed 3 tests in 0.471047 seconds
From test_hardcopy.vim:
Executed Test_fname_with_spaces() in 0.000794 seconds
Executed Test_illegal_byte() in 0.000532 seconds
Executed Test_printheader_parsing() in 0.000169 seconds
Executed Test_printmbfont_parsing() in 0.000202 seconds
Executed Test_printoptions_parsing() in 0.000230 seconds
Executed Test_with_syntax() in 0.034059 seconds
Executed 6 tests in 0.042853 seconds
From test_help.vim:
Executed Test_help_errors() in 0.005516 seconds
Executed Test_help_expr() in 0.009595 seconds
Executed Test_help_keyword() in 0.005063 seconds
Executed Test_help_local_additions() in 0.010095 seconds
Executed Test_help_restore_snapshot() in 0.014401 seconds
Executed 5 tests in 0.049467 seconds
From test_hide.vim:
Executed Test_hide() in 0.003072 seconds
Executed 1 test in 0.007427 seconds
From test_highlight.vim:
Executed Test_1_highlight_Normalgroup_exists() in 0.000468 seconds
Executed Test_colorcolumn() in 0.079402 seconds
Executed Test_cursorline_after_yank() in 0.075232 seconds
Executed Test_cursorline_with_visualmode() in 0.083100 seconds
Executed Test_highlight() in 0.003458 seconds
Executed Test_highlight_eol_on_diff() in 0.003820 seconds
Executed Test_highlight_eol_with_cursorline() in 0.006653 seconds
Executed Test_highlight_eol_with_cursorline_breakindent() in 0.006692 seconds
Executed Test_highlight_eol_with_cursorline_linewrap() in 0.008942 seconds
Executed Test_highlight_eol_with_cursorline_rightleft() in 0.003621 seconds
Executed Test_highlight_eol_with_cursorline_sign() in 0.003130 seconds
Executed Test_highlight_eol_with_cursorline_vertsplit() in 0.003441 seconds
Executed Test_no_space_before_xxx() in 0.000316 seconds
Executed Test_put_before_cursorline() in 0.000824 seconds
Executed Test_termguicolors() in 0.000836 seconds
Executed Test_wincolor() in 0.085358 seconds
Executed 16 tests in 0.378442 seconds
From test_history.vim:
Executed Test_History() in 0.007088 seconds
Executed Test_Search_history_window() in 0.001190 seconds
Executed Test_history_completion() in 0.000340 seconds
Executed 3 tests in 0.015464 seconds
From test_hlsearch.vim:
Executed Test_hlsearch() in 0.001188 seconds
Executed Test_hlsearch_eol_highlight() in 0.000719 seconds
Executed Test_hlsearch_hangs() in 0.101899 seconds
Executed 3 tests in 0.110957 seconds
From test_iminsert.vim:
Executed Test_imgetstatus() in 0.001197 seconds
Executed Test_iminsert2() in 0.000441 seconds
Executed 2 tests in 0.006936 seconds
From test_increment.vim:
Executed Test_increment_empty_line() in 0.001399 seconds
Executed Test_normal_increment_01() in 0.001539 seconds
Executed Test_normal_increment_02() in 0.000880 seconds
Executed Test_normal_increment_03() in 0.001106 seconds
Executed Test_visual_increment_01() in 0.001349 seconds
Executed Test_visual_increment_02() in 0.002989 seconds
Executed Test_visual_increment_03() in 0.003627 seconds
Executed Test_visual_increment_04() in 0.002500 seconds
Executed Test_visual_increment_05() in 0.001523 seconds
Executed Test_visual_increment_06() in 0.001404 seconds
Executed Test_visual_increment_07() in 0.001298 seconds
Executed Test_visual_increment_08() in 0.001511 seconds
Executed Test_visual_increment_09() in 0.001424 seconds
Executed Test_visual_increment_10() in 0.001050 seconds
Executed Test_visual_increment_11() in 0.000905 seconds
Executed Test_visual_increment_12() in 0.000856 seconds
Executed Test_visual_increment_13() in 0.001234 seconds
Executed Test_visual_increment_14() in 0.000829 seconds
Executed Test_visual_increment_15() in 0.000907 seconds
Executed Test_visual_increment_16() in 0.001257 seconds
Executed Test_visual_increment_17() in 0.000682 seconds
Executed Test_visual_increment_18() in 0.000696 seconds
Executed Test_visual_increment_19() in 0.000813 seconds
Executed Test_visual_increment_20() in 0.000721 seconds
Executed Test_visual_increment_21() in 0.000394 seconds
Executed Test_visual_increment_22() in 0.000665 seconds
Executed Test_visual_increment_23() in 0.000853 seconds
Executed Test_visual_increment_24() in 0.000746 seconds
Executed Test_visual_increment_25() in 0.000599 seconds
Executed Test_visual_increment_26() in 0.000626 seconds
Executed Test_visual_increment_27() in 0.000603 seconds
Executed Test_visual_increment_28() in 0.000393 seconds
Executed Test_visual_increment_29() in 0.000730 seconds
Executed Test_visual_increment_30() in 0.000749 seconds
Executed Test_visual_increment_31() in 0.000718 seconds
Executed Test_visual_increment_32() in 0.000868 seconds
Executed Test_visual_increment_33() in 0.000523 seconds
Executed Test_visual_increment_34() in 0.000583 seconds
Executed Test_visual_increment_35() in 0.000550 seconds
Executed Test_visual_increment_36() in 0.000570 seconds
Executed Test_visual_increment_37() in 0.000681 seconds
Executed Test_visual_increment_38() in 0.000875 seconds
Executed 42 tests in 0.057428 seconds
From test_increment_dbcs.vim:
Executed Test_increment_dbcs_1() in 0.000469 seconds
Executed 1 test in 0.004159 seconds
From test_ins_complete.vim:
Executed Test_CompleteDoneDict() in 0.000449 seconds
Executed Test_CompleteDoneDictNoUserData() in 0.000389 seconds
Executed Test_CompleteDoneList() in 0.000376 seconds
Executed Test_CompleteDoneNone() in 0.000705 seconds
Executed Test_CompleteDone_undo() in 0.000663 seconds
Executed Test_compl_feedkeys() in 0.000582 seconds
Executed Test_compl_in_cmdwin() in 0.000915 seconds
Executed Test_completefunc_args() in 0.000363 seconds
Executed Test_ins_complete() in 0.023835 seconds
Skipped
Executed Test_ins_completeslash() in 0.000588 seconds
Executed Test_omni_dash() in 0.001845 seconds
Executed 11 tests in 0.037618 seconds
SKIPPED Test_ins_completeslash(): only works on MS-Windows
From test_job_fails.vim:
Executed Test_job_start_fails() in 0.012713 seconds
Executed 1 test in 0.021432 seconds
From test_json.vim:
Executed Test_js_decode() in 0.001467 seconds
Executed Test_js_encode() in 0.000605 seconds
Executed Test_json_decode() in 0.001165 seconds
Executed Test_json_encode() in 0.000703 seconds
Executed Test_json_encode_long() in 0.000644 seconds
Executed 5 tests in 0.011928 seconds
From test_jumplist.vim:
Executed Test_getjumplist() in 0.004151 seconds
Executed 1 test in 0.008171 seconds
From test_langmap.vim:
Executed Test_langmap() in 0.001038 seconds
Executed 1 test in 0.005414 seconds
From test_let.vim:
Executed Test_let() in 0.000293 seconds
Executed Test_let_arg_fail() in 0.000310 seconds
Executed Test_let_heredoc() in 0.000226 seconds
Executed Test_let_heredoc_fails() in 0.012325 seconds
Executed Test_let_heredoc_trim_no_indent_marker() in 0.000187 seconds
Executed Test_let_utf8_environment() in 0.000215 seconds
Executed Test_let_varg_fail() in 0.000258 seconds
Executed 7 tests in 0.018775 seconds
From test_lineending.vim:
Executed Test_lineending() in 0.004136 seconds
Executed 1 test in 0.008219 seconds
From test_listchars.vim:
Executed Test_listchars() in 0.008849 seconds
Executed Test_listchars_composing() in 0.000953 seconds
Executed Test_listchars_unicode() in 0.000918 seconds
Executed 3 tests in 0.015243 seconds
From test_listdict.vim:
Executed Test_dict() in 0.000806 seconds
Executed Test_dict_big() in 0.025590 seconds
Executed Test_dict_deepcopy() in 0.000227 seconds
Executed Test_dict_func() in 0.000166 seconds
Executed Test_dict_func_remove() in 0.000161 seconds
Executed Test_dict_func_remove_in_use() in 0.000145 seconds
Executed Test_dict_identity() in 0.000144 seconds
Executed Test_dict_item_lock_unlet() in 0.000130 seconds
Executed Test_dict_literal_keys() in 0.000137 seconds
Executed Test_dict_lock_extend() in 0.000142 seconds
Executed Test_dict_lock_filter() in 0.000132 seconds
Executed Test_dict_lock_map() in 0.000134 seconds
Executed Test_dict_lock_unlet() in 0.000135 seconds
Executed Test_dict_scope_var_extend() in 0.000132 seconds
Executed Test_dict_scope_var_extend_overwrite() in 0.000137 seconds
Executed Test_dict_scope_var_remove() in 0.000135 seconds
Executed Test_dict_unlet() in 0.000129 seconds
Executed Test_func_arg_list() in 0.000182 seconds
Executed Test_let_lock_list() in 0.000190 seconds
Executed Test_list_assign() in 0.000144 seconds
Executed Test_list_create() in 0.000162 seconds
Executed Test_list_func_remove() in 0.000191 seconds
Executed Test_list_identity() in 0.000138 seconds
Executed Test_list_locked_var() in 0.001272 seconds
Executed Test_list_locked_var_unlet() in 0.001222 seconds
Executed Test_list_range_assign() in 0.000128 seconds
Executed Test_list_slice() in 0.000146 seconds
Executed Test_list_unlet() in 0.000183 seconds
Executed Test_listdict_compare() in 0.000324 seconds
Executed Test_listdict_compare_complex() in 0.000233 seconds
Executed Test_listdict_extend() in 0.000236 seconds
Executed Test_lock_var_unlet() in 0.000124 seconds
Executed Test_lockvar_script_autoload() in 0.000192 seconds
Executed Test_reverse_sort_uniq() in 0.000318 seconds
Executed Test_scope_dict() in 0.000812 seconds
Executed Test_script_local_dict_func() in 0.000140 seconds
Executed Test_str_split() in 0.000168 seconds
Executed 37 tests in 0.046999 seconds
From test_listener.vim:
Executed Test_listener_args() in 0.000766 seconds
Executed Test_listener_caches_buffer_line() in 0.000595 seconds
Executed Test_listener_garbage_collect() in 0.000419 seconds
Executed Test_listener_undo_line_number() in 0.000474 seconds
Executed Test_listening() in 0.001311 seconds
Executed Test_listening_other_buf() in 0.000451 seconds
Executed 6 tests in 0.008795 seconds
From test_listlbr.vim:
Executed Test_block_replace_after_wrapping() in 0.002510 seconds
Executed Test_linebreak_with_conceal() in 0.001328 seconds
Executed Test_linebreak_with_list() in 0.001125 seconds
Executed Test_linebreak_with_nolist() in 0.001015 seconds
Executed Test_list_with_listchars() in 0.001415 seconds
Executed Test_list_with_tab_and_skipping_first_chars() in 0.001392 seconds
Executed Test_norm_after_block_visual() in 0.001167 seconds
Executed Test_set_linebreak() in 0.001383 seconds
Executed Test_should_break() in 0.001078 seconds
Executed Test_undo_after_block_visual() in 0.001043 seconds
Executed Test_virtual_block() in 0.001421 seconds
Executed Test_virtual_block_and_vbA() in 0.001400 seconds
Executed Test_virtual_char_and_block() in 0.001188 seconds
Executed 13 tests in 0.024710 seconds
From test_lua.vim:
Skipped
NO tests executed
SKIPPED test_lua.vim: lua feature missing
From test_makeencoding.vim:
Executed Test_getfile() in 0.193451 seconds
Executed Test_grep() in 0.149557 seconds
Executed Test_make() in 0.144726 seconds
Executed 3 tests in 0.496394 seconds
From test_man.vim:
Executed Test_buffer_count_hidden() in 0.375893 seconds
Executed Test_g_ft_man_open_mode() in 0.710252 seconds
Executed Test_local_options() in 0.195668 seconds
Executed Test_nomodifiable() in 0.153602 seconds
Executed 4 tests in 1.457917 seconds
From test_maparg.vim:
Executed Test_maparg() in 0.001292 seconds
Executed Test_mapcheck() in 0.000512 seconds
Executed Test_range_map() in 0.000951 seconds
Executed 3 tests in 0.009476 seconds
From test_mapping.vim:
Executed Test_abbr_after_line_join() in 0.000948 seconds
Executed Test_abbreviation() in 0.000804 seconds
Executed Test_abbreviation_CR() in 0.001229 seconds
Executed Test_abclear() in 0.000321 seconds
Executed Test_abclear_buffer() in 0.001014 seconds
Executed Test_break_undo() in 0.000557 seconds
Executed Test_cabbr_visual_mode() in 0.000707 seconds
Executed Test_error_in_map_expr() in 0.237905 seconds
Executed Test_list_mappings() in 0.000947 seconds
Executed Test_map_ctrl_c_insert() in 0.001838 seconds
Executed Test_map_ctrl_c_visual() in 0.002863 seconds
Executed Test_map_cursor() in 0.011059 seconds
Executed Test_map_cursor_ctrl_gU() in 0.006099 seconds
Executed Test_map_feedkeys() in 0.002599 seconds
Executed Test_map_langmap() in 0.003709 seconds
Executed Test_map_meta_multibyte() in 0.000655 seconds
Executed Test_map_meta_quotes() in 0.001097 seconds
Executed Test_map_timeout() in 0.308470 seconds
Executed Test_map_timeout_with_timer_interrupt() in 0.213567 seconds
Executed Test_motionforce_omap() in 0.003137 seconds
Executed 20 tests in 0.814072 seconds
From test_marks.vim:
Executed Test_Incr_Marks() in 0.001814 seconds
Executed Test_Restore_DelMark() in 0.002158 seconds
Executed Test_delmarks() in 0.000581 seconds
Executed Test_mark_error() in 0.000268 seconds
Executed Test_marks_cmd() in 0.007990 seconds
Executed Test_marks_cmd_multibyte() in 0.000565 seconds
Executed Test_setpos() in 0.001052 seconds
Executed 7 tests in 0.023122 seconds
From test_matchadd_conceal.vim:
Executed Test_clearmatches() in 0.002269 seconds
Executed Test_default_conceal_char() in 0.002128 seconds
Executed Test_matchadd_and_conceallevel_3() in 0.012065 seconds
Executed Test_matchadd_and_syn_conceal() in 0.002703 seconds
Executed Test_matchadd_repeat_conceal_with_syntax_off() in 0.001401 seconds
Executed Test_simple_matchadd() in 0.001069 seconds
Executed Test_simple_matchadd_and_conceal() in 0.001383 seconds
Executed Test_syn_and_match_conceal() in 0.002296 seconds
Executed Test_using_matchaddpos() in 0.001935 seconds
Executed 9 tests in 0.033911 seconds
From test_memory_usage.vim:
Executed Test_memory_func_capture_lvars() in 3.462136 seconds
Executed Test_memory_func_capture_vargs() in 1.191962 seconds
Executed 2 tests in 4.668322 seconds
From test_method.vim:
Executed Test_dict_method() in 0.000598 seconds
Executed Test_list_method() in 0.000436 seconds
Executed Test_method_append() in 0.000603 seconds
Executed Test_method_float() in 0.000250 seconds
Executed Test_method_funcref() in 0.000342 seconds
Executed Test_method_lambda() in 0.000300 seconds
Executed Test_method_not_supported() in 0.000243 seconds
Executed Test_method_syntax() in 0.000287 seconds
Executed Test_string_method() in 0.000313 seconds
Executed 9 tests in 0.008842 seconds
From test_mksession.vim:
Executed Test_mkseesion_arglocal() in 0.016428 seconds
Executed Test_mksession() in 0.005352 seconds
Executed Test_mksession_arglist() in 0.006802 seconds
Executed Test_mksession_blank_tabs() in 0.011382 seconds
Executed Test_mksession_blank_windows() in 0.010436 seconds
Executed Test_mksession_buffer_count() in 0.019908 seconds
Executed Test_mksession_compatible() in 0.000520 seconds
Executed Test_mksession_foldopt() in 0.000474 seconds
Executed Test_mksession_globals() in 0.003019 seconds
Executed Test_mksession_hlsearch() in 0.005602 seconds
Executed Test_mksession_large_winheight() in 0.002867 seconds
Executed Test_mksession_lcd_multiple_tabs() in 0.007833 seconds
Executed Test_mksession_no_errmsg() in 0.002553 seconds
Executed Test_mksession_one_buffer_two_windows() in 0.003159 seconds
Executed Test_mksession_quote_in_filename() in 0.009248 seconds
Executed Test_mksession_resize() in 0.000786 seconds
Executed Test_mksession_rtp() in 0.000767 seconds
Executed Test_mksession_scratch() in 0.002652 seconds
Executed Test_mksession_sesdir() in 0.004953 seconds
Executed Test_mksession_slash() in 0.005184 seconds
Executed Test_mksession_tcd_multiple_tabs() in 0.014465 seconds
Executed Test_mksession_terminal_no_restore_cmdarg() in 0.011888 seconds
Executed Test_mksession_terminal_no_restore_func() in 0.012138 seconds
Executed Test_mksession_terminal_no_restore_funcarg() in 0.012337 seconds
Executed Test_mksession_terminal_no_ssop() in 0.012577 seconds
Executed Test_mksession_terminal_restore_other() in 0.013375 seconds
Executed Test_mksession_terminal_shell() in 0.014502 seconds
Executed Test_mksession_winheight() in 0.010245 seconds
Executed Test_mksession_winpos() in 0.000263 seconds
Executed Test_mkview_file() in 0.015010 seconds
Executed Test_mkview_loadview_with_viewdir() in 0.008326 seconds
Executed Test_mkview_no_file_name() in 0.005798 seconds
Executed Test_mkvimrc() in 0.000477 seconds
Executed 33 tests in 0.259687 seconds
From test_nested_function.vim:
Executed Test_max_nesting() in 0.002606 seconds
Executed Test_nested_argument() in 0.000136 seconds
Executed Test_nested_functions() in 0.000142 seconds
Executed 3 tests in 0.006739 seconds
From test_netbeans.vim:
Executed Test_nb_basic() in 0.060397 seconds
Executed Test_nb_file_auth() in 0.064793 seconds
Executed 2 tests in 0.131461 seconds
From test_normal.vim:
Executed Test_changelist() in 0.000966 seconds
Executed Test_delete_until_paragraph() in 0.000557 seconds
Executed Test_g_ctrl_g() in 0.001109 seconds
Executed Test_gr_command() in 0.000733 seconds
Executed Test_java_motion() in 0.001057 seconds
Executed Test_message_when_using_ctrl_c() in 0.001667 seconds
Executed Test_normal00_optrans() in 0.001118 seconds
Executed Test_normal01_keymodel() in 0.001992 seconds
Executed Test_normal02_selectmode() in 0.001201 seconds
Executed Test_normal02_selectmode2() in 0.000871 seconds
Executed Test_normal03_join() in 0.000856 seconds
Executed Test_normal04_filter() in 0.026930 seconds
Executed Test_normal05_formatexpr() in 0.000642 seconds
Executed Test_normal05_formatexpr_newbuf() in 0.000439 seconds
Executed Test_normal05_formatexpr_setopt() in 0.000238 seconds
Executed Test_normal06_formatprg() in 0.021823 seconds
Executed Test_normal07_internalfmt() in 0.000632 seconds
Executed Test_normal08_fold() in 0.000947 seconds
Executed Test_normal09_operatorfunc() in 0.006190 seconds
Executed Test_normal09a_operatorfunc() in 0.002409 seconds
Executed Test_normal10_expand() in 0.005589 seconds
Executed Test_normal11_showcmd() in 0.000803 seconds
Executed Test_normal12_nv_error() in 0.001607 seconds
Executed Test_normal13_help() in 0.005404 seconds
Executed Test_normal14_page() in 0.000914 seconds
Executed Test_normal14_page_eol() in 0.000591 seconds
Executed Test_normal15_z_scroll_vert() in 0.000988 seconds
Executed Test_normal16_z_scroll_hor() in 0.000835 seconds
Executed Test_normal17_z_scroll_hor2() in 0.000859 seconds
Executed Test_normal18_z_fold() in 0.003820 seconds
Executed Test_normal20_exmode() in 0.028837 seconds
Executed Test_normal21_nv_hat() in 0.002356 seconds
Executed Test_normal22_zet() in 0.061463 seconds
Executed Test_normal23_K() in 0.164057 seconds
Executed Test_normal24_rot13() in 0.000566 seconds
Executed Test_normal25_tag() in 0.012690 seconds
Executed Test_normal26_put() in 0.000335 seconds
Executed Test_normal27_bracket() in 0.000341 seconds
Executed Test_normal28_parenthesis() in 0.000265 seconds
Executed Test_normal29_brace() in 0.000381 seconds
Skipped
Executed Test_normal30_changecase() in 0.001149 seconds
Executed Test_normal31_r_cmd() in 0.000780 seconds
Executed Test_normal32_g_cmd1() in 0.000277 seconds
Executed Test_normal33_g_cmd2() in 0.001442 seconds
Executed Test_normal34_g_cmd3() in 0.000224 seconds
Skipped
Executed Test_normal35_g_cmd4() in 0.000101 seconds
Executed Test_normal36_g_cmd5() in 0.000300 seconds
Executed Test_normal37_g_cmd6() in 0.000455 seconds
Executed Test_normal38_nvhome() in 0.000478 seconds
Executed Test_normal39_cw() in 0.000313 seconds
Executed Test_normal40_ctrl_bsl() in 0.000407 seconds
Executed Test_normal41_insert_reg() in 0.000393 seconds
Executed Test_normal42_halfpage() in 0.000307 seconds
Executed Test_normal43_textobject1() in 0.000552 seconds
Executed Test_normal44_textobjects2() in 0.001114 seconds
Executed Test_normal45_drop() in 0.000162 seconds
Executed Test_normal46_ignore() in 0.000145 seconds
Skipped
Executed Test_normal47_autocmd() in 0.000097 seconds
Executed Test_normal47_visual_buf_wipe() in 0.000404 seconds
Executed Test_normal48_wincmd() in 0.000274 seconds
Executed Test_normal49_counts() in 0.000219 seconds
Executed Test_normal50_commandline() in 0.100772 seconds
Executed Test_normal51_FileChangedRO() in 0.008766 seconds
Executed Test_normal52_rl() in 0.001734 seconds
Executed Test_normal53_digraph() in 0.001258 seconds
Executed Test_normal54_Ctrl_bsl() in 0.001412 seconds
Executed Test_normal_8g8() in 0.001358 seconds
Executed Test_normal_gdollar_cmd() in 0.010730 seconds
Executed Test_normal_gk() in 0.004057 seconds
Executed Test_normal_large_count() in 0.001340 seconds
Executed Test_nv_hat_count() in 0.003821 seconds
Executed 71 tests in 0.527165 seconds
SKIPPED Test_normal30_changecase(): Turkish locale not available
SKIPPED Test_normal35_g_cmd4(): output of g< can't be tested currently
SKIPPED Test_normal47_autocmd(): not possible to test cursorhold autocmd while waiting for input in normal_cmd
From test_number.vim:
Executed Test_number() in 0.003087 seconds
Executed Test_number_with_linewrap1() in 0.003728 seconds
Executed Test_number_with_relativenumber() in 0.002918 seconds
Executed Test_numberwidth() in 0.003690 seconds
Executed Test_numberwidth_adjusted() in 0.006278 seconds
Executed Test_relativenumber() in 0.001650 seconds
Executed Test_relativenumber_colors() in 0.207884 seconds
Executed Test_relativenumber_uninitialised() in 0.001876 seconds
Executed Test_set_global_and_local() in 0.000875 seconds
Executed Test_set_options() in 0.001888 seconds
Executed 10 tests in 0.247648 seconds
From test_options.vim:
Executed Test_000_term_option_verbose() in 0.000520 seconds
Executed Test_backupskip() in 0.000260 seconds
Executed Test_cinkeys() in 0.000166 seconds
Executed Test_complete() in 0.000279 seconds
Executed Test_copy_context() in 0.000571 seconds
Executed Test_copy_winopt() in 0.000413 seconds
Executed Test_dictionary() in 0.000178 seconds
Executed Test_filetype_valid() in 0.000197 seconds
Executed Test_isfname() in 0.003965 seconds
Executed Test_keymap_valid() in 0.000375 seconds
Executed Test_local_scrolloff() in 0.000259 seconds
Executed Test_options() in 0.019701 seconds
Executed Test_path_keep_commas() in 0.000154 seconds
Executed Test_set_all() in 0.000848 seconds
Executed Test_set_completion() in 0.006775 seconds
Executed Test_set_errors() in 0.000404 seconds
Executed Test_set_indentexpr() in 0.000193 seconds
Executed Test_set_ttytype() in 0.000476 seconds
Executed Test_set_values() in 0.022036 seconds
Executed Test_shortmess_F() in 0.000325 seconds
Executed Test_shortmess_F2() in 0.000995 seconds
Executed Test_signcolumn() in 0.000103 seconds
Executed Test_syntax_valid() in 0.000136 seconds
Executed Test_thesaurus() in 0.000125 seconds
Executed Test_visualbell() in 0.000098 seconds
Executed Test_whichwrap() in 0.000099 seconds
Executed Test_wildchar() in 0.000109 seconds
Executed Test_writedelay() in 0.747739 seconds
Executed 28 tests in 0.822719 seconds
From test_packadd.vim:
Executed Test_colorscheme() in 0.013444 seconds
Executed Test_colorscheme_completion() in 0.016368 seconds
Executed Test_helptags() in 0.009767 seconds
Executed Test_packadd() in 0.023894 seconds
Executed Test_packadd_completion() in 0.004822 seconds
Executed Test_packadd_noload() in 0.006242 seconds
Executed Test_packadd_start() in 0.005856 seconds
Executed Test_packadd_symlink_dir() in 0.019369 seconds
Executed Test_packadd_symlink_dir2() in 0.031992 seconds
Executed Test_packloadall() in 0.024787 seconds
Executed Test_runtime() in 0.019649 seconds
Executed 11 tests in 0.186440 seconds
From test_paste.vim:
Executed Test_paste_clipboard() in 0.002591 seconds
Executed Test_paste_cmdline() in 0.001566 seconds
Executed Test_paste_insert_mode() in 0.002120 seconds
Executed Test_paste_normal_mode() in 0.002146 seconds
Executed Test_paste_visual_mode() in 0.007075 seconds
Executed Test_xrestore() in 0.011424 seconds
Executed 6 tests in 0.037631 seconds
From test_perl.vim:
Skipped
NO tests executed
SKIPPED test_perl.vim: perl feature missing
From test_plus_arg_edit.vim:
Executed Test_edit() in 0.024894 seconds
Executed Test_edit_bad() in 0.006557 seconds
Executed 2 tests in 0.038070 seconds
From test_popupwin.vim:
Executed Test_adjust_left_past_screen_width() in 0.003500 seconds
Executed Test_notifications() in 0.060395 seconds
Executed Test_popup_all_corners() in 0.072466 seconds
Executed Test_popup_atcursor() in 0.002143 seconds
Executed Test_popup_beval() in 0.273218 seconds
Executed Test_popup_close_callback() in 0.001186 seconds
Executed Test_popup_close_with_mouse() in 0.103225 seconds
Executed Test_popup_cursorline() in 0.352906 seconds
Executed Test_popup_dialog() in 0.003337 seconds
Executed Test_popup_drag() in 0.108400 seconds
Executed Test_popup_empty() in 0.002052 seconds
Executed Test_popup_filter() in 0.002073 seconds
Executed Test_popup_firstline() in 0.091744 seconds
Executed Test_popup_fitting_scrollbar() in 0.001641 seconds
Executed Test_popup_getoptions() in 0.001431 seconds
Executed Test_popup_getpos() in 0.000882 seconds
Executed Test_popup_hidden() in 0.002509 seconds
Executed Test_popup_hide() in 0.002481 seconds
Executed Test_popup_in_tab() in 0.001825 seconds
Executed Test_popup_invalid_arguments() in 0.003515 seconds
Executed Test_popup_menu() in 0.004777 seconds
Executed Test_popup_menu_filter() in 0.107657 seconds
Executed Test_popup_menu_narrow() in 0.052812 seconds
Executed Test_popup_menu_screenshot() in 0.093219 seconds
Executed Test_popup_menu_with_maxwidth() in 0.073148 seconds
Executed Test_popup_menu_with_scrollbar() in 0.109954 seconds
Executed Test_popup_menu_wrap() in 0.096696 seconds
Executed Test_popup_move() in 0.002229 seconds
Executed Test_popup_moved() in 0.005039 seconds
Executed Test_popup_never_behind() in 0.075775 seconds
Executed Test_popup_noscrolloff() in 0.001740 seconds
Executed Test_popup_option_values() in 0.001035 seconds
Executed Test_popup_position_adjust() in 0.015450 seconds
Executed Test_popup_scrollbar() in 0.404668 seconds
Executed Test_popup_select() in 0.159351 seconds
Executed Test_popup_settext() in 0.152334 seconds
Executed Test_popup_time() in 1.401791 seconds
Executed Test_popup_title() in 0.114674 seconds
Executed Test_popup_valid_arguments() in 0.001462 seconds
Executed Test_popup_width_longest() in 0.002840 seconds
Executed Test_popup_with_border_and_padding() in 0.219006 seconds
Executed Test_popup_with_mask() in 0.121784 seconds
Executed Test_popup_with_matches() in 0.063084 seconds
Executed Test_popup_with_showbreak() in 0.071622 seconds
Executed Test_popup_with_syntax_setbufvar() in 0.060918 seconds
Executed Test_popup_with_syntax_win_execute() in 0.084043 seconds
Executed Test_popup_with_wrap() in 0.074946 seconds
Executed Test_popup_without_wrap() in 0.073103 seconds
Executed Test_popup_wraps() in 0.002190 seconds
Executed Test_popupmenu_info_align_menu() in 0.153087 seconds
Executed Test_popupmenu_info_border() in 0.188199 seconds
Executed Test_popupmenu_info_hidden() in 0.251482 seconds
Executed Test_popupmenu_info_noborder() in 0.104059 seconds
Executed Test_popupwin_buf_close() in 0.002549 seconds
Executed Test_popupwin_cancel() in 0.001457 seconds
Executed Test_popupwin_filter_mode() in 0.004462 seconds
Executed Test_popupwin_garbage_collect() in 0.001126 seconds
Executed Test_popupwin_getoptions_tablocal() in 0.001324 seconds
Executed Test_popupwin_recycle_bnr() in 0.000938 seconds
Executed Test_popupwin_terminal_buffer() in 0.002879 seconds
Executed Test_popupwin_width() in 0.005127 seconds
Executed Test_popupwin_with_buffer() in 0.017294 seconds
Executed Test_popupwin_with_buffer_and_filter() in 0.001756 seconds
Executed Test_previewpopup() in 0.172963 seconds
Executed Test_set_get_options() in 0.001079 seconds
Executed Test_simple_popup() in 0.192791 seconds
Executed Test_win_execute_closing_curwin() in 0.001489 seconds
Executed Test_win_execute_not_allowed() in 0.001176 seconds
Executed 68 tests in 5.875775 seconds
From test_popupwin_textprop.vim:
Executed Test_textprop_popup() in 0.384820 seconds
Executed Test_textprop_popup_corners() in 0.249552 seconds
Executed Test_textprop_popup_offsets() in 0.084182 seconds
Executed 3 tests in 0.728145 seconds
From test_preview.vim:
Executed Test_Psearch() in 0.010342 seconds
Executed 1 test in 0.016088 seconds
From test_profile.vim:
Executed Test_profdel_func() in 0.051665 seconds
Executed Test_profdel_star() in 0.051468 seconds
Executed Test_profile_completion() in 0.001492 seconds
Executed Test_profile_errors() in 0.000266 seconds
Executed Test_profile_file() in 0.033361 seconds
Executed Test_profile_file_with_cont() in 0.026688 seconds
Executed Test_profile_func() in 0.051904 seconds
Executed Test_profile_func_with_ifelse() in 0.035193 seconds
Executed Test_profile_func_with_trycatch() in 0.020604 seconds
Executed Test_profile_truncate_mbyte() in 0.027060 seconds
Executed Test_profile_typed_func() in 0.251013 seconds
Executed 11 tests in 0.563284 seconds
From test_prompt_buffer.vim:
Executed Test_prompt_basic() in 0.067610 seconds
Executed Test_prompt_editing() in 0.082473 seconds
Executed Test_prompt_garbage_collect() in 0.001737 seconds
Executed 3 tests in 0.162002 seconds
From test_python2.vim:
Skipped
NO tests executed
SKIPPED test_python2.vim: python feature missing
From test_python3.vim:
Skipped
NO tests executed
SKIPPED test_python3.vim: python3 feature missing
From test_pyx2.vim:
Skipped
NO tests executed
SKIPPED test_pyx2.vim: python feature missing
From test_pyx3.vim:
Skipped
NO tests executed
SKIPPED test_pyx3.vim: python3 feature missing
From test_quickfix.vim:
Executed Test_Autocmd() in 0.088031 seconds
Executed Test_Autocmd_Exception() in 0.000416 seconds
Executed Test_Multi_LL_Help() in 0.070453 seconds
Executed Test_Qf_Size() in 0.002637 seconds
Executed Test_add_qf() in 0.000771 seconds
Executed Test_adjust_lnum() in 0.012476 seconds
Executed Test_autocmd_changelist() in 0.066183 seconds
Executed Test_browse() in 0.031190 seconds
Executed Test_bufoverflow() in 0.001378 seconds
Executed Test_caddbuffer_to_empty() in 0.071501 seconds
Executed Test_caddbuffer_wrong() in 0.000354 seconds
Executed Test_caddexpr_wrong() in 0.000179 seconds
Executed Test_cage() in 0.000833 seconds
Executed Test_cbelow() in 0.032888 seconds
Executed Test_cbottom() in 0.001274 seconds
Executed Test_cbuffer() in 0.003019 seconds
Executed Test_cclose_from_copen() in 0.000402 seconds
Executed Test_cclose_in_autocmd() in 0.000284 seconds
Executed Test_cexpr() in 0.000768 seconds
Executed Test_cexpr_acmd_freelist() in 0.001066 seconds
Executed Test_cfile() in 0.022090 seconds
Executed Test_cgetexpr_works() in 0.000266 seconds
Executed Test_changedtick() in 0.001355 seconds
Executed Test_clist() in 0.002356 seconds
Executed Test_copenHeight() in 0.000328 seconds
Executed Test_copenHeight_tabline() in 0.000290 seconds
Executed Test_curswant() in 0.035694 seconds
Executed Test_cwindow() in 0.001589 seconds
Executed Test_cwindow_highlight() in 0.062354 seconds
Executed Test_cwindow_jump() in 0.005809 seconds
Executed Test_dirstack_cleanup() in 0.002297 seconds
Executed Test_duplicate_buf() in 0.009342 seconds
Executed Test_efm() in 0.001328 seconds
Executed Test_efm1() in 0.022401 seconds
Executed Test_efm2() in 0.018231 seconds
Executed Test_efm_dirstack() in 0.022113 seconds
Executed Test_efm_ignore_continuations() in 0.002585 seconds
Executed Test_empty_qfbuf() in 0.005357 seconds
Executed Test_errortitle() in 0.001085 seconds
Executed Test_file_from_copen() in 0.000943 seconds
Executed Test_filter_clist() in 0.001980 seconds
Executed Test_get_list_from_lines() in 0.003533 seconds
Executed Test_getqflist() in 0.003990 seconds
Executed Test_getqflist_invalid_nr() in 0.000547 seconds
Executed Test_grep() in 0.047637 seconds
Executed Test_helpgrep() in 0.177188 seconds
Executed Test_helpgrep_with_lang_specifier() in 0.057439 seconds
Executed Test_history() in 0.001865 seconds
Executed Test_invalid_efm() in 0.000690 seconds
Executed Test_jumpto_first_error() in 0.027728 seconds
Executed Test_lbuffer_crash() in 0.000598 seconds
Executed Test_lbuffer_with_bwipe() in 0.000481 seconds
Executed Test_lexpr_crash() in 0.000551 seconds
Executed Test_lfile_crash() in 0.000402 seconds
Executed Test_lhelpgrep_autocmd() in 0.181964 seconds
Executed Test_ll_window_ctx() in 0.000723 seconds
Executed Test_locationlist() in 0.001464 seconds
Executed Test_locationlist_cross_tab_jump() in 0.012693 seconds
Executed Test_locationlist_curwin_was_closed() in 0.000355 seconds
Executed Test_long_lines() in 0.012451 seconds
Executed Test_lvimgrep_crash() in 0.070467 seconds
Executed Test_multidirstack() in 0.008196 seconds
Executed Test_multifilestack() in 0.008075 seconds
Executed Test_nomem() in 0.001619 seconds
Executed Test_perbuf_efm() in 0.008295 seconds
Executed Test_qf_free() in 0.004707 seconds
Executed Test_qf_id() in 0.001083 seconds
Executed Test_qf_property() in 0.004881 seconds
Executed Test_qf_tick() in 0.010502 seconds
Executed Test_qf_title() in 0.001133 seconds
Executed Test_qfbuf() in 0.002042 seconds
Executed Test_qfcmd_abort() in 0.008585 seconds
Executed Test_qfjump() in 0.028104 seconds
Executed Test_qftitle() in 0.009320 seconds
Executed Test_qfwin_pos() in 0.002380 seconds
Executed Test_quickfix_count() in 0.002395 seconds
Executed Test_quickfix_set_list_with_act() in 0.005428 seconds
Executed Test_quickfix_was_changed_by_autocmd() in 0.002442 seconds
Executed Test_resize_from_copen() in 0.000616 seconds
Executed Test_setexpr() in 0.002090 seconds
Executed Test_setqfidx() in 0.002610 seconds
Executed Test_setqflist() in 0.002649 seconds
Executed Test_setqflist_empty_middle() in 0.007057 seconds
Executed Test_setqflist_empty_older() in 0.005781 seconds
Executed Test_setqflist_invalid_nr() in 0.000170 seconds
Executed Test_shorten_fname() in 0.000378 seconds
Executed Test_splitview() in 0.048733 seconds
Executed Test_switchbuf() in 0.020801 seconds
Executed Test_two_windows() in 0.007276 seconds
Executed Test_view_result_split() in 0.000788 seconds
Executed Test_vimgrep() in 0.028980 seconds
Executed Test_vimgrep_autocmd() in 0.014373 seconds
Executed Test_vimgrep_incsearch() in 0.003205 seconds
Executed Test_vimgreptitle() in 0.001084 seconds
Executed Test_viscol() in 0.008323 seconds
Executed Test_winonly_autocmd() in 0.005740 seconds
Executed 96 tests in 1.502130 seconds
From test_quotestar.vim:
Executed Test_quotestar() in 1.420061 seconds
Executed 1 test in 1.428002 seconds
From test_regex_char_classes.vim:
Executed Test_regex_char_classes() in 0.004350 seconds
Executed Test_s_search() in 0.003712 seconds
Executed Test_x_search() in 0.003760 seconds
Executed 3 tests in 0.016013 seconds
From test_registers.vim:
Executed Test_display_registers() in 0.094537 seconds
Executed Test_recording_esc_sequence() in 0.001040 seconds
Executed Test_register_one() in 0.001031 seconds
Executed Test_yank_shows_register() in 0.000986 seconds
Executed 4 tests in 0.106150 seconds
From test_restricted.vim:
Executed Test_restricted() in 0.019738 seconds
Skipped
Executed Test_restricted_lua() in 0.000685 seconds
Skipped
Executed Test_restricted_mzscheme() in 0.000540 seconds
Skipped
Executed Test_restricted_perl() in 0.000506 seconds
Skipped
Executed Test_restricted_python() in 0.000520 seconds
Skipped
Executed Test_restricted_python3() in 0.000509 seconds
Skipped
Executed Test_restricted_ruby() in 0.000492 seconds
Skipped
Executed Test_restricted_tcl() in 0.000615 seconds
Executed 8 tests in 0.031277 seconds
SKIPPED Test_restricted_lua(): Lua is not supported
SKIPPED Test_restricted_mzscheme(): MzScheme is not supported
SKIPPED Test_restricted_perl(): Perl is not supported
SKIPPED Test_restricted_python(): Python is not supported
SKIPPED Test_restricted_python3(): Python3 is not supported
SKIPPED Test_restricted_ruby(): Ruby is not supported
SKIPPED Test_restricted_tcl(): Tcl is not supported
From test_retab.vim:
Executed Test_retab() in 0.001489 seconds
Executed Test_retab_error() in 0.000455 seconds
Executed 2 tests in 0.006137 seconds
From test_ruby.vim:
Skipped
NO tests executed
SKIPPED test_ruby.vim: ruby feature missing
From test_scriptnames.vim:
Executed Test_scriptnames() in 0.004835 seconds
Executed 1 test in 0.009893 seconds
From test_scrollbind.vim:
Executed Test_scrollbind() in 0.010748 seconds
Executed Test_scrollbind_opt() in 0.002068 seconds
Executed 2 tests in 0.017698 seconds
From test_search.vim:
Executed Test_incsearch_add_char_under_cursor() in 0.000982 seconds
Executed Test_incsearch_cmdline_modifier() in 0.001168 seconds
Executed Test_incsearch_scrolling() in 0.451781 seconds
Executed Test_incsearch_search_dump() in 0.278495 seconds
Executed Test_incsearch_sort_dump() in 0.167383 seconds
Executed Test_incsearch_substitute() in 0.002457 seconds
Executed Test_incsearch_substitute_dump() in 1.009318 seconds
Executed Test_incsearch_vimgrep_dump() in 0.199374 seconds
Executed Test_incsearch_with_change() in 0.376141 seconds
Executed Test_keep_last_search_pattern() in 0.002131 seconds
Executed Test_large_hex_chars1() in 0.000680 seconds
Executed Test_large_hex_chars2() in 0.000696 seconds
Executed Test_look_behind() in 0.001178 seconds
Executed Test_no_last_substitute_pat() in 0.007695 seconds
Executed Test_one_error_msg() in 0.000714 seconds
Executed Test_search_Ctrl_L_combining() in 0.001798 seconds
Executed Test_search_cmdline() in 0.016170 seconds
Executed Test_search_cmdline2() in 0.003553 seconds
Executed Test_search_cmdline3() in 0.001309 seconds
Executed Test_search_cmdline3g() in 0.002375 seconds
Executed Test_search_cmdline3s() in 0.006219 seconds
Executed Test_search_cmdline3v() in 0.001428 seconds
Executed Test_search_cmdline4() in 0.001456 seconds
Executed Test_search_cmdline5() in 0.000764 seconds
Executed Test_search_cmdline6() in 0.000912 seconds
Executed Test_search_cmdline7() in 0.000771 seconds
Executed Test_search_cmdline8() in 0.527066 seconds
Executed Test_search_cmdline_incsearch_highlight() in 0.009110 seconds
Executed Test_search_cmdline_incsearch_highlight_attr() in 1.257582 seconds
Executed Test_search_display_pattern() in 0.001678 seconds
Executed Test_search_match_at_curpos() in 0.002015 seconds
Executed Test_search_multibyte() in 0.001806 seconds
Executed Test_search_regexp() in 0.002793 seconds
Executed Test_search_sentence() in 0.001021 seconds
Executed Test_search_undefined_behaviour() in 0.002349 seconds
Executed Test_search_undefined_behaviour2() in 0.000471 seconds
Executed Test_searchc() in 0.001417 seconds
Executed Test_searchdecl() in 0.001306 seconds
Executed Test_searchpair() in 0.001096 seconds
Executed Test_searchpair_errors() in 0.001146 seconds
Executed Test_searchpair_leak() in 0.001108 seconds
Executed Test_searchpair_skip() in 0.001229 seconds
Executed Test_subst_word_under_cursor() in 0.001962 seconds
Executed Test_use_sub_pat() in 0.001059 seconds
Executed Test_word_under_cursor_after_match() in 0.001374 seconds
Executed 45 tests in 4.375399 seconds
From test_search_stat.vim:
Executed Test_search_stat() in 0.004758 seconds
Executed Test_search_stat_screendump() in 0.078990 seconds
Executed 2 tests in 0.093585 seconds
From test_shortpathname.vim:
Skipped
NO tests executed
SKIPPED test_shortpathname.vim: only works on MS-Windows
From test_signals.vim:
Executed Test_signal_PWR() in 0.015830 seconds
Executed Test_signal_WINCH() in 0.012017 seconds
Executed 2 tests in 0.035235 seconds
From test_signs.vim:
Executed Test_aaa_sign_id_autogen() in 0.005256 seconds
Executed Test_sign() in 0.002671 seconds
Executed Test_sign_change_type() in 0.000804 seconds
Executed Test_sign_completion() in 0.012868 seconds
Executed Test_sign_cursor_position() in 0.058751 seconds
Executed Test_sign_delete_buffer() in 0.000980 seconds
Executed Test_sign_funcs() in 0.007873 seconds
Executed Test_sign_funcs_multi() in 0.005534 seconds
Executed Test_sign_group() in 0.007105 seconds
Executed Test_sign_invalid_commands() in 0.001314 seconds
Executed Test_sign_jump_func() in 0.002573 seconds
Executed Test_sign_lnum_adjust() in 0.001557 seconds
Executed Test_sign_memfailures() in 0.012621 seconds
Executed Test_sign_numcol() in 0.008088 seconds
Executed Test_sign_priority() in 0.005368 seconds
Executed Test_sign_undefine_still_placed() in 0.000525 seconds
Executed Test_sign_unplace() in 0.009971 seconds
Executed 17 tests in 0.156423 seconds
From test_smartindent.vim:
Executed Test_nosmartindent() in 0.000657 seconds
Executed Test_smartindent_has_no_effect() in 0.000502 seconds
Executed 2 tests in 0.005140 seconds
From test_sound.vim:
Skipped
NO tests executed
SKIPPED test_sound.vim: sound feature not available
From test_source.vim:
Executed Test_source_autocmd() in 0.003299 seconds
Executed Test_source_cmd() in 0.000295 seconds
Executed Test_source_sandbox() in 0.003612 seconds
Executed 3 tests in 0.011820 seconds
From test_spell.vim:
Executed Test_curswant() in 0.009235 seconds
Executed Test_region_error() in 0.003974 seconds
Executed Test_spell_long_word() in 0.012234 seconds
Executed Test_spell_screendump() in 0.047143 seconds
Executed Test_spellbadword() in 0.004733 seconds
Executed Test_spellfile_value() in 0.000263 seconds
Executed Test_spellinfo() in 0.024400 seconds
Executed Test_spellreall() in 0.032624 seconds
Executed Test_wrap_search() in 0.000311 seconds
Executed Test_z_equal_on_invalid_utf8_word() in 0.003085 seconds
Executed Test_zeq_crash() in 0.009243 seconds
Executed Test_zz_NOSLITSUGS() in 0.010769 seconds
Executed Test_zz_Numbers() in 0.007956 seconds
Executed Test_zz_affix() in 0.026849 seconds
Executed Test_zz_basic() in 0.009997 seconds
Executed Test_zz_compound() in 0.030190 seconds
Executed Test_zz_prefixes() in 0.008631 seconds
Executed Test_zz_sal_and_addition() in 0.012299 seconds
Executed 18 tests in 0.263106 seconds
From test_spellfile.vim:
Executed Test_spell_normal() in 0.016108 seconds
Executed 1 test in 0.022141 seconds
From test_startup.vim:
Executed Test_A_F_H_arg() in 0.039046 seconds
Executed Test_V_arg() in 0.076495 seconds
Executed Test_V_file_arg() in 0.023422 seconds
Executed Test_after_comes_later() in 0.056052 seconds
Executed Test_compatible_args() in 0.067262 seconds
Executed Test_default_term() in 0.023286 seconds
Executed Test_file_args() in 0.109093 seconds
Executed Test_help_arg() in 0.012107 seconds
Executed Test_invalid_args() in 0.418823 seconds
Executed Test_issue_3969() in 0.011151 seconds
Executed Test_m_M_R() in 0.154242 seconds
Executed Test_o_arg() in 0.105335 seconds
Executed Test_p_arg() in 0.038134 seconds
Executed Test_pack_in_rtp_when_plugins_run() in 0.055780 seconds
Executed Test_progpath() in 0.000421 seconds
Executed Test_q_arg() in 0.124497 seconds
Executed Test_read_stdin() in 0.027036 seconds
Executed Test_set_shell() in 0.042289 seconds
Executed Test_silent_ex_mode() in 0.030469 seconds
Executed Test_start_with_tabs() in 0.055705 seconds
Executed Test_startup_script() in 0.008536 seconds
Executed Test_startuptime() in 0.018969 seconds
Executed Test_v_argv() in 0.011622 seconds
Executed Test_zzz_startinsert() in 0.063435 seconds
Executed 24 tests in 1.591133 seconds
From test_stat.vim:
Executed Test_autoread_file_deleted() in 4.024094 seconds
Executed Test_checktime() in 1.024273 seconds
Executed Test_existent_directory() in 0.000709 seconds
Executed Test_existent_file() in 0.011547 seconds
Executed Test_getftype() in 0.046025 seconds
Executed Test_nonexistent_file() in 0.000548 seconds
Executed Test_win32_symlink_dir() in 0.000443 seconds
Executed 7 tests in 5.115058 seconds
From test_substitute.vim:
Executed Test_multiline_subst() in 0.001148 seconds
Executed Test_nocatch_sub_failure_handling() in 0.000899 seconds
Executed Test_replace_keeppatterns() in 0.001039 seconds
Executed Test_replace_with_tilde() in 0.000827 seconds
Executed Test_sub_beyond_end() in 0.000620 seconds
Executed Test_sub_cmd_1() in 1.002755 seconds
Executed Test_sub_cmd_2() in 0.002232 seconds
Executed Test_sub_cmd_3() in 0.001401 seconds
Executed Test_sub_cmd_4() in 0.001494 seconds
Executed Test_sub_cmd_5() in 0.000747 seconds
Executed Test_sub_cmd_6() in 0.001127 seconds
Executed Test_sub_cmd_7() in 0.001289 seconds
Executed Test_sub_cmd_8() in 0.001211 seconds
Executed Test_sub_cmd_9() in 0.000552 seconds
Executed Test_sub_replace_1() in 0.000359 seconds
Executed Test_sub_replace_10() in 0.000288 seconds
Executed Test_sub_replace_2() in 0.000343 seconds
Executed Test_sub_replace_3() in 0.000250 seconds
Executed Test_sub_replace_4() in 0.000301 seconds
Executed Test_sub_replace_5() in 0.000276 seconds
Executed Test_sub_replace_6() in 0.000228 seconds
Executed Test_sub_replace_7() in 0.000248 seconds
Executed Test_sub_replace_8() in 0.001210 seconds
Executed Test_sub_replace_9() in 0.000800 seconds
Executed Test_substitute_count() in 0.000536 seconds
Executed Test_substitute_errors() in 0.000486 seconds
Executed Test_substitute_flag_n() in 0.000500 seconds
Executed Test_substitute_flags_lp() in 0.000518 seconds
Executed Test_substitute_join() in 0.000566 seconds
Executed Test_substitute_repeat() in 0.000586 seconds
Executed Test_substitute_variants() in 0.028703 seconds
Executed 31 tests in 1.063398 seconds
From test_swap.vim:
Executed Test_missing_dir() in 0.000753 seconds
Executed Test_swap_directory() in 0.008261 seconds
Executed Test_swap_group() in 0.047620 seconds
Executed Test_swap_recover() in 0.009579 seconds
Executed Test_swap_recover_ext() in 0.019654 seconds
Executed Test_swapfile_delete() in 0.024783 seconds
Executed Test_swapinfo() in 0.011707 seconds
Executed Test_swapname() in 0.002000 seconds
Executed 8 tests in 0.130847 seconds
From test_syntax.vim:
Executed Test_bg_detection() in 0.000931 seconds
Executed Test_conceal() in 0.002721 seconds
Executed Test_highlight_invalid_arg() in 0.000304 seconds
Executed Test_invalid_name() in 0.000234 seconds
Executed Test_ownsyntax() in 0.014788 seconds
Executed Test_ownsyntax_completion() in 0.000703 seconds
Executed Test_syn_clear() in 0.000356 seconds
Executed Test_syn_iskeyword() in 0.002811 seconds
Executed Test_syn_sync() in 0.000569 seconds
Executed Test_syn_wrong_z_one() in 0.000784 seconds
Executed Test_synstack_synIDtrans() in 0.003175 seconds
Executed Test_syntax_after_bufdo() in 0.053086 seconds
Executed Test_syntax_after_reload() in 0.006990 seconds
Executed Test_syntax_arg_skipped() in 0.001952 seconds
Executed Test_syntax_c() in 0.061558 seconds
Executed Test_syntax_completion() in 0.010369 seconds
Executed Test_syntax_hangs() in 0.204612 seconds
Executed Test_syntax_invalid_arg() in 0.000279 seconds
Executed Test_syntax_list() in 0.005394 seconds
Executed Test_syntime() in 0.007673 seconds
Executed Test_syntime_completion() in 0.000339 seconds
Executed 21 tests in 0.390981 seconds
From test_system.vim:
Executed Test_System() in 0.025912 seconds
Executed Test_system_exmode() in 0.129181 seconds
Skipped
Executed Test_system_with_shell_quote() in 0.000309 seconds
Executed 3 tests in 0.163302 seconds
SKIPPED Test_system_with_shell_quote(): only works on MS-Windows
From test_tab.vim:
Executed Test_smarttab() in 0.001145 seconds
Executed Test_softtabstop() in 0.000746 seconds
Executed 2 tests in 0.006597 seconds
From test_tcl.vim:
Skipped
NO tests executed
SKIPPED test_tcl.vim: tcl feature missing
From test_termcodes.vim:
Executed Test_1xterm_mouse_wheel() in 0.003884 seconds
Executed Test_get_termcode() in 0.000342 seconds
Executed Test_mapping_works_with_alt() in 0.886339 seconds
Executed Test_mapping_works_with_ctrl() in 1.030446 seconds
Executed Test_mapping_works_with_ctrl_alt() in 1.028740 seconds
Executed Test_mapping_works_with_shift() in 0.376833 seconds
Executed Test_mapping_works_with_shift_alt() in 0.366769 seconds
Executed Test_mapping_works_with_shift_ctrl() in 0.378151 seconds
Executed Test_mapping_works_with_shift_ctrl_alt() in 0.367847 seconds
Executed Test_mapping_works_with_shift_plain() in 0.668730 seconds
Executed Test_modifyOtherKeys_basic() in 0.509403 seconds
Executed Test_term_mouse_click_X_to_close_tab() in 0.008996 seconds
Executed Test_term_mouse_click_tab() in 0.005036 seconds
Executed Test_term_mouse_double_click_to_create_tab() in 0.312680 seconds
Executed Test_term_mouse_drag_beyond_window() in 0.028590 seconds
Executed Test_term_mouse_drag_statusline() in 0.006494 seconds
Executed Test_term_mouse_drag_to_move_tab() in 0.095826 seconds
Executed Test_term_mouse_drag_window_separator() in 0.009374 seconds
Executed Test_term_mouse_left_click() in 0.006249 seconds
Executed Test_term_mouse_middle_click() in 0.014485 seconds
Executed Test_term_rgb_response() in 0.003926 seconds
Executed Test_xterm_mouse_click_in_fold_columns() in 0.003702 seconds
Executed Test_xterm_mouse_ctrl_click() in 0.024213 seconds
Executed Test_xterm_mouse_right_click_extends_visual() in 0.017710 seconds
Executed Test_xx01_term_style_response() in 0.000318 seconds
Executed Test_xx02_iTerm2_response() in 0.000149 seconds
Executed Test_xx03_libvterm_response() in 0.000126 seconds
Executed Test_xx04_Mac_Terminal_response() in 0.000211 seconds
Executed Test_xx05_mintty_response() in 0.000127 seconds
Executed Test_xx06_screen_response() in 0.000145 seconds
Executed Test_xx07_xterm_response() in 0.000278 seconds
Executed 31 tests in 6.169799 seconds
From test_termencoding.vim:
Executed Test_termencoding_euc_jp() in 0.169203 seconds
Executed 1 test in 0.179728 seconds
From test_terminal.vim:
Executed Test_term_getcursor() in 0.129252 seconds
Skipped
Executed Test_term_gettitle() in 0.000314 seconds
Executed Test_terminal_TerminalWinOpen() in 1.013699 seconds
Executed Test_terminal_all_ansi_colors() in 0.070687 seconds
Executed Test_terminal_altscreen() in 0.033146 seconds
Executed Test_terminal_ansicolors_default() in 0.015166 seconds
Executed Test_terminal_ansicolors_func() in 0.016558 seconds
Executed Test_terminal_ansicolors_global() in 0.015024 seconds
Executed Test_terminal_api_call() in 0.453863 seconds
Executed Test_terminal_api_call_fail_delete() in 0.158607 seconds
Executed Test_terminal_api_call_fails() in 0.309999 seconds
Executed Test_terminal_api_drop_newwin() in 0.139138 seconds
Executed Test_terminal_api_drop_newwin_bin() in 0.160537 seconds
Executed Test_terminal_api_drop_newwin_binary() in 0.159792 seconds
Executed Test_terminal_api_drop_newwin_enc() in 0.159067 seconds
Executed Test_terminal_api_drop_newwin_encoding() in 0.160146 seconds
Executed Test_terminal_api_drop_newwin_ff() in 0.139096 seconds
Executed Test_terminal_api_drop_newwin_fileformat() in 0.160255 seconds
Executed Test_terminal_api_drop_newwin_nobin() in 0.138850 seconds
Executed Test_terminal_api_drop_newwin_nobinary() in 0.159462 seconds
Executed Test_terminal_api_drop_oldwin() in 0.158799 seconds
Executed Test_terminal_aucmd_on_close() in 0.131789 seconds
Executed Test_terminal_basic() in 0.015393 seconds
Executed Test_terminal_composing_unicode() in 0.220541 seconds
Found errors in Test_terminal_composing_unicode():
function RunTheTest[40]..Test_terminal_composing_unicode line 27: Pattern 'echo ä̈bc' does not match 'sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminal_composing_unicode line 28: Expected 'ä̈bc' but got '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\necho ä̈bc'
function RunTheTest[40]..Test_terminal_composing_unicode line 30: Expected 'ä̈' but got '\\'
function RunTheTest[40]..Test_terminal_composing_unicode line 31: Expected 'b' but got '['
function RunTheTest[40]..Test_terminal_composing_unicode line 32: Expected 'c' but got '\\'
function RunTheTest[40]..Test_terminal_composing_unicode line 38: Pattern 'echo が゙ぎぐ゙げご゙' does not match 'ä̈bc'
function RunTheTest[40]..Test_terminal_composing_unicode line 39: Expected 'が゙ぎぐ゙げご゙' but got 'sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminal_composing_unicode line 41: Expected 'が゙' but got 's'
function RunTheTest[40]..Test_terminal_composing_unicode line 42: Expected 'ぎ' but got 'h'
function RunTheTest[40]..Test_terminal_composing_unicode line 43: Expected 'ぐ゙' but got ':'
function RunTheTest[40]..Test_terminal_composing_unicode line 44: Expected 'げ' but got ' '
function RunTheTest[40]..Test_terminal_composing_unicode line 45: Expected 'ご゙' but got '1'
function RunTheTest[40]..Test_terminal_composing_unicode line 51: Pattern 'echo abc ̈̈' does not match '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\necho が゙ぎぐ゙げご゙'
function RunTheTest[40]..Test_terminal_composing_unicode line 52: Expected 'abc ̈̈' but got 'が゙ぎぐ゙げご゙'
function RunTheTest[40]..Test_terminal_composing_unicode line 54: Expected ' ̈̈' but got 'げ'
Flaky test failed, running it again
Executed Test_terminal_composing_unicode() in 0.220029 seconds
Found errors in Test_terminal_composing_unicode():
function RunTheTest[40]..Test_terminal_composing_unicode line 27: Pattern 'echo ä̈bc' does not match 'sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminal_composing_unicode line 28: Expected 'ä̈bc' but got '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\necho ä̈bc'
function RunTheTest[40]..Test_terminal_composing_unicode line 30: Expected 'ä̈' but got '\\'
function RunTheTest[40]..Test_terminal_composing_unicode line 31: Expected 'b' but got '['
function RunTheTest[40]..Test_terminal_composing_unicode line 32: Expected 'c' but got '\\'
function RunTheTest[40]..Test_terminal_composing_unicode line 38: Pattern 'echo が゙ぎぐ゙げご゙' does not match 'ä̈bc'
function RunTheTest[40]..Test_terminal_composing_unicode line 39: Expected 'が゙ぎぐ゙げご゙' but got 'sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminal_composing_unicode line 41: Expected 'が゙' but got 's'
function RunTheTest[40]..Test_terminal_composing_unicode line 42: Expected 'ぎ' but got 'h'
function RunTheTest[40]..Test_terminal_composing_unicode line 43: Expected 'ぐ゙' but got ':'
function RunTheTest[40]..Test_terminal_composing_unicode line 44: Expected 'げ' but got ' '
function RunTheTest[40]..Test_terminal_composing_unicode line 45: Expected 'ご゙' but got '1'
function RunTheTest[40]..Test_terminal_composing_unicode line 51: Pattern 'echo abc ̈̈' does not match '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\necho が゙ぎぐ゙げご゙'
function RunTheTest[40]..Test_terminal_composing_unicode line 52: Expected 'abc ̈̈' but got 'が゙ぎぐ゙げご゙'
function RunTheTest[40]..Test_terminal_composing_unicode line 54: Expected ' ̈̈' but got 'げ'
Executed Test_terminal_curwin() in 0.013034 seconds
Executed Test_terminal_cwd() in 0.023158 seconds
Executed Test_terminal_cwd_failure() in 0.012923 seconds
Executed Test_terminal_does_not_truncate_last_newlines() in 0.360559 seconds
Executed Test_terminal_dumpdiff() in 0.000378 seconds
Executed Test_terminal_dumpdiff_options() in 0.000672 seconds
Executed Test_terminal_dumpdiff_size() in 0.000276 seconds
Executed Test_terminal_dumpdiff_swap() in 0.000356 seconds
Executed Test_terminal_dumpload() in 0.000495 seconds
Executed Test_terminal_dumpload_dump() in 0.053344 seconds
Executed Test_terminal_dumpwrite_composing() in 0.157720 seconds
Executed Test_terminal_env() in 5.040119 seconds
Found errors in Test_terminal_env():
function RunTheTest[40]..Test_terminal_env[11]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>85 line 1: Expected 'correct' but got '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\necho $TESTENV'
Flaky test failed, running it again
Executed Test_terminal_env() in 5.043548 seconds
Found errors in Test_terminal_env():
function RunTheTest[40]..Test_terminal_env[11]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>88 line 1: Expected 'correct' but got '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\necho $TESTENV'
Flaky test failed, running it again
Executed Test_terminal_env() in 5.037756 seconds
Found errors in Test_terminal_env():
function RunTheTest[40]..Test_terminal_env[11]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>91 line 1: Expected 'correct' but got '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\necho $TESTENV'
Flaky test failed, running it again
Executed Test_terminal_env() in 5.037063 seconds
Found errors in Test_terminal_env():
function RunTheTest[40]..Test_terminal_env[11]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>94 line 1: Expected 'correct' but got '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\necho $TESTENV'
Flaky test failed, running it again
Executed Test_terminal_env() in 5.038312 seconds
Found errors in Test_terminal_env():
function RunTheTest[40]..Test_terminal_env[11]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>97 line 1: Expected 'correct' but got '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\necho $TESTENV'
Executed Test_terminal_exit() in 0.150334 seconds
Executed Test_terminal_finish_open_close() in 1.012718 seconds
Executed Test_terminal_getwinpos() in 0.076790 seconds
Executed Test_terminal_hidden() in 0.023148 seconds
Executed Test_terminal_hidden_and_close() in 0.050207 seconds
Executed Test_terminal_hide_buffer() in 0.015395 seconds
Executed Test_terminal_list_args() in 0.003267 seconds
Executed Test_terminal_make_change() in 0.015257 seconds
Executed Test_terminal_nasty_cb() in 0.024490 seconds
Executed Test_terminal_no_cmd() in 0.013835 seconds
Executed Test_terminal_no_job() in 0.013994 seconds
Executed Test_terminal_noblock() in 0.366634 seconds
Executed Test_terminal_normal_mode() in 0.110923 seconds
Executed Test_terminal_open_autocmd() in 0.009893 seconds
Executed Test_terminal_out_err() in 0.021090 seconds
Executed Test_terminal_paste_register() in 10.025910 seconds
Executed Test_terminal_postponed_scrollback() in 0.428658 seconds
Executed Test_terminal_qall_exit() in 0.055185 seconds
Executed Test_terminal_qall_kill_arg() in 0.041077 seconds
Executed Test_terminal_qall_kill_func() in 0.041584 seconds
Executed Test_terminal_qall_prompt() in 0.100495 seconds
Executed Test_terminal_redir_file() in 0.037605 seconds
Executed Test_terminal_resize() in 0.006624 seconds
Executed Test_terminal_response_to_control_sequence() in 10.039358 seconds
Found errors in Test_terminal_response_to_control_sequence():
function RunTheTest[40]..Test_terminal_response_to_control_sequence[7]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>146 line 1: Pattern 'cat' does not match 'sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminal_response_to_control_sequence[13]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>147 line 1: Pattern '3;1R' does not match ''
Flaky test failed, running it again
Executed Test_terminal_response_to_control_sequence() in 10.037185 seconds
Found errors in Test_terminal_response_to_control_sequence():
function RunTheTest[40]..Test_terminal_response_to_control_sequence[7]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>150 line 1: Pattern 'cat' does not match 'sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminal_response_to_control_sequence[13]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>151 line 1: Pattern '3;1R' does not match ''
Flaky test failed, running it again
Executed Test_terminal_response_to_control_sequence() in 10.036638 seconds
Found errors in Test_terminal_response_to_control_sequence():
function RunTheTest[40]..Test_terminal_response_to_control_sequence[7]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>154 line 1: Pattern 'cat' does not match 'sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminal_response_to_control_sequence[13]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>155 line 1: Pattern '3;1R' does not match ''
Flaky test failed, running it again
Executed Test_terminal_response_to_control_sequence() in 10.040405 seconds
Found errors in Test_terminal_response_to_control_sequence():
function RunTheTest[40]..Test_terminal_response_to_control_sequence[7]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>158 line 1: Pattern 'cat' does not match 'sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminal_response_to_control_sequence[13]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>159 line 1: Pattern '3;1R' does not match ''
Flaky test failed, running it again
Executed Test_terminal_response_to_control_sequence() in 10.040806 seconds
Found errors in Test_terminal_response_to_control_sequence():
function RunTheTest[40]..Test_terminal_response_to_control_sequence[7]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>162 line 1: Pattern 'cat' does not match 'sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminal_response_to_control_sequence[13]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>163 line 1: Pattern '3;1R' does not match ''
Executed Test_terminal_scrape_123() in 0.030050 seconds
Executed Test_terminal_scrape_multibyte() in 0.016880 seconds
Executed Test_terminal_scroll() in 0.018974 seconds
Executed Test_terminal_scrollback() in 0.026949 seconds
Executed Test_terminal_servername() in 0.032670 seconds
Executed Test_terminal_setapi_and_call() in 0.072838 seconds
Executed Test_terminal_size() in 0.021203 seconds
Executed Test_terminal_special_chars() in 0.019538 seconds
Executed Test_terminal_split_quit() in 0.075698 seconds
Executed Test_terminal_statusline() in 2.004576 seconds
Executed Test_terminal_switch_mode() in 0.005635 seconds
Executed Test_terminal_term_start_empty_command() in 0.004364 seconds
Executed Test_terminal_termwinkey() in 0.005188 seconds
Executed Test_terminal_termwinsize_minimum() in 0.027009 seconds
Executed Test_terminal_termwinsize_option_fixed() in 0.140852 seconds
Executed Test_terminal_termwinsize_option_zero() in 0.044089 seconds
Executed Test_terminal_tmap() in 10.039971 seconds
Found errors in Test_terminal_tmap():
function RunTheTest[40]..Test_terminal_tmap[1]..TerminalTmap[14]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>200 line 1: Pattern 'abxde\\|456' does not match '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\n'
function RunTheTest[40]..Test_terminal_tmap[1]..TerminalTmap line 17: Pattern 'abxde' does not match '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\n'
function RunTheTest[40]..Test_terminal_tmap[2]..TerminalTmap[14]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>202 line 1: Pattern 'abxde\\|456' does not match '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\n'
function RunTheTest[40]..Test_terminal_tmap[2]..TerminalTmap line 19: Pattern '456' does not match '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\n'
Flaky test failed, running it again
Executed Test_terminal_tmap() in 10.045569 seconds
Found errors in Test_terminal_tmap():
function RunTheTest[40]..Test_terminal_tmap[1]..TerminalTmap[14]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>204 line 1: Pattern 'abxde\\|456' does not match '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\n'
function RunTheTest[40]..Test_terminal_tmap[1]..TerminalTmap line 17: Pattern 'abxde' does not match '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\n'
function RunTheTest[40]..Test_terminal_tmap[2]..TerminalTmap[14]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>206 line 1: Pattern 'abxde\\|456' does not match '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\n'
function RunTheTest[40]..Test_terminal_tmap[2]..TerminalTmap line 19: Pattern '456' does not match '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\n'
Flaky test failed, running it again
Executed Test_terminal_tmap() in 10.041944 seconds
Found errors in Test_terminal_tmap():
function RunTheTest[40]..Test_terminal_tmap[1]..TerminalTmap[14]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>208 line 1: Pattern 'abxde\\|456' does not match '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\n'
function RunTheTest[40]..Test_terminal_tmap[1]..TerminalTmap line 17: Pattern 'abxde' does not match '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\n'
function RunTheTest[40]..Test_terminal_tmap[2]..TerminalTmap[14]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>210 line 1: Pattern 'abxde\\|456' does not match '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\n'
function RunTheTest[40]..Test_terminal_tmap[2]..TerminalTmap line 19: Pattern '456' does not match '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\n'
Flaky test failed, running it again
Executed Test_terminal_tmap() in 10.039631 seconds
Found errors in Test_terminal_tmap():
function RunTheTest[40]..Test_terminal_tmap[1]..TerminalTmap[14]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>212 line 1: Pattern 'abxde\\|456' does not match '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\n'
function RunTheTest[40]..Test_terminal_tmap[1]..TerminalTmap line 17: Pattern 'abxde' does not match '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\n'
function RunTheTest[40]..Test_terminal_tmap[2]..TerminalTmap[14]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>214 line 1: Pattern 'abxde\\|456' does not match '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\n'
function RunTheTest[40]..Test_terminal_tmap[2]..TerminalTmap line 19: Pattern '456' does not match '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\n'
Flaky test failed, running it again
Executed Test_terminal_tmap() in 10.047653 seconds
Found errors in Test_terminal_tmap():
function RunTheTest[40]..Test_terminal_tmap[1]..TerminalTmap[14]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>216 line 1: Pattern 'abxde\\|456' does not match '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\n'
function RunTheTest[40]..Test_terminal_tmap[1]..TerminalTmap line 17: Pattern 'abxde' does not match '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\n'
function RunTheTest[40]..Test_terminal_tmap[2]..TerminalTmap[14]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>218 line 1: Pattern 'abxde\\|456' does not match '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\n'
function RunTheTest[40]..Test_terminal_tmap[2]..TerminalTmap line 19: Pattern '456' does not match '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\n'
Executed Test_terminal_version() in 5.043183 seconds
Executed Test_terminal_wall() in 0.015296 seconds
Executed Test_terminal_wipe_buffer() in 0.014320 seconds
Executed Test_terminal_wqall() in 0.015139 seconds
Executed Test_terminal_write_stdin() in 0.085292 seconds
Executed Test_terminal_wrong_options() in 0.000355 seconds
Executed Test_terminwinscroll() in 245.363783 seconds
Executed Test_zz1_terminal_in_gui() in 0.097351 seconds
Executed Test_zz2_terminal_guioptions_bang() in 0.024947 seconds
Executed 99 tests in 422.455486 seconds
7 FAILED:
Found errors in Test_terminal_composing_unicode():
Run 1:
function RunTheTest[40]..Test_terminal_composing_unicode line 27: Pattern 'echo ä̈bc' does not match 'sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminal_composing_unicode line 28: Expected 'ä̈bc' but got '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\necho ä̈bc'
function RunTheTest[40]..Test_terminal_composing_unicode line 30: Expected 'ä̈' but got '\\'
function RunTheTest[40]..Test_terminal_composing_unicode line 31: Expected 'b' but got '['
function RunTheTest[40]..Test_terminal_composing_unicode line 32: Expected 'c' but got '\\'
function RunTheTest[40]..Test_terminal_composing_unicode line 38: Pattern 'echo が゙ぎぐ゙げご゙' does not match 'ä̈bc'
function RunTheTest[40]..Test_terminal_composing_unicode line 39: Expected 'が゙ぎぐ゙げご゙' but got 'sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminal_composing_unicode line 41: Expected 'が゙' but got 's'
function RunTheTest[40]..Test_terminal_composing_unicode line 42: Expected 'ぎ' but got 'h'
function RunTheTest[40]..Test_terminal_composing_unicode line 43: Expected 'ぐ゙' but got ':'
function RunTheTest[40]..Test_terminal_composing_unicode line 44: Expected 'げ' but got ' '
function RunTheTest[40]..Test_terminal_composing_unicode line 45: Expected 'ご゙' but got '1'
function RunTheTest[40]..Test_terminal_composing_unicode line 51: Pattern 'echo abc ̈̈' does not match '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\necho が゙ぎぐ゙げご゙'
function RunTheTest[40]..Test_terminal_composing_unicode line 52: Expected 'abc ̈̈' but got 'が゙ぎぐ゙げご゙'
function RunTheTest[40]..Test_terminal_composing_unicode line 54: Expected ' ̈̈' but got 'げ'
Run 2:
function RunTheTest[40]..Test_terminal_composing_unicode line 27: Pattern 'echo ä̈bc' does not match 'sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminal_composing_unicode line 28: Expected 'ä̈bc' but got '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\necho ä̈bc'
function RunTheTest[40]..Test_terminal_composing_unicode line 30: Expected 'ä̈' but got '\\'
function RunTheTest[40]..Test_terminal_composing_unicode line 31: Expected 'b' but got '['
function RunTheTest[40]..Test_terminal_composing_unicode line 32: Expected 'c' but got '\\'
function RunTheTest[40]..Test_terminal_composing_unicode line 38: Pattern 'echo が゙ぎぐ゙げご゙' does not match 'ä̈bc'
function RunTheTest[40]..Test_terminal_composing_unicode line 39: Expected 'が゙ぎぐ゙げご゙' but got 'sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminal_composing_unicode line 41: Expected 'が゙' but got 's'
function RunTheTest[40]..Test_terminal_composing_unicode line 42: Expected 'ぎ' but got 'h'
function RunTheTest[40]..Test_terminal_composing_unicode line 43: Expected 'ぐ゙' but got ':'
function RunTheTest[40]..Test_terminal_composing_unicode line 44: Expected 'げ' but got ' '
function RunTheTest[40]..Test_terminal_composing_unicode line 45: Expected 'ご゙' but got '1'
function RunTheTest[40]..Test_terminal_composing_unicode line 51: Pattern 'echo abc ̈̈' does not match '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\necho が゙ぎぐ゙げご゙'
function RunTheTest[40]..Test_terminal_composing_unicode line 52: Expected 'abc ̈̈' but got 'が゙ぎぐ゙げご゙'
function RunTheTest[40]..Test_terminal_composing_unicode line 54: Expected ' ̈̈' but got 'げ'
Flaky test failed too often, giving up
Found errors in Test_terminal_env():
Run 1:
function RunTheTest[40]..Test_terminal_env[11]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>85 line 1: Expected 'correct' but got '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\necho $TESTENV'
Run 2:
function RunTheTest[40]..Test_terminal_env[11]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>88 line 1: Expected 'correct' but got '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\necho $TESTENV'
Run 3:
function RunTheTest[40]..Test_terminal_env[11]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>91 line 1: Expected 'correct' but got '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\necho $TESTENV'
Run 4:
function RunTheTest[40]..Test_terminal_env[11]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>94 line 1: Expected 'correct' but got '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\necho $TESTENV'
Run 5:
function RunTheTest[40]..Test_terminal_env[11]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>97 line 1: Expected 'correct' but got '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\necho $TESTENV'
Flaky test failed too often, giving up
Found errors in Test_terminal_paste_register():
function RunTheTest[40]..Test_terminal_paste_register[8]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>132 line 1: Pattern 'echo text to paste 42$' does not match 'sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminal_paste_register[9]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>133 line 1: Expected 'text to paste 42' but got '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\necho text to paste 42'
Found errors in Test_terminal_response_to_control_sequence():
Run 1:
function RunTheTest[40]..Test_terminal_response_to_control_sequence[7]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>146 line 1: Pattern 'cat' does not match 'sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminal_response_to_control_sequence[13]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>147 line 1: Pattern '3;1R' does not match ''
Run 2:
function RunTheTest[40]..Test_terminal_response_to_control_sequence[7]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>150 line 1: Pattern 'cat' does not match 'sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminal_response_to_control_sequence[13]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>151 line 1: Pattern '3;1R' does not match ''
Run 3:
function RunTheTest[40]..Test_terminal_response_to_control_sequence[7]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>154 line 1: Pattern 'cat' does not match 'sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminal_response_to_control_sequence[13]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>155 line 1: Pattern '3;1R' does not match ''
Run 4:
function RunTheTest[40]..Test_terminal_response_to_control_sequence[7]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>158 line 1: Pattern 'cat' does not match 'sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminal_response_to_control_sequence[13]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>159 line 1: Pattern '3;1R' does not match ''
Run 5:
function RunTheTest[40]..Test_terminal_response_to_control_sequence[7]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>162 line 1: Pattern 'cat' does not match 'sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminal_response_to_control_sequence[13]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>163 line 1: Pattern '3;1R' does not match ''
Flaky test failed too often, giving up
Found errors in Test_terminal_tmap():
Run 1:
function RunTheTest[40]..Test_terminal_tmap[1]..TerminalTmap[14]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>200 line 1: Pattern 'abxde\\|456' does not match '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\n'
function RunTheTest[40]..Test_terminal_tmap[1]..TerminalTmap line 17: Pattern 'abxde' does not match '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\n'
function RunTheTest[40]..Test_terminal_tmap[2]..TerminalTmap[14]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>202 line 1: Pattern 'abxde\\|456' does not match '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\n'
function RunTheTest[40]..Test_terminal_tmap[2]..TerminalTmap line 19: Pattern '456' does not match '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\n'
Run 2:
function RunTheTest[40]..Test_terminal_tmap[1]..TerminalTmap[14]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>204 line 1: Pattern 'abxde\\|456' does not match '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\n'
function RunTheTest[40]..Test_terminal_tmap[1]..TerminalTmap line 17: Pattern 'abxde' does not match '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\n'
function RunTheTest[40]..Test_terminal_tmap[2]..TerminalTmap[14]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>206 line 1: Pattern 'abxde\\|456' does not match '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\n'
function RunTheTest[40]..Test_terminal_tmap[2]..TerminalTmap line 19: Pattern '456' does not match '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\n'
Run 3:
function RunTheTest[40]..Test_terminal_tmap[1]..TerminalTmap[14]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>208 line 1: Pattern 'abxde\\|456' does not match '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\n'
function RunTheTest[40]..Test_terminal_tmap[1]..TerminalTmap line 17: Pattern 'abxde' does not match '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\n'
function RunTheTest[40]..Test_terminal_tmap[2]..TerminalTmap[14]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>210 line 1: Pattern 'abxde\\|456' does not match '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\n'
function RunTheTest[40]..Test_terminal_tmap[2]..TerminalTmap line 19: Pattern '456' does not match '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\n'
Run 4:
function RunTheTest[40]..Test_terminal_tmap[1]..TerminalTmap[14]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>212 line 1: Pattern 'abxde\\|456' does not match '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\n'
function RunTheTest[40]..Test_terminal_tmap[1]..TerminalTmap line 17: Pattern 'abxde' does not match '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\n'
function RunTheTest[40]..Test_terminal_tmap[2]..TerminalTmap[14]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>214 line 1: Pattern 'abxde\\|456' does not match '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\n'
function RunTheTest[40]..Test_terminal_tmap[2]..TerminalTmap line 19: Pattern '456' does not match '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\n'
Run 5:
function RunTheTest[40]..Test_terminal_tmap[1]..TerminalTmap[14]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>216 line 1: Pattern 'abxde\\|456' does not match '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\n'
function RunTheTest[40]..Test_terminal_tmap[1]..TerminalTmap line 17: Pattern 'abxde' does not match '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\n'
function RunTheTest[40]..Test_terminal_tmap[2]..TerminalTmap[14]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>218 line 1: Pattern 'abxde\\|456' does not match '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\n'
function RunTheTest[40]..Test_terminal_tmap[2]..TerminalTmap line 19: Pattern '456' does not match '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\n'
Flaky test failed too often, giving up
Found errors in Test_terminal_version():
function RunTheTest[40]..Test_terminal_version[1]..<SNR>5_test_environment[11]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>222 line 1: Expected '801' but got '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\necho $VIM_TERMINAL'
Found errors in Test_terminwinscroll():
function RunTheTest[40]..Test_terminwinscroll[9]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>229 line 1: Pattern '2' does not match '/bin/sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminwinscroll[9]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>230 line 1: Pattern '3' does not match '/bin/sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminwinscroll[9]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>231 line 1: Pattern '4' does not match '/bin/sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminwinscroll[9]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>232 line 1: Pattern '5' does not match '/bin/sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminwinscroll[9]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>233 line 1: Pattern '6' does not match '/bin/sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminwinscroll[9]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>234 line 1: Pattern '7' does not match '/bin/sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminwinscroll[9]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>235 line 1: Pattern '8' does not match '/bin/sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminwinscroll[9]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>236 line 1: Pattern '9' does not match '/bin/sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminwinscroll[9]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>237 line 1: Pattern '10' does not match '/bin/sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminwinscroll[9]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>238 line 1: Pattern '11' does not match '/bin/sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminwinscroll[9]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>239 line 1: Pattern '12' does not match '/bin/sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminwinscroll[9]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>240 line 1: Pattern '13' does not match '/bin/sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminwinscroll[9]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>241 line 1: Pattern '14' does not match '/bin/sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminwinscroll[9]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>242 line 1: Pattern '15' does not match '/bin/sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminwinscroll[9]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>243 line 1: Pattern '16' does not match '/bin/sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminwinscroll[9]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>244 line 1: Pattern '17' does not match '/bin/sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminwinscroll[9]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>245 line 1: Pattern '18' does not match '/bin/sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminwinscroll[9]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>246 line 1: Pattern '19' does not match '/bin/sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminwinscroll[9]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>247 line 1: Pattern '20' does not match '/bin/sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminwinscroll[9]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>248 line 1: Pattern '21' does not match '/bin/sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminwinscroll[9]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>249 line 1: Pattern '22' does not match '/bin/sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminwinscroll[9]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>250 line 1: Pattern '23' does not match '/bin/sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminwinscroll[9]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>251 line 1: Pattern '24' does not match '/bin/sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminwinscroll[9]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>252 line 1: Pattern '25' does not match '/bin/sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminwinscroll[9]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>253 line 1: Pattern '26' does not match '/bin/sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminwinscroll[9]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>254 line 1: Pattern '27' does not match '/bin/sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminwinscroll[9]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>255 line 1: Pattern '28' does not match '/bin/sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminwinscroll[9]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>256 line 1: Pattern '29' does not match '/bin/sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminwinscroll[9]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>257 line 1: Pattern '30' does not match '/bin/sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminwinscroll[9]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>258 line 1: Pattern '31' does not match '/bin/sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminwinscroll[9]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>259 line 1: Pattern '32' does not match '/bin/sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminwinscroll[9]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>260 line 1: Pattern '33' does not match '/bin/sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminwinscroll[9]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>261 line 1: Pattern '34' does not match '/bin/sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminwinscroll[9]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>262 line 1: Pattern '35' does not match '/bin/sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminwinscroll[9]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>263 line 1: Pattern '36' does not match '/bin/sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminwinscroll[9]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>264 line 1: Pattern '37' does not match '/bin/sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminwinscroll[9]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>265 line 1: Pattern '38' does not match '/bin/sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminwinscroll[9]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>266 line 1: Pattern '39' does not match '/bin/sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminwinscroll[9]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>267 line 1: Pattern '40' does not match '/bin/sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminwinscroll[9]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>268 line 1: Pattern '41' does not match '/bin/sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminwinscroll[9]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>269 line 1: Pattern '42' does not match '/bin/sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminwinscroll[9]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>270 line 1: Pattern '43' does not match '/bin/sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminwinscroll[9]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>271 line 1: Pattern '44' does not match '/bin/sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminwinscroll[9]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>272 line 1: Pattern '45' does not match '/bin/sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminwinscroll[9]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>273 line 1: Pattern '46' does not match '/bin/sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminwinscroll[9]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>274 line 1: Pattern '47' does not match '/bin/sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminwinscroll[9]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>275 line 1: Pattern '48' does not match '/bin/sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminwinscroll[9]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>276 line 1: Pattern '49' does not match '/bin/sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminwinscroll[9]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>277 line 1: Pattern '50' does not match '/bin/sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminwinscroll line 19: for "echo 16": Expected 1 but got 0
function RunTheTest[40]..Test_terminwinscroll line 19: for "echo 17": Expected 1 but got 0
function RunTheTest[40]..Test_terminwinscroll line 19: for "echo 18": Expected 1 but got 0
function RunTheTest[40]..Test_terminwinscroll line 19: for "echo 19": Expected 1 but got 0
function RunTheTest[40]..Test_terminwinscroll line 19: for "echo 20": Expected 1 but got 0
function RunTheTest[40]..Test_terminwinscroll line 19: for "echo 21": Expected 1 but got 0
function RunTheTest[40]..Test_terminwinscroll line 19: for "echo 22": Expected 1 but got 0
function RunTheTest[40]..Test_terminwinscroll line 19: for "echo 23": Expected 1 but got 0
function RunTheTest[40]..Test_terminwinscroll line 19: for "echo 24": Expected 1 but got 0
function RunTheTest[40]..Test_terminwinscroll line 19: for "echo 25": Expected 1 but got 0
function RunTheTest[40]..Test_terminwinscroll line 19: for "echo 26": Expected 1 but got 0
function RunTheTest[40]..Test_terminwinscroll line 19: for "echo 27": Expected 1 but got 0
SKIPPED Test_term_gettitle(): can't get/set title
From test_terminal_fail.vim:
Executed Test_terminal_redir_fails() in 0.011478 seconds
Executed 1 test in 0.015758 seconds
From test_textformat.vim:
Executed Test_crash_github_issue_5095() in 0.000685 seconds
Executed Test_format_align() in 0.001600 seconds
Executed Test_format_list_auto() in 0.000756 seconds
Executed Test_format_para() in 0.000698 seconds
Executed Test_format_undo() in 0.000681 seconds
Executed Test_text_format() in 0.002188 seconds
Executed 6 tests in 0.012184 seconds
From test_textobjects.vim:
Executed Test_empty_html_tag() in 0.000892 seconds
Executed Test_inner_block_with_cpo_M_left_backslash() in 0.000450 seconds
Executed Test_inner_block_with_cpo_M_right_backslash() in 0.001034 seconds
Executed Test_inner_block_without_cpo_M() in 0.000964 seconds
Executed Test_inner_tag() in 0.000991 seconds
Executed Test_match() in 0.000503 seconds
Executed Test_quote_selection_selection_exclusive() in 0.000398 seconds
Executed Test_quote_selection_selection_exclusive_abort() in 0.000741 seconds
Executed Test_sentence() in 0.000794 seconds
Executed Test_sentence_with_cursor_on_delimiter() in 0.000334 seconds
Executed Test_sentence_with_quotes() in 0.000306 seconds
Executed Test_string_html_objects() in 0.001344 seconds
Executed 12 tests in 0.014222 seconds
From test_textprop.vim:
Executed Test_prop_add() in 0.000614 seconds
Executed Test_prop_add_remove_buf() in 0.000689 seconds
Executed Test_prop_backspace() in 0.000485 seconds
Executed Test_prop_byteoff() in 0.000379 seconds
Executed Test_prop_change_indent() in 0.000476 seconds
Executed Test_prop_clear() in 0.000425 seconds
Executed Test_prop_clear_buf() in 0.000423 seconds
Executed Test_prop_multiline() in 0.001099 seconds
Executed Test_prop_open_line() in 0.000751 seconds
Executed Test_prop_remove() in 0.000447 seconds
Executed Test_prop_replace() in 0.000546 seconds
Executed Test_prop_setbufline() in 0.000417 seconds
Executed Test_prop_setline() in 0.000407 seconds
Executed Test_prop_substitute() in 0.000495 seconds
Executed Test_prop_undo() in 0.000708 seconds
Executed Test_proptype_buf() in 0.000244 seconds
Executed Test_proptype_global() in 0.000202 seconds
Executed Test_proptype_substitute2() in 0.000469 seconds
Executed Test_textprop_after_tab() in 0.059049 seconds
Executed Test_textprop_empty_buffer() in 0.000428 seconds
Executed Test_textprop_empty_buffer_next() in 0.000378 seconds
Executed Test_textprop_in_unloaded_buf() in 0.008878 seconds
Executed Test_textprop_invalid_highlight() in 0.000461 seconds
Executed Test_textprop_remove_from_buf() in 0.000573 seconds
Executed Test_textprop_screenshot_various() in 0.062525 seconds
Executed Test_textprop_screenshot_visual() in 0.133446 seconds
Executed Test_textprop_with_syntax() in 0.073462 seconds
Executed 27 tests in 0.359432 seconds
From test_undo.vim:
Executed Test_U_command() in 0.001259 seconds
Executed Test_cmd_in_reg_undo() in 0.001525 seconds
Executed Test_global_local_undolevels() in 0.002960 seconds
Executed Test_insert_expr() in 0.001488 seconds
Executed Test_redo_empty_line() in 0.000524 seconds
Executed Test_undo_0() in 0.001831 seconds
Executed Test_undo_append() in 0.000707 seconds
Executed Test_undo_del_chars() in 0.002078 seconds
Executed Test_undo_write() in 0.012745 seconds
Executed Test_undofile() in 0.001054 seconds
Executed Test_undofile_earlier() in 0.006942 seconds
Executed Test_undofile_truncated() in 0.070677 seconds
Executed Test_undojoin() in 0.002779 seconds
Executed Test_undojoin_redo() in 0.001897 seconds
Executed Test_undolist() in 0.002401 seconds
Executed Test_undotree() in 0.006669 seconds
Executed 16 tests in 0.128443 seconds
From test_user_func.vim:
Executed Test_default_arg() in 0.001216 seconds
Executed Test_user_func() in 0.002149 seconds
Executed Test_user_method() in 0.000372 seconds
Executed 3 tests in 0.010169 seconds
From test_usercommands.vim:
Executed Test_Ambiguous() in 0.000430 seconds
Executed Test_CmdCompletion() in 0.002744 seconds
Executed Test_CmdErrors() in 0.000490 seconds
Executed Test_CmdUndefined() in 0.000332 seconds
Executed Test_addr_all() in 0.001159 seconds
Executed Test_cmdmods() in 0.000613 seconds
Executed Test_command_list() in 0.001064 seconds
Executed Test_f_args() in 0.000321 seconds
Executed Test_no_arg() in 0.000289 seconds
Executed Test_q_args() in 0.000295 seconds
Executed Test_range_arg() in 0.000732 seconds
Executed Test_redefine_on_reload() in 0.010429 seconds
Executed Test_reg_arg() in 0.000700 seconds
Executed Test_use_execute_in_completion() in 0.001098 seconds
Executed 14 tests in 0.029003 seconds
From test_viminfo.vim:
Executed Test_cmdline_history() in 0.003309 seconds
Executed Test_cmdline_history_order() in 0.000573 seconds
Executed Test_global_vars() in 0.000464 seconds
Executed Test_viminfo_bad_syntax() in 0.010740 seconds
Executed Test_viminfo_bufferlist() in 0.004810 seconds
Executed Test_viminfo_encoding() in 0.002175 seconds
Executed Test_viminfo_error() in 0.022449 seconds
Executed Test_viminfo_file_mark_tabclose() in 0.003094 seconds
Executed Test_viminfo_file_mark_unloaded_buf() in 0.006843 seconds
Executed Test_viminfo_file_mark_zero_time() in 0.004887 seconds
Executed Test_viminfo_file_marks() in 0.006202 seconds
Executed Test_viminfo_jumplist() in 0.007475 seconds
Executed Test_viminfo_large_register() in 0.004003 seconds
Executed Test_viminfo_lastsub() in 0.001009 seconds
Executed Test_viminfo_marks() in 0.001019 seconds
Executed Test_viminfo_oldfiles() in 0.004367 seconds
Executed Test_viminfo_perm() in 0.007853 seconds
Executed Test_viminfo_read_and_write() in 0.004942 seconds
Executed Test_viminfo_registers() in 0.009363 seconds
Executed Test_viminfo_registers_old() in 0.003985 seconds
Executed Test_viminfofile_none() in 0.003686 seconds
Executed 21 tests in 0.122376 seconds
From test_vimscript.vim:
Executed Test_arg_abort() in 0.000359 seconds
Executed Test_bitwise_functions() in 0.000623 seconds
Executed Test_braces_skipped() in 0.000240 seconds
Executed Test_compound_assignment_operators() in 0.000566 seconds
Executed Test_curlies() in 0.000252 seconds
Executed Test_defining_functions() in 0.000228 seconds
Executed Test_delfunction_force() in 0.000224 seconds
Executed Test_echo_and_string() in 0.000758 seconds
Executed Test_endfunction_trailing() in 0.000319 seconds
Executed Test_endwhile_function() in 0.000288 seconds
Executed Test_endwhile_script() in 0.019926 seconds
Executed Test_error_in_function() in 0.000477 seconds
Executed Test_error_in_script() in 0.000415 seconds
Executed Test_expr_parsing() in 0.000402 seconds
Executed Test_finish() in 0.010534 seconds
Executed Test_func_abort() in 0.000449 seconds
Executed Test_funccall_garbage_collect() in 0.000534 seconds
Executed Test_function_defined_line() in 0.042606 seconds
Executed Test_if_bar_fail() in 0.000348 seconds
Executed Test_if_fail() in 0.000286 seconds
Executed Test_if_while() in 0.000514 seconds
Executed Test_num64() in 0.000544 seconds
Executed Test_refcount() in 0.002545 seconds
Executed Test_return() in 0.000420 seconds
Executed Test_script_emty_line_continuation() in 0.000276 seconds
Executed Test_script_lines() in 0.000700 seconds
Executed Test_script_local_func() in 0.001353 seconds
Executed Test_skip() in 0.000410 seconds
Executed Test_type() in 0.000665 seconds
Executed Test_user_command_with_bang() in 0.000304 seconds
Executed Test_while_fail() in 0.000297 seconds
Executed 31 tests in 0.104608 seconds
From test_visual.vim:
Executed Test_Visual_Block() in 0.000727 seconds
Executed Test_Visual_ctrl_o() in 0.002082 seconds
Executed Test_Visual_inner_quote() in 0.000505 seconds
Executed Test_Visual_paragraph_textobject() in 0.002156 seconds
Executed Test_Visual_sentence_textobject() in 0.003117 seconds
Executed Test_Visual_vapo() in 0.004498 seconds
Executed Test_Visual_word_textobject() in 0.001558 seconds
Executed Test_block_shift_multibyte() in 0.002880 seconds
Executed Test_block_shift_overflow() in 0.001006 seconds
Executed Test_block_shift_tab() in 0.003017 seconds
Executed Test_blockwise_visual() in 0.001259 seconds
Executed Test_blockwise_visual_o_O() in 0.002155 seconds
Executed Test_curswant_not_changed() in 0.001121 seconds
Executed Test_dotregister_paste() in 0.000520 seconds
Executed Test_virtual_replace() in 0.002039 seconds
Executed Test_virtual_replace2() in 0.000869 seconds
Executed Test_visual_mode_reset() in 0.000456 seconds
Executed 17 tests in 0.038214 seconds
From test_winbar.vim:
Executed Test_add_remove_menu() in 0.001279 seconds
Executed Test_click_in_other_winbar() in 0.001639 seconds
Executed Test_click_in_winbar() in 0.001836 seconds
Executed Test_redraw_after_scroll() in 0.001623 seconds
Executed 4 tests in 0.011719 seconds
From test_winbuf_close.vim:
Executed Test_winbuf_close() in 0.013272 seconds
Executed Test_winfixheight_non_leaf_frame() in 0.000624 seconds
Executed Test_winfixheight_on_close() in 0.000349 seconds
Executed Test_winfixwidth_non_leaf_frame() in 0.000499 seconds
Executed Test_winfixwidth_on_close() in 0.000381 seconds
Executed 5 tests in 0.020531 seconds
From test_window_id.vim:
Executed Test_win_getid() in 0.002103 seconds
Executed Test_win_getid_curtab() in 0.000735 seconds
Executed Test_winlayout() in 0.000548 seconds
Executed 3 tests in 0.008058 seconds
From test_windows_home.vim:
Skipped
NO tests executed
SKIPPED test_windows_home.vim: only works on MS-Windows
From test_wordcount.vim:
Executed Test_wordcount() in 0.013504 seconds
Executed 1 test in 0.019201 seconds
From test_writefile.vim:
Executed Test_nowrite_quit_split() in 0.057339 seconds
Executed Test_write_quit_split() in 0.060017 seconds
Executed Test_writefile() in 0.019639 seconds
Executed Test_writefile_autowrite() in 0.012046 seconds
Executed Test_writefile_autowrite_nowrite() in 0.002503 seconds
Executed Test_writefile_fails_conversion() in 0.009622 seconds
Executed Test_writefile_fails_conversion2() in 0.013534 seconds
Executed Test_writefile_fails_gently() in 0.000706 seconds
Executed Test_writefile_ignore_regexp_error() in 0.004854 seconds
Executed Test_writefile_sync_arg() in 0.004378 seconds
Executed Test_writefile_sync_dev_stdout() in 0.000664 seconds
Executed 11 tests in 0.195950 seconds
From test_xxd.vim:
Executed Test_xxd() in 0.203579 seconds
Executed Test_xxd_usage() in 0.033077 seconds
Executed Test_xxd_version() in 0.004989 seconds
Executed 3 tests in 0.246754 seconds
From test_alot_latin.vim:
Executed Test_backref() in 0.000898 seconds
Executed Test_eow_with_optional() in 0.000444 seconds
Executed Test_equivalence_re1() in 0.038362 seconds
Executed Test_equivalence_re2() in 0.020082 seconds
Executed Test_get_equi_class() in 0.000258 seconds
Executed Test_multi_failure() in 0.000122 seconds
Executed Test_nested_backrefs() in 0.000262 seconds
Executed Test_out_of_memory() in 0.002883 seconds
Executed Test_pattern_compile_speed() in 0.190948 seconds
Executed Test_range_with_newline() in 0.000329 seconds
Executed Test_recursive_addstate() in 0.013599 seconds
Executed Test_recursive_substitute() in 0.000317 seconds
Executed Test_rex_init() in 0.000363 seconds
Executed 13 tests in 0.277622 seconds
From test_alot_utf8.vim:
Executed Test_chinese_char_on_wrap_column() in 0.001482 seconds
Executed Test_classes_re1() in 0.021557 seconds
Executed Test_classes_re2() in 0.012996 seconds
Executed Test_colorcolumn_priority() in 0.000743 seconds
Executed Test_comparisons() in 0.041364 seconds
Executed Test_customlist_completion() in 0.000355 seconds
Executed Test_detect_ambiwidth() in 0.083847 seconds
Executed Test_equivalence_re1() in 0.121513 seconds
Executed Test_equivalence_re2() in 0.077458 seconds
Executed Test_gap() in 0.000407 seconds
Executed Test_getvcol() in 0.000244 seconds
Executed Test_illegal_byte_and_breakat() in 0.001472 seconds
Executed Test_large_class() in 0.000121 seconds
Executed Test_linebreak_with_fancy_listchars() in 0.000749 seconds
Executed Test_linebreak_with_nolist() in 0.000714 seconds
Executed Test_list2str_str2list_latin1() in 0.000160 seconds
Executed Test_list2str_str2list_utf8() in 0.000119 seconds
Executed Test_list_and_concealing1() in 0.001054 seconds
Executed Test_list_and_concealing2() in 0.000808 seconds
Executed Test_match_using_multibyte_conceal_char() in 0.000625 seconds
Executed Test_mksession_utf8() in 0.011022 seconds
Executed Test_multibyte_sign_and_colorcolumn() in 0.002164 seconds
Executed Test_multibyte_wrap_and_breakat() in 0.001700 seconds
Executed Test_nolinebreak_with_list() in 0.001690 seconds
Executed Test_optmatch_toolong() in 0.001772 seconds
Executed Test_read_fifo_utf8() in 0.026686 seconds
Executed Test_read_stdin_utf8() in 0.049180 seconds
Executed Test_reversed_range() in 0.000929 seconds
Executed Test_screenattr_for_comment() in 0.034458 seconds
Executed Test_screenchar_utf8() in 0.001676 seconds
Executed Test_search_cmds() in 0.000838 seconds
Executed Test_source_ctrl_v() in 0.004748 seconds
Executed Test_source_latin() in 0.006763 seconds
Executed Test_source_utf8() in 0.006014 seconds
Executed Test_strcharpart() in 0.000376 seconds
Executed Test_strchars() in 0.000413 seconds
Executed Test_strgetchar() in 0.000346 seconds
Executed Test_visual_block_and_selection_exclusive() in 0.002712 seconds
Executed Test_visual_block_insert() in 0.000713 seconds
Executed 39 tests in 0.533454 seconds
From test_alot.vim:
Executed Test_00_bufexists() in 0.000551 seconds
Executed Test_CompleteChanged() in 0.002098 seconds
Executed Test_Executable() in 0.000368 seconds
Executed Test_abs() in 0.000234 seconds
Executed Test_access_freed_mem() in 0.001085 seconds
Executed Test_acos() in 0.000216 seconds
Executed Test_append() in 0.000297 seconds
Executed Test_appendbufline() in 0.000573 seconds
Executed Test_appendbufline_no_E315() in 0.028168 seconds
Executed Test_appendbufline_redraw() in 0.058194 seconds
Executed Test_asin() in 0.000772 seconds
Executed Test_atan() in 0.000593 seconds
Executed Test_atan2() in 0.000494 seconds
Executed Test_auto_partial_rebind() in 0.000512 seconds
Executed Test_backup() in 0.013509 seconds
Executed Test_backup2() in 0.015332 seconds
Executed Test_backup2_backupcopy() in 0.014945 seconds
Executed Test_balloon_show() in 0.000516 seconds
Executed Test_balloon_split() in 0.000729 seconds
Executed Test_behave() in 0.000563 seconds
Executed Test_behave_completion() in 0.000816 seconds
Executed Test_behave_error() in 0.000496 seconds
Executed Test_bind_in_python() in 0.000492 seconds
Executed Test_broken_number() in 0.000668 seconds
Executed Test_bufadd_bufload() in 0.006365 seconds
Executed Test_byte2line_line2byte() in 0.002764 seconds
Executed Test_byteidx() in 0.000639 seconds
Executed Test_call() in 0.000644 seconds
Executed Test_cancel_ptjump() in 0.015614 seconds
Executed Test_caught_error_in_statusline() in 0.000848 seconds
Executed Test_caught_error_in_tabline() in 0.000777 seconds
Executed Test_cd_large_path() in 0.000972 seconds
Executed Test_cd_minus() in 0.000391 seconds
Executed Test_cd_no_arg() in 0.000375 seconds
Executed Test_cd_up_and_down() in 0.000360 seconds
Executed Test_cd_with_cpo_chdir() in 0.004496 seconds
Executed Test_ceil() in 0.000341 seconds
Executed Test_changedtick_bdel() in 0.000362 seconds
Executed Test_changedtick_dict_entry() in 0.000213 seconds
Executed Test_changedtick_fixed() in 0.000287 seconds
Executed Test_changedtick_increments() in 0.000484 seconds
Executed Test_changedtick_islocked() in 0.000191 seconds
Executed Test_changedtick_not_incremented_with_write() in 0.039099 seconds
Executed Test_changenr() in 0.000874 seconds
Executed Test_char2nr() in 0.000350 seconds
Executed Test_chdir_func() in 0.001461 seconds
Executed Test_close_on_quitpre() in 0.001765 seconds
Executed Test_closure_counter() in 0.000799 seconds
Executed Test_closure_refcount() in 0.000753 seconds
Executed Test_closure_unlet() in 0.000566 seconds
Executed Test_col() in 0.000648 seconds
Executed Test_color_names() in 0.011578 seconds
Executed Test_compare_null_dict() in 0.000313 seconds
Executed Test_compare_partials() in 0.000532 seconds
Executed Test_compiler() in 0.028501 seconds
Executed Test_compiler_completion() in 0.002157 seconds
Executed Test_compiler_error() in 0.000361 seconds
Executed Test_compiler_without_arg() in 0.001539 seconds
Executed Test_compl_vim_cmds_after_register_expr() in 0.002688 seconds
Executed Test_complete_CTRLN_startofbuffer() in 0.003321 seconds
Executed Test_complete_func_mess() in 0.001272 seconds
Executed Test_complete_no_filter() in 0.001760 seconds
Executed Test_complete_no_undo() in 0.006245 seconds
Executed Test_complete_o_tab() in 0.002087 seconds
Executed Test_completefunc_opens_new_window_one() in 0.001066 seconds
Executed Test_completefunc_opens_new_window_two() in 0.000743 seconds
Executed Test_completefunc_with_scratch_buffer() in 0.001046 seconds
Executed Test_completefunc_works() in 0.000750 seconds
Executed Test_completion_can_undo() in 0.000972 seconds
Executed Test_completion_clear_candidate_list() in 0.002677 seconds
Executed Test_completion_comment_formatting() in 0.004019 seconds
Executed Test_completion_ctrl_e_without_autowrap() in 0.000482 seconds
Executed Test_completion_respect_bs_option() in 0.001391 seconds
Executed Test_conf_type() in 0.011307 seconds
Executed Test_confirm() in 0.000390 seconds
Executed Test_cos() in 0.000171 seconds
Executed Test_cosh() in 0.000151 seconds
Executed Test_count() in 0.000229 seconds
Executed Test_cursorline_highlight1() in 0.000939 seconds
Executed Test_cursorline_highlight2() in 0.000950 seconds
Executed Test_cursorline_keep_col() in 0.000361 seconds
Executed Test_cursorline_screenline() in 0.440410 seconds
Executed Test_curswant_with_autocommand() in 0.002407 seconds
Executed Test_curswant_with_cursorcolumn() in 0.001546 seconds
Executed Test_curswant_with_cursorline() in 0.001432 seconds
Executed Test_cycle_partial_job() in 0.001958 seconds
Executed Test_cyclic_dict_arg() in 0.000611 seconds
Executed Test_cyclic_list_arg() in 0.000486 seconds
Executed Test_delete_errors() in 0.000540 seconds
Executed Test_delete_rf() in 0.016092 seconds
Executed Test_deletebufline() in 0.002347 seconds
Executed Test_detection() in 0.021374 seconds
Executed Test_dict() in 0.000288 seconds
Executed Test_dir_delete() in 0.000335 seconds
Executed Test_duplicate_tagjump() in 0.007715 seconds
Executed Test_echoerr() in 0.000317 seconds
Executed Test_echomsg() in 0.000217 seconds
Executed Test_echospace() in 0.000201 seconds
Executed Test_edit_CTRL_G() in 0.000505 seconds
Executed Test_edit_change() in 0.000398 seconds
Executed Test_empty() in 0.000224 seconds
Executed Test_empty_buffer() in 0.000340 seconds
Executed Test_empty_concatenate() in 0.000161 seconds
Executed Test_equal() in 0.000204 seconds
Executed Test_equalalways_on_close() in 0.000284 seconds
Executed Test_eventhandler() in 0.000156 seconds
Executed Test_ex_equal() in 0.000408 seconds
Executed Test_ex_shift_errors() in 0.000198 seconds
Executed Test_ex_shift_left() in 0.000435 seconds
Executed Test_ex_shift_right() in 0.000359 seconds
Executed Test_ex_shift_rightleft() in 0.000319 seconds
Executed Test_ex_undo() in 0.000494 seconds
Executed Test_executable_longname() in 0.000164 seconds
Executed Test_execute_does_not_change_col() in 0.000176 seconds
Executed Test_execute_list() in 0.000157 seconds
Executed Test_execute_not_silent() in 0.000201 seconds
Executed Test_execute_string() in 0.000263 seconds
Executed Test_existing() in 0.000134 seconds
Executed Test_exp() in 0.000166 seconds
Executed Test_expand() in 0.000205 seconds
Executed Test_expand_sfile() in 0.000226 seconds
Executed Test_expand_sflnum() in 0.000160 seconds
Executed Test_expand_slnum() in 0.000161 seconds
Executed Test_expand_tilde_filename() in 0.000346 seconds
Executed Test_expandcmd() in 0.001477 seconds
Executed Test_feedkeys_x_with_empty_string() in 0.000359 seconds
Executed Test_file_delete() in 0.004089 seconds
Executed Test_file_perm() in 0.003425 seconds
Executed Test_fileformat_after_bw() in 0.000284 seconds
Executed Test_fileformat_autocommand() in 0.004016 seconds
Executed Test_fileformats() in 0.212365 seconds
Executed Test_filetype_detection() in 0.677299 seconds
Executed Test_filewritable() in 0.004639 seconds
Executed Test_filter() in 0.000906 seconds
Executed Test_filter_cmd_completion() in 0.001564 seconds
Executed Test_filter_cmd_with_filter() in 0.004869 seconds
Executed Test_filter_commands() in 0.001123 seconds
Executed Test_filter_display() in 0.038099 seconds
Executed Test_filter_fails() in 0.000697 seconds
Executed Test_filter_map_dict_expr_funcref() in 0.001137 seconds
Executed Test_filter_map_dict_expr_string() in 0.000563 seconds
Executed Test_filter_map_list_expr_funcref() in 0.000614 seconds
Executed Test_filter_map_list_expr_string() in 0.000506 seconds
Executed Test_filter_map_nested() in 0.000463 seconds
Executed Test_finddir() in 0.033390 seconds
Executed Test_finddir_error() in 0.000873 seconds
Executed Test_findfile() in 0.029834 seconds
Executed Test_findfile_error() in 0.000820 seconds
Executed Test_float2nr() in 0.000527 seconds
Executed Test_float_misc() in 0.000633 seconds
Executed Test_floor() in 0.000579 seconds
Executed Test_fmod() in 0.000425 seconds
Executed Test_fnamemodify() in 0.001233 seconds
Executed Test_fnamemodify_er() in 0.000438 seconds
Executed Test_func_exists_on_reload() in 0.011214 seconds
Executed Test_func_range_with_edit() in 0.008566 seconds
Executed Test_func_sandbox() in 0.000690 seconds
Executed Test_func_unref() in 0.000533 seconds
Executed Test_funcref() in 0.000413 seconds
Executed Test_function_in_dict() in 0.000304 seconds
Executed Test_function_with_funcref() in 0.000359 seconds
Executed Test_gD() in 0.000758 seconds
Executed Test_gD_char() in 0.000793 seconds
Executed Test_gD_comment() in 0.000805 seconds
Executed Test_gD_inline_comment() in 0.000790 seconds
Executed Test_gD_string() in 0.000789 seconds
Executed Test_gD_string_same_line() in 0.000792 seconds
Executed Test_gD_too() in 0.000800 seconds
Executed Test_ga_command() in 0.001513 seconds
Executed Test_gd() in 0.000744 seconds
Executed Test_gd_comment() in 0.000711 seconds
Executed Test_gd_comment_in_string() in 0.000631 seconds
Executed Test_gd_inline_comment() in 0.000618 seconds
Executed Test_gd_inline_comment_body() in 0.000631 seconds
Executed Test_gd_inline_comment_only() in 0.000617 seconds
Executed Test_gd_kr_style() in 0.000622 seconds
Executed Test_gd_local_block() in 0.000652 seconds
Executed Test_gd_missing_braces() in 0.000528 seconds
Executed Test_gd_not_local() in 0.000504 seconds
Executed Test_gd_string() in 0.000509 seconds
Executed Test_gd_string_in_comment() in 0.000515 seconds
Executed Test_gd_string_only() in 0.000509 seconds
Executed Test_gd_trailing_comment() in 0.000511 seconds
Executed Test_gd_trailing_multiline_comment() in 0.000528 seconds
Executed Test_get_partial_items() in 0.000330 seconds
Executed Test_getbufvar() in 0.000370 seconds
Executed Test_getchar() in 0.000288 seconds
Executed Test_getpid() in 0.001761 seconds
Executed Test_getreg_empty_list() in 0.000213 seconds
Executed Test_getsettagstack() in 0.020435 seconds
Executed Test_glob2regpat_invalid() in 0.000341 seconds
Executed Test_glob2regpat_valid() in 0.000202 seconds
Executed Test_global_local_lispwords() in 0.000172 seconds
Executed Test_help_complete() in 0.022551 seconds
Executed Test_help_respect_current_file_lang() in 0.028887 seconds
Executed Test_help_tagjump() in 0.076644 seconds
Executed Test_hlexists() in 0.004587 seconds
Executed Test_hostname() in 0.004458 seconds
Executed Test_if() in 0.000425 seconds
Executed Test_inputlist() in 0.000821 seconds
Executed Test_inputsecret() in 0.000383 seconds
Executed Test_insert_cleared_on_switch_to_term() in 0.001894 seconds
Executed Test_invalid_submatch() in 0.000323 seconds
Executed Test_isinf() in 0.000242 seconds
Executed Test_isnan() in 0.000251 seconds
Executed Test_join_comments_2() in 0.001114 seconds
Executed Test_join_lines_with_comments() in 0.000590 seconds
Executed Test_join_marks() in 0.000548 seconds
Executed Test_join_spaces_marks() in 0.001123 seconds
Executed Test_join_with_count() in 0.000615 seconds
Executed Test_keyword_jump() in 0.011784 seconds
Executed Test_lambda_call_lambda_from_lambda() in 0.001011 seconds
Executed Test_lambda_capture_by_reference() in 0.000552 seconds
Executed Test_lambda_circular_reference() in 0.078202 seconds
Executed Test_lambda_closure_counter() in 0.000495 seconds
Executed Test_lambda_combination() in 0.001117 seconds
Executed Test_lambda_delfunc() in 0.000401 seconds
Executed Test_lambda_do_not_share_local_variable() in 0.000435 seconds
Executed Test_lambda_fails() in 0.000374 seconds
Executed Test_lambda_feature() in 0.000306 seconds
Executed Test_lambda_refer_local_variable_from_other_scope() in 0.000363 seconds
Executed Test_lambda_scope() in 0.000458 seconds
Executed Test_lambda_share_scope() in 0.000394 seconds
Executed Test_lambda_side_effect() in 0.000363 seconds
Executed Test_lambda_with_a_var() in 0.000344 seconds
Executed Test_lambda_with_filter() in 0.000339 seconds
Executed Test_lambda_with_index() in 0.000343 seconds
Executed Test_lambda_with_map() in 0.000338 seconds
Executed Test_lambda_with_partial() in 0.000336 seconds
Executed Test_lambda_with_sort() in 0.000352 seconds
Executed Test_lambda_with_timer() in 0.023288 seconds
Executed Test_last_buffer_nr() in 0.000601 seconds
Executed Test_len() in 0.000478 seconds
Executed Test_let_errors() in 0.000373 seconds
Executed Test_let_option_error() in 0.000397 seconds
Executed Test_let_termcap() in 0.000987 seconds
Executed Test_libcall_libcallnr() in 0.013457 seconds
Executed Test_lisp_indent() in 0.001213 seconds
Executed Test_load_menu() in 0.004115 seconds
Executed Test_log() in 0.000428 seconds
Executed Test_log10() in 0.000403 seconds
Executed Test_loop_over_null_list() in 0.000357 seconds
Executed Test_map_fails() in 0.000370 seconds
Executed Test_match() in 0.001301 seconds
Executed Test_match_func() in 0.000477 seconds
Executed Test_matchadd_other_window() in 0.060426 seconds
Executed Test_matchaddpos() in 0.008066 seconds
Executed Test_matchaddpos_otherwin() in 0.006254 seconds
Executed Test_matchaddpos_using_negative_priority() in 0.003062 seconds
Executed Test_matchclear_other_window() in 0.065973 seconds
Executed Test_matchdelete_other_window() in 0.098858 seconds
Executed Test_matchend() in 0.002326 seconds
Executed Test_matchlist() in 0.001326 seconds
Executed Test_matchstr() in 0.001256 seconds
Executed Test_matchstrpos() in 0.001308 seconds
Executed Test_max() in 0.001315 seconds
Executed Test_max_min_errors() in 0.001299 seconds
Executed Test_menu_commands() in 0.002358 seconds
Executed Test_menu_only_exists_in_terminal() in 0.001445 seconds
Executed Test_message_completion() in 0.001477 seconds
Executed Test_messages() in 0.002138 seconds
Executed Test_min() in 0.001329 seconds
Executed Test_missing_attr() in 0.001641 seconds
Executed Test_mode() in 0.013673 seconds
Executed Test_mode_message_at_leaving_insert_by_ctrl_c() in 0.244095 seconds
Executed Test_mode_message_at_leaving_insert_with_esc_mapped() in 0.440976 seconds
Executed Test_modeline_fails_always() in 0.362975 seconds
Executed Test_modeline_fails_modelineexpr() in 0.089146 seconds
Executed Test_modeline_filetype() in 0.007572 seconds
Executed Test_modeline_filetype_fails() in 0.007995 seconds
Executed Test_modeline_invalid() in 0.006501 seconds
Executed Test_modeline_keymap() in 0.008486 seconds
Executed Test_modeline_keymap_fails() in 0.011618 seconds
Executed Test_modeline_syntax() in 0.011473 seconds
Executed Test_modeline_syntax_fails() in 0.008162 seconds
Executed Test_motion_c_comment() in 0.000911 seconds
Executed Test_motion_if_elif_else_endif() in 0.000831 seconds
Executed Test_move() in 0.000935 seconds
Executed Test_move_cursor() in 0.000675 seconds
Executed Test_named_function_closure() in 0.000875 seconds
Executed Test_nested_global() in 0.000794 seconds
Executed Test_next_split_all() in 0.001650 seconds
Executed Test_nextnonblank_prevnonblank() in 0.000641 seconds
Executed Test_no_type_checking() in 0.000338 seconds
Executed Test_noinsert_complete() in 0.001549 seconds
Executed Test_non_zero_arg() in 0.000710 seconds
Executed Test_not_existing() in 0.000296 seconds
Executed Test_not_lamda() in 0.000284 seconds
Executed Test_omnifunc_with_check() in 0.001208 seconds
Executed Test_option_value() in 0.000428 seconds
Executed Test_other_type() in 0.006216 seconds
Executed Test_partial_args() in 0.000329 seconds
Executed Test_partial_dict() in 0.000237 seconds
Executed Test_partial_exists() in 0.000154 seconds
Executed Test_partial_implicit() in 0.000209 seconds
Executed Test_partial_string() in 0.000164 seconds
Executed Test_paste_end_of_line() in 0.000424 seconds
Executed Test_pathshorten() in 0.000157 seconds
Executed Test_platform_name() in 0.004496 seconds
Executed Test_popup_and_preview_autocommand() in 0.000176 seconds
Executed Test_popup_and_previewwindow_dump() in 0.156043 seconds
Executed Test_popup_and_window_resize() in 0.378048 seconds
Executed Test_popup_command() in 0.092338 seconds
Executed Test_popup_complete() in 0.038526 seconds
Executed Test_popup_complete2() in 0.001750 seconds
Executed Test_popup_complete_backwards() in 0.001591 seconds
Executed Test_popup_complete_backwards_ctrl_p() in 0.001405 seconds
Executed Test_popup_complete_info_01() in 0.027128 seconds
Executed Test_popup_complete_info_02() in 0.000772 seconds
Executed Test_popup_complete_info_no_pum() in 0.000189 seconds
Executed Test_popup_completion_insertmode() in 0.001709 seconds
Executed Test_popup_position() in 0.090773 seconds
Executed Test_pow() in 0.001044 seconds
Executed Test_printf_64bit() in 0.000503 seconds
Executed Test_printf_errors() in 0.000755 seconds
Executed Test_printf_float() in 0.001598 seconds
Executed Test_printf_misc() in 0.001346 seconds
Executed Test_printf_spec_b() in 0.000604 seconds
Executed Test_printf_spec_s() in 0.000670 seconds
Executed Test_ptag_with_notagstack() in 0.000767 seconds
Executed Test_pum_getpos() in 0.001911 seconds
Executed Test_put_block() in 0.001473 seconds
Executed Test_put_char_block() in 0.002537 seconds
Executed Test_put_char_block2() in 0.002095 seconds
Executed Test_put_expr() in 0.002329 seconds
Executed Test_put_fails_when_nomodifiable() in 0.000916 seconds
Executed Test_put_lines() in 0.001389 seconds
Executed Test_put_p_errmsg_nodup() in 0.000891 seconds
Executed Test_put_p_indent_visual() in 0.001215 seconds
Executed Test_read_only() in 0.000509 seconds
Executed Test_readdir() in 0.007749 seconds
Executed Test_recover_root_dir() in 0.003408 seconds
Executed Test_recursive_delete() in 0.009347 seconds
Executed Test_redefine_dict_func() in 0.000696 seconds
Executed Test_redo_in_nested_functions() in 0.002376 seconds
Executed Test_redrawtabline() in 0.008160 seconds
Executed Test_ref_job_partial_dict() in 0.002005 seconds
Executed Test_reg_executing_and_recording() in 0.002384 seconds
Executed Test_relative_cursor_position_after_move_and_resize() in 0.008980 seconds
Executed Test_relative_cursor_position_after_resize() in 0.002948 seconds
Executed Test_relative_cursor_position_in_one_line_window() in 0.005046 seconds
Executed Test_relative_cursor_second_line_after_resize() in 0.003251 seconds
Executed Test_reltime() in 0.010775 seconds
Executed Test_rename_copy() in 0.017319 seconds
Executed Test_rename_dir_to_dir() in 0.005110 seconds
Executed Test_rename_fails() in 0.004044 seconds
Executed Test_rename_file_ignore_case() in 0.004099 seconds
Executed Test_rename_file_to_file() in 0.010121 seconds
Executed Test_rename_same_dir() in 0.003909 seconds
Executed Test_rename_same_file() in 0.004082 seconds
Executed Test_replace_end_of_line() in 0.002627 seconds
Executed Test_reset_scroll() in 0.000798 seconds
Executed Test_resolve_unix() in 0.053135 seconds
Executed Test_resolve_win32() in 0.000593 seconds
Executed Test_round() in 0.000605 seconds
Executed Test_screenpos() in 0.001941 seconds
Executed Test_screenpos_number() in 0.001353 seconds
Executed Test_script_detection() in 0.312968 seconds
Executed Test_script_function_in_dict() in 0.000442 seconds
Executed Test_script_function_in_dict_arg() in 0.000409 seconds
Executed Test_searchpos() in 0.000733 seconds
Executed Test_set_add() in 0.000521 seconds
Executed Test_set_backslash() in 0.000428 seconds
Executed Test_set_reg_null_list() in 0.000226 seconds
Executed Test_set_tagcase() in 0.000302 seconds
Executed Test_setbufline_getbufline() in 0.000891 seconds
Executed Test_setbufline_getbufline_fold() in 0.000967 seconds
Executed Test_setbufline_getbufline_fold_tab() in 0.000552 seconds
Executed Test_setbufvar_options() in 0.000890 seconds
Executed Test_setfiletype_completion() in 0.001166 seconds
Executed Test_setline_startup() in 0.020452 seconds
Executed Test_setmatches() in 0.000306 seconds
Executed Test_sha256() in 0.006756 seconds
Executed Test_shellescape() in 0.000224 seconds
Executed Test_simplify() in 0.000342 seconds
Executed Test_sin() in 0.000210 seconds
Executed Test_sinh() in 0.000197 seconds
Executed Test_sort_cmd() in 0.007233 seconds
Executed Test_sort_cmd_report() in 0.001085 seconds
Executed Test_sort_default() in 0.000214 seconds
Executed Test_sort_float() in 0.000139 seconds
Executed Test_sort_large_num() in 0.000512 seconds
Executed Test_sort_nested() in 0.000190 seconds
Executed Test_sort_numbers() in 0.000136 seconds
Executed Test_sort_numeric() in 0.000143 seconds
Executed Test_sort_strings() in 0.000134 seconds
Executed Test_special_char() in 0.000136 seconds
Executed Test_split_noscroll() in 0.000739 seconds
Executed Test_sqrt() in 0.000189 seconds
Executed Test_state() in 0.510097 seconds
Executed Test_static_tagjump() in 0.009708 seconds
Executed Test_statusline() in 0.078671 seconds
Executed Test_statusline_will_be_disabled_with_error() in 0.000381 seconds
Executed Test_stopinsert_does_not_break_message_output() in 0.000557 seconds
Executed Test_str2float() in 0.000332 seconds
Executed Test_str2nr() in 0.000355 seconds
Executed Test_strcharpart() in 0.000245 seconds
Executed Test_strftime() in 0.000455 seconds
Executed Test_strgetchar() in 0.000243 seconds
Executed Test_stridx() in 0.000240 seconds
Executed Test_strpart() in 0.000234 seconds
Executed Test_strridx() in 0.000237 seconds
Executed Test_strwidth() in 0.000382 seconds
Executed Test_substitute_expr() in 0.000423 seconds
Executed Test_substitute_expr_arg() in 0.000489 seconds
Executed Test_suspend() in 40.268719 seconds
Executed Test_swap_file() in 0.327904 seconds
Executed Test_symlink_delete() in 0.009291 seconds
Executed Test_symlink_dir_delete() in 0.004138 seconds
Executed Test_symlink_recursive_delete() in 0.016417 seconds
Executed Test_tabline_will_be_disabled_with_error() in 0.000596 seconds
Executed Test_tabnext_on_buf_unload1() in 0.000591 seconds
Executed Test_tabnext_on_buf_unload2() in 0.002117 seconds
Executed Test_tabpage() in 0.005877 seconds
Executed Test_tabpage_cmdheight() in 0.050453 seconds
Executed Test_tabpage_ctrl_pgup_pgdown() in 0.005427 seconds
Executed Test_tabpage_with_autocmd() in 0.002583 seconds
Executed Test_tabpage_with_tab_modifier() in 0.035717 seconds
Executed Test_tabpage_with_tabclose() in 0.015196 seconds
Executed Test_tabpage_with_tabnext() in 0.001110 seconds
Executed Test_tabpage_with_tabonly() in 0.073155 seconds
Executed Test_tabpage_with_tabprevious() in 0.001593 seconds
Executed Test_tabs() in 0.001360 seconds
Executed Test_tag_file_encoding() in 0.024391 seconds
Executed Test_tag_line_toolong() in 0.008225 seconds
Executed Test_tag_symbolic() in 0.014306 seconds
Executed Test_tag_with_count() in 0.014475 seconds
Executed Test_tagcase() in 0.047023 seconds
Executed Test_tagfiles() in 0.010267 seconds
Executed Test_tagfunc() in 0.006311 seconds
Executed Test_tagjump_etags() in 0.008634 seconds
Executed Test_tagjump_switchbuf() in 0.011378 seconds
Executed Test_taglist() in 0.005619 seconds
Executed Test_taglist_ctags_etags() in 0.004084 seconds
Executed Test_taglist_native_etags() in 0.004149 seconds
Executed Test_tagnr_recall() in 0.023745 seconds
Executed Test_tags_too_long() in 0.001433 seconds
Executed Test_tagsfile_without_trailing_newline() in 0.004157 seconds
Executed Test_tan() in 0.000881 seconds
Executed Test_tanh() in 0.000826 seconds
Executed Test_timer_catch_error() in 0.096078 seconds
Executed Test_timer_delete_myself() in 0.024072 seconds
Executed Test_timer_error_in_timer_callback() in 0.259158 seconds
Executed Test_timer_errors() in 0.088102 seconds
Executed Test_timer_ex_mode() in 0.103071 seconds
Executed Test_timer_getchar_zero() in 0.012864 seconds
Executed Test_timer_info() in 0.001704 seconds
Executed Test_timer_input_in_timer() in 0.001678 seconds
Executed Test_timer_nocatch_garbage_collect() in 0.002727 seconds
Executed Test_timer_oneshot() in 0.057837 seconds
Executed Test_timer_paused() in 0.113613 seconds
Skipped
Executed Test_timer_peek_and_get_char() in 0.001785 seconds
Executed Test_timer_repeat_many() in 0.202129 seconds
Executed Test_timer_repeat_three() in 0.161345 seconds
Executed Test_timer_restore_count() in 0.191160 seconds
Executed Test_timer_retain_partial() in 0.103464 seconds
Executed Test_timer_stop_all_in_callback() in 0.011900 seconds
Executed Test_timer_stop_in_callback() in 0.031972 seconds
Executed Test_timer_stopall() in 0.000383 seconds
Executed Test_timer_with_partial_callback() in 0.062484 seconds
Executed Test_tolower() in 0.001848 seconds
Executed Test_tostring() in 0.001321 seconds
Executed Test_toupper() in 0.001803 seconds
Executed Test_tr() in 0.001193 seconds
Executed Test_translate_menu() in 0.018325 seconds
Executed Test_trim() in 0.002013 seconds
Executed Test_true_false_arg() in 1.034804 seconds
Executed Test_trunc() in 0.001473 seconds
Executed Test_tselect() in 0.204363 seconds
Executed Test_unlet_complete() in 0.003941 seconds
Executed Test_unlet_env() in 0.025673 seconds
Executed Test_unlet_fails() in 0.001403 seconds
Executed Test_version() in 0.001288 seconds
Executed Test_visual_cleared_after_window_split() in 0.005465 seconds
Executed Test_win_execute() in 0.004319 seconds
Executed Test_win_execute_other_tab() in 0.001483 seconds
Executed Test_win_execute_update_ruler() in 0.004700 seconds
Executed Test_win_screenpos() in 0.000810 seconds
Executed Test_win_splitmove() in 0.005937 seconds
Executed Test_window_cmd_cmdwin_with_vsp() in 0.001016 seconds
Executed Test_window_cmd_ls0_with_split() in 0.000771 seconds
Executed Test_window_cmd_wincmd_gf() in 0.014231 seconds
Executed Test_window_colon_command() in 0.002517 seconds
Executed Test_window_contents() in 0.002367 seconds
Executed Test_window_exchange() in 0.005458 seconds
Executed Test_window_height() in 0.004342 seconds
Executed Test_window_horizontal_split() in 0.000479 seconds
Executed Test_window_jump_tag() in 0.014519 seconds
Executed Test_window_newtab() in 0.002914 seconds
Executed Test_window_preview() in 0.001027 seconds
Executed Test_window_preview_from_help() in 0.008778 seconds
Executed Test_window_prevwin() in 1.649564 seconds
Executed Test_window_quit() in 0.002815 seconds
Executed Test_window_rotate() in 0.003312 seconds
Executed Test_window_split_edit_alternate() in 0.004518 seconds
Executed Test_window_split_edit_bufnr() in 0.004438 seconds
Executed Test_window_vertical_split() in 0.000731 seconds
Executed Test_window_width() in 0.002762 seconds
Executed Test_winnr() in 0.002764 seconds
Executed Test_winrestcmd() in 0.000952 seconds
Executed Test_winrestview() in 0.002723 seconds
Executed Test_with_directories() in 0.011585 seconds
Executed Test_with_tilde() in 0.000837 seconds
Executed Test_wnext() in 0.035024 seconds
Executed Test_wprevious() in 0.052577 seconds
Executed Test_wrong_arguments() in 0.000640 seconds
Executed Test_yank_move_change() in 0.004231 seconds
Executed Test_yank_put_clipboard() in 0.002391 seconds
Executed Test_z() in 0.002735 seconds
Executed Test_z_negative_lnum() in 0.000748 seconds
Executed Test_z_overflow() in 0.001006 seconds
Executed 511 tests in 51.481988 seconds
4 FAILED:
Found errors in Test_suspend():
function RunTheTest[40]..Test_suspend[7]..WaitForAssert[2]..<SNR>10_WaitForCommon[11]..<lambda>10117 line 1: Pattern '[$#] $' does not match '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\n'
function RunTheTest[40]..Test_suspend[24]..CheckSuspended[1]..WaitForAssert[2]..<SNR>10_WaitForCommon[11]..<lambda>10119 line 1: Pattern '[$#] $' does not match '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\n'
function RunTheTest[40]..Test_suspend[24]..CheckSuspended[1]..WaitForAssert[2]..<SNR>10_WaitForCommon[11]..<lambda>10121 line 1: Pattern '[$#] $' does not match '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\n'
function RunTheTest[40]..Test_suspend[24]..CheckSuspended[1]..WaitForAssert[2]..<SNR>10_WaitForCommon[11]..<lambda>10123 line 1: Pattern '[$#] $' does not match '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\n'
function RunTheTest[40]..Test_suspend[24]..CheckSuspended[1]..WaitForAssert[2]..<SNR>10_WaitForCommon[11]..<lambda>10125 line 1: Pattern '[$#] $' does not match '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\n'
function RunTheTest[40]..Test_suspend[24]..CheckSuspended[1]..WaitForAssert[2]..<SNR>10_WaitForCommon[11]..<lambda>10127 line 1: Pattern '[$#] $' does not match '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\n'
function RunTheTest[40]..Test_suspend[32]..CheckSuspended[1]..WaitForAssert[2]..<SNR>10_WaitForCommon[11]..<lambda>10129 line 1: Pattern '[$#] $' does not match '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\n'
function RunTheTest[40]..Test_suspend[38]..WaitForAssert[2]..<SNR>10_WaitForCommon[11]..<lambda>10131 line 1: Pattern '[$#] $' does not match '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\n'
Found errors in Test_timer_getchar_zero():
function RunTheTest[40]..Test_timer_getchar_zero line 13: Expected 'x' but got '\n'
Found errors in Test_timer_input_in_timer():
function RunTheTest[40]..Test_timer_input_in_timer line 4: Expected 'hello' but got ''
Found errors in Test_unlet_complete():
function RunTheTest[40]..Test_unlet_complete line 3: Expected True but got 0
SKIPPED Test_timer_peek_and_get_char(): only works in the GUI
# without the +eval feature test_result.log is a copy of test.log
VIMRUNTIME=../../runtime ../vim -f -u unix.vim -U NONE --noplugin --not-a-term -S summarize.vim messages --cmd 'au SwapExists * let v:swapchoice = "e"' > /dev/null
Test results:
Skipped:
test_balloon_gui.vim: only works in the GUI
Test_job_start_windows(): only works on MS-Windows
Test_no_hang_windows(): only works on MS-Windows
test_cscope.vim: cscope program not executable
Test_set_guifontset(): xfontset feature missing
Test_ins_completeslash(): only works on MS-Windows
test_lua.vim: lua feature missing
Test_normal30_changecase(): Turkish locale not available
Test_normal35_g_cmd4(): output of g< can't be tested currently
Test_normal47_autocmd(): not possible to test cursorhold autocmd while waiting for input in normal_cmd
test_perl.vim: perl feature missing
test_python2.vim: python feature missing
test_python3.vim: python3 feature missing
test_pyx2.vim: python feature missing
test_pyx3.vim: python3 feature missing
Test_restricted_lua(): Lua is not supported
Test_restricted_mzscheme(): MzScheme is not supported
Test_restricted_perl(): Perl is not supported
Test_restricted_python(): Python is not supported
Test_restricted_python3(): Python3 is not supported
Test_restricted_ruby(): Ruby is not supported
Test_restricted_tcl(): Tcl is not supported
test_ruby.vim: ruby feature missing
test_shortpathname.vim: only works on MS-Windows
test_sound.vim: sound feature not available
Test_system_with_shell_quote(): only works on MS-Windows
test_tcl.vim: tcl feature missing
Test_term_gettitle(): can't get/set title
test_windows_home.vim: only works on MS-Windows
Test_timer_peek_and_get_char(): only works in the GUI
-------------------------------
Executed: 2231 Tests
Skipped: 30 Tests
FAILED: 11 Tests
Failures:
From test_terminal.vim:
Found errors in Test_terminal_composing_unicode():
Run 1:
function RunTheTest[40]..Test_terminal_composing_unicode line 27: Pattern 'echo ä̈bc' does not match 'sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminal_composing_unicode line 28: Expected 'ä̈bc' but got '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\necho ä̈bc'
function RunTheTest[40]..Test_terminal_composing_unicode line 30: Expected 'ä̈' but got '\\'
function RunTheTest[40]..Test_terminal_composing_unicode line 31: Expected 'b' but got '['
function RunTheTest[40]..Test_terminal_composing_unicode line 32: Expected 'c' but got '\\'
function RunTheTest[40]..Test_terminal_composing_unicode line 38: Pattern 'echo が゙ぎぐ゙げご゙' does not match 'ä̈bc'
function RunTheTest[40]..Test_terminal_composing_unicode line 39: Expected 'が゙ぎぐ゙げご゙' but got 'sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminal_composing_unicode line 41: Expected 'が゙' but got 's'
function RunTheTest[40]..Test_terminal_composing_unicode line 42: Expected 'ぎ' but got 'h'
function RunTheTest[40]..Test_terminal_composing_unicode line 43: Expected 'ぐ゙' but got ':'
function RunTheTest[40]..Test_terminal_composing_unicode line 44: Expected 'げ' but got ' '
function RunTheTest[40]..Test_terminal_composing_unicode line 45: Expected 'ご゙' but got '1'
function RunTheTest[40]..Test_terminal_composing_unicode line 51: Pattern 'echo abc ̈̈' does not match '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\necho が゙ぎぐ゙げご゙'
function RunTheTest[40]..Test_terminal_composing_unicode line 52: Expected 'abc ̈̈' but got 'が゙ぎぐ゙げご゙'
function RunTheTest[40]..Test_terminal_composing_unicode line 54: Expected ' ̈̈' but got 'げ'
Run 2:
function RunTheTest[40]..Test_terminal_composing_unicode line 27: Pattern 'echo ä̈bc' does not match 'sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminal_composing_unicode line 28: Expected 'ä̈bc' but got '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\necho ä̈bc'
function RunTheTest[40]..Test_terminal_composing_unicode line 30: Expected 'ä̈' but got '\\'
function RunTheTest[40]..Test_terminal_composing_unicode line 31: Expected 'b' but got '['
function RunTheTest[40]..Test_terminal_composing_unicode line 32: Expected 'c' but got '\\'
function RunTheTest[40]..Test_terminal_composing_unicode line 38: Pattern 'echo が゙ぎぐ゙げご゙' does not match 'ä̈bc'
function RunTheTest[40]..Test_terminal_composing_unicode line 39: Expected 'が゙ぎぐ゙げご゙' but got 'sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminal_composing_unicode line 41: Expected 'が゙' but got 's'
function RunTheTest[40]..Test_terminal_composing_unicode line 42: Expected 'ぎ' but got 'h'
function RunTheTest[40]..Test_terminal_composing_unicode line 43: Expected 'ぐ゙' but got ':'
function RunTheTest[40]..Test_terminal_composing_unicode line 44: Expected 'げ' but got ' '
function RunTheTest[40]..Test_terminal_composing_unicode line 45: Expected 'ご゙' but got '1'
function RunTheTest[40]..Test_terminal_composing_unicode line 51: Pattern 'echo abc ̈̈' does not match '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\necho が゙ぎぐ゙げご゙'
function RunTheTest[40]..Test_terminal_composing_unicode line 52: Expected 'abc ̈̈' but got 'が゙ぎぐ゙げご゙'
function RunTheTest[40]..Test_terminal_composing_unicode line 54: Expected ' ̈̈' but got 'げ'
Flaky test failed too often, giving up
Found errors in Test_terminal_env():
Run 1:
function RunTheTest[40]..Test_terminal_env[11]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>85 line 1: Expected 'correct' but got '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\necho $TESTENV'
Run 2:
function RunTheTest[40]..Test_terminal_env[11]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>88 line 1: Expected 'correct' but got '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\necho $TESTENV'
Run 3:
function RunTheTest[40]..Test_terminal_env[11]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>91 line 1: Expected 'correct' but got '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\necho $TESTENV'
Run 4:
function RunTheTest[40]..Test_terminal_env[11]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>94 line 1: Expected 'correct' but got '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\necho $TESTENV'
Run 5:
function RunTheTest[40]..Test_terminal_env[11]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>97 line 1: Expected 'correct' but got '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\necho $TESTENV'
Flaky test failed too often, giving up
Found errors in Test_terminal_paste_register():
function RunTheTest[40]..Test_terminal_paste_register[8]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>132 line 1: Pattern 'echo text to paste 42$' does not match 'sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminal_paste_register[9]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>133 line 1: Expected 'text to paste 42' but got '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\necho text to paste 42'
Found errors in Test_terminal_response_to_control_sequence():
Run 1:
function RunTheTest[40]..Test_terminal_response_to_control_sequence[7]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>146 line 1: Pattern 'cat' does not match 'sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminal_response_to_control_sequence[13]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>147 line 1: Pattern '3;1R' does not match ''
Run 2:
function RunTheTest[40]..Test_terminal_response_to_control_sequence[7]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>150 line 1: Pattern 'cat' does not match 'sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminal_response_to_control_sequence[13]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>151 line 1: Pattern '3;1R' does not match ''
Run 3:
function RunTheTest[40]..Test_terminal_response_to_control_sequence[7]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>154 line 1: Pattern 'cat' does not match 'sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminal_response_to_control_sequence[13]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>155 line 1: Pattern '3;1R' does not match ''
Run 4:
function RunTheTest[40]..Test_terminal_response_to_control_sequence[7]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>158 line 1: Pattern 'cat' does not match 'sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminal_response_to_control_sequence[13]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>159 line 1: Pattern '3;1R' does not match ''
Run 5:
function RunTheTest[40]..Test_terminal_response_to_control_sequence[7]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>162 line 1: Pattern 'cat' does not match 'sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminal_response_to_control_sequence[13]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>163 line 1: Pattern '3;1R' does not match ''
Flaky test failed too often, giving up
Found errors in Test_terminal_tmap():
Run 1:
function RunTheTest[40]..Test_terminal_tmap[1]..TerminalTmap[14]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>200 line 1: Pattern 'abxde\\|456' does not match '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\n'
function RunTheTest[40]..Test_terminal_tmap[1]..TerminalTmap line 17: Pattern 'abxde' does not match '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\n'
function RunTheTest[40]..Test_terminal_tmap[2]..TerminalTmap[14]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>202 line 1: Pattern 'abxde\\|456' does not match '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\n'
function RunTheTest[40]..Test_terminal_tmap[2]..TerminalTmap line 19: Pattern '456' does not match '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\n'
Run 2:
function RunTheTest[40]..Test_terminal_tmap[1]..TerminalTmap[14]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>204 line 1: Pattern 'abxde\\|456' does not match '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\n'
function RunTheTest[40]..Test_terminal_tmap[1]..TerminalTmap line 17: Pattern 'abxde' does not match '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\n'
function RunTheTest[40]..Test_terminal_tmap[2]..TerminalTmap[14]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>206 line 1: Pattern 'abxde\\|456' does not match '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\n'
function RunTheTest[40]..Test_terminal_tmap[2]..TerminalTmap line 19: Pattern '456' does not match '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\n'
Run 3:
function RunTheTest[40]..Test_terminal_tmap[1]..TerminalTmap[14]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>208 line 1: Pattern 'abxde\\|456' does not match '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\n'
function RunTheTest[40]..Test_terminal_tmap[1]..TerminalTmap line 17: Pattern 'abxde' does not match '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\n'
function RunTheTest[40]..Test_terminal_tmap[2]..TerminalTmap[14]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>210 line 1: Pattern 'abxde\\|456' does not match '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\n'
function RunTheTest[40]..Test_terminal_tmap[2]..TerminalTmap line 19: Pattern '456' does not match '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\n'
Run 4:
function RunTheTest[40]..Test_terminal_tmap[1]..TerminalTmap[14]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>212 line 1: Pattern 'abxde\\|456' does not match '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\n'
function RunTheTest[40]..Test_terminal_tmap[1]..TerminalTmap line 17: Pattern 'abxde' does not match '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\n'
function RunTheTest[40]..Test_terminal_tmap[2]..TerminalTmap[14]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>214 line 1: Pattern 'abxde\\|456' does not match '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\n'
function RunTheTest[40]..Test_terminal_tmap[2]..TerminalTmap line 19: Pattern '456' does not match '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\n'
Run 5:
function RunTheTest[40]..Test_terminal_tmap[1]..TerminalTmap[14]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>216 line 1: Pattern 'abxde\\|456' does not match '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\n'
function RunTheTest[40]..Test_terminal_tmap[1]..TerminalTmap line 17: Pattern 'abxde' does not match '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\n'
function RunTheTest[40]..Test_terminal_tmap[2]..TerminalTmap[14]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>218 line 1: Pattern 'abxde\\|456' does not match '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\n'
function RunTheTest[40]..Test_terminal_tmap[2]..TerminalTmap line 19: Pattern '456' does not match '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\n'
Flaky test failed too often, giving up
Found errors in Test_terminal_version():
function RunTheTest[40]..Test_terminal_version[1]..<SNR>5_test_environment[11]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>222 line 1: Expected '801' but got '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\necho $VIM_TERMINAL'
Found errors in Test_terminwinscroll():
function RunTheTest[40]..Test_terminwinscroll[9]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>229 line 1: Pattern '2' does not match '/bin/sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminwinscroll[9]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>230 line 1: Pattern '3' does not match '/bin/sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminwinscroll[9]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>231 line 1: Pattern '4' does not match '/bin/sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminwinscroll[9]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>232 line 1: Pattern '5' does not match '/bin/sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminwinscroll[9]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>233 line 1: Pattern '6' does not match '/bin/sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminwinscroll[9]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>234 line 1: Pattern '7' does not match '/bin/sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminwinscroll[9]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>235 line 1: Pattern '8' does not match '/bin/sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminwinscroll[9]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>236 line 1: Pattern '9' does not match '/bin/sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminwinscroll[9]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>237 line 1: Pattern '10' does not match '/bin/sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminwinscroll[9]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>238 line 1: Pattern '11' does not match '/bin/sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminwinscroll[9]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>239 line 1: Pattern '12' does not match '/bin/sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminwinscroll[9]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>240 line 1: Pattern '13' does not match '/bin/sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminwinscroll[9]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>241 line 1: Pattern '14' does not match '/bin/sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminwinscroll[9]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>242 line 1: Pattern '15' does not match '/bin/sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminwinscroll[9]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>243 line 1: Pattern '16' does not match '/bin/sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminwinscroll[9]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>244 line 1: Pattern '17' does not match '/bin/sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminwinscroll[9]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>245 line 1: Pattern '18' does not match '/bin/sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminwinscroll[9]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>246 line 1: Pattern '19' does not match '/bin/sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminwinscroll[9]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>247 line 1: Pattern '20' does not match '/bin/sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminwinscroll[9]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>248 line 1: Pattern '21' does not match '/bin/sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminwinscroll[9]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>249 line 1: Pattern '22' does not match '/bin/sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminwinscroll[9]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>250 line 1: Pattern '23' does not match '/bin/sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminwinscroll[9]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>251 line 1: Pattern '24' does not match '/bin/sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminwinscroll[9]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>252 line 1: Pattern '25' does not match '/bin/sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminwinscroll[9]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>253 line 1: Pattern '26' does not match '/bin/sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminwinscroll[9]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>254 line 1: Pattern '27' does not match '/bin/sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminwinscroll[9]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>255 line 1: Pattern '28' does not match '/bin/sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminwinscroll[9]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>256 line 1: Pattern '29' does not match '/bin/sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminwinscroll[9]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>257 line 1: Pattern '30' does not match '/bin/sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminwinscroll[9]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>258 line 1: Pattern '31' does not match '/bin/sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminwinscroll[9]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>259 line 1: Pattern '32' does not match '/bin/sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminwinscroll[9]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>260 line 1: Pattern '33' does not match '/bin/sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminwinscroll[9]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>261 line 1: Pattern '34' does not match '/bin/sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminwinscroll[9]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>262 line 1: Pattern '35' does not match '/bin/sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminwinscroll[9]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>263 line 1: Pattern '36' does not match '/bin/sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminwinscroll[9]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>264 line 1: Pattern '37' does not match '/bin/sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminwinscroll[9]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>265 line 1: Pattern '38' does not match '/bin/sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminwinscroll[9]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>266 line 1: Pattern '39' does not match '/bin/sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminwinscroll[9]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>267 line 1: Pattern '40' does not match '/bin/sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminwinscroll[9]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>268 line 1: Pattern '41' does not match '/bin/sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminwinscroll[9]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>269 line 1: Pattern '42' does not match '/bin/sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminwinscroll[9]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>270 line 1: Pattern '43' does not match '/bin/sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminwinscroll[9]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>271 line 1: Pattern '44' does not match '/bin/sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminwinscroll[9]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>272 line 1: Pattern '45' does not match '/bin/sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminwinscroll[9]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>273 line 1: Pattern '46' does not match '/bin/sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminwinscroll[9]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>274 line 1: Pattern '47' does not match '/bin/sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminwinscroll[9]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>275 line 1: Pattern '48' does not match '/bin/sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminwinscroll[9]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>276 line 1: Pattern '49' does not match '/bin/sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminwinscroll[9]..WaitForAssert[2]..<SNR>7_WaitForCommon[11]..<lambda>277 line 1: Pattern '50' does not match '/bin/sh: 1: __git_ps1: not found'
function RunTheTest[40]..Test_terminwinscroll line 19: for "echo 16": Expected 1 but got 0
function RunTheTest[40]..Test_terminwinscroll line 19: for "echo 17": Expected 1 but got 0
function RunTheTest[40]..Test_terminwinscroll line 19: for "echo 18": Expected 1 but got 0
function RunTheTest[40]..Test_terminwinscroll line 19: for "echo 19": Expected 1 but got 0
function RunTheTest[40]..Test_terminwinscroll line 19: for "echo 20": Expected 1 but got 0
function RunTheTest[40]..Test_terminwinscroll line 19: for "echo 21": Expected 1 but got 0
function RunTheTest[40]..Test_terminwinscroll line 19: for "echo 22": Expected 1 but got 0
function RunTheTest[40]..Test_terminwinscroll line 19: for "echo 23": Expected 1 but got 0
function RunTheTest[40]..Test_terminwinscroll line 19: for "echo 24": Expected 1 but got 0
function RunTheTest[40]..Test_terminwinscroll line 19: for "echo 25": Expected 1 but got 0
function RunTheTest[40]..Test_terminwinscroll line 19: for "echo 26": Expected 1 but got 0
function RunTheTest[40]..Test_terminwinscroll line 19: for "echo 27": Expected 1 but got 0
From test_alot.vim:
Found errors in Test_suspend():
function RunTheTest[40]..Test_suspend[7]..WaitForAssert[2]..<SNR>10_WaitForCommon[11]..<lambda>10117 line 1: Pattern '[$#] $' does not match '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\n'
function RunTheTest[40]..Test_suspend[24]..CheckSuspended[1]..WaitForAssert[2]..<SNR>10_WaitForCommon[11]..<lambda>10119 line 1: Pattern '[$#] $' does not match '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\n'
function RunTheTest[40]..Test_suspend[24]..CheckSuspended[1]..WaitForAssert[2]..<SNR>10_WaitForCommon[11]..<lambda>10121 line 1: Pattern '[$#] $' does not match '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\n'
function RunTheTest[40]..Test_suspend[24]..CheckSuspended[1]..WaitForAssert[2]..<SNR>10_WaitForCommon[11]..<lambda>10123 line 1: Pattern '[$#] $' does not match '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\n'
function RunTheTest[40]..Test_suspend[24]..CheckSuspended[1]..WaitForAssert[2]..<SNR>10_WaitForCommon[11]..<lambda>10125 line 1: Pattern '[$#] $' does not match '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\n'
function RunTheTest[40]..Test_suspend[24]..CheckSuspended[1]..WaitForAssert[2]..<SNR>10_WaitForCommon[11]..<lambda>10127 line 1: Pattern '[$#] $' does not match '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\n'
function RunTheTest[40]..Test_suspend[32]..CheckSuspended[1]..WaitForAssert[2]..<SNR>10_WaitForCommon[11]..<lambda>10129 line 1: Pattern '[$#] $' does not match '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\n'
function RunTheTest[40]..Test_suspend[38]..WaitForAssert[2]..<SNR>10_WaitForCommon[11]..<lambda>10131 line 1: Pattern '[$#] $' does not match '\\[\\033[32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[1;34m\\]\\W\\[\\033[31m\\]\\[\\033[00m\\]$\\n'
Found errors in Test_timer_getchar_zero():
function RunTheTest[40]..Test_timer_getchar_zero line 13: Expected 'x' but got '\n'
Found errors in Test_timer_input_in_timer():
function RunTheTest[40]..Test_timer_input_in_timer line 4: Expected 'hello' but got ''
Found errors in Test_unlet_complete():
function RunTheTest[40]..Test_unlet_complete line 3: Expected True but got 0
TEST FAILURE
Makefile:52: recipe for target 'report' failed
make[1]: *** [report] Error 1
make[1]: ディレクトリ '/home/kashew/projects/github.com/vim/vim/src/testdir' から出ます
Makefile:2210: recipe for target 'scripttests' failed
make: *** [scripttests] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment