summaryrefslogtreecommitdiff
path: root/src/testdir/Make_dos.mak
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.1.0724: build for MinGW failsv8.1.0724Bram Moolenaar2019-01-111-0/+2
| | | | | Problem: Build for MinGW fails. Solution: Avoid specifying dependencies in included makefile.
* patch 8.1.0723: cannot easily run specific test when in src/testdirv8.1.0723Bram Moolenaar2019-01-111-2/+2
| | | | | | 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.
* patch 8.1.0413: test output is duplicated or missingv8.1.0413Bram Moolenaar2018-09-201-1/+4
| | | | | | Problem: Test output is duplicated or missing. Solution: Adjust the MS-Windows and Unix test makefiles. (Ken Takata, closes #3452)
* patch 8.1.0185: running tests writes lua.vim even though it is not usedv8.1.0185Bram Moolenaar2018-07-141-1/+0
| | | | | Problem: Running tests writes lua.vim even though it is not used. Solution: Stop writing lua.vim.
* patch 8.0.1253: still too many old style testsv8.0.1253Bram Moolenaar2017-11-021-1/+0
| | | | | | Problem: Still too many old style tests. Solution: Convert a few more tests to new style. (Yegappan Lakshmanan, closes #2272)
* patch 8.0.1221: still too many old style testsv8.0.1221Bram Moolenaar2017-10-261-1/+0
| | | | | | Problem: Still too many old style tests. Solution: Convert a few more tests to new style. (Yegappan Lakshmanan, closes #2256)
* patch 8.0.1209: still too many old style testsv8.0.1209Bram Moolenaar2017-10-221-1/+1
| | | | | | Problem: Still too many old style tests. Solution: Convert a few more tests to new style. (Yegappan Lakshmanan, closes #2230)
* patch 8.0.1181: tests using Vim command fail on MS-Windowsv8.0.1181Bram Moolenaar2017-10-071-3/+3
| | | | | Problem: Tests using Vim command fail on MS-Windows. Solution: Do not add quotes around the Vim command.
* patch 8.0.0809: MS-Windows: tests hangv8.0.0809Bram Moolenaar2017-07-291-0/+2
| | | | | Problem: MS-Windows: tests hang. Solution: Delete the XfakeHOME directory.
* patch 8.0.0462: failure of an MS-Windows test may go unnoticedv8.0.0462Bram Moolenaar2017-03-161-0/+1
| | | | | | | Problem: If an MS-Windows tests succeeds at first and then fails in a way it does not produce a test.out file it looks like the test succeeded. Solution: Delete the previous output file.
* patch 8.0.0447: getting font name does not work on X11v8.0.0447Bram Moolenaar2017-03-121-1/+1
| | | | | | Problem: Getting font name does not work on X11. Solution: Implement gui_mch_get_fontname() for X11. Add more GUI tests. (Kazunobu Kuriyama)
* patch 8.0.0430: options test fails or hangs on MS-Windowsv8.0.0430Bram Moolenaar2017-03-081-1/+1
| | | | | | 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.
* patch 8.0.0429: options test does not always test everythingv8.0.0429Bram Moolenaar2017-03-071-1/+1
| | | | | | 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.
* patch 8.0.0428: git and hg see new files after running testsv8.0.0428Bram Moolenaar2017-03-071-0/+4
| | | | | | | 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.
* patch 8.0.0362: tests fail on MS-Windowsv8.0.0362Bram Moolenaar2017-02-231-2/+2
| | | | | Problem: Tests fail on MS-Windows. Solution: Use $*.vim instead of $<.
* patch 8.0.0361: GUI initialisation is not sufficiently testedv8.0.0361Bram Moolenaar2017-02-231-5/+15
| | | | | Problem: GUI initialisation is not sufficiently tested. Solution: Add the gui_init test. (Kazuki Kuriyama)
* patch 8.0.0145: running tests on MS-Windows is noisyv8.0.0145Bram Moolenaar2017-01-061-7/+7
| | | | | Problem: Running tests on MS-Windows is a little bit noisy. Solution: Redirect some output to "nul". (Ken Takata)
* patch 7.4.2168v7.4.2168Bram Moolenaar2016-08-061-0/+2
| | | | | Problem: Not running the startup test on MS-Windows. Solution: Write vimcmd.
* patch 7.4.1424v7.4.1424Bram Moolenaar2016-02-261-1/+1
| | | | | Problem: Not using --not-a-term when running tests on MS-Windows. Solution: Use NO_PLUGIN. (Christian Brabandt)
* patch 7.4.1419v7.4.1419Bram Moolenaar2016-02-251-4/+4
| | | | | Problem: Tests slowed down because of the "not a terminal" warning. Solution: Add the --not-a-term command line argument.
* patch 7.4.1122v7.4.1122Bram Moolenaar2016-01-171-3/+3
| | | | | | 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)
* patch 7.4.1115v7.4.1115Bram Moolenaar2016-01-171-0/+1
| | | | | Problem: MS-Windows: make clean in testdir doesn't clean everything. Solution: Add command to delete X* directories. (Ken Takata)
* patch 7.4.1111v7.4.1111Bram Moolenaar2016-01-161-1/+0
| | | | | Problem: test_expand fails on MS-Windows. Solution: Always use forward slashes. Remove references to test27.
* patch 7.4.1026v7.4.1026Bram Moolenaar2016-01-021-2/+2
| | | | | | | 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.
* patch 7.4.1002v7.4.1002Bram Moolenaar2015-12-301-3/+5
| | | | | Problem: Cannot run an individual test on MS-Windows. Solution: Move the rule to run test1 downwards. (Ken Takata)
* patch 7.4.994v7.4.994Bram Moolenaar2015-12-291-4/+16
| | | | | Problem: New style tests are not run on MS-Windows. Solution: Add the new style tests.
* patch 7.4.988v7.4.988Bram Moolenaar2015-12-281-0/+2
| | | | | Problem: Default test target is test49.out. Solution: Add a build rule before including Make_all.mak.
* patch 7.4.986v7.4.986Bram Moolenaar2015-12-281-0/+1
| | | | | | Problem: Test49 doesn't work on MS-Windows. test70 is listed twice. Solution: Move test49 to the group not used on Amiga and MS-Windows. Remove test70 from SCRIPTS_WIN32.
* patch 7.4.983v7.4.983Bram Moolenaar2015-12-281-4/+7
| | | | | Problem: Executing one test after "make testclean" doesn't work. Solution: Add a dependency on test1.out.
* patch 7.4.982v7.4.982Bram Moolenaar2015-12-281-64/+8
| | | | | | 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.
* patch 7.4.980v7.4.980Bram Moolenaar2015-12-281-1/+0
| | | | | Problem: Tests for :cdo, :ldo, etc. are outdated. Solution: Add new style tests for these commands. (Yegappan Lakshmanan)
* patch 7.4.952v7.4.952Bram Moolenaar2015-12-031-1/+1
| | | | | Problem: 'lispwords' is tested in the old way. Solution: Make a new style test for 'lispwords'.
* patch 7.4.943v7.4.943Bram Moolenaar2015-11-281-1/+2
| | | | | Problem: Tests are not run. Solution: Add test_writefile to makefiles. (Ken Takata)
* patch 7.4.941v7.4.941Bram Moolenaar2015-11-241-0/+1
| | | | | Problem: There is no way to ignore case only for tag searches. Solution: Add the 'tagcase' option. (Gary Johnson)
* patch 7.4.858v7.4.858Bram Moolenaar2015-09-081-0/+1
| | | | | | 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)
* patch 7.4.844v7.4.844Bram Moolenaar2015-09-011-0/+1
| | | | | Problem: When '#' is in 'isident' the is# comparator doesn't work. Solution: Don't use vim_isIDc(). (Yasuhiro Matsumoto)
* patch 7.4.813v7.4.813Bram Moolenaar2015-08-111-0/+1
| | | | | Problem: It is not possible to save and restore character search state. Solution: Add getcharsearch() and setcharsearch(). (James McCoy)
* patch 7.4.792v7.4.792Bram Moolenaar2015-07-211-0/+1
| | | | | Problem: Can only conceal text by defining syntax items. Solution: Use matchadd() to define concealing. (Christian Brabandt)
* patch 7.4.786v7.4.786Bram Moolenaar2015-07-171-0/+1
| | | | | Problem: It is not possible for a plugin to adjust to a changed setting. Solution: Add the OptionSet autocommand event. (Christian Brabandt)
* patch 7.4.785v7.4.785Bram Moolenaar2015-07-171-0/+1
| | | | | | Problem: On some systems automatically adding the missing EOL causes problems. Setting 'binary' has too many side effects. Solution: Add the 'fixeol' option, default on. (Pavel Samarkin)
* patch 7.4.771v7.4.771Bram Moolenaar2015-07-101-0/+1
| | | | | | Problem: Search does not handle multi-byte character at the start position correctly. Solution: Take byte size of character into account. (Yukihiro Nakadaira)
* patch 7.4.754v7.4.754Bram Moolenaar2015-06-251-0/+1
| | | | | | Problem: Using CTRL-A in Visual mode does not work well. (Gary Johnson) Solution: Make it increment all numbers in the Visual area. (Christian Brabandt)
* patch 7.4.744v7.4.744Bram Moolenaar2015-06-191-0/+2
| | | | | Problem: No tests for Ruby and Perl. Solution: Add minimal tests. (Ken Takata)
* patch 7.4.741v7.4.741Bram Moolenaar2015-06-191-0/+1
| | | | | | | Problem: When using += with ":set" a trailing comma is not recognized. (Issue 365) Solution: Don't add a second comma. Add a test. (partly by Christian Brabandt)
* patch 7.4.710v7.4.710Bram Moolenaar2015-04-211-0/+1
| | | | | Problem: It is not possible to make spaces visibible in list mode. Solution: Add the "space" item to 'listchars'. (David Bürgin, issue 350)
* updated for version 7.4.680v7.4.680Bram Moolenaar2015-03-241-0/+1
| | | | | | Problem: CTRL-W in Insert mode does not work well for multi-byte characters. Solution: Use mb_get_class(). (Yasuhiro Matsumoto)
* updated for version 7.4.662v7.4.662Bram Moolenaar2015-03-131-0/+1
| | | | | | Problem: When 'M' is in the 'cpo' option then selecting a text object in parenthesis does not work correctly. Solution: Keep 'M' in 'cpo' when finding a match. (Hirohito Higashi)
* updated for version 7.4.648v7.4.648Bram Moolenaar2015-02-271-1/+0
| | | | | Problem: Tests broken on MS-Windows. Solution: Delete wrong copy line. (Ken Takata)
* updated for version 7.4.647v7.4.647Bram Moolenaar2015-02-271-30/+49
| | | | | | | Problem: After running the tests on MS-Windows many files differ from their originals as they were checked out. Solution: Use a temp directory for executing the tests. (Ken Takata, Taro Muraoka)
* updated for version 7.4.634v7.4.634Bram Moolenaar2015-02-171-0/+1
| | | | | Problem: Marks are not restored after redo + undo. Solution: Fix the way marks are restored. (Olaf Dabrunz)