| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Problem: Conditions for startup tests are not exactly right.
Solution: Check for type of GUI instead of MS-Windows. (Ozaki Kiichi,
closes #7976)
|
|
|
|
|
| |
Problem: Recover test fails on FreeBSD.
Solution: Check for Linux.
|
|
|
|
|
| |
Problem: Some tests are known to cause an error with ASAN.
Solution: Add CheckNotAsan.
|
|
|
|
|
|
| |
Problem: Wrongly assuming Python executable is called "python".
Solution: Use detected python command. (Ken Takata, closes #6016)
Also use CheckFunction if possible.
|
|
|
|
|
| |
Problem: No IPv6 support for channels.
Solution: Add IPv6 support. (Ozaki Kiichi, closes #5893)
|
|
|
|
|
| |
Problem: various code is not properly tested.
Solution: Add more tests. (Yegappan Lakshmanan, closes #5871)
|
|
|
|
|
| |
Problem: Cannot check if a function name is correct.
Solution: Add "?funcname" to exists().
|
|
|
|
|
| |
Problem: No warning when test checks for option that never exists.
Solution: In tests check that the option can exist.
|
|
|
|
|
| |
Problem: It is not possible to check for a typo in a feature name.
Solution: Add an extra argument to has().
|
|
|
|
|
|
| |
Problem: Some tests fail when run in the GUI.
Solution: Make sure the window width is enough. In the GUI run terminal Vim
in the terminal, if possible.
|
|
|
|
|
| |
Problem: Check commands don't work well with Vim9 script.
Solution: Improve constant expression handling.
|
|
|
|
|
| |
Problem: Tests fail on Cirrus CI for FreeBSD.
Solution: Fix a test and skip some. (Christian Brabandt, closes #5281)
|
|
|
|
|
| |
Problem: Some tests fail when run as root.
Solution: Add CheckNotRoot and use it. (James McCoy, closes #5020)
|
|
|
|
|
| |
Problem: Confusing skipped message.
Solution: Drop "run" from "run start the GUI".
|
|
|
|
|
| |
Problem: Tests use hand coded feature and option checks.
Solution: Use the commands from check.vim in more tests.
|
|
|
|
|
| |
Problem: No test for display updating without a scroll region.
Solution: Add a test.
|
|
|
|
|
| |
Problem: Text added with a job to another buffer isn't displayed.
Solution: Update topline after adding a line. (closes #4745)
|
|
Problem: Some balloon tests don't run when they can.
Solution: Split GUI balloon tests off into a separate file. (Ozaki Kiichi,
closes #4538) Change the feature check into a command for
consistency.
|