summaryrefslogtreecommitdiff
path: root/src/testdir/Make_all.mak
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.2.3293: finding completions may cause an endless loopv8.2.3293Andy Gozas2021-08-051-0/+2
| | | | | | Problem: Finding completions may cause an endless loop. Solution: Use a better way to check coming back where the search started. (Andy Gozas, closes #8672, closes #8671)
* patch 8.2.3061: testing the shell option is incomplete and spread outv8.2.3061Yegappan Lakshmanan2021-06-271-0/+2
| | | | | | Problem: Testing the shell option is incomplete and spread out. Solution: Move shell tests to one file and increase coverage. (Yegappan Lakshmanan, closes #8464)
* patch 8.2.2588: build failure with tiny featuresv8.2.2588Bram Moolenaar2021-03-101-0/+1
| | | | | Problem: Build failure with tiny features. Solution: Add #ifdef. Run recover test separately.
* patch 8.2.2366: when using ":sleep" the cursor is always displayedv8.2.2366Bram Moolenaar2021-01-161-0/+2
| | | | | | Problem: When using ":sleep" the cursor is always displayed. Solution: Do not display the cursor when using ":sleep!". (Jeremy Lerner, closes #7688)
* patch 8.2.1920: listlbr test fails when run after another testv8.2.1920Bram Moolenaar2020-10-281-0/+1
| | | | | Problem: Listlbr test fails when run after another test. Solution: Add test separately to list of test targets.
* patch 8.2.1876: Vim9: argument types are not checked at compile timev8.2.1876Bram Moolenaar2020-10-211-0/+2
| | | | | | | Problem: Vim9: argument types for builtin functions are not checked at compile time. Solution: Add an argument type checking mechanism. Implement type checks for one function.
* patch 8.2.1839: Vim9: memory leaks reported in assign testv8.2.1839Bram Moolenaar2020-10-121-0/+2
| | | | | | Problem: Vim9: memory leaks reported in assign test. Solution: Move the failing job_start() call to separate test files, it causes false leak reports.
* patch 8.2.1726: fuzzy matching only works on stringsv8.2.1726Bram Moolenaar2020-09-221-0/+2
| | | | | | Problem: Fuzzy matching only works on strings. Solution: Support passing a dict. Add matchfuzzypos() to also get the match positions. (Yegappan Lakshmanan, closes #6947)
* patch 8.2.1724: Vim9: assignment tests spread outv8.2.1724Bram Moolenaar2020-09-211-0/+2
| | | | | Problem: Vim9: assignment tests spread out. Solution: Create new test file for assignment tests.
* patch 8.2.1439: tiny and small builds have no test coveragev8.2.1439Bram Moolenaar2020-08-131-2/+23
| | | | | | Problem: Tiny and small builds have no test coverage. Solution: Restore tests that do not depend on the +eval feature. (Ken Takata, closes #6696)
* patch 8.2.1420: test 49 is old stylev8.2.1420Bram Moolenaar2020-08-111-18/+0
| | | | | | Problem: Test 49 is old style. Solution: Convert remaining parts to new style. Remove obsolete items. (Yegappan Lakshmanan, closes #6683)
* patch 8.2.1354: test 59 is old stylev8.2.1354Bram Moolenaar2020-08-021-1/+3
| | | | | Problem: Test 59 is old style. Solution: Convert into a new style test. (Yegappan Lakshmanan, closes #6604)
* patch 8.2.1316: test 42 is still old stylev8.2.1316Bram Moolenaar2020-07-291-1/+1
| | | | | Problem: Test 42 is still old style. Solution: Turn it into a new style test. (Yegappan Lakshmanan, closes #6561)
* patch 8.2.1305: some tests are still old stylev8.2.1305Bram Moolenaar2020-07-271-11/+7
| | | | | | Problem: Some tests are still old style. Solution: Convert tests 52 and 70 to new style. (Yegappan Lakshmanan, closes #6544) Fix error in FinishTesting().
* patch 8.2.1295: tests 44 and 99 are old stylev8.2.1295Bram Moolenaar2020-07-261-3/+1
| | | | | Problem: Tests 44 and 99 are old style. Solution: Convert to new style tests. (Yegappan Lakshmanan, closes #6536)
* patch 8.2.1177: terminal2 test sometimes hangs in the GUIv8.2.1177Bram Moolenaar2020-07-111-0/+2
| | | | | | 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.
* patch 8.2.1123: Python 3 test is old stylev8.2.1123Bram Moolenaar2020-07-031-6/+1
| | | | | Problem: Python 3 test is old style. Solution: Turn into new style test. (Yegappan Lakshmanan, closes #6385)
* patch 8.2.1120: Python code not tested properlyv8.2.1120Bram Moolenaar2020-07-031-1/+0
| | | | | | Problem: Python code not tested properly. Solution: Add more tests and convert old-style test into new-style test. (Yegappan Lakshmanan, closes #6370)
* patch 8.2.1114: terminal test sometimes times outv8.2.1114Bram Moolenaar2020-07-011-0/+2
| | | | | Problem: Terminal test sometimes times out. Solution: Split the test in two parts.
* patch 8.2.1046: insufficient tests for src/buffer.cv8.2.1046Bram Moolenaar2020-06-241-0/+2
| | | | | | Problem: Insufficient tests for src/buffer.c. Solution: Add more tests. Move comments related tests to a separate file. (Yegappan Lakshmanan, closes #6325)
* patch 8.2.0968: no proper testing of the 'cpoptions' flagsv8.2.0968Bram Moolenaar2020-06-131-0/+2
| | | | | Problem: No proper testing of the 'cpoptions' flags. Solution: Add tests. (Yegappan Lakshmanan, closes #6251)
* patch 8.2.0935: flattening a list with existing code is slowv8.2.0935Bram Moolenaar2020-06-081-0/+2
| | | | | Problem: Flattening a list with existing code is slow. Solution: Add flatten(). (Mopp, closes #3676)
* patch 8.2.0901: formatting CJK text isn't optimalv8.2.0901Bram Moolenaar2020-06-041-0/+2
| | | | | Problem: Formatting CJK text isn't optimal. Solution: Properly break CJK lines. (closes #3875)
* patch 8.2.0898: missing help for a function goes unnoticedv8.2.0898Bram Moolenaar2020-06-041-0/+2
| | | | | Problem: Missing help for a function goes unnoticed. Solution: Add a test. (Gary Johnson)
* patch 8.2.0661: eval test is still old stylev8.2.0661Bram Moolenaar2020-04-291-3/+1
| | | | | Problem: Eval test is still old style. Solution: Change into new style tests. (Yegappan Lakshmanan, closes #6009)
* patch 8.2.0640: Vim9: expanding does not workv8.2.0640Bram Moolenaar2020-04-251-0/+2
| | | | | Problem: Vim9: expanding does not work. Solution: Find wildcards in not compiled commands. Reorganize test files.
* patch 8.2.0573: using :version twice leaks memoryv8.2.0573Bram Moolenaar2020-04-131-0/+1
| | | | | Problem: using :version twice leaks memory Solution: Only initialize variables once. (Dominique Pelle, closes #5917)
* patch 8.2.0527: Vim9: function types insufficiently testedv8.2.0527Bram Moolenaar2020-04-071-8/+15
| | | | | Problem: Vim9: function types insufficiently tested. Solution: Add more tests. Fix white space check. Add "test_vim9" target.
* patch 8.2.0520: tests are not listed in sorted orderv8.2.0520Bram Moolenaar2020-04-051-1/+1
| | | | | Problem: Tests are not listed in sorted order. Solution: Move test_ex_mode. (Doug Richardson, closes #5889)
* patch 8.2.0512: Vim9: no optional arguments in func typev8.2.0512Bram Moolenaar2020-04-051-0/+2
| | | | | | Problem: Vim9: no optional arguments in func type. Solution: Check for question mark after type. Find function reference without function().
* patch 8.2.0425: code for modeless selection not sufficiently testedv8.2.0425Bram Moolenaar2020-03-221-0/+4
| | | | | | Problem: Code for modeless selection not sufficiently tested. Solution: Add tests. Move mouse code functionality to a common script file. (Yegappan Lakshmanan, closes #5821)
* patch 8.2.0413: buffer menu does not handle special buffers properlyv8.2.0413Bram Moolenaar2020-03-191-1/+2
| | | | | | | | 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.
* patch 8.2.0358: insufficient testing for indent.cv8.2.0358Bram Moolenaar2020-03-061-0/+2
| | | | | Problem: Insufficient testing for indent.c. Solution: Add indent tests. (Yegappan Lakshmanan, closes #5736)
* patch 8.2.0352: FreeBSD: test for sourcing utf-8 is skippedv8.2.0352Bram Moolenaar2020-03-031-0/+1
| | | | | | | 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)
* patch 8.2.0243: insufficient code coverage for ex_docmd.c functionsv8.2.0243Bram Moolenaar2020-02-111-0/+2
| | | | | Problem: Insufficient code coverage for ex_docmd.c functions. Solution: Add more tests. (Yegappan Lakshmanan, closes #5618)
* patch 8.2.0223: some instructions not yet testedv8.2.0223Bram Moolenaar2020-02-061-0/+2
| | | | | | Problem: Some instructions not yet tested. Solution: Disassemble more instructions. Move tests to a new file. Compile call to s:function().
* patch 8.2.0164: test_alot takes too longv8.2.0164Bram Moolenaar2020-01-281-0/+35
| | | | | Problem: Test_alot takes too long. Solution: Run several tests individually.
* patch 8.2.0149: maintaining a Vim9 branch separately is more workv8.2.0149Bram Moolenaar2020-01-261-1/+5
| | | | | Problem: Maintaining a Vim9 branch separately is more work. Solution: Merge the Vim9 script changes.
* patch 8.2.0040: timers test is still flaky on Travis for Macv8.2.0040Bram Moolenaar2019-12-251-0/+1
| | | | | Problem: Timers test is still flaky on Travis for Mac. Solution: Run separately instead of as part of test_alot.
* patch 8.2.0023: command line editing not sufficiently testedv8.2.0023Bram Moolenaar2019-12-181-0/+1
| | | | | Problem: Command line editing not sufficiently tested. Solution: Add more tests. (Dominique Pelle, closes #5374)
* patch 8.2.0014: test69 and test95 are old stylev8.2.0014Bram Moolenaar2019-12-161-2/+0
| | | | | Problem: Test69 and test95 are old style. Solution: Convert to new style tests. (Yegappan Lakshmanan, closes #5365)
* patch 8.2.0010: test64 is old stylev8.2.0010Bram Moolenaar2019-12-151-1/+0
| | | | | Problem: Test64 is old style. Solution: Convert to new style test. (Yegappan Lakshmanan, closes #5363)
* patch 8.2.0008: test72 is old stylev8.2.0008Bram Moolenaar2019-12-141-3/+1
| | | | | Problem: Test72 is old style. Solution: Convert to new style test. (Yegappan Lakshmanan, closes #5362)
* patch 8.1.2421: test88 is old stylev8.1.2421Bram Moolenaar2019-12-111-1/+0
| | | | | Problem: Test88 is old style. Solution: Turn into a new style test. (Yegappan Lakshmanan, closes #5347)
* patch 8.1.2400: test39 is old stylev8.1.2400Bram Moolenaar2019-12-061-1/+0
| | | | | | Problem: Test39 is old style. Solution: Convert the test cases into new style. (Yegappan Lakshmanan, closes #5324)
* patch 8.1.2390: test94 is old style, fix 7.4.441 not testedv8.1.2390Bram Moolenaar2019-12-051-1/+0
| | | | | | 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)
* patch 8.1.2384: test 48 is old stylev8.1.2384Bram Moolenaar2019-12-031-1/+0
| | | | | | Problem: Test 48 is old style. Solution: Merge test cases into new style test. (Yegappan Lakshmanan, closes #5307)
* patch 8.1.2342: random number generator in Vim script is slowv8.1.2342Bram Moolenaar2019-11-251-0/+2
| | | | | Problem: Random number generator in Vim script is slow. Solution: Add rand() and srand(). (Yasuhiro Matsumoto, closes #1277)
* patch 8.1.2341: not so easy to interrupt a script programaticallyv8.1.2341Bram Moolenaar2019-11-251-0/+2
| | | | | Problem: Not so easy to interrupt a script programatically. Solution: Add the interrupt() function. (Yasuhiro Matsumoto, closes #2834)
* patch 8.1.2264: there are two test files for :letv8.1.2264Bram Moolenaar2019-11-061-1/+0
| | | | | Problem: There are two test files for :let. Solution: Merge the two files.