summaryrefslogtreecommitdiffstats
path: root/src/testdir/Make_ming.mak
AgeCommit message (Collapse)Author
2022-09-23patch 9.0.0560: elapsed time since testing started is not visiblev9.0.0560Bram Moolenaar
Problem: Elapsed time since testing started is not visible. Solution: Show the elapsed time while running tests.
2022-06-13patch 8.2.5084: when the GUI shows a dialog tests get stuckv8.2.5084Bram Moolenaar
Problem: When the GUI shows a dialog tests get stuck. Solution: Add the --gui-dialog-file argument.
2020-09-13patch 8.2.1675: MinGW: testdir makefile deletes non-existing filev8.2.1675Bram Moolenaar
Problem: MinGW: testdir makefile deletes non-existing file. Solution: Use another way to delete the output file if it already exists. (Michael Soyka)
2020-08-26patch 8.2.1525: messages from tests were not always displayedv8.2.1525Bram Moolenaar
Problem: Messages from tests were not always displayed. Solution: Always show messages, the timing is always useful. (Ken Takata, closes #6792)
2020-08-14patch 8.2.1449: some test makefiles delete files that are not generatedv8.2.1449Bram Moolenaar
Problem: Some test makefiles delete files that are not generated. Solution: Remove the deletion commands.
2020-08-13patch 8.2.1439: tiny and small builds have no test coveragev8.2.1439Bram Moolenaar
Problem: Tiny and small builds have no test coverage. Solution: Restore tests that do not depend on the +eval feature. (Ken Takata, closes #6696)
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-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-04-21patch 8.2.0615: regexp benchmark stest is old stylev8.2.0615Bram Moolenaar
Problem: Regexp benchmark stest is old style. Solution: Make it a new style test. Fix using a NULL list. Add more tests. (Yegappan Lakshmanan, closes #5963)
2019-09-14patch 8.1.2028: options test script does not workv8.1.2028Bram Moolenaar
Problem: Options test script does not work. Solution: Use optiondefs.h for input.
2019-01-24patch 8.1.0801: MinGW: no hint that tests fail because of small terminalv8.1.0801Bram Moolenaar
Problem: MinGW: no hint that tests fail because of small terminal. Solution: Add a rule for test1 that checks for "wrongtermsize". (msoyka-of-wharton)
2019-01-11patch 8.1.0724: build for MinGW failsv8.1.0724Bram Moolenaar
Problem: Build for MinGW fails. Solution: Avoid specifying dependencies in included makefile.
2019-01-11patch 8.1.0723: cannot easily run specific test when in src/testdirv8.1.0723Bram Moolenaar
Problem: Cannot run specific test when in src/testdir the same was as in the src directory. Solution: Move build rule to src/testdir/Makefile.
2018-07-14patch 8.1.0185: running tests writes lua.vim even though it is not usedv8.1.0185Bram Moolenaar
Problem: Running tests writes lua.vim even though it is not used. Solution: Stop writing lua.vim.
2017-12-11patch 8.0.1387: wordcount test is old stylev8.0.1387Bram Moolenaar
Problem: Wordcount test is old style. Solution: Change into a new style test. (Yegappan Lakshmanan, closes #2434)
2017-11-16patch 8.0.1302: still too many old style testsv8.0.1302Bram Moolenaar
Problem: Still too many old style tests. Solution: Convert a few more tests to new style. (Yegappan Lakshmanan, closes #2326)
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-10-07patch 8.0.1181: tests using Vim command fail on MS-Windowsv8.0.1181Bram Moolenaar
Problem: Tests using Vim command fail on MS-Windows. Solution: Do not add quotes around the Vim command.
2017-07-29patch 8.0.0809: MS-Windows: tests hangv8.0.0809Bram Moolenaar
Problem: MS-Windows: tests hang. Solution: Delete the XfakeHOME directory.
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-03-13patch 8.0.0456: typo in MinGW test makefilev8.0.0456Bram Moolenaar
Problem: Typo in MinGW test makefile. Solution: Change an underscore to a dot. (Michael Soyka)
2017-03-12patch 8.0.0447: getting font name does not work on X11v8.0.0447Bram Moolenaar
Problem: Getting font name does not work on X11. Solution: Implement gui_mch_get_fontname() for X11. Add more GUI tests. (Kazunobu Kuriyama)
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-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)
2016-11-07patch 8.0.0070v8.0.0070Bram Moolenaar
Problem: Tests referred in Makefile that no longer exist. Solution: Remove test71 and test74 entries. (Michael Soyka)
2016-08-06patch 7.4.2168v7.4.2168Bram Moolenaar
Problem: Not running the startup test on MS-Windows. Solution: Write vimcmd.
2016-06-13patch 7.4.1934v7.4.1934Bram Moolenaar
Problem: New style tests not executed with MinGW compiler. Solution: Add new style test support. (Yegappan Lakshmanan)
2016-04-02patch 7.4.1698v7.4.1698Bram Moolenaar
Problem: Two tests fail when running tests with MinGW. (Michael Soyka) Solution: Convert test_getcwd.ok test_wordcount.ok to unix fileformat.
2016-02-25patch 7.4.1419v7.4.1419Bram Moolenaar
Problem: Tests slowed down because of the "not a terminal" warning. Solution: Add the --not-a-term command line argument.
2016-01-17patch 7.4.1122v7.4.1122Bram Moolenaar
Problem: Test 92 and 93 fail when using gvim on a system with a non utf-8 locale. Solution: Avoid using .gvimrc by adding -U NONE. (Yukihiro Nakadaira)
2016-01-16patch 7.4.1111v7.4.1111Bram Moolenaar
Problem: test_expand fails on MS-Windows. Solution: Always use forward slashes. Remove references to test27.
2016-01-02patch 7.4.1026v7.4.1026Bram Moolenaar
Problem: When using MingW the tests do not clean up all files. E.g. test 17 leaves Xdir1 behind. (Michael Soyka) Solution: Also delete directories, like Make_dos.mak. Delete files after directories to reduce warnings.
2015-12-28patch 7.4.988v7.4.988Bram Moolenaar
Problem: Default test target is test49.out. Solution: Add a build rule before including Make_all.mak.
2015-12-28patch 7.4.983v7.4.983Bram Moolenaar
Problem: Executing one test after "make testclean" doesn't work. Solution: Add a dependency on test1.out.
2015-12-28patch 7.4.982v7.4.982Bram Moolenaar
Problem: Keeping the list of tests updated is a hassle. Solution: Move the list to a separate file, so that it only needs to be udpated in one place.
2015-12-28patch 7.4.980v7.4.980Bram Moolenaar
Problem: Tests for :cdo, :ldo, etc. are outdated. Solution: Add new style tests for these commands. (Yegappan Lakshmanan)
2015-12-03patch 7.4.952v7.4.952Bram Moolenaar
Problem: 'lispwords' is tested in the old way. Solution: Make a new style test for 'lispwords'.
2015-12-01patch 7.4.947v7.4.947Bram Moolenaar
Problem: Test_listchars fails with MingW. (Michael Soyka) Solution: Add the test to the ones that need the fileformat fixed. (Christian Brabandt)
2015-11-28patch 7.4.943v7.4.943Bram Moolenaar
Problem: Tests are not run. Solution: Add test_writefile to makefiles. (Ken Takata)
2015-11-24patch 7.4.941v7.4.941Bram Moolenaar
Problem: There is no way to ignore case only for tag searches. Solution: Add the 'tagcase' option. (Gary Johnson)
2015-09-08patch 7.4.858v7.4.858Bram Moolenaar
Problem: It's a bit clumsy to execute a command on a list of matches. Solution: Add the ":ldo", ":lfdo", ":cdo" and ":cfdo" commands. (Yegappan Lakshmanan)
2015-09-01patch 7.4.844v7.4.844Bram Moolenaar
Problem: When '#' is in 'isident' the is# comparator doesn't work. Solution: Don't use vim_isIDc(). (Yasuhiro Matsumoto)
2015-08-11patch 7.4.813v7.4.813Bram Moolenaar
Problem: It is not possible to save and restore character search state. Solution: Add getcharsearch() and setcharsearch(). (James McCoy)
2015-07-21patch 7.4.792v7.4.792Bram Moolenaar
Problem: Can only conceal text by defining syntax items. Solution: Use matchadd() to define concealing. (Christian Brabandt)
2015-07-17patch 7.4.786v7.4.786Bram Moolenaar
Problem: It is not possible for a plugin to adjust to a changed setting. Solution: Add the OptionSet autocommand event. (Christian Brabandt)