summaryrefslogtreecommitdiff
path: root/src/testdir/test_suspend.vim
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.2.1432: various inconsistencies in test filesv8.2.1432Bram Moolenaar2020-08-121-4/+5
| | | | | | | 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.0533: tests using term_wait() can still be flakyv8.2.0533Bram Moolenaar2020-04-081-1/+1
| | | | | | | Problem: Tests using term_wait() can still be flaky. Solution: Increase the wait time when rerunning a test. (James McCoy, closes #5899) Halve the initial times to make tests run faster when there is no rerun.
* patch 8.1.1847: suspend test is failingv8.1.1847Bram Moolenaar2019-08-151-2/+2
| | | | | Problem: Suspend test is failing. Solution: Do not use GetVimCommandClean().
* patch 8.1.1846: inconsistently using GetVimCommand() and v:progpathv8.1.1846Bram Moolenaar2019-08-141-2/+2
| | | | | | Problem: Inconsistently using GetVimCommand() and v:progpath. (Daniel Hahler) Solution: Use GetVimCommand(). (closes #4806)
* patch 8.1.1651: suspend test is flaky on some systemsv8.1.1651Bram Moolenaar2019-07-081-0/+2
| | | | | Problem: Suspend test is flaky on some systems. Solution: Wait for the shell prompt to show. (Yee Cheng Chin, closes #4632)
* patch 8.1.1581: shared functions for testing are disorganisedv8.1.1581Bram Moolenaar2019-06-231-1/+2
| | | | | Problem: Shared functions for testing are disorganised. Solution: Group finctions in script files. (Ozaki Kiichi, closes #4573)
* patch 8.1.1173: suspend test has duplicated linesv8.1.1173Bram Moolenaar2019-04-141-11/+16
| | | | | Problem: Suspend test has duplicated lines. Solution: Use a function.
* patch 8.1.0769: :stop is covered in two testsv8.1.0769Bram Moolenaar2019-01-171-1/+5
| | | | | | Problem: :stop is covered in two tests. Solution: Remove Test_stop_in_terminal(). Make other test exit Vim cleanly. (Ozaki Kiichi, closes #3814)
* patch 8.1.0508: suspend test fails when run by rootv8.1.0508Bram Moolenaar2018-11-031-3/+3
| | | | | Problem: Suspend test fails when run by root. Solution: Accept both '$' and '#' for the prompt. (James McCoy, closes #3590)
* patch 8.1.0428: the :suspend command is not testedv8.1.0428Bram Moolenaar2018-09-221-0/+51
Problem: The :suspend command is not tested. Solution: Add a test. (Dominique Pelle, closes #3472)