about summary refs log tree commit diff
path: root/Test
Commit message (Collapse)AuthorAgeFilesLines
* unposted (cribbed from users/28784 by Roman): Add XFail tests for ↵Daniel Shahaf2023-01-271-0/+15
| | | | substituting a single-quoting backslash.
* 51278: make (i) subscript flag for zero-length string consistentPeter Stephenson2023-01-161-0/+9
|
* 51297: update expected test results to match more optimised escape sequences ↵Oliver Kiddle2023-01-111-8/+8
| | | | with recent changes
* 51258, 51272: refactor handling of terminal attributes, removing OFF flags ↵Oliver Kiddle2023-01-102-7/+20
| | | | in zattr
* 51214: handle read -d and a delimiter that can't be decoded into a characterOliver Kiddle2022-12-172-0/+18
| | | | | | Terminate input at the raw byte value of the delimiter. Also document and test the use of an empty string as a way to specify NUL as the delimiter.
* 51207: fix for read -d when the delimiter is a byte >= 0x80Jun-ichi Takimoto2022-12-171-0/+6
|
* 51215: consume whole CSI sequences from the inputOliver Kiddle2022-12-162-0/+29
| | | | | | | This affects CSI sequences that aren't explicitly bound but arrive within the usual KEYTIMEOUT time limits. A single undefined-key widget is run instead of unintended bindings for Escape and other characters in the sequence.
* 51134: ! return doesn't change the return statusPeter Stephenson2022-12-121-0/+12
|
* 51076: fix ERR_EXIT when used with "eval" or "source"; documentary commentsPhilippe Altherr2022-12-031-0/+41
|
* 51071: fix ERR_RETURN for functions in conditional statementsPhilippe Altherr2022-12-031-0/+16
|
* 51001: fix for ERR_EXIT following shell function; update testsPhilippe Altherr2022-12-031-0/+82
|
* 51001: fix for ERR_EXIT with pipeline negation ("!"); update testsPhilippe Altherr2022-12-031-0/+15
|
* 51001: fix for ERR_EXIT with "always" blocks; update testsPhilippe Altherr2022-12-031-7/+29
|
* 51001: Reverts 8839e969b, most of 1ba8714a, and d873ed60.Philippe Altherr2022-12-031-5/+10
| | | | Also correct ChangeLog
* 51079: metafy sep in array subscript flag (s:sep:)Jun-ichi Takimoto2022-12-021-0/+5
| | | | this enable sep to contain \0 etc.
* unposted (cf. 51016): Add a test case for underscore-followed-by-digits in ↵Daniel Shahaf2022-11-231-0/+8
| | | | math context.
* 50928: fix tests for 50897, mention behavior change in NEWSBart Schaefer2022-11-091-11/+6
|
* users/28338: command substitution with alias edge case.Peter Stephenson2022-11-081-0/+8
| | | | See added regression test.
* 50668: treat 8bit chars correctly when multibyte is unsetJun-ichi Takimoto2022-09-271-0/+7
| | | | | The problem was found in character range, but may have existed in other occasions
* 50662: unset LC_* for all the testsJun-ichi Takimoto2022-09-261-13/+3
|
* 50658 + test: Enable to switch between C/UTF-8 locales in PCREJun-ichi Takimoto2022-09-261-0/+11
|
* 50629: do not use egrep in testsJun-ichi Takimoto2022-09-157-59/+23
|
* 50342: fix test added by 50306Jun-ichi Takimoto2022-06-091-1/+1
|
* Tweaks to MULTI_FUNC_DEFPeter Stephenson2022-06-071-0/+20
| | | | | | Output multiple function definitions using "function" form. Note exceptions to errors with NO_MULTI_FUNC_DEF
* 50306: fix wait for child that was stopped/continuedJun-ichi Takimoto2022-06-031-0/+7
| | | | do not call addbgstatus() when child is stopped/continued
* Fix problems with tests for 50126 and 50150.Bart Schaefer2022-05-022-1/+5
|
* 50160: Regression tests for 50126, 50136, and 50149Bart Schaefer2022-05-012-0/+26
|
* 50157: Tests for 50150Daniel Shahaf2022-05-011-0/+11
|
* 50159: Tests for sysread, including 50101 regressionBart Schaefer2022-05-011-0/+66
|
* 50089: unset LC_* for multibyte tests in X03zlebindkeyJun-ichi Takimoto2022-04-261-0/+1
|
* unposted (see 50072): check exit status in exit-from-trap testBart Schaefer2022-04-171-1/+1
|
* 50069: ChangeLog and test description for 50068Bart Schaefer2022-04-141-1/+1
|
* 50068: 'exit' in trap causes calling function to returnBart Schaefer2022-04-141-1/+1
|
* 50052: do nothing when skipping test V14systemJun-ichi Takimoto2022-04-141-1/+1
|
* 50046: ztst.zsh: export LANG to child zshJun-ichi Takimoto2022-04-141-0/+3
|
* 50013: skip %test if a chunk in %prep failsJun-ichi Takimoto2022-04-122-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.
* 49996 (Peter) + 50012: add ZTST_continueJun-ichi Takimoto2022-04-122-7/+28
|
* 50043: avoid spurious test failures when "make check" as rootBart Schaefer2022-04-112-3/+11
|
* 49906 (Bart), 49911: Fixes to querying jobs in subshell.Peter Stephenson2022-03-301-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.
* 49813: Add missing testMikael Magnusson2022-03-301-1/+1
|
* 49910: move multibyte-related f-flagged test from E03 to D07Jun-ichi Takimoto2022-03-302-5/+12
| | | | | POSIX requires printf should calculate width/precision in %s conversion in bytes (not in characters) even in multibyte locale
* 49908: reset LC_CTYPE to C during testsJun-ichi Takimoto2022-03-301-2/+1
| | | | and do not export MODULE_PATH since child zsh will not import it
* 49853 + 49882/49883: make "${arr[*]:off}" compatible with ksh/bashJun-ichi Takimoto2022-03-291-0/+32
|
* 49802 (+49804): pass MODULE_PATH to zsh started in test W03Jun-ichi Takimoto2022-03-061-0/+1
|
* 49792: Non-interative shell input is line buffered.Peter Stephenson2022-03-031-0/+9
|
* 49787: test for jobs fix in 49783Peter Stephenson2022-03-032-0/+51
|
* 49518: fix exclusions for mixed - and + stacked optionsOliver Kiddle2021-12-141-0/+22
|
* 49628: Add an xfail test for RPS1/RPROMPT equivalence.Daniel Shahaf2021-12-011-0/+6
|
* 49624: Expect the test 'All identifiers are variable references in POSIX ↵Daniel Shahaf2021-12-011-1/+1
| | | | arithmetic' to pass, as it has been passing since 49611.
* 49601: don't create ambiguous history file entries for lines ending with a ↵Oliver Kiddle2021-11-281-0/+22
| | | | backslash