summaryrefslogtreecommitdiffstats
path: root/src/testdir/check.vim
AgeCommit message (Collapse)Author
2024-01-29patch 9.1.0064: No Wayland supportv9.1.0064lilydjwg
Problem: No Wayland support Solution: Add Wayland UI support (lilydjwg) closes: #9639 Signed-off-by: lilydjwg <lilydjwg@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
2022-09-27patch 9.0.0607: verbose echo message test fails on Mac OSv9.0.0607Bram Moolenaar
Problem: Verbose echo message test fails on Mac OS. Solution: Skip the test on Mac OS.
2022-09-23patch 9.0.0564: a few tests keep failing on MacOS M1v9.0.0564Bram Moolenaar
Problem: A few tests keep failing on MacOS M1. Solution: Add a test check CheckNotMacM1. Fix timer tests.
2022-07-26patch 9.0.0078: star register is unexpectedly changed when deletingv9.0.0078Ernie Rael
Problem: Star register is changed when deleting and both "unnamed" and "unnamedplus" are in 'clipboard'. Solution: Make the use of the star register work as documented. (Ernie Rael, closes #10669)
2022-06-21patch 8.2.5145: exit test causes spurious valgrind reportsv8.2.5145Bram Moolenaar
Problem: Exit test causes spurious valgrind reports. Solution: Skip test. Add CheckNotValgrind.
2022-04-04patch 8.2.4684: cannot open a channel on a Unix domain socketv8.2.4684LemonBoy
Problem: Cannot open a channel on a Unix domain socket. Solution: Add Unix domain socket support. (closes #10062)
2021-10-16patch 8.2.3526: tests have clumsy check for X11 based GUIv8.2.3526Bram Moolenaar
Problem: Tests have clumsy check for X11 based GUI. Solution: Add CheckX11BasedGui.
2021-07-05patch 8.2.3109: check for $DISPLAY never failsv8.2.3109Bram Moolenaar
Problem: Check for $DISPLAY never fails. Solution: Use eval().
2021-07-05patch 8.2.3108: test for remote_foreground() failsv8.2.3108Bram Moolenaar
Problem: Test for remote_foreground() fails. (Elimar Riesebieter) Solution: Check that $DISPLAY is set. (Christian Brabandt)
2021-07-03patch 8.2.3093: tablabel_tooltip test fails with Athenav8.2.3093Bram Moolenaar
Problem: tablabel_tooltip test fails with Athena. (Dominique Pellé) Solution: Skip the test when using Athena. (closes #8508)
2021-03-29patch 8.2.2675: directory change in a terminal window shell is not followedv8.2.2675Bram Moolenaar
Problem: Directory change in a terminal window shell is not followed. Solution: Add the 'autoshelldir' option. (closes #6290)
2021-03-20patch 8.2.2627: no need to check for BSD after checking for not rootv8.2.2627Bram Moolenaar
Problem: No need to check for BSD after checking for not root. Solution: Remove CheckNotBSD. (Ozaki Kiichi, closes #7989)
2021-03-17patch 8.2.2611: conditions for startup tests are not exactly rightv8.2.2611Bram Moolenaar
Problem: Conditions for startup tests are not exactly right. Solution: Check for type of GUI instead of MS-Windows. (Ozaki Kiichi, closes #7976)
2021-03-10patch 8.2.2587: recover test fails on FreeBSDv8.2.2587Bram Moolenaar
Problem: Recover test fails on FreeBSD. Solution: Check for Linux.
2021-01-28patch 8.2.2424: some tests are known to cause an error with ASANv8.2.2424Bram Moolenaar
Problem: Some tests are known to cause an error with ASAN. Solution: Add CheckNotAsan.
2020-04-30patch 8.2.0665: wrongly assuming Python executable is called "python"v8.2.0665Bram Moolenaar
Problem: Wrongly assuming Python executable is called "python". Solution: Use detected python command. (Ken Takata, closes #6016) Also use CheckFunction if possible.
2020-04-12patch 8.2.0557: no IPv6 support for channelsv8.2.0557Bram Moolenaar
Problem: No IPv6 support for channels. Solution: Add IPv6 support. (Ozaki Kiichi, closes #5893)
2020-04-04patch 8.2.0509: various code is not properly tested.v8.2.0509Bram Moolenaar
Problem: various code is not properly tested. Solution: Add more tests. (Yegappan Lakshmanan, closes #5871)
2020-03-26patch 8.2.0459: cannot check if a function name is correctv8.2.0459Bram Moolenaar
Problem: Cannot check if a function name is correct. Solution: Add "?funcname" to exists().
2020-03-22patch 8.2.0429: no warning when test checks for option that never existsv8.2.0429Bram Moolenaar
Problem: No warning when test checks for option that never exists. Solution: In tests check that the option can exist.
2020-03-22patch 8.2.0427: it is not possible to check for a typo in a feature namev8.2.0427Bram Moolenaar
Problem: It is not possible to check for a typo in a feature name. Solution: Add an extra argument to has().
2020-02-02patch 8.2.0195: some tests fail when run in the GUIv8.2.0195Bram Moolenaar
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.
2020-01-31patch 8.2.0188: Check commands don't work well with Vim9 scriptv8.2.0188Bram Moolenaar
Problem: Check commands don't work well with Vim9 script. Solution: Improve constant expression handling.
2019-11-29patch 8.1.2358: tests fail on Cirrus CI for FreeBSDv8.1.2358Bram Moolenaar
Problem: Tests fail on Cirrus CI for FreeBSD. Solution: Fix a test and skip some. (Christian Brabandt, closes #5281)
2019-10-10patch 8.1.2133: some tests fail when run as rootv8.1.2133Bram Moolenaar
Problem: Some tests fail when run as root. Solution: Add CheckNotRoot and use it. (James McCoy, closes #5020)
2019-08-09patch 8.1.1831: confusing skipped messagev8.1.1831Bram Moolenaar
Problem: Confusing skipped message. Solution: Drop "run" from "run start the GUI".
2019-08-07patch 8.1.1826: tests use hand coded feature and option checksv8.1.1826Bram Moolenaar
Problem: Tests use hand coded feature and option checks. Solution: Use the commands from check.vim in more tests.
2019-08-03patch 8.1.1804: no test for display updating without a scroll regionv8.1.1804Bram Moolenaar
Problem: No test for display updating without a scroll region. Solution: Add a test.
2019-07-29patch 8.1.1776: text added with a job isn't displayedv8.1.1776Bram Moolenaar
Problem: Text added with a job to another buffer isn't displayed. Solution: Update topline after adding a line. (closes #4745)
2019-06-15patch 8.1.1544: some balloon tests don't run when they canv8.1.1544Bram Moolenaar
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.