summaryrefslogtreecommitdiff
path: root/src/testdir/test_timers.vim
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.3518: Test_xrestore sometimes failsv8.2.3518Bram Moolenaar2021-10-161-0/+8
* patch 8.2.2800: after a timer displays text a hit-enter prompt is givenv8.2.2800Bram Moolenaar2021-04-221-0/+22
* patch 8.2.1593: tests do not check the error number properlyv8.2.1593Bram Moolenaar2020-09-041-2/+2
* patch 8.2.0908: crash when changing the function table while listing itv8.2.0908Bram Moolenaar2020-06-051-0/+25
* patch 8.2.0866: not enough tests for buffer writingv8.2.0866Bram Moolenaar2020-05-311-3/+1
* patch 8.2.0533: tests using term_wait() can still be flakyv8.2.0533Bram Moolenaar2020-04-081-2/+2
* patch 8.2.0361: internal error when using "0" for a callbackv8.2.0361Bram Moolenaar2020-03-071-0/+4
* patch 8.2.0203: :helptags and some other functionality not testedv8.2.0203Bram Moolenaar2020-02-031-0/+17
* patch 8.2.0183: tests fail when the float feature is disabledv8.2.0183Bram Moolenaar2020-01-301-0/+1
* patch 8.2.0048: another timers test is flaky on Travis for Macv8.2.0048Bram Moolenaar2019-12-271-1/+6
* patch 8.2.0043: timers test is still flaky on Travis for Macv8.2.0043Bram Moolenaar2019-12-251-2/+2
* patch 8.2.0021: timer test fails too often on Travis with MacOSv8.2.0021Bram Moolenaar2019-12-181-5/+21
* patch 8.1.2013: more functions can be used as methodsv8.1.2013Bram Moolenaar2019-09-081-4/+4
* patch 8.1.2011: more functions can be used as methodsv8.1.2011Bram Moolenaar2019-09-081-1/+1
* patch 8.1.1867: still a timer test that is flaky on Macv8.1.1867Bram Moolenaar2019-08-171-2/+10
* patch 8.1.1864: still a timer test that is flaky on Macv8.1.1864Bram Moolenaar2019-08-161-2/+2
* patch 8.1.1859: timer test sometimes fails on Macv8.1.1859Bram Moolenaar2019-08-161-6/+13
* patch 8.1.1855: another failing timer testv8.1.1855Bram Moolenaar2019-08-161-18/+19
* patch 8.1.1852: timers test is flakyv8.1.1852Bram Moolenaar2019-08-151-1/+1
* patch 8.1.1826: tests use hand coded feature and option checksv8.1.1826Bram Moolenaar2019-08-071-5/+4
* patch 8.1.1624: when testing in the GUI may try to run gvim in a terminalv8.1.1624Bram Moolenaar2019-07-041-2/+2
* patch 8.1.1619: tests are not run with GUI on Travisv8.1.1619Bram Moolenaar2019-07-031-1/+1
* patch 8.1.1591: on error garbage collection may free memory in usev8.1.1591Bram Moolenaar2019-06-251-0/+35
* patch 8.1.1581: shared functions for testing are disorganisedv8.1.1581Bram Moolenaar2019-06-231-1/+1
* patch 8.1.1579: dict and list could be GC'ed while displaying errorv8.1.1579Bram Moolenaar2019-06-221-0/+24
* patch 8.1.1544: some balloon tests don't run when they canv8.1.1544Bram Moolenaar2019-06-151-3/+2
* patch 8.1.1524: tests are silently skippedv8.1.1524Bram Moolenaar2019-06-131-1/+1
* patch 8.1.1483: skipped tests are not properly listedv8.1.1483Bram Moolenaar2019-06-061-1/+1
* patch 8.1.0851: feedkeys() with "L" does not work properlyv8.1.0851Bram Moolenaar2019-01-301-3/+2
* patch 8.1.0844: when timer fails test will hang foreverv8.1.0844Bram Moolenaar2019-01-291-1/+3
* patch 8.1.0842: getchar_zero test fails on MS-Windowsv8.1.0842Bram Moolenaar2019-01-281-2/+9
* patch 8.1.0840: getchar(0) never returns a character in the terminalv8.1.0840Bram Moolenaar2019-01-281-0/+10
* patch 8.0.1817: a timer may change v:count unexpectedlyv8.0.1817Bram Moolenaar2018-05-121-0/+32
* patch 8.0.1776: in tests, when WaitFor() fails it doesn't say whyv8.0.1776Bram Moolenaar2018-04-301-3/+3
* patch 8.0.1456: timer test on travis Mac is still flakyv8.0.1456Bram Moolenaar2018-02-031-1/+1
* patch 8.0.1424: the timer_pause test is flaky on Travisv8.0.1424Bram Moolenaar2017-12-231-1/+6
* patch 8.0.1162: shared script for tests cannot be included twicev8.0.1162Bram Moolenaar2017-09-301-3/+1
* patch 8.0.1109: timer causes error on exit from Ex modev8.0.1109Bram Moolenaar2017-09-141-0/+11
* patch 8.0.1067: try/catch in timer does not prevent it from being stoppedv8.0.1067Bram Moolenaar2017-09-061-0/+18
* patch 8.0.1055: bufline test hangs on MS-Windowsv8.0.1055Bram Moolenaar2017-09-041-0/+4
* patch 8.0.1053: setline() does not work on startupv8.0.1053Bram Moolenaar2017-09-041-2/+0
* patch 8.0.1048: no test for what 8.0.1020 fixesv8.0.1048Bram Moolenaar2017-09-031-0/+19
* patch 8.0.0702: an error in a timer can make Vim unusablev8.0.0702Bram Moolenaar2017-07-081-0/+18
* patch 8.0.0670: can't use input() in a timer callbackv8.0.0670Bram Moolenaar2017-06-241-0/+16
* patch 7.4.2359v7.4.2359Bram Moolenaar2016-09-101-4/+4
* patch 7.4.2332v7.4.2332Bram Moolenaar2016-09-051-0/+30
* patch 7.4.2304v7.4.2304Bram Moolenaar2016-09-011-0/+15
* patch 7.4.2281v7.4.2281Bram Moolenaar2016-08-281-3/+3
* patch 7.4.2242v7.4.2242Bram Moolenaar2016-08-221-1/+1
* patch 7.4.2241v7.4.2241Bram Moolenaar2016-08-221-1/+1