summaryrefslogtreecommitdiffstats
path: root/src/testdir/Make_all.mak
AgeCommit message (Collapse)Author
2017-11-02patch 8.0.1253: still too many old style testsv8.0.1253Bram Moolenaar
Problem: Still too many old style tests. Solution: Convert a few more tests to new style. (Yegappan Lakshmanan, closes #2272)
2017-10-26patch 8.0.1221: still too many old style testsv8.0.1221Bram Moolenaar
Problem: Still too many old style tests. Solution: Convert a few more tests to new style. (Yegappan Lakshmanan, closes #2256)
2017-10-22patch 8.0.1209: still too many old style testsv8.0.1209Bram Moolenaar
Problem: Still too many old style tests. Solution: Convert a few more tests to new style. (Yegappan Lakshmanan, closes #2230)
2017-10-12patch 8.0.1186: still quite a few old style testsv8.0.1186Bram Moolenaar
Problem: Still quite a few old style tests. Solution: Convert old to new style tests. (Yegappan Lakshmanan) Avoid ringing the bell while running tests.
2017-09-28patch 8.0.1158: still old style testsv8.0.1158Bram Moolenaar
Problem: Still old style tests. Solution: Convert serveral tests to new style. (Yegappan Lakshmanan)
2017-09-23patch 8.0.1140: still old style testsv8.0.1140Bram Moolenaar
Problem: Still old style tests. Solution: Convert two tests to new style. (Yegappan Lakshmanan)
2017-09-17patch 8.0.1123: cannot define a toolbar for a windowv8.0.1123Bram Moolenaar
Problem: Cannot define a toolbar for a window. Solution: Add a window-local toolbar.
2017-09-09patch 8.0.1083: leaking memory in input part of channelv8.0.1083Bram Moolenaar
Problem: Leaking memory in input part of channel. Solution: Clear the input part of channel. Free the entry. Move failing command test to a separate file to avoid bogus leak reports clouding tests that should not leak.
2017-08-30patch 8.0.1022: test 80 is old stylev8.0.1022Bram Moolenaar
Problem: Test 80 is old style. Solution: Turn it into a new style test. (Yegappan Lakshmanan)
2017-08-29patch 8.0.1012: MS-Windows: problem with $HOME when is was set internallyv8.0.1012Bram Moolenaar
Problem: MS-Windows: Problem with $HOME when is was set internally. Solution: Only use the $HOME default internally. (Yasuhiro Matsumoto, closes #2013)
2017-08-07patch 8.0.0890: still many old style testsv8.0.0890Bram Moolenaar
Problem: Still many old style tests. Solution: Convert several tests to new style. (Yegappan Lakshmanan)
2017-08-04patch 8.0.0861: still many old style testsv8.0.0861Bram Moolenaar
Problem: Still many old style tests. Solution: Convert several tests to new style. (Yegappan Lakshmanan)
2017-07-29patch 8.0.0804: terminal window functions not yet implementedv8.0.0803Bram Moolenaar
Problem: Terminal window functions not yet implemented. Solution: Implement several functions. Add a first test. (Yasuhiro Matsumoto, closes #1871)
2017-07-23patch 8.0.0762: ml_get error with :psearch in buffer without a namev8.0.0762Bram Moolenaar
Problem: ml_get error with :psearch in buffer without a name. (Dominique Pelle) Solution: Use the buffer number instead of the file name. Check the cursor position.
2017-07-19patch 8.0.0736: OptionSet not triggered when entering diff modev8.0.0736Bram Moolenaar
Problem: The OptionSet autocommand event is not triggered when entering diff mode. Solution: use set_option_value() instead of setting the option directly. Change the tests from old to new style. (Christian Brabandt)
2017-07-16patch 8.0.0724: the message for yanking doesn't indicate the registerv8.0.0724Bram Moolenaar
Problem: The message for yanking doesn't indicate the register. Solution: Show the register name in the "N lines yanked" message. (Lemonboy, closes #1803, closes #1809)
2017-07-11patch 8.0.0708: some tests are old stylev8.0.0708Bram Moolenaar
Problem: Some tests are old style. Solution: Change a few tests from old style to new style. (pschuh, closes #1813)
2017-06-27patch 8.0.0684: old style tests are not nicev8.0.0684Bram Moolenaar
Problem: Old style tests are not nice. Solution: Turn two tests into new style. (pschuh, closes #1797)
2017-06-22patch 8.0.0658: spell test is old stylev8.0.0658Bram Moolenaar
Problem: Spell test is old style. Solution: Turn the spell test into a new style test (pschuh, closes #1778)
2017-06-04patch 8.0.0614: float2nr() is not exactly rightv8.0.0614Bram Moolenaar
Problem: float2nr() is not exactly right. Solution: Make float2nr() more accurate. Turn test64 into a new style test. (Hirohito Higashi, closes #1688)
2017-03-19patch 8.0.0489: clipboard and "* register is not testedv8.0.0489Bram Moolenaar
Problem: Clipboard and "* register is not tested. Solution: Add a test for Mac and X11. (Kazunobu Kuriyama)
2017-03-19patch 8.0.0485: not all windows commands are testedv8.0.0485Bram Moolenaar
Problem: Not all windows commands are tested. Solution: Add more tests for windows commands. (Dominique Pelle, closes #1575) Run test_autocmd separately, it interferes with other tests. Fix tests that depended on side effects.
2017-03-18patch 8.0.0474: the client-server feature is not testedv8.0.0474Bram Moolenaar
Problem: The client-server feature is not tested. Solution: Add a test.
2017-03-09patch 8.0.0440: not enough test coverage in Insert modev8.0.0440Bram Moolenaar
Problem: Not enough test coverage in Insert mode. Solution: Add lots of tests. Add test_override(). (Christian Brabandt, closes #1521)
2017-03-08patch 8.0.0430: options test fails or hangs on MS-Windowsv8.0.0430Bram Moolenaar
Problem: Options test fails or hangs on MS-Windows. Solution: Run it separately instead of part of test_alot. Use "-S" instead of "-u" to run the script. Fix failures.
2017-03-07patch 8.0.0429: options test does not always test everythingv8.0.0429Bram Moolenaar
Problem: Options test does not always test everything. Solution: Fix dependency for opt_test.vim. Give a message when opt_test.vim was not found.
2017-03-07patch 8.0.0428: git and hg see new files after running testsv8.0.0428Bram Moolenaar
Problem: Git and hg see new files after running tests. (Manuel Ortega) Solution: Add the generated file to .hgignore (or .gitignore). Delete the resulting verbose file. (Christian Brabandt) Improve dependency on opt_test.vim. Reset the 'more' option.
2017-03-05patch 8.0.0423: changing 'cinoptions' does not always workv8.0.0423Bram Moolenaar
Problem: The effect of adding "#" to 'cinoptions' is not always removed. (David Briscoe) Solution: Reset b_ind_hash_comment. (Christian Brabandt, closes #1475)
2017-03-05patch 8.0.0420: text garbled when the system encoding differs from 'encoding'v8.0.0420Bram Moolenaar
Problem: When running :make the output may be in the system encoding, different from 'encoding'. Solution: Add the 'makeencoding' option. (Ken Takata)
2017-02-27patch 8.0.0385: no tests for arabicv8.0.0385Bram Moolenaar
Problem: No tests for arabic. Solution: Add a first test for arabic. (Dominique Pelle, closes #1518)
2017-02-25patch 8.0.0364: ]s does not move cursor with two spell errors in one linev8.0.0364Bram Moolenaar
Problem: ]s does not move cursor with two spell errors in one line. (Manuel Ortega) Solution: Don't stop search immediately when wrapped, search the line first. (Ken Takata) Add a test.
2017-02-23patch 8.0.0361: GUI initialisation is not sufficiently testedv8.0.0361Bram Moolenaar
Problem: GUI initialisation is not sufficiently tested. Solution: Add the gui_init test. (Kazuki Kuriyama)
2017-02-23patch 8.0.0360: sometimes VimL is used instead of "Vim script"v8.0.0360Bram Moolenaar
Problem: Sometimes VimL is used, which is confusing. Solution: Consistently use "Vim script". (Hirohito Higashi)
2017-02-23patch 8.0.0359: 'number' and 'relativenumber' are not properly testedv8.0.0359Bram Moolenaar
Problem: 'number' and 'relativenumber' are not properly tested. Solution: Add tests, change old style to new style tests. (Ozaki Kiichi, closes #1447)
2017-02-17patch 8.0.0331: restoring help snapshot accesses freed memoryv8.0.0331Bram Moolenaar
Problem: Restoring help snapshot accesses freed memory. (Dominique Pelle) Solution: Don't restore a snapshot when the window closes.
2017-02-05patch 8.0.0311: linebreak tests are old stylev8.0.0311Bram Moolenaar
Problem: Linebreak tests are old style. Solution: Turn the tests into new style. Share utility functions. (Ozaki Kiichi, closes #1444)
2017-01-29patch 8.0.0271: may get ml_get error when :tcldo deletes linesv8.0.0271Bram Moolenaar
Problem: May get ml_get error when :tcldo deletes lines or switches to another buffer. (Nikolai Pavlov, closes #1421) Solution: Check the buffer and line every time.
2017-01-29patch 8.0.0268: may get ml_get error when :luado deletes linesv8.0.0268Bram Moolenaar
Problem: May get ml_get error when :luado deletes lines or switches to another buffer. (Nikolai Pavlov, issue #1421) Solution: Check the buffer and line every time.
2017-01-29patch 8.0.0265: may get ml_get error when :pydo deletes linesv8.0.0265Bram Moolenaar
Problem: May get ml_get error when :pydo deletes lines or switches to another buffer. (Nikolai Pavlov, issue #1421) Solution: Check the buffer and line every time.
2017-01-28patch 8.0.0251: not easy to select Python 2 or 3v8.0.0251Bram Moolenaar
Problem: It is not so easy to write a script that works with both Python 2 and Python 3, even when the Python code works with both. Solution: Add 'pyxversion', :pyx, etc. (Marc Weber, Ken Takata)
2017-01-28patch 8.0.0250: virtcol() does not work well for multi-byte charactersv8.0.0250Bram Moolenaar
Problem: When virtcol() gets a column that is not the first byte of a multi-byte character the result is unpredictable. (Christian Ludwig) Solution: Correct the column to the first byte of a multi-byte character. Change the utf-8 test to new style.
2017-01-24patch 8.0.0231: bracketed paste mode is not testedv8.0.0231Bram Moolenaar
Problem: There are no tests for bracketed paste mode. Solution: Add a test. Fix repeating with "normal .".
2017-01-17patch 8.0.0206: test coverage for :retab insufficientv8.0.0206Bram Moolenaar
Problem: Test coverage for :retab insufficient. Solution: Add test for :retab. (Dominique Pelle, closes #1391)
2017-01-15patch 8.0.0189: profile commands are not testedv8.0.0189Bram Moolenaar
Problem: There are no tests for the :profile command. Solution: Add tests. (Dominique Pelle, closes #1383)
2017-01-13patch 8.0.0178: command count test fails on MS-Windowsv8.0.0178Bram Moolenaar
Problem: test_command_count may fail when a previous test interferes, seen on MS-Windows. Solution: Run it separately.
2017-01-08patch 8.0.0151: passing buffer content to system() is clumsyv8.0.0151Bram Moolenaar
Problem: To pass buffer content to system() and systemlist() one has to first create a string or list. Solution: Allow passing a buffer number. (LemonBoy, closes #1240)
2017-01-02patch 8.0.0135v8.0.0135Bram Moolenaar
Problem: An address relative to the current line, ":.,+3y", does not work properly on a closed fold. (Efraim Yawitz) Solution: Correct for including the closed fold. (Christian Brabandt)
2016-12-09patch 8.0.0126v8.0.0126Bram Moolenaar
Problem: Display problem with 'foldcolumn' and a wide character. (esiegerman) Solution: Don't use "extra" but an allocated buffer. (Christian Brabandt, closes #1310)
2016-12-01patch 8.0.0112v8.0.0112Bram Moolenaar
Problem: Tests 92 and 93 are old style. Solution: Make test92 and test93 new style. (Hirohito Higashi, closes #1289)
2016-11-17patch 8.0.0090v8.0.0090Bram Moolenaar
Problem: Test_help_complete sometimes fails in MS-Windows console. Solution: Use getcompletion() instead of feedkeys() and command line completion. (Hirohito Higashi)