summaryrefslogtreecommitdiff
path: root/src/testdir/test_clientserver.vim
Commit message (Collapse)AuthorAgeFilesLines
* patch 9.0.0336: tests are flaky because of using a common file namev9.0.0336Bram Moolenaar2022-08-301-9/+9
| | | | | Problem: Tests are flaky because of using a common file name. Solution: Rename files and directories to be more unique.
* patch 8.2.4677: the Athena GUI support is outdatedv8.2.4677Bram Moolenaar2022-04-031-2/+2
| | | | | Problem: The Athena GUI support is outdated. Solution: Remove the Athena GUI code.
* patch 8.2.3518: Test_xrestore sometimes failsv8.2.3518Bram Moolenaar2021-10-161-0/+1
| | | | | | Problem: Test_xrestore sometimes fails. Solution: Mark the test as flayky. Move marking test as flaky to the test instead of listing them in runtest.
* patch 8.2.3108: test for remote_foreground() failsv8.2.3108Bram Moolenaar2021-07-051-3/+1
| | | | | Problem: Test for remote_foreground() fails. (Elimar Riesebieter) Solution: Check that $DISPLAY is set. (Christian Brabandt)
* patch 8.2.2632: not all command line arguments are testedv8.2.2632Bram Moolenaar2021-03-201-0/+8
| | | | | Problem: Not all command line arguments are tested. Solution: Add tests for -D and -serverlist. (Dominique Pellé, closes #7992)
* patch 8.2.2328: some test files may not be deletedv8.2.2328Bram Moolenaar2021-01-111-0/+1
| | | | | Problem: Some test files may not be deleted. Solution: Add a delete() call, correct name. (Dominique Pellé, closes #7654)
* patch 8.2.2240: clientserver test fails if full path is usedv8.2.2240Bram Moolenaar2020-12-281-3/+3
| | | | | Problem: Clientserver test fails if full path is used. Solution: Ignore the path preceding the file name.
* patch 8.2.2231: when "--remote file" is used "file" is not reloadedv8.2.2231Bram Moolenaar2020-12-271-0/+9
| | | | | | | Problem: When "--remote file" is used "file" is not reloaded. Solution: When a :drop command is used for a file that is already displayed in a window and it has not been changed, check if it needs to be reloaded. (closes #7560)
* patch 8.2.2031: some tests fail when run under valgrindv8.2.2031Bram Moolenaar2020-11-221-2/+3
| | | | | Problem: Some tests fail when run under valgrind. Solution: Avoid timing problems.
* patch 8.2.1593: tests do not check the error number properlyv8.2.1593Bram Moolenaar2020-09-041-1/+1
| | | | | Problem: Tests do not check the error number properly.0 Solution: Add a colon after the error number. (closes #6869)
* patch 8.2.1432: various inconsistencies in test filesv8.2.1432Bram Moolenaar2020-08-121-1/+1
| | | | | | | Problem: Various inconsistencies in test files. Solution: Add modelines where they were missing. Use Check commands instead of silently skipping over tests. Adjust indents and comments. (Ken Takata, closes #6695)
* patch 8.2.1197: clientserver test still fails on MS-Windowsv8.2.1197Bram Moolenaar2020-07-121-2/+2
| | | | | Problem: Clientserver test still fails on MS-Windows. Solution: Expect a different error message.
* patch 8.2.1195: clientserver test fails on MS-Windowsv8.2.1195Bram Moolenaar2020-07-121-2/+4
| | | | | Problem: Clientserver test fails on MS-Windows. Solution: Expect a different error message.
* patch 8.2.1183: assert_fails() checks the last error messagev8.2.1183Bram Moolenaar2020-07-111-3/+3
| | | | | | Problem: assert_fails() checks the last error message. Solution: Check the first error, it is more relevant. Fix all the tests that rely on the old behavior.
* patch 8.2.0644: insufficient testing for invalid function argumentsv8.2.0644Bram Moolenaar2020-04-261-0/+1
| | | | | Problem: Insufficient testing for invalid function arguments. Solution: Add more tests. (Yegappan Lakshmanan, closes #5988)
* patch 8.2.0534: client-server test fails under valgrindv8.2.0534Bram Moolenaar2020-04-081-1/+1
| | | | | Problem: Client-server test fails under valgrind. Solution: Use WaitForAssert().
* patch 8.2.0522: several errors are not tested forv8.2.0522Bram Moolenaar2020-04-061-0/+6
| | | | | Problem: Several errors are not tested for. Solution: Add tests. (Yegappan Lakshmanan, closes #5892)
* patch 8.2.0509: various code is not properly tested.v8.2.0509Bram Moolenaar2020-04-041-8/+65
| | | | | Problem: various code is not properly tested. Solution: Add more tests. (Yegappan Lakshmanan, closes #5871)
* patch 8.2.0482: channel and sandbox code not sufficiently testedv8.2.0482Bram Moolenaar2020-03-301-0/+4
| | | | | Problem: Channel and sandbox code not sufficiently tested. Solution: Add more tests. (Yegappan Lakshmanan, closes #5855)
* patch 8.2.0448: various functions not properly testedv8.2.0448Bram Moolenaar2020-03-251-0/+4
| | | | | | Problem: Various functions not properly tested. Solution: Add more tests, especially for failures. (Yegappan Lakshmanan, closes #5843)
* patch 8.1.1993: more functions can be used as methodsv8.1.1993Bram Moolenaar2019-09-061-1/+1
| | | | | Problem: More functions can be used as methods. Solution: Make various functions usable as a method.
* patch 8.1.1987: more functions can be used as methodsv8.1.1987Bram Moolenaar2019-09-041-6/+6
| | | | | Problem: More functions can be used as methods. Solution: Make various functions usable as a method.
* patch 8.1.1826: tests use hand coded feature and option checksv8.1.1826Bram Moolenaar2019-08-071-3/+3
| | | | | Problem: Tests use hand coded feature and option checks. Solution: Use the commands from check.vim in more tests.
* patch 8.1.1483: skipped tests are not properly listedv8.1.1483Bram Moolenaar2019-06-061-1/+1
| | | | | Problem: Skipped tests are not properly listed. Solution: Throw a "Skipped" exception instead of using ":finish" or ":return".
* patch 8.0.1771: in tests, when WaitFor() fails it doesn't say whyv8.0.1771Bram Moolenaar2018-04-281-8/+5
| | | | | Problem: In tests, when WaitFor() fails it doesn't say why. (James McCoy) Solution: Add WaitForAssert(), which produces an assert error when it fails.
* patch 8.0.1697: various tests are still a bit flakyv8.0.1697Bram Moolenaar2018-04-111-1/+1
| | | | | Problem: Various tests are still a bit flaky. Solution: Increase the default wait time to five seconds.
* patch 8.0.1260: using global variables for WaitFor()v8.0.1260Bram Moolenaar2017-11-041-12/+11
| | | | | | Problem: Using global variables for WaitFor(). Solution: Use a lambda function instead. Don't check a condition if WaitFor() already checked it.
* patch 8.0.1251: invalid expressin passed to WaitFor()v8.0.1251Bram Moolenaar2017-11-021-1/+1
| | | | | Problem: Invalid expressin passed to WaitFor(). Solution: Check if the variable exists.
* patch 8.0.1082: tests fail when run under valgrindv8.0.1082Bram Moolenaar2017-09-091-1/+2
| | | | | Problem: Tests fail when run under valgrind. Solution: Increase waiting times.
* patch 8.0.0633: the client-server test is still a bit flakyv8.0.0633Bram Moolenaar2017-06-101-1/+3
| | | | | | Problem: The client-server test is still a bit flaky. Solution: Wait a bit for the GUI to start. Check that the version number can be obtained.
* patch 8.0.0511: message for skipping client-server tests is unclearv8.0.0511Bram Moolenaar2017-03-251-3/+5
| | | | | | Problem: Menuage for skipping client-server tests is unclear. Solution: Be more specific about what's missing (Hirohito Higashi, Kazunobu Kuriyama)
* patch 8.0.0507: client-server tests fail when $DISPLAY is not setv8.0.0507Bram Moolenaar2017-03-251-0/+11
| | | | | Problem: Client-server tests fail when $DISPLAY is not set. Solution: Check for E240 before running the test.
* patch 8.0.0492: a failing client-server request can make Vim hangv8.0.0492Bram Moolenaar2017-03-191-41/+17
| | | | | Problem: A failing client-server request can make Vim hang. Solution: Add a timeout argument to functions that wait.
* patch 8.0.0479: remote_peek() is not testedv8.0.0479Bram Moolenaar2017-03-181-0/+21
| | | | | Problem: remote_peek() is not tested. Solution: Add a test.
* patch 8.0.0477: the client-server test may hang when failingv8.0.0477Bram Moolenaar2017-03-181-3/+31
| | | | | Problem: The client-server test may hang when failing. Solution: Set a timer. Add assert_report()
* patch 8.0.0475: not enough testing for the client-server featurev8.0.0475Bram Moolenaar2017-03-181-0/+25
| | | | | | Problem: Not enough testing for the client-server feature. Solution: Add more tests. Add the remote_startserver() function. Fix that a locally evaluated expression uses function-local variables.
* patch 8.0.0474: the client-server feature is not testedv8.0.0474Bram Moolenaar2017-03-181-0/+42
Problem: The client-server feature is not tested. Solution: Add a test.