summaryrefslogtreecommitdiff
path: root/src/testdir/test_gui.vim
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.0.1840: getwinpos() is not testedv8.0.1840Bram Moolenaar2018-05-141-4/+5
| | | | | Problem: getwinpos() is not tested. Solution: Add a test. (Dominique Pelle, closes #2911)
* patch 8.0.1793: no test for "vim -g"v8.0.1793Bram Moolenaar2018-05-051-0/+30
| | | | | Problem: No test for "vim -g". Solution: Add a test for "-g" and "-y".
* patch 8.0.1777: cannot cleanup before loading another colorschemev8.0.1777Bram Moolenaar2018-04-301-0/+12
| | | | | Problem: Cannot cleanup before loading another colorscheme. Solution: Add the ColorSchemePre autocommand event.
* patch 8.0.1549: various small problems in test filesv8.0.1549Bram Moolenaar2018-02-271-1/+1
| | | | | Problem: Various small problems in test files. Solution: Include small changes.
* patch 8.0.0933: terminal test tries to start GUI when it's not possiblev8.0.0933Bram Moolenaar2017-08-131-1/+2
| | | | | Problem: Terminal test tries to start GUI when it's not possible. Solution: Check if the GUI can run. (James McCoy, closes #1971)
* patch 8.0.0478: tests use assert_true(0) and assert_false(1) to report errorsv8.0.0478Bram Moolenaar2017-03-181-1/+1
| | | | | Problem: Tests use assert_true(0) and assert_false(1) to report errors. Solution: Use assert_report().
* patch 8.0.0447: getting font name does not work on X11v8.0.0447Bram Moolenaar2017-03-121-10/+206
| | | | | | Problem: Getting font name does not work on X11. Solution: Implement gui_mch_get_fontname() for X11. Add more GUI tests. (Kazunobu Kuriyama)
* patch 8.0.0415: balloon test fails on MS-Windowsv8.0.0415Bram Moolenaar2017-03-051-3/+3
| | | | | Problem: Balloon test fails on MS-Windows. Solution: Test with 0x7fffffff instead of 0xffffffff.
* patch 8.0.0414: balloon eval is not testedv8.0.0414Bram Moolenaar2017-03-051-0/+131
| | | | | Problem: Balloon eval is not tested. Solution: Add a few balloon tests. (Kazunobu Kuriyama)
* patch 8.0.0403: GUI tests may failv8.0.0403Bram Moolenaar2017-03-041-4/+5
| | | | | Problem: GUI tests may fail. Solution: Ignore the E285 error better. (Kazunobu Kuriyama)
* patch 8.0.0395: testing the + register fails with Motifv8.0.0395Bram Moolenaar2017-03-011-6/+6
| | | | | | Problem: Testing the + register fails with Motif. Solution: Also ignore the "failed to create input context" error in the second gvim. Don't use msg() when it would result in a dialog.
* patch 8.0.0392: GUI test fails with Athena and Motifv8.0.0392Bram Moolenaar2017-03-011-0/+3
| | | | | | Problem: GUI test fails with Athena and Motif. Solution: Add test_ignore_error(). Use it to ignore the "failed to create input context" error.
* patch 8.0.0375: the "+ register is not testedv8.0.0375Bram Moolenaar2017-02-261-0/+41
| | | | | | Problem: The "+ register is not tested. Solution: Add a test using another Vim instance to change the "+ register. (Kazuki Kuriyama)
* patch 8.0.0361: GUI initialisation is not sufficiently testedv8.0.0361Bram Moolenaar2017-02-231-35/+33
| | | | | Problem: GUI initialisation is not sufficiently tested. Solution: Add the gui_init test. (Kazuki Kuriyama)
* patch 8.0.0332: GUI test fails on some systemsv8.0.0332Bram Moolenaar2017-02-171-117/+147
| | | | | Problem: GUI test fails on some systems. Solution: Try different language settings. (Kazunobu Kuriyama)
* patch 8.0.0329: xfontset and guifontwide are not testedv8.0.0329Bram Moolenaar2017-02-121-0/+142
| | | | | Problem: Xfontset and guifontwide are not tested. Solution: Add tests. (Kazunobu Kuriyama)
* patch 8.0.0318: small mistake in 7x13 font namev8.0.0318Bram Moolenaar2017-02-091-1/+1
| | | | | Problem: Small mistake in 7x13 font name. Solution: Use ISO 8859-1 name instead of 10646-1. (Kazunobu Kuriyama)
* patch 8.0.0317: no test for setting 'guifont'v8.0.0317Bram Moolenaar2017-02-091-0/+59
| | | | | Problem: No test for setting 'guifont'. Solution: Add a test for X11 GUIs. (Kazunobu Kuriyama)
* patch 8.0.0313: not enough testing for GUI functionalityv8.0.0313Bram Moolenaar2017-02-061-2/+39
| | | | | Problem: Not enough testing for GUI functionality. Solution: Add tests for the GUI font. (Kazunobu Kuriyama)
* patch 8.0.0310: not enough testing for GUI functionalityv8.0.0310Bram Moolenaar2017-02-051-1/+17
| | | | | Problem: Not enough testing for GUI functionality. Solution: Add tests for v:windowid and getwinpos[xy](). (Kazunobu Kuriyama)
* patch 8.0.0278: GUI test fails on MS-Windowsv8.0.0278Bram Moolenaar2017-02-011-3/+4
| | | | | Problem: GUI test fails on MS-Windows. Solution: Check that tester_HOME exists.
* patch 8.0.0277: the GUI test may trigger fontconfig and take a long timev8.0.0277Bram Moolenaar2017-02-011-1/+5
| | | | | Problem: The GUI test may trigger fontconfig and take a long time. Solution: Set $XDG_CACHE_HOME. (Kazunobu Kuriyama)
* patch 7.4.2190v7.4.2190Bram Moolenaar2016-08-091-0/+8
| | | | | | | Problem: When startup test fails it's not easy to find out why. GUI test fails with Gnome. Solution: Add the help entry matches to a list an assert that. Set $HOME for Gnome to create .gnome2 directory.
* patch 7.4.2155v7.4.2155Bram Moolenaar2016-08-041-2/+2
| | | | | Problem: Quotes make GUI test fail on MS-Windows. Solution: Remove quotes, strip white space.
* patch 7.4.2153v7.4.2153Bram Moolenaar2016-08-041-0/+28
Problem: GUI test isn't testing much. Solution: Turn into a new style test. Execute a shell command.