aboutsummaryrefslogtreecommitdiff
path: root/test/functional/legacy/fixeol_spec.lua
Commit message (Collapse)AuthorAge
* test: fixeol cleanup created files #18785Javier Lopez2022-05-28
| | | | | The async nature of feed_command caused a race condition on the calls to delete, leaving the files on the root of the repo. Just use os.remove and no need to wipeout.
* test: update tests to work with 'hidden'Gregory Anders2021-08-18
|
* test: enable legacy/fixeol_spec in WindowsJan Edmund Lazo2018-02-19
| | | | Try nvim's delete() for cross-platform file remove in Windows
* functests: Replace execute with either command or feed_commandZyX2017-04-09
| | | | | | | | | | Hope this will make people using feed_command less likely: this hides bugs. Already found at least two: 1. msgpackparse() will show internal error: hash_add() in case of duplicate keys, though it will still work correctly. Currently silenced. 2. ttimeoutlen was spelled incorrectly, resulting in option not being set when expected. Test was still functioning somehow though. Currently fixed.
* Mark some functional tests as pending in WindowsRui Abreu Ferreira2016-08-26
|
* functests: Check logs in lua codeZyX2016-06-10
| | | | | | It is otherwise impossible to determine which test failed sanitizer/valgrind check. test/functional/helpers.lua module return was changed so that tests which do not provide after_each function to get new check will automatically fail.
* Tests: fix according to lualintMarco Hinz2015-12-20
|
* test: fixeol_spec: setup/teardownJustin M. Keyes2015-12-13
| | | | Without this cleanup, test will fail if run multiple times.
* Convert legacy test for fixeol to lua test.Johan Klokkhammer Helsing2015-11-22