Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-05-02 | Fix problems with tests for 50126 and 50150. | Bart Schaefer | 2 | -1/+5 | |
2022-05-01 | 50160: Regression tests for 50126, 50136, and 50149 | Bart Schaefer | 2 | -0/+26 | |
2022-05-01 | 50157: Tests for 50150 | Daniel Shahaf | 1 | -0/+11 | |
2022-05-01 | 50159: Tests for sysread, including 50101 regression | Bart Schaefer | 1 | -0/+66 | |
2022-04-26 | 50089: unset LC_* for multibyte tests in X03zlebindkey | Jun-ichi Takimoto | 1 | -0/+1 | |
2022-04-17 | unposted (see 50072): check exit status in exit-from-trap test | Bart Schaefer | 1 | -1/+1 | |
2022-04-14 | 50069: ChangeLog and test description for 50068 | Bart Schaefer | 1 | -1/+1 | |
2022-04-14 | 50068: 'exit' in trap causes calling function to return | Bart Schaefer | 1 | -1/+1 | |
2022-04-14 | 50052: do nothing when skipping test V14system | Jun-ichi Takimoto | 1 | -1/+1 | |
2022-04-14 | 50046: ztst.zsh: export LANG to child zsh | Jun-ichi Takimoto | 1 | -0/+3 | |
2022-04-12 | 50013: skip %test if a chunk in %prep fails | Jun-ichi Takimoto | 2 | -26/+31 | |
Only %test is skipped if a chunk in %prep returns nonzero. Both %test and %clean are skipped if ZTST_unimplemented is set in a chunk of %prep. ZTST_cleanup is run in both cases. | |||||
2022-04-12 | 49996 (Peter) + 50012: add ZTST_continue | Jun-ichi Takimoto | 2 | -7/+28 | |
2022-04-11 | 50043: avoid spurious test failures when "make check" as root | Bart Schaefer | 2 | -3/+11 | |
2022-03-30 | 49906 (Bart), 49911: Fixes to querying jobs in subshell. | Peter Stephenson | 1 | -0/+28 | |
Don't attempt to query invalid job off end of table, resulting in crashes from $jobtstates. If background task started in subshell, look at tatsks within subshell instead of main shell. Document and add test. | |||||
2022-03-30 | 49813: Add missing test | Mikael Magnusson | 1 | -1/+1 | |
2022-03-30 | 49910: move multibyte-related f-flagged test from E03 to D07 | Jun-ichi Takimoto | 2 | -5/+12 | |
POSIX requires printf should calculate width/precision in %s conversion in bytes (not in characters) even in multibyte locale | |||||
2022-03-30 | 49908: reset LC_CTYPE to C during tests | Jun-ichi Takimoto | 1 | -2/+1 | |
and do not export MODULE_PATH since child zsh will not import it | |||||
2022-03-29 | 49853 + 49882/49883: make "${arr[*]:off}" compatible with ksh/bash | Jun-ichi Takimoto | 1 | -0/+32 | |
2022-03-06 | 49802 (+49804): pass MODULE_PATH to zsh started in test W03 | Jun-ichi Takimoto | 1 | -0/+1 | |
2022-03-03 | 49792: Non-interative shell input is line buffered. | Peter Stephenson | 1 | -0/+9 | |
2022-03-03 | 49787: test for jobs fix in 49783 | Peter Stephenson | 2 | -0/+51 | |
2021-12-14 | 49518: fix exclusions for mixed - and + stacked options | Oliver Kiddle | 1 | -0/+22 | |
2021-12-01 | 49628: Add an xfail test for RPS1/RPROMPT equivalence. | Daniel Shahaf | 1 | -0/+6 | |
2021-12-01 | 49624: Expect the test 'All identifiers are variable references in POSIX ↵ | Daniel Shahaf | 1 | -1/+1 | |
arithmetic' to pass, as it has been passing since 49611. | |||||
2021-11-28 | 49601: don't create ambiguous history file entries for lines ending with a ↵ | Oliver Kiddle | 1 | -0/+22 | |
backslash | |||||
2021-11-26 | 47599 (tweaked): New test for '{foo,bar}' in command position | Daniel Shahaf | 1 | -0/+8 | |
It's currently treated as a list but should perhaps be a brace expansion. | |||||
2021-11-12 | github #82: Fix typos | Dimitris Apostolou | 2 | -2/+2 | |
2021-11-12 | 49572: Let _expand preserve array form w/out zstyle glob | Marlon Richert | 1 | -0/+11 | |
2021-11-12 | 49561: add zformat -F option, similar to -f but ternary expressions check ↵ | Oliver Kiddle | 1 | -0/+24 | |
for existence instead of doing math evaluation | |||||
2021-10-30 | unposted (c.f. Bart: 49531): fix completion test where a typo marked it as ↵ | Oliver Kiddle | 1 | -1/+1 | |
expected to fail | |||||
2021-10-26 | 49521: Define correct behavior of || completion matchers | Marlon Richert | 1 | -17/+109 | |
* Add xfail tests to show how :||= matchers should behave in order to provide completion features that cannot be implemented with :|= matchers. * Update compwid.yo to further describe the correct behavior. * Update compwid.yo to use completion terminology more consistently. | |||||
2021-10-23 | 49499 based on 49496 by Jun T.: fixes to option -A of _arguments | Oliver Kiddle | 1 | -0/+35 | |
2021-10-04 | 49456: clean up detection of private params in nested scopes, update doc | Bart Schaefer | 1 | -3/+3 | |
2021-09-26 | unposted: Fix typos | Daniel Shahaf | 2 | -2/+2 | |
2021-09-09 | 49353: Fix comments in sourced file. | Peter Stephenson | 1 | -0/+9 | |
If the file was sourced from an interactive shell with INTERACTIVE_COMMENTS not set, comments were not parsed. Note there is a remaining edge case where the sourced file is in fact entered at the comment line. | |||||
2021-09-08 | 49386: handle separate source/build trees | Bart Schaefer | 1 | -1/+1 | |
2021-09-08 | 49377: fix segfault by 'bindkey -d' with reordered keymapnamtab | Jun-ichi Takimoto | 1 | -0/+15 | |
2021-09-06 | 49218: run-help filters cmd_args before calling run-help-<command> | Marlon Richert | 1 | -0/+106 | |
2021-09-06 | 48888: improve doc for $$ and $PPID, add fail test for PPID readonly-ness | Bart Schaefer | 1 | -0/+3 | |
2021-08-10 | 49269: Fix "[ ! -o ]". | Peter Stephenson | 1 | -1/+1 | |
This should detect "-o" as non-empty string; "-a" was alrady working. Update the test. | |||||
2021-07-19 | 49166: fix coredump in ${name:offset:length} with ill-formatted length | Jun-ichi Takimoto | 1 | -4/+3 | |
2021-05-21 | 48864: Improve extra-verbose completion display strings for array parameter ↵ | Marlon Richert | 1 | -5/+9 | |
values | |||||
2021-05-18 | 48594 (plus an "F:" line corresponding to the question there): New tests for ↵ | Daniel Shahaf | 1 | -0/+36 | |
functions -t / functions -T | |||||
2021-05-15 | 48560: add new test file missed on original commit | Bart Schaefer | 1 | -0/+163 | |
2021-05-15 | 48810: fix potential name clash in test case for autoloading | Bart Schaefer | 1 | -2/+4 | |
2021-05-06 | 48787: Fix command status after failed if | Peter Stephenson | 1 | -0/+5 | |
If "if" had a hard error in the condition, and there was no else clause, the command status was incorrectly cleared to zero. Add test. | |||||
2021-05-03 | 48614: getopts: Calculate OPTIND according to POSIX_BUILTINS | dana | 1 | -0/+29 | |
2021-04-21 | 48606 + 48607 + unposted test: zmathfunc: Force arguments to be numbers and ↵ | Daniel Shahaf | 1 | -1/+7 | |
catch errors. | |||||
2021-04-21 | unposted (cf. 48156): New test. | Daniel Shahaf | 1 | -0/+5 | |
2021-04-18 | 47704: POSIX export and readonly ignore "-p" when parameter names also appear | Bart Schaefer | 1 | -5/+3 | |