summaryrefslogtreecommitdiff
path: root/src/testdir/README.txt
Commit message (Collapse)AuthorAgeFilesLines
* Update runtime filesBram Moolenaar2021-12-161-0/+42
|
* patch 8.2.1547: various comment problemsv8.2.1547Bram Moolenaar2020-08-301-0/+9
| | | | | Problem: Various comment problems. Solution: Update comments.
* patch 8.2.1420: test 49 is old stylev8.2.1420Bram Moolenaar2020-08-111-21/+0
| | | | | | Problem: Test 49 is old style. Solution: Convert remaining parts to new style. Remove obsolete items. (Yegappan Lakshmanan, closes #6683)
* patch 8.2.0290: running individual test differs from all testsv8.2.0290Bram Moolenaar2020-02-201-0/+2
| | | | | Problem: Running individual test differs from all tests. Solution: Pass on environment variables. (Yee Cheng Chin, closes #5672)
* patch 8.1.1048: minor issues with testsv8.1.1048Bram Moolenaar2019-03-241-9/+6
| | | | | | Problem: Minor issues with tests. Solution: Delete unused test OK file. Add missing entries in list of tests. Fix readme file. (Masato Nishihata, closes #4160)
* patch 8.1.0723: cannot easily run specific test when in src/testdirv8.1.0723Bram Moolenaar2019-01-111-4/+5
| | | | | | 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.0528: various typos in commentsv8.1.0528Bram Moolenaar2018-11-161-1/+1
| | | | | Problem: Various typos in comments. Solution: Fix the typos.
* patch 8.1.0357: instructions for tests are outdatedv8.1.0357Bram Moolenaar2018-09-091-11/+28
| | | | | Problem: Instructions for tests are outdated. (Jason Franklin) Solution: Update the text.
* patch 8.0.1526: no test using a screen dump yetv8.0.1526Bram Moolenaar2018-02-201-0/+6
| | | | | Problem: No test using a screen dump yet. Solution: Add a test for C syntax highlighting. Add helper functions.
* patch 8.0.0164: outdated and misplaced commentsv8.0.0164Bram Moolenaar2017-01-101-3/+3
| | | | | Problem: Outdated and misplaced comments. Solution: Fix the comments.
* patch 7.4.2321v7.4.2321Bram Moolenaar2016-09-031-1/+4
| | | | | | Problem: When a test is commented out we forget about it. Solution: Let a test throw an exception with "Skipped" and list skipped test functions. (Christian Brabandt)
* patch 7.4.2228v7.4.2228Bram Moolenaar2016-08-181-2/+3
| | | | | Problem: Test files have inconsistant modelines. Solution: Don't set 'tabstop' to 2, use 'sts' and 'sw'.
* patch 7.4.1897v7.4.1897Bram Moolenaar2016-06-041-2/+3
| | | | | Problem: Various typos, long lines and style mistakes. Solution: Fix the typos, wrap lines, improve style.
* patch 7.4.1300v7.4.1300Bram Moolenaar2016-02-101-0/+3
| | | | | Problem: Cannot test CursorMovedI because there is typeahead. Solution: Add disable_char_avail_for_testing().
* patch 7.4.1060v7.4.1060Bram Moolenaar2016-01-071-12/+33
| | | | | Problem: Instructions for writing tests are outdated. Solution: Mention Make_all.mak. Add steps for new style tests.
* patch 7.4.1041v7.4.1041Bram Moolenaar2016-01-031-0/+2
| | | | | Problem: Various small things. Solution: Add file to list of distributed files. Adjust README. Fix typo.
* updated for version 7.4.420v7.4.420Bram Moolenaar2014-08-291-0/+18
Problem: It's not obvious how to add a new test. Solution: Add a README file. (Christian Brabandt)