Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 33829: unbind ESC~ as a more reliable workaround | Jun-ichi Takimoto | 2014-12-07 | 1 | -1/+1 |
| | |||||
* | 33769: workaround for KEYTIMEOUT to work from test | Jun T | 2014-11-25 | 1 | -2/+2 |
| | | | | cases on Darwin and FreeBSD | ||||
* | 33704: keybindings, documentation, tests and minor | Oliver Kiddle | 2014-11-17 | 1 | -1/+1 |
| | | | | fixes for vim style visual selection changes | ||||
* | 33699: support short delays in zle tests where we | Oliver Kiddle | 2014-11-17 | 1 | -3/+9 |
| | | | | need KEYTIMEOUT to elapse | ||||
* | 33695: fix various vi-indent problems and vi-swap-case on a blank line | Oliver Kiddle | 2014-11-15 | 1 | -1/+1 |
| | |||||
* | 33599: workaround zpty issue that causes vi test | Jun T | 2014-11-09 | 1 | -1/+1 |
| | | | | cases to fail on MacOS and FreeBSD | ||||
* | 32497: avoid using comptesteval in the middle of a series of tests | Barton E. Schaefer | 2014-03-18 | 1 | -0/+8 |
| | | | | | The change in control required for sourcing the command file can confuse the simulated interactive input | ||||
* | 32389 (with Jun Takimoto): additional PTY and keybinding adjustments | Barton E. Schaefer | 2014-02-15 | 1 | -5/+3 |
| | |||||
* | Fix character transposition typo | Barton E. Schaefer | 2014-02-13 | 1 | -1/+1 |
| | |||||
* | 32377: change keybindings and PTY control for vi-mode tests to make them ↵ | Barton E. Schaefer | 2014-02-13 | 1 | -8/+28 |
| | | | | more reliable | ||||
* | 32355: document and test vi mode undo changes | Oliver Kiddle | 2014-02-05 | 1 | -1/+1 |
| | |||||
* | unposted: move path assignment from comptest to Y01completion.ztst | Barton E. Schaefer | 2013-12-26 | 1 | -1/+0 |
| | |||||
* | 32183: regression tests for 32182 and 31611 | Barton E. Schaefer | 2013-12-25 | 1 | -0/+1 |
| | |||||
* | 32137: set pseudo-terminal speed to prevent padding characters | J. Takimoto | 2013-12-16 | 1 | -1/+1 |
| | |||||
* | 31041: add support for testing line editor widgets from the test suite | Oliver Kiddle | 2013-02-12 | 1 | -5/+28 |
| | |||||
* | 26301: make zpty -r exit more cleanly on bad reads | Peter Stephenson | 2009-01-13 | 1 | -2/+2 |
| | | | | | add option -m to make zpty -r return status 1 if pattern failed to match use this option in comptest | ||||
* | unposted, c.f. 25848: attempt to sanitize comptest environment | Peter Stephenson | 2008-10-12 | 1 | -0/+2 |
| | |||||
* | Assorted "make check" tweaks. | Bart Schaefer | 2001-06-25 | 1 | -1/+1 |
| | |||||
* | Avoid echotc in completion tests. | Bart Schaefer | 2001-06-09 | 1 | -2/+1 |
| | |||||
* | Fix "make check" in emacs shell mode. | Bart Schaefer | 2001-06-08 | 1 | -1/+2 |
| | |||||
* | Fixes from Andrej for zpty on cygwin | Peter Stephenson | 2001-05-08 | 1 | -1/+1 |
| | |||||
* | (13892) fixes for fpaths and completion matching | Sven Wischnowsky | 2001-04-03 | 1 | -1/+3 |
| | |||||
* | 13442: Use +Z to suppress loading of ZLE modules when testing. | Bart Schaefer | 2001-02-08 | 1 | -1/+2 |
| | |||||
* | zsh-workers/13395: Added code to test compstate[insert_positions], value of ↵ | Felix Rosencrantz | 2001-01-28 | 1 | -1/+3 |
| | | | | insert_positions are now reported | ||||
* | make non-blocking IO on ptys work again; add -t option to test if command is ↵ | Sven Wischnowsky | 2000-10-19 | 1 | -1/+1 |
| | | | | still alive (13035) | ||||
* | 12151: Fix ZDOTDIR during "make check" for static builds. | Bart Schaefer | 2000-07-04 | 1 | -1/+1 |
| | |||||
* | Fix comptest interaction with compinit. | Bart Schaefer | 2000-06-22 | 1 | -1/+2 |
| | |||||
* | update comptest to not set ZLS_COLORS directly (11982) | Sven Wischnowsky | 2000-06-19 | 1 | -5/+5 |
| | |||||
* | fix wording in error messages for tests (11755) | Oliver Kiddle | 2000-06-05 | 1 | -3/+3 |
| | |||||
* | Felix Rosencrantz: 11450: Replace `tr` with paramsubst. | Bart Schaefer | 2000-05-18 | 1 | -2/+1 |
| | |||||
* | 11441: Test/comptest, Test/53completion.ztst, | Tanaka Akira | 2000-05-17 | 1 | -74/+66 |
| | | | | | Test/54compmatch.ztst: use only one zsh process to test for each completion test file. | ||||
* | add Felix' completion matching test; some fixes for bugs shown by it (11439) | Sven Wischnowsky | 2000-05-17 | 1 | -16/+45 |
| | |||||
* | Initial revision | Tanaka Akira | 2000-02-29 | 1 | -0/+94 |