summaryrefslogtreecommitdiff
path: root/src/testdir/test_terminal.vim
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.1630: terminal test failsv8.2.1630Bram Moolenaar2020-09-061-1/+1
* patch 8.2.1593: tests do not check the error number properlyv8.2.1593Bram Moolenaar2020-09-041-10/+10
* patch 8.2.1498: on slow systems tests can be flakyv8.2.1498Bram Moolenaar2020-08-201-4/+4
* patch 8.2.1432: various inconsistencies in test filesv8.2.1432Bram Moolenaar2020-08-121-3/+1
* patch 8.2.1353: crash when drawing double-wide character in terminal windowv8.2.1353Bram Moolenaar2020-08-021-0/+15
* patch 8.2.1273: MS-Windows: terminal test may leave file behindv8.2.1273Bram Moolenaar2020-07-221-0/+7
* patch 8.2.1183: assert_fails() checks the last error messagev8.2.1183Bram Moolenaar2020-07-111-12/+12
* patch 8.2.1177: terminal2 test sometimes hangs in the GUIv8.2.1177Bram Moolenaar2020-07-111-1/+467
* patch 8.2.1114: terminal test sometimes times outv8.2.1114Bram Moolenaar2020-07-011-1555/+3
* patch 8.2.0936: some terminals misinterpret the code for getting cursor stylev8.2.0936Bram Moolenaar2020-06-091-3/+0
* patch 8.2.0862: ":term ++curwin" makes the current buffer hiddenv8.2.0862Bram Moolenaar2020-05-311-5/+10
* patch 8.2.0816: terminal test fails when compiled with Athenav8.2.0816Bram Moolenaar2020-05-241-4/+10
* patch 8.2.0811: terminal keycode test is flakyv8.2.0811Bram Moolenaar2020-05-221-7/+5
* patch 8.2.0808: not enough testing for the terminal windowv8.2.0808Bram Moolenaar2020-05-221-16/+37
* patch 8.2.0805: terminal key codes test fails on some systemsv8.2.0805Bram Moolenaar2020-05-211-11/+34
* patch 8.2.0791: a second popup window with terminal causes troublev8.2.0791Bram Moolenaar2020-05-181-5/+2
* patch 8.2.0777: terminal test failsv8.2.0777Bram Moolenaar2020-05-171-4/+4
* patch 8.2.0747: cannot forcefully close all popupsv8.2.0747Bram Moolenaar2020-05-131-20/+8
* patch 8.2.0738: mouse handling in a terminal window not well testedv8.2.0738Bram Moolenaar2020-05-111-0/+225
* patch 8.2.0687: some tests do not work on FreeBSDv8.2.0687Bram Moolenaar2020-05-031-8/+10
* patch 8.2.0665: wrongly assuming Python executable is called "python"v8.2.0665Bram Moolenaar2020-04-301-15/+13
* patch 8.2.0644: insufficient testing for invalid function argumentsv8.2.0644Bram Moolenaar2020-04-261-0/+18
* patch 8.2.0604: :startinsert in a terminal window used laterv8.2.0604Bram Moolenaar2020-04-191-0/+22
* patch 8.2.0540: regexp and other code not testedv8.2.0540Bram Moolenaar2020-04-111-0/+1
* patch 8.2.0533: tests using term_wait() can still be flakyv8.2.0533Bram Moolenaar2020-04-081-54/+54
* patch 8.2.0505: term_getty() not sufficiently testedv8.2.0505Bram Moolenaar2020-04-031-10/+43
* patch 8.2.0482: channel and sandbox code not sufficiently testedv8.2.0482Bram Moolenaar2020-03-301-0/+27
* patch 8.2.0476: terminal nasty callback test fails sometimesv8.2.0476Bram Moolenaar2020-03-291-3/+5
* patch 8.2.0455: cannot set the highlight group for a specific terminalv8.2.0455Bram Moolenaar2020-03-261-1/+40
* patch 8.2.0447: terminal scroll tests fails on some systemsv8.2.0447Bram Moolenaar2020-03-251-6/+9
* patch 8.2.0441: terminal noblock test is still failing on BSDv8.2.0441Bram Moolenaar2020-03-241-4/+5
* patch 8.2.0440: terminal noblock test is still very flaky on BSDv8.2.0440Bram Moolenaar2020-03-241-2/+5
* patch 8.2.0438: terminal noblock test is very flaky on BSDv8.2.0438Bram Moolenaar2020-03-231-1/+2
* patch 8.2.0432: a few tests fail in a huge terminalv8.2.0432Bram Moolenaar2020-03-231-3/+2
* patch 8.2.0426: some errors were not tested forv8.2.0426Bram Moolenaar2020-03-221-0/+4
* patch 8.2.0414: channel connect_waittime() test is flakyv8.2.0414Bram Moolenaar2020-03-191-0/+1
* patch 8.2.0396: cmdexpand.c insufficiently testedv8.2.0396Bram Moolenaar2020-03-161-1/+1
* patch 8.2.0390: terminal postponed scrollback test is flakyv8.2.0390Bram Moolenaar2020-03-151-6/+8
* patch 8.2.0382: some tests fail when run under valgrindv8.2.0382Bram Moolenaar2020-03-151-6/+8
* patch 8.2.0380: tiny popup when creating a terminal popup without minwidthv8.2.0380Bram Moolenaar2020-03-141-0/+37
* patch 8.2.0376: nasty callback test fails on some systemsv8.2.0376Bram Moolenaar2020-03-131-1/+1
* patch 8.2.0373: type of term_sendkeys() is unknownv8.2.0373Bram Moolenaar2020-03-111-1/+5
* patch 8.2.0371: crash with combination of terminal popup and autocmdv8.2.0371Bram Moolenaar2020-03-111-0/+24
* patch 8.2.0351: terminal in popup test is still a bit flakyv8.2.0351Bram Moolenaar2020-03-031-0/+1
* patch 8.2.0333: terminal in popup test is flakyv8.2.0333Bram Moolenaar2020-02-291-8/+7
* patch 8.2.0328: no redraw when leaving term-normal mode in popup terminalv8.2.0328Bram Moolenaar2020-02-281-1/+9
* patch 8.2.0327: crash when opening and closing two popup terminal windowsv8.2.0327Bram Moolenaar2020-02-281-0/+11
* patch 8.2.0314: short name not set for terminal bufferv8.2.0314Bram Moolenaar2020-02-241-0/+6
* patch 8.2.0304: terminal test if failing on some systemsv8.2.0304Bram Moolenaar2020-02-231-1/+2
* patch 8.2.0286: cannot use popup_close() for a terminal popupv8.2.0286Bram Moolenaar2020-02-201-2/+15