summaryrefslogtreecommitdiff
path: root/src/testdir/test_channel.vim
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.0418: manually deleting temp test filesv9.0.0418Bram Moolenaar2022-09-081-8/+5
* patch 9.0.0335: checks for Dictionary argument often give a vague errorv9.0.0335Yegappan Lakshmanan2022-08-301-1/+1
* patch 9.0.0323: using common name in tests leads to flaky testsv9.0.0323Bram Moolenaar2022-08-291-3/+3
* patch 8.2.5145: exit test causes spurious valgrind reportsv8.2.5145Bram Moolenaar2022-06-211-3/+1
* patch 8.2.5143: some tests fail when using valgrindv8.2.5143Bram Moolenaar2022-06-211-16/+26
* patch 8.2.5127: using assert_true() does not show value on failurev8.2.5127zeertzjq2022-06-191-3/+2
* patch 8.2.4788: large payload for LSP message not testedv8.2.4788Yegappan Lakshmanan2022-04-191-1/+11
* patch 8.2.4780: parsing an LSP message fails when it is splitv8.2.4780Yegappan Lakshmanan2022-04-181-7/+5
* patch 8.2.4758: when using an LSP channel want to get the message IDv8.2.4758Yegappan Lakshmanan2022-04-161-28/+25
* patch 8.2.4684: cannot open a channel on a Unix domain socketv8.2.4684LemonBoy2022-04-041-16/+94
* patch 8.2.4648: handling LSP messages is a bit slowv8.2.4648Yegappan Lakshmanan2022-03-301-0/+209
* patch 8.2.3834: Test_out_cb often fails on Macv8.2.3834Bram Moolenaar2021-12-171-2/+7
* patch 8.2.3518: Test_xrestore sometimes failsv8.2.3518Bram Moolenaar2021-10-161-0/+7
* patch 8.2.3479: crash when calling job_start with an invalid argumentv8.2.3479Bram Moolenaar2021-10-051-0/+4
* patch 8.2.3379: crash when using NULL jobv8.2.3379Bram Moolenaar2021-08-281-0/+4
* patch 8.2.3287: channel events not handled in BufEnter autocommandv8.2.3287Bram Moolenaar2021-08-041-0/+29
* patch 8.2.3253: channel test fails randomlyv8.2.3253Bram Moolenaar2021-07-301-5/+0
* patch 8.2.3140: MS-Windows: ipv6 channel test is very flaky also without GUIv8.2.3140Bram Moolenaar2021-07-101-3/+3
* patch 8.2.3131: MS-Windows: ipv6 channel test is very flaky in the GUIv8.2.3131Bram Moolenaar2021-07-081-0/+6
* patch 8.2.3082: a channel command "echoerr" does not show anythingv8.2.3082Bram Moolenaar2021-07-011-0/+12
* 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