summaryrefslogtreecommitdiff
path: root/src/testdir/test_channel.vim
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.2035: MS-Windows: some tests may failv8.2.2035Bram Moolenaar2020-11-231-2/+8
* patch 8.2.2031: some tests fail when run under valgrindv8.2.2031Bram Moolenaar2020-11-221-6/+9
* patch 8.2.1593: tests do not check the error number properlyv8.2.1593Bram Moolenaar2020-09-041-2/+2
* patch 8.2.1432: various inconsistencies in test filesv8.2.1432Bram Moolenaar2020-08-121-3/+1
* patch 8.2.1183: assert_fails() checks the last error messagev8.2.1183Bram Moolenaar2020-07-111-7/+7
* patch 8.2.1013: channel tests can be a bit flakyv8.2.1013Bram Moolenaar2020-06-191-13/+9
* patch 8.2.0662: cannot use input() in a channel callbackv8.2.0662Bram Moolenaar2020-04-291-0/+17
* patch 8.2.0644: insufficient testing for invalid function argumentsv8.2.0644Bram Moolenaar2020-04-261-1/+6
* patch 8.2.0634: crash with null partial and blobv8.2.0634Bram Moolenaar2020-04-251-0/+4
* patch 8.2.0633: crash when using null partial in filter()v8.2.0633Bram Moolenaar2020-04-241-0/+3
* patch 8.2.0615: regexp benchmark stest is old stylev8.2.0615Bram Moolenaar2020-04-211-0/+4
* patch 8.2.0571: double free when passing invalid argument to job_start()v8.2.0571Bram Moolenaar2020-04-131-0/+1
* patch 8.2.0557: no IPv6 support for channelsv8.2.0557Bram Moolenaar2020-04-121-31/+107
* patch 8.2.0533: tests using term_wait() can still be flakyv8.2.0533Bram Moolenaar2020-04-081-1/+1
* patch 8.2.0482: channel and sandbox code not sufficiently testedv8.2.0482Bram Moolenaar2020-03-301-15/+171
* patch 8.2.0475: channel out_cb test still fails sometimes on Macv8.2.0475Bram Moolenaar2020-03-291-2/+7
* patch 8.2.0453: trailing space in job_start() command causes empty argumentv8.2.0453Bram Moolenaar2020-03-261-0/+8
* patch 8.2.0418: code in eval.c not sufficiently covered by testsv8.2.0418Bram Moolenaar2020-03-201-0/+11
* patch 8.2.0414: channel connect_waittime() test is flakyv8.2.0414Bram Moolenaar2020-03-191-0/+5
* patch 8.2.0410: channel test fails too often on slow Macv8.2.0410Bram Moolenaar2020-03-191-1/+2
* patch 8.2.0383: wrong feature check causes test not to be runv8.2.0383Bram Moolenaar2020-03-151-1/+1
* patch 8.2.0382: some tests fail when run under valgrindv8.2.0382Bram Moolenaar2020-03-151-3/+3
* patch 8.2.0362: MS-Windows: channel test fails if grep is not availablev8.2.0362Bram Moolenaar2020-03-071-3/+8
* patch 8.2.0278: channel test is flaky on Macv8.2.0278Bram Moolenaar2020-02-191-2/+1
* patch 8.2.0239: MS-Windows: 'env' job option does not override existing varsv8.2.0239Bram Moolenaar2020-02-101-0/+9
* patch 8.2.0238: MS-Windows: job_stop() results in exit value zerov8.2.0238Bram Moolenaar2020-02-101-0/+15
* patch 8.2.0183: tests fail when the float feature is disabledv8.2.0183Bram Moolenaar2020-01-301-4/+13
* patch 8.2.0156: various typos in source files and testsv8.2.0156Bram Moolenaar2020-01-261-2/+2
* patch 8.2.0138: memory leak when starting a job failsv8.2.0138Bram Moolenaar2020-01-201-0/+5
* patch 8.2.0032: MS-Windows: test for blank job failsv8.2.0032Bram Moolenaar2019-12-221-0/+2
* patch 8.2.0031: MS-Windows: test for empty job failsv8.2.0031Bram Moolenaar2019-12-221-2/+2
* patch 8.2.0029: MS-Windows: crash with empty job commandv8.2.0029Bram Moolenaar2019-12-211-7/+6
* patch 8.1.2404: channel test fails under valgrindv8.1.2404Bram Moolenaar2019-12-071-1/+2
* patch 8.1.2373: cannot build with +popupwin but without +quickfixv8.1.2373Bram Moolenaar2019-12-011-0/+1
* patch 8.1.1912: more functions can be used as methodsv8.1.1912Bram Moolenaar2019-08-221-23/+23
* patch 8.1.1826: tests use hand coded feature and option checksv8.1.1826Bram Moolenaar2019-08-071-15/+9
* patch 8.1.1777: useless checks for job feature in channel testv8.1.1777Bram Moolenaar2019-07-291-232/+88
* patch 8.1.1776: text added with a job isn't displayedv8.1.1776Bram Moolenaar2019-07-291-24/+43
* patch 8.1.1483: skipped tests are not properly listedv8.1.1483Bram Moolenaar2019-06-061-2/+2
* patch 8.1.0993: ch_read() may return garbage if terminating NL is missingv8.1.0993Bram Moolenaar2019-03-041-13/+26
* patch 8.1.0897: can modify a:000 when using a referencev8.1.0897Bram Moolenaar2019-02-111-2/+2
* patch 8.1.0890: pty allocation wrong if using file for out channelv8.1.0890Bram Moolenaar2019-02-101-0/+52
* patch 8.1.0889: MS-Windows: a channel write may hangv8.1.0889Bram Moolenaar2019-02-101-0/+14
* patch 8.1.0863: cannot see what signal caused a job to endv8.1.0863Bram Moolenaar2019-01-311-0/+24
* patch 8.1.0846: not easy to recognize the system Vim runs onv8.1.0846Bram Moolenaar2019-01-291-1/+1
* patch 8.1.0820: test for sending large data over channel sometimes failsv8.1.0820Bram Moolenaar2019-01-251-37/+41
* patch 8.1.0818: MS-Windows: cannot send large data with ch_sendraw()v8.1.0818Bram Moolenaar2019-01-241-0/+18
* patch 8.1.0799: calling deleted function; test doesn't work on Macv8.1.0799Bram Moolenaar2019-01-231-1/+6
* patch 8.1.0735: cannot handle binary datav8.1.0735Bram Moolenaar2019-01-121-0/+45
* patch 8.1.0710: when using timers may wait for job exit quite longv8.1.0710Bram Moolenaar2019-01-091-0/+37