summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_channel.vim
AgeCommit message (Expand)Author
2023-10-04patch 9.0.1984: CI: Test_open_delay*() fails on FreeBSD 14v9.0.1984Christian Brabandt
2023-09-24patch 9.0.1939: still a problem when processing LSP RPC requestsv9.0.1939Yegappan Lakshmanan
2023-09-21patch 9.0.1924: LSP server message still wrongly handled (after 9.0.1922)v9.0.1924Yegappan Lakshmanan
2023-09-09patch 9.0.1886: Various Typosv9.0.1886Christian Brabandt
2023-04-25patch 9.0.1487: Content-type header for LSP channel not according to specv9.0.1487Yegappan Lakshmanan
2023-01-28patch 9.0.1257: code style is not check in test scriptsv9.0.1257Bram Moolenaar
2022-12-01patch 9.0.0979: ch_log() text can be hard to find in the log filev9.0.0979Bram Moolenaar
2022-11-02patch 9.0.0828: various typosv9.0.0828dundargoc
2022-09-25patch 9.0.0582: channel cwd test fails on Cirrus CIv9.0.0582Bram Moolenaar
2022-09-20patch 9.0.0508: when the channel test fails there is no clue whyv9.0.0508K.Takata
2022-09-08patch 9.0.0418: manually deleting temp test filesv9.0.0418Bram Moolenaar
2022-08-30patch 9.0.0335: checks for Dictionary argument often give a vague errorv9.0.0335Yegappan Lakshmanan
2022-08-29patch 9.0.0323: using common name in tests leads to flaky testsv9.0.0323Bram Moolenaar
2022-06-21patch 8.2.5145: exit test causes spurious valgrind reportsv8.2.5145Bram Moolenaar
2022-06-21patch 8.2.5143: some tests fail when using valgrindv8.2.5143Bram Moolenaar
2022-06-19patch 8.2.5127: using assert_true() does not show value on failurev8.2.5127zeertzjq
2022-04-19patch 8.2.4788: large payload for LSP message not testedv8.2.4788Yegappan Lakshmanan
2022-04-18patch 8.2.4780: parsing an LSP message fails when it is splitv8.2.4780Yegappan Lakshmanan
2022-04-16patch 8.2.4758: when using an LSP channel want to get the message IDv8.2.4758Yegappan Lakshmanan
2022-04-04patch 8.2.4684: cannot open a channel on a Unix domain socketv8.2.4684LemonBoy
2022-03-30patch 8.2.4648: handling LSP messages is a bit slowv8.2.4648Yegappan Lakshmanan
2021-12-17patch 8.2.3834: Test_out_cb often fails on Macv8.2.3834Bram Moolenaar
2021-10-16patch 8.2.3518: Test_xrestore sometimes failsv8.2.3518Bram Moolenaar
2021-10-05patch 8.2.3479: crash when calling job_start with an invalid argumentv8.2.3479Bram Moolenaar
2021-08-28patch 8.2.3379: crash when using NULL jobv8.2.3379Bram Moolenaar
2021-08-04patch 8.2.3287: channel events not handled in BufEnter autocommandv8.2.3287Bram Moolenaar
2021-07-30patch 8.2.3253: channel test fails randomlyv8.2.3253Bram Moolenaar
2021-07-10patch 8.2.3140: MS-Windows: ipv6 channel test is very flaky also without GUIv8.2.3140Bram Moolenaar
2021-07-08patch 8.2.3131: MS-Windows: ipv6 channel test is very flaky in the GUIv8.2.3131Bram Moolenaar
2021-07-01patch 8.2.3082: a channel command "echoerr" does not show anythingv8.2.3082Bram Moolenaar
2020-11-23patch 8.2.2035: MS-Windows: some tests may failv8.2.2035Bram Moolenaar
2020-11-22patch 8.2.2031: some tests fail when run under valgrindv8.2.2031Bram Moolenaar
2020-09-04patch 8.2.1593: tests do not check the error number properlyv8.2.1593Bram Moolenaar
2020-08-12patch 8.2.1432: various inconsistencies in test filesv8.2.1432Bram Moolenaar
2020-07-11patch 8.2.1183: assert_fails() checks the last error messagev8.2.1183Bram Moolenaar
2020-06-19patch 8.2.1013: channel tests can be a bit flakyv8.2.1013Bram Moolenaar
2020-04-29patch 8.2.0662: cannot use input() in a channel callbackv8.2.0662Bram Moolenaar
2020-04-26patch 8.2.0644: insufficient testing for invalid function argumentsv8.2.0644Bram Moolenaar
2020-04-25patch 8.2.0634: crash with null partial and blobv8.2.0634Bram Moolenaar
2020-04-24patch 8.2.0633: crash when using null partial in filter()v8.2.0633Bram Moolenaar
2020-04-21patch 8.2.0615: regexp benchmark stest is old stylev8.2.0615Bram Moolenaar
2020-04-13patch 8.2.0571: double free when passing invalid argument to job_start()v8.2.0571Bram Moolenaar
2020-04-12patch 8.2.0557: no IPv6 support for channelsv8.2.0557Bram Moolenaar
2020-04-08patch 8.2.0533: tests using term_wait() can still be flakyv8.2.0533Bram Moolenaar
2020-03-30patch 8.2.0482: channel and sandbox code not sufficiently testedv8.2.0482Bram Moolenaar
2020-03-29patch 8.2.0475: channel out_cb test still fails sometimes on Macv8.2.0475Bram Moolenaar
2020-03-26patch 8.2.0453: trailing space in job_start() command causes empty argumentv8.2.0453Bram Moolenaar
2020-03-20patch 8.2.0418: code in eval.c not sufficiently covered by testsv8.2.0418Bram Moolenaar
2020-03-19patch 8.2.0414: channel connect_waittime() test is flakyv8.2.0414Bram Moolenaar
2020-03-19patch 8.2.0410: channel test fails too often on slow Macv8.2.0410Bram Moolenaar