summaryrefslogtreecommitdiffstats
path: root/src/testdir/Make_all.mak
AgeCommit message (Collapse)Author
2020-08-11patch 8.2.1420: test 49 is old stylev8.2.1420Bram Moolenaar
Problem: Test 49 is old style. Solution: Convert remaining parts to new style. Remove obsolete items. (Yegappan Lakshmanan, closes #6683)
2020-08-02patch 8.2.1354: test 59 is old stylev8.2.1354Bram Moolenaar
Problem: Test 59 is old style. Solution: Convert into a new style test. (Yegappan Lakshmanan, closes #6604)
2020-07-29patch 8.2.1316: test 42 is still old stylev8.2.1316Bram Moolenaar
Problem: Test 42 is still old style. Solution: Turn it into a new style test. (Yegappan Lakshmanan, closes #6561)
2020-07-27patch 8.2.1305: some tests are still old stylev8.2.1305Bram Moolenaar
Problem: Some tests are still old style. Solution: Convert tests 52 and 70 to new style. (Yegappan Lakshmanan, closes #6544) Fix error in FinishTesting().
2020-07-26patch 8.2.1295: tests 44 and 99 are old stylev8.2.1295Bram Moolenaar
Problem: Tests 44 and 99 are old style. Solution: Convert to new style tests. (Yegappan Lakshmanan, closes #6536)
2020-07-11patch 8.2.1177: terminal2 test sometimes hangs in the GUIv8.2.1177Bram Moolenaar
Problem: Terminal2 test sometimes hangs in the GUI. Solution: Move some tests to other files to further locate the problem. Set the GUI to a fixed screen size.
2020-07-03patch 8.2.1123: Python 3 test is old stylev8.2.1123Bram Moolenaar
Problem: Python 3 test is old style. Solution: Turn into new style test. (Yegappan Lakshmanan, closes #6385)
2020-07-03patch 8.2.1120: Python code not tested properlyv8.2.1120Bram Moolenaar
Problem: Python code not tested properly. Solution: Add more tests and convert old-style test into new-style test. (Yegappan Lakshmanan, closes #6370)
2020-07-01patch 8.2.1114: terminal test sometimes times outv8.2.1114Bram Moolenaar
Problem: Terminal test sometimes times out. Solution: Split the test in two parts.
2020-06-24patch 8.2.1046: insufficient tests for src/buffer.cv8.2.1046Bram Moolenaar
Problem: Insufficient tests for src/buffer.c. Solution: Add more tests. Move comments related tests to a separate file. (Yegappan Lakshmanan, closes #6325)
2020-06-13patch 8.2.0968: no proper testing of the 'cpoptions' flagsv8.2.0968Bram Moolenaar
Problem: No proper testing of the 'cpoptions' flags. Solution: Add tests. (Yegappan Lakshmanan, closes #6251)
2020-06-08patch 8.2.0935: flattening a list with existing code is slowv8.2.0935Bram Moolenaar
Problem: Flattening a list with existing code is slow. Solution: Add flatten(). (Mopp, closes #3676)
2020-06-04patch 8.2.0901: formatting CJK text isn't optimalv8.2.0901Bram Moolenaar
Problem: Formatting CJK text isn't optimal. Solution: Properly break CJK lines. (closes #3875)
2020-06-04patch 8.2.0898: missing help for a function goes unnoticedv8.2.0898Bram Moolenaar
Problem: Missing help for a function goes unnoticed. Solution: Add a test. (Gary Johnson)
2020-04-29patch 8.2.0661: eval test is still old stylev8.2.0661Bram Moolenaar
Problem: Eval test is still old style. Solution: Change into new style tests. (Yegappan Lakshmanan, closes #6009)
2020-04-25patch 8.2.0640: Vim9: expanding does not workv8.2.0640Bram Moolenaar
Problem: Vim9: expanding does not work. Solution: Find wildcards in not compiled commands. Reorganize test files.
2020-04-13patch 8.2.0573: using :version twice leaks memoryv8.2.0573Bram Moolenaar
Problem: using :version twice leaks memory Solution: Only initialize variables once. (Dominique Pelle, closes #5917)
2020-04-07patch 8.2.0527: Vim9: function types insufficiently testedv8.2.0527Bram Moolenaar
Problem: Vim9: function types insufficiently tested. Solution: Add more tests. Fix white space check. Add "test_vim9" target.
2020-04-05patch 8.2.0520: tests are not listed in sorted orderv8.2.0520Bram Moolenaar
Problem: Tests are not listed in sorted order. Solution: Move test_ex_mode. (Doug Richardson, closes #5889)
2020-04-05patch 8.2.0512: Vim9: no optional arguments in func typev8.2.0512Bram Moolenaar
Problem: Vim9: no optional arguments in func type. Solution: Check for question mark after type. Find function reference without function().
2020-03-22patch 8.2.0425: code for modeless selection not sufficiently testedv8.2.0425Bram Moolenaar
Problem: Code for modeless selection not sufficiently tested. Solution: Add tests. Move mouse code functionality to a common script file. (Yegappan Lakshmanan, closes #5821)
2020-03-19patch 8.2.0413: buffer menu does not handle special buffers properlyv8.2.0413Bram Moolenaar
Problem: Buffer menu does not handle special buffers properly. Solution: Keep a dictionary with buffer names to reliably keep track of entries. Also trigger BufFilePre and BufFilePost for command-line and terminal buffers when the name changes.
2020-03-06patch 8.2.0358: insufficient testing for indent.cv8.2.0358Bram Moolenaar
Problem: Insufficient testing for indent.c. Solution: Add indent tests. (Yegappan Lakshmanan, closes #5736)
2020-03-03patch 8.2.0352: FreeBSD: test for sourcing utf-8 is skippedv8.2.0352Bram Moolenaar
Problem: FreeBSD: test for sourcing utf-8 is skipped. Solution: Run the matchadd_conceal test separately to avoid that setting 'term' to "ansi" causes problems for other tests. (Ozaki Kiichi, closes #5721)
2020-02-11patch 8.2.0243: insufficient code coverage for ex_docmd.c functionsv8.2.0243Bram Moolenaar
Problem: Insufficient code coverage for ex_docmd.c functions. Solution: Add more tests. (Yegappan Lakshmanan, closes #5618)
2020-02-06patch 8.2.0223: some instructions not yet testedv8.2.0223Bram Moolenaar
Problem: Some instructions not yet tested. Solution: Disassemble more instructions. Move tests to a new file. Compile call to s:function().
2020-01-28patch 8.2.0164: test_alot takes too longv8.2.0164Bram Moolenaar
Problem: Test_alot takes too long. Solution: Run several tests individually.
2020-01-26patch 8.2.0149: maintaining a Vim9 branch separately is more workv8.2.0149Bram Moolenaar
Problem: Maintaining a Vim9 branch separately is more work. Solution: Merge the Vim9 script changes.
2019-12-25patch 8.2.0040: timers test is still flaky on Travis for Macv8.2.0040Bram Moolenaar
Problem: Timers test is still flaky on Travis for Mac. Solution: Run separately instead of as part of test_alot.
2019-12-18patch 8.2.0023: command line editing not sufficiently testedv8.2.0023Bram Moolenaar
Problem: Command line editing not sufficiently tested. Solution: Add more tests. (Dominique Pelle, closes #5374)
2019-12-16patch 8.2.0014: test69 and test95 are old stylev8.2.0014Bram Moolenaar
Problem: Test69 and test95 are old style. Solution: Convert to new style tests. (Yegappan Lakshmanan, closes #5365)
2019-12-15patch 8.2.0010: test64 is old stylev8.2.0010Bram Moolenaar
Problem: Test64 is old style. Solution: Convert to new style test. (Yegappan Lakshmanan, closes #5363)
2019-12-14patch 8.2.0008: test72 is old stylev8.2.0008Bram Moolenaar
Problem: Test72 is old style. Solution: Convert to new style test. (Yegappan Lakshmanan, closes #5362)
2019-12-11patch 8.1.2421: test88 is old stylev8.1.2421Bram Moolenaar
Problem: Test88 is old style. Solution: Turn into a new style test. (Yegappan Lakshmanan, closes #5347)
2019-12-06patch 8.1.2400: test39 is old stylev8.1.2400Bram Moolenaar
Problem: Test39 is old style. Solution: Convert the test cases into new style. (Yegappan Lakshmanan, closes #5324)
2019-12-05patch 8.1.2390: test94 is old style, fix 7.4.441 not testedv8.1.2390Bram Moolenaar
Problem: Test94 is old style, fix 7.4.441 not tested. Solution: Turn test94 into a new style test. Add tests for the fix in patch 7.4.441. (Yegappan Lakshmanan, closes #5316)
2019-12-03patch 8.1.2384: test 48 is old stylev8.1.2384Bram Moolenaar
Problem: Test 48 is old style. Solution: Merge test cases into new style test. (Yegappan Lakshmanan, closes #5307)
2019-11-25patch 8.1.2342: random number generator in Vim script is slowv8.1.2342Bram Moolenaar
Problem: Random number generator in Vim script is slow. Solution: Add rand() and srand(). (Yasuhiro Matsumoto, closes #1277)
2019-11-25patch 8.1.2341: not so easy to interrupt a script programaticallyv8.1.2341Bram Moolenaar
Problem: Not so easy to interrupt a script programatically. Solution: Add the interrupt() function. (Yasuhiro Matsumoto, closes #2834)
2019-11-06patch 8.1.2264: there are two test files for :letv8.1.2264Bram Moolenaar
Problem: There are two test files for :let. Solution: Merge the two files.
2019-11-03patch 8.1.2246: some tests are still in old stylev8.1.2246Bram Moolenaar
Problem: Some tests are still in old style. Solution: Change a few tests to new style. (Yegappan Lakshmanan)
2019-10-16patch 8.1.2161: mapping test failsv8.1.2161Bram Moolenaar
Problem: Mapping test fails. Solution: Run the test separately.
2019-09-09patch 8.1.2019: 'cursorline' always highlights the whole linev8.1.2019Bram Moolenaar
Problem: 'cursorline' always highlights the whole line. Solution: Add 'cursorlineopt' to specify what is highlighted. (closes #4693)
2019-08-25patch 8.1.1929: no tests for text property popup windowv8.1.1929Bram Moolenaar
Problem: No tests for text property popup window. Solution: Add a few tests.
2019-08-12patch 8.1.1841: no test for Ex shift commandsv8.1.1841Bram Moolenaar
Problem: No test for Ex shift commands. Solution: Add a test. (Dominique Pelle, closes #4801)
2019-08-11patch 8.1.1838: there is :spellwrong and :spellgood but not :spellrarev8.1.1838Bram Moolenaar
Problem: There is :spellwrong and :spellgood but not :spellrare. Solution: Add :spellrare. (Martin Tournoij, closes #4291)
2019-08-03patch 8.1.1803: all builtin functions are globalv8.1.1803Bram Moolenaar
Problem: All builtin functions are global. Solution: Add the method call operator ->. Implemented for a limited number of functions.
2019-07-24patch 8.1.1746: ":dl" is seen as ":dlist" instead of ":delete"v8.1.1746Bram Moolenaar
Problem: ":dl" is seen as ":dlist" instead of ":delete". Solution: Do not use cmdidxs2[] if the length is 1. (closes #4721)
2019-06-15patch 8.1.1544: some balloon tests don't run when they canv8.1.1544Bram Moolenaar
Problem: Some balloon tests don't run when they can. Solution: Split GUI balloon tests off into a separate file. (Ozaki Kiichi, closes #4538) Change the feature check into a command for consistency.
2019-06-15patch 8.1.1539: not easy to define a variable and lock itv8.1.1539Bram Moolenaar
Problem: Not easy to define a variable and lock it. Solution: Add ":const".