summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_compiler.vim
AgeCommit message (Collapse)Author
2021-11-12patch 8.2.3587: compiler test fails with backslash file separatorv8.2.3587Bram Moolenaar
Problem: Compiler test fails with backslash file separator. Solution: Accept slash and backslash.
2021-11-12patch 8.2.3584: "verbose set efm" reports location of the :compiler commandv8.2.3584Bram Moolenaar
Problem: "verbose set efm" reports the location of the :compiler command. (Gary Johnson) Solution: Add the "-keepscript" argument to :command and use it when defining CompilerSet.
2021-04-03patch 8.2.2702: compiler completion test fails when more scripts are addedv8.2.2702Bram Moolenaar
Problem: Compiler completion test fails when more scripts are added. Solution: Add a more generic pattern.
2020-11-27patch 8.2.2060: check for features implemented with "if"v8.2.2060Bram Moolenaar
Problem: Check for features implemented with "if". Solution: Use the Check commands. (Ken Takata, closes #7383)
2020-11-23patch 8.2.2038: compiler test fails on MS-Windowsv8.2.2038Bram Moolenaar
Problem: Compiler test fails on MS-Windows. Solution: Sort the found compiler plugin names.
2020-11-23patch 8.2.2037: compiler test depends on list of compiler pluginsv8.2.2037Bram Moolenaar
Problem: Compiler test depends on list of compiler plugins. Solution: Compare with the actual list of compiler plugins.
2020-08-12patch 8.2.1432: various inconsistencies in test filesv8.2.1432Bram Moolenaar
Problem: Various inconsistencies in test files. Solution: Add modelines where they were missing. Use Check commands instead of silently skipping over tests. Adjust indents and comments. (Ken Takata, closes #6695)
2020-08-09patch 8.2.1410: adding compiler plugin requires test changev8.2.1410Bram Moolenaar
Problem: Adding compiler plugin requires test change. Solution: Include compiler plugin and adjust test.
2020-02-08patch 8.2.0232: the :compiler command causes a crashv8.2.0232Bram Moolenaar
Problem: The :compiler command causes a crash. (Daniel Steinberg) Solution: Do not use the script index if it isn't set.
2020-02-03patch 8.2.0203: :helptags and some other functionality not testedv8.2.0203Bram Moolenaar
Problem: :helptags and some other functionality not tested. Solution: Add more tests. (Yegappan Lakshmanan, closes #5567)
2019-12-01patch 8.1.2373: cannot build with +popupwin but without +quickfixv8.1.2373Bram Moolenaar
Problem: Cannot build with +popupwin but without +quickfix. (John Marriott) Solution: Adjust #ifdefs.
2019-10-10patch 8.1.2131: MSVC tests failv8.1.2131Bram Moolenaar
Problem: MSVC tests fail. Solution: Replace backslashes with slashes.
2019-10-10patch 8.1.2129: using hard coded executable path in testv8.1.2129Bram Moolenaar
Problem: Using hard coded executable path in test. Solution: Use v:progpath. Use $VIMRUNTIME instead of "runtime". (James McCoy, closes #5025)
2019-09-18patch 8.1.2054: compiler test for Perl may failv8.1.2054Bram Moolenaar
Problem: Compiler test for Perl may fail. Solution: Accept any error line number. (James McCoy, closes #4944)
2019-07-31patch 8.1.1783: MS-Windows: compiler test may fail when using %:Sv8.1.1783Bram Moolenaar
Problem: MS-Windows: compiler test may fail when using %:S. Solution: Reset 'shellslash'.
2018-07-03patch 8.1.0146: when $LANG is set the compiler test may failv8.1.0146Bram Moolenaar
Problem: When $LANG is set the compiler test may fail. Solution: Unset $LANG.
2018-05-19patch 8.1.0005: test for :compiler command fails on MS-Windowsv8.1.0005Bram Moolenaar
Problem: Test for :compiler command fails on MS-Windows. Solution: Ignore difference in path.
2018-05-19patch 8.1.0004: test for :compiler command sometimes failsv8.1.0004Bram Moolenaar
Problem: Test for :compiler command sometimes fails. Solution: Be less strict about the error message. (Dominique Pelle)
2018-05-19patch 8.1.0003: the :compiler command is not testedv8.1.0003Bram Moolenaar
Problem: The :compiler command is not tested. Solution: Add a test. (Dominique Pelle, closes #2930)