vim/disable-unreliable-tests.patch

51 lines
1.5 KiB
Diff
Raw Normal View History

Index: vim-8.2.0348/src/testdir/Make_all.mak
===================================================================
--- vim-8.2.0348.orig/src/testdir/Make_all.mak
+++ vim-8.2.0348/src/testdir/Make_all.mak
@@ -54,7 +54,6 @@ NEW_TESTS = \
- Updated to version 8.1.1330, fixes the following problems - refreshed disable-unreliable-tests.patch * Running make in src/po leaves LINGUAS file behind. (Ken Takata) * Delaying half a second after the top-bot message. * Detecting *.tmpl as htmlcheetah is outdated. * Test17 is old style. * Running tests leaves XTest_tabpage_cmdheight file behind. * Cannot build with +eval but without +mouse. * Search stats don't show for mapped command. * May not have enough space to add "W" to search stats. * .hgignore and .gitignore are either distributed or in git, not both. * Not easy to change directory and restore. * Invalid command line arguments not tested. * When vimrun.exe does not exist external command may fail. * Crash when using invalid command line argument. * Invalid argument test fails without GTK. * Invalid argument test fails without X clipboard. * "extends" from 'listchars' is used when 'list' is off. (Hiroyuki Yoshinaga) * In a terminal 'ballooneval' does not work right away. * When compiled with VIMDLL some messages are not shown. * v:beval_text is not tested in Visual mode. * Not possible to hide a balloon. * There is no easy way to manipulate environment variables. * Borland support is outdated and doesn't work. * Cannot reconnect to the X server after it restarted. * The Normal highlight is not defined when compiled with GUI. * Test for Normal highlight fails on MS-Windows GUI. * Named function arguments are never optional. * Aborting an autocmd with an exception is not tested. * Coverity warning for using uninitialized variable. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=551
2019-05-14 16:51:12 +02:00
test_autoload \
test_backspace_opt \
test_backup \
- test_balloon \
- Updated to version 8.1.1561, fixes the following problems - refreshed patches: disable-unreliable-tests.patch vim-7.4-highlight_fstab.patch * Cscope test fails. * The generated desktop files may be invalid. * No test for checking the cursor style response. * New Unicode character U32FF missing from double-width table. * 'background' not correctly set for 2-digit rgb termresponse. * Add_termcap_entry() is not tested. * New resolve() implementation causes problem for plugins. * 'ttybuiltin' is not tested. * Search string not displayed when 'rightleft' is set. * No statistics displayed after running tests. * Test summary fails in the tiny version. * Still an error when running tests with the tiny version. * Change included for debugging only. * Length for two-digit rgb termresponse is off by one. * No test for wincol() depending on the 'number' option. * Skipped tests are not properly listed. * Some tests are slow. * Double free when garbage_collect() is used in autocommand. * A listener change is merged even when it adds a line. (Paul Jolly) * Older msgfmt cannot generate proper .desktop file. * Summary of tests has incorrect failed count. * Sign order wrong when priority was changed. * When a single test fails the exit code is not set. (Daniel Hahler) * When skipping over code after an exception was thrown expression evaluation is aborted after a function call. (Ingo Karkat) * Redrawing with popups is slow and causes flicker. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=556
2019-06-17 15:41:54 +02:00
test_balloon_gui \
- Updated to version 8.1.1330, fixes the following problems - refreshed disable-unreliable-tests.patch * Running make in src/po leaves LINGUAS file behind. (Ken Takata) * Delaying half a second after the top-bot message. * Detecting *.tmpl as htmlcheetah is outdated. * Test17 is old style. * Running tests leaves XTest_tabpage_cmdheight file behind. * Cannot build with +eval but without +mouse. * Search stats don't show for mapped command. * May not have enough space to add "W" to search stats. * .hgignore and .gitignore are either distributed or in git, not both. * Not easy to change directory and restore. * Invalid command line arguments not tested. * When vimrun.exe does not exist external command may fail. * Crash when using invalid command line argument. * Invalid argument test fails without GTK. * Invalid argument test fails without X clipboard. * "extends" from 'listchars' is used when 'list' is off. (Hiroyuki Yoshinaga) * In a terminal 'ballooneval' does not work right away. * When compiled with VIMDLL some messages are not shown. * v:beval_text is not tested in Visual mode. * Not possible to hide a balloon. * There is no easy way to manipulate environment variables. * Borland support is outdated and doesn't work. * Cannot reconnect to the X server after it restarted. * The Normal highlight is not defined when compiled with GUI. * Test for Normal highlight fails on MS-Windows GUI. * Named function arguments are never optional. * Aborting an autocmd with an exception is not tested. * Coverity warning for using uninitialized variable. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=551
2019-05-14 16:51:12 +02:00
test_behave \
test_blob \
@@ -185,7 +184,6 @@ NEW_TESTS = \
Accepting request 672541 from home:coolo:branches:editors - Update to version 8.1.0887, fixes the following problems * Undo with text properties not tested. * setline() and setbufline() do not clear text properties. * Text properties are not adjusted for :substitute. * If a buffer was deleted a channel can't write to it. * Channel test fails sometimes. * When using text props may free memory that is not allocated. * Internal error when using :popup. * When test_edit fails 'insertmode' may not be reset and the next test may get stuck. (James McCoy) * ":sign place" requires the buffer argument. * Clearing the window is used too often, causing the command line to be cleared when opening a tab. (Miroslav Koškár) * Compiler warning for uninitialized variable. (Tony Mechelynck) * Using "gt" sometimes does not redraw a tab. (Jason Franklin) * Sign message not translated and inconsistent spacing. * ":sign place" only uses the current buffer. * Compiler warnings with 64-bit compiler. * Building with Ruby 2.6 gives compiler warnings. * :colorscheme isn't tested enough * Tabline is not always redrawn when something that is used in 'tabline' changes. * Text property columns are not adjusted for changed indent. * Third argument for redrawWinline() is always FALSE. * Windows are updated for every added/deleted sign. * When using timers may wait for job exit quite long. * Test files still use function!. * MS-Windows build instructions are a bit outdated. * Images for NSIS take up too much space. * Unessesary #if lines in GTK code. * Superfluous call to redraw_win_later(). * Get warning message when 'completefunc' returns nothing. * There is no function for the ":sign jump" command. OBS-URL: https://build.opensuse.org/request/show/672541 OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=534
2019-02-07 20:50:05 +01:00
test_netbeans \
test_normal \
test_number \
- test_options \
test_packadd \
test_partial \
test_paste \
@@ -301,7 +299,6 @@ NEW_TESTS_RES = \
- Updated to version 8.1.1330, fixes the following problems - refreshed disable-unreliable-tests.patch * Running make in src/po leaves LINGUAS file behind. (Ken Takata) * Delaying half a second after the top-bot message. * Detecting *.tmpl as htmlcheetah is outdated. * Test17 is old style. * Running tests leaves XTest_tabpage_cmdheight file behind. * Cannot build with +eval but without +mouse. * Search stats don't show for mapped command. * May not have enough space to add "W" to search stats. * .hgignore and .gitignore are either distributed or in git, not both. * Not easy to change directory and restore. * Invalid command line arguments not tested. * When vimrun.exe does not exist external command may fail. * Crash when using invalid command line argument. * Invalid argument test fails without GTK. * Invalid argument test fails without X clipboard. * "extends" from 'listchars' is used when 'list' is off. (Hiroyuki Yoshinaga) * In a terminal 'ballooneval' does not work right away. * When compiled with VIMDLL some messages are not shown. * v:beval_text is not tested in Visual mode. * Not possible to hide a balloon. * There is no easy way to manipulate environment variables. * Borland support is outdated and doesn't work. * Cannot reconnect to the X server after it restarted. * The Normal highlight is not defined when compiled with GUI. * Test for Normal highlight fails on MS-Windows GUI. * Named function arguments are never optional. * Aborting an autocmd with an exception is not tested. * Coverity warning for using uninitialized variable. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=551
2019-05-14 16:51:12 +02:00
test_autocmd.res \
test_autoload.res \
test_backspace_opt.res \
- test_balloon.res \
- Updated to version 8.1.1561, fixes the following problems - refreshed patches: disable-unreliable-tests.patch vim-7.4-highlight_fstab.patch * Cscope test fails. * The generated desktop files may be invalid. * No test for checking the cursor style response. * New Unicode character U32FF missing from double-width table. * 'background' not correctly set for 2-digit rgb termresponse. * Add_termcap_entry() is not tested. * New resolve() implementation causes problem for plugins. * 'ttybuiltin' is not tested. * Search string not displayed when 'rightleft' is set. * No statistics displayed after running tests. * Test summary fails in the tiny version. * Still an error when running tests with the tiny version. * Change included for debugging only. * Length for two-digit rgb termresponse is off by one. * No test for wincol() depending on the 'number' option. * Skipped tests are not properly listed. * Some tests are slow. * Double free when garbage_collect() is used in autocommand. * A listener change is merged even when it adds a line. (Paul Jolly) * Older msgfmt cannot generate proper .desktop file. * Summary of tests has incorrect failed count. * Sign order wrong when priority was changed. * When a single test fails the exit code is not set. (Daniel Hahler) * When skipping over code after an exception was thrown expression evaluation is aborted after a function call. (Ingo Karkat) * Redrawing with popups is slow and causes flicker. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=556
2019-06-17 15:41:54 +02:00
test_balloon_gui.res \
- Updated to version 8.1.1330, fixes the following problems - refreshed disable-unreliable-tests.patch * Running make in src/po leaves LINGUAS file behind. (Ken Takata) * Delaying half a second after the top-bot message. * Detecting *.tmpl as htmlcheetah is outdated. * Test17 is old style. * Running tests leaves XTest_tabpage_cmdheight file behind. * Cannot build with +eval but without +mouse. * Search stats don't show for mapped command. * May not have enough space to add "W" to search stats. * .hgignore and .gitignore are either distributed or in git, not both. * Not easy to change directory and restore. * Invalid command line arguments not tested. * When vimrun.exe does not exist external command may fail. * Crash when using invalid command line argument. * Invalid argument test fails without GTK. * Invalid argument test fails without X clipboard. * "extends" from 'listchars' is used when 'list' is off. (Hiroyuki Yoshinaga) * In a terminal 'ballooneval' does not work right away. * When compiled with VIMDLL some messages are not shown. * v:beval_text is not tested in Visual mode. * Not possible to hide a balloon. * There is no easy way to manipulate environment variables. * Borland support is outdated and doesn't work. * Cannot reconnect to the X server after it restarted. * The Normal highlight is not defined when compiled with GUI. * Test for Normal highlight fails on MS-Windows GUI. * Named function arguments are never optional. * Aborting an autocmd with an exception is not tested. * Coverity warning for using uninitialized variable. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=551
2019-05-14 16:51:12 +02:00
test_blob.res \
test_blockedit.res \
Index: vim-8.2.0348/src/testdir/Makefile
Accepting request 672541 from home:coolo:branches:editors - Update to version 8.1.0887, fixes the following problems * Undo with text properties not tested. * setline() and setbufline() do not clear text properties. * Text properties are not adjusted for :substitute. * If a buffer was deleted a channel can't write to it. * Channel test fails sometimes. * When using text props may free memory that is not allocated. * Internal error when using :popup. * When test_edit fails 'insertmode' may not be reset and the next test may get stuck. (James McCoy) * ":sign place" requires the buffer argument. * Clearing the window is used too often, causing the command line to be cleared when opening a tab. (Miroslav Koškár) * Compiler warning for uninitialized variable. (Tony Mechelynck) * Using "gt" sometimes does not redraw a tab. (Jason Franklin) * Sign message not translated and inconsistent spacing. * ":sign place" only uses the current buffer. * Compiler warnings with 64-bit compiler. * Building with Ruby 2.6 gives compiler warnings. * :colorscheme isn't tested enough * Tabline is not always redrawn when something that is used in 'tabline' changes. * Text property columns are not adjusted for changed indent. * Third argument for redrawWinline() is always FALSE. * Windows are updated for every added/deleted sign. * When using timers may wait for job exit quite long. * Test files still use function!. * MS-Windows build instructions are a bit outdated. * Images for NSIS take up too much space. * Unessesary #if lines in GTK code. * Superfluous call to redraw_win_later(). * Get warning message when 'completefunc' returns nothing. * There is no function for the ":sign jump" command. OBS-URL: https://build.opensuse.org/request/show/672541 OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=534
2019-02-07 20:50:05 +01:00
===================================================================
--- vim-8.2.0348.orig/src/testdir/Makefile
+++ vim-8.2.0348/src/testdir/Makefile
Accepting request 672541 from home:coolo:branches:editors - Update to version 8.1.0887, fixes the following problems * Undo with text properties not tested. * setline() and setbufline() do not clear text properties. * Text properties are not adjusted for :substitute. * If a buffer was deleted a channel can't write to it. * Channel test fails sometimes. * When using text props may free memory that is not allocated. * Internal error when using :popup. * When test_edit fails 'insertmode' may not be reset and the next test may get stuck. (James McCoy) * ":sign place" requires the buffer argument. * Clearing the window is used too often, causing the command line to be cleared when opening a tab. (Miroslav Koškár) * Compiler warning for uninitialized variable. (Tony Mechelynck) * Using "gt" sometimes does not redraw a tab. (Jason Franklin) * Sign message not translated and inconsistent spacing. * ":sign place" only uses the current buffer. * Compiler warnings with 64-bit compiler. * Building with Ruby 2.6 gives compiler warnings. * :colorscheme isn't tested enough * Tabline is not always redrawn when something that is used in 'tabline' changes. * Text property columns are not adjusted for changed indent. * Third argument for redrawWinline() is always FALSE. * Windows are updated for every added/deleted sign. * When using timers may wait for job exit quite long. * Test files still use function!. * MS-Windows build instructions are a bit outdated. * Images for NSIS take up too much space. * Unessesary #if lines in GTK code. * Superfluous call to redraw_win_later(). * Get warning message when 'completefunc' returns nothing. * There is no function for the ":sign jump" command. OBS-URL: https://build.opensuse.org/request/show/672541 OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=534
2019-02-07 20:50:05 +01:00
@@ -36,8 +36,6 @@ SCRIPTS = $(SCRIPTS_ALL) \
# Explicit dependencies.
test49.out: test49.vim
-test_options.res test_alot.res: opt_test.vim
-
SCRIPTS_BENCH = bench_re_freeze.out
Accepting request 662793 from home:mimi_vx:branches:editors - Updated to version 8.1.0687 , fixes the following problems + refreshed disable-unreliable-tests.patch * Asan complains about reading before allocated block. * SGR not enabled for mintty because $TERM is "xterm". * Error for NUL byte in ScreenLines goes unnoticed. * Error message for NUL byte in ScreenLines breaks Travis CI. * Execute() always resets display column to zero. (Sha Liu) * 'commentstring' not used when adding fold marker. (Maxim Kim) * Non-silent execute() resets display column to zero. * Stopping a job does not work properly on OpenBSD. * Cannot redefine user command without ! in same script * 'commentstring' not used when adding fold marker in C. * Termdebug: clearing multi-breakpoint does not work. * Indent script tests pick up installed scripts. * Tabpage right-click menu never shows "Close tab". * Cannot disable arabic, rightleft and farsi in configure. * Cannot attach properties to text. * Invalid memory access when using text properties. * Double free without the text properties feature. * Text properties are not enabled. * Using illogical name for get_dict_number()/get_dict_string(). * With search CTRL-L does not pick up composing characters. * Undo test may fail on MS-Windows. * :digraph output is not easy to read. * GvimExt: realloc() failing is not handled properly. * Cannot define a sign with space in the text. * Compilation error in gvimext.cpp. * When a job ends the closed channels are not handled. * Channel sort test is flaky. * The libvterm tests are not run as part of Vim tests. OBS-URL: https://build.opensuse.org/request/show/662793 OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=532
2019-01-04 14:34:11 +01:00
Accepting request 672541 from home:coolo:branches:editors - Update to version 8.1.0887, fixes the following problems * Undo with text properties not tested. * setline() and setbufline() do not clear text properties. * Text properties are not adjusted for :substitute. * If a buffer was deleted a channel can't write to it. * Channel test fails sometimes. * When using text props may free memory that is not allocated. * Internal error when using :popup. * When test_edit fails 'insertmode' may not be reset and the next test may get stuck. (James McCoy) * ":sign place" requires the buffer argument. * Clearing the window is used too often, causing the command line to be cleared when opening a tab. (Miroslav Koškár) * Compiler warning for uninitialized variable. (Tony Mechelynck) * Using "gt" sometimes does not redraw a tab. (Jason Franklin) * Sign message not translated and inconsistent spacing. * ":sign place" only uses the current buffer. * Compiler warnings with 64-bit compiler. * Building with Ruby 2.6 gives compiler warnings. * :colorscheme isn't tested enough * Tabline is not always redrawn when something that is used in 'tabline' changes. * Text property columns are not adjusted for changed indent. * Third argument for redrawWinline() is always FALSE. * Windows are updated for every added/deleted sign. * When using timers may wait for job exit quite long. * Test files still use function!. * MS-Windows build instructions are a bit outdated. * Images for NSIS take up too much space. * Unessesary #if lines in GTK code. * Superfluous call to redraw_win_later(). * Get warning message when 'completefunc' returns nothing. * There is no function for the ":sign jump" command. OBS-URL: https://build.opensuse.org/request/show/672541 OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=534
2019-02-07 20:50:05 +01:00
.SUFFIXES: .in .out .res .vim
@@ -178,8 +176,5 @@ test_gui_init.res: test_gui_init.vim
$(RUN_VIMTEST) -u gui_preinit.vim -U gui_init.vim $(NO_PLUGINS) -S runtest.vim $<
@rm vimcmd
-opt_test.vim: ../optiondefs.h gen_opt_test.vim
- $(VIMPROG) -u NONE -S gen_opt_test.vim --noplugin --not-a-term ../optiondefs.h
-
test_xxd.res:
XXD=$(XXDPROG); export XXD; $(RUN_VIMTEST) $(NO_INITS) -S runtest.vim test_xxd.vim