..
.cvsignore
.distfiles
33047: use git to simplify massively source distribution file selection
2014-08-23 21:01:58 +01:00
A01grammar.ztst
45304: Do execute the always block even when the try/always block itself is the last command.
2020-01-16 18:29:13 +00:00
A02alias.ztst
45004: Fix typos in comments
2019-12-11 02:37:39 +00:00
A03quoting.ztst
41485: test for previous fix
2017-08-03 21:50:18 +01:00
A04redirect.ztst
44446: Fix here document with file descriptor declarator.
2019-06-24 20:19:19 +01:00
A05execution.ztst
43945 (tweaked to remove test failure, noted in test):
2018-12-30 18:11:43 +00:00
A06assign.ztst
42101 (tweaked): assigning shell status to array was broken
2018-05-11 09:29:14 +01:00
A07control.ztst
34077: further tests for return status from "for" loops
2015-01-02 21:16:41 +00:00
B01cd.ztst
45509: fix typos in B01cd.ztst
2020-03-06 20:14:21 +09:00
B02typeset.ztst
44296: "typeset Q= {X}" crashed the shell.
2019-05-14 12:10:10 +01:00
B03print.ztst
42488: test cases for 42369 and address some issues in the code
2018-05-13 10:13:42 +02:00
B04read.ztst
29731: fix read -AE, test that and read -Ae
2011-08-28 17:06:27 +00:00
B05eval.ztst
25409: fix eval's use of lastval
2008-08-06 19:51:04 +00:00
B06fc.ztst
33686: set PS1 before pattern-matching for it
2014-11-13 09:27:14 -08:00
B07emulate.ztst
41668: New --emulate option on invocation.
2017-09-11 10:12:17 +01:00
B08shift.ztst
32246: option "shift -p" pops arguments from end of array
2014-01-11 19:31:29 +00:00
B09hash.ztst
39949: Special case for "-" in directory names.
2016-11-15 18:01:32 +00:00
B10getopts.ztst
44469: correct error on missing option argument
2019-07-01 09:42:22 +01:00
B11kill.ztst
45463: test: kill: Document why we use SIGURG
2020-02-18 19:35:18 +00:00
B12limit.ztst
45490 (+45495 and a test): refactor rlimits.c
2020-03-06 20:12:06 +09:00
C01arith.ztst
45004: Fix typos in comments
2019-12-11 02:37:39 +00:00
C02cond.ztst
45470: C02cond: Simplify '-N cond' test
2020-03-11 21:17:12 -05:00
C03traps.ztst
45373: Fix ERR_EXIT bug in else branch of if.
2020-02-02 18:05:47 +00:00
C04funcdef.ztst
Copy functions using functions -c old new.
2019-08-03 19:53:51 +01:00
C05debug.ztst
clean up test temporary files
2008-12-29 04:24:36 +00:00
comptest
37378: New bindkey tests.
2015-12-10 17:51:41 +00:00
D01prompt.ztst
44030: prompt: Return error for unrecognised colour name
2019-02-03 11:55:40 -06:00
D02glob.ztst
Merge remote-tracking branch 'origin/master' into 5.9
2020-03-07 21:36:46 +00:00
D03procsubst.ztst
45004: Fix typos in comments
2019-12-11 02:37:39 +00:00
D04parameter.ztst
45269: Fix misspellings in completions and elsewhere.
2020-01-09 13:42:02 +00:00
D05array.ztst
D06subscript.ztst
45004: Fix typos in comments
2019-12-11 02:37:39 +00:00
D07multibyte.ztst
40470: make the test work also with ASCII collation
2017-02-01 10:42:45 +09:00
D08cmdsubst.ztst
45004: Fix typos in comments
2019-12-11 02:37:39 +00:00
D09brace.ztst
41420: "{.." wasn't check for brace expansion properly
2017-07-13 17:20:24 +01:00
E01options.ztst
Add unsetopt/PRIVILEGED tests
2020-02-14 16:06:58 -06:00
E02xtrace.ztst
45537 (tweaked): E02xtrace: Fix inconsistent function-name encoding in preserves-xtrace test
2020-03-13 08:49:57 -05:00
list-XFails
45290: New helper script for listing XFail tests.
2020-01-13 22:48:55 +00:00
Makefile.in
44523: Add ZTST_handler capability.
2019-07-16 10:57:35 +01:00
P01privileged.ztst
Add unsetopt/PRIVILEGED tests
2020-02-14 16:06:58 -06:00
README
Add unsetopt/PRIVILEGED tests
2020-02-14 16:06:58 -06:00
runtests.zsh
V01zmodload.ztst
45518 + unposted tweak (change single quotes to double quotes): Fix V01zmotload.ztst test failures when zsh/parameter is dynamically linked (which is the default).
2020-03-09 01:56:26 +00:00
V02zregexparse.ztst
37181: consistent use of zmodload and corresponding ZTST_unimplemented or ZTST_skip
2015-11-21 23:56:25 -08:00
V03mathfunc.ztst
43275: Add log2 to match func
2018-08-13 09:36:55 +01:00
V04features.ztst
37181: consistent use of zmodload and corresponding ZTST_unimplemented or ZTST_skip
2015-11-21 23:56:25 -08:00
V05styles.ztst
unposted: zstyle: Add a unit test and some comments.
2019-12-01 04:00:17 +00:00
V06parameter.ztst
Revert 40626 which broke tests.
2017-02-26 06:11:19 +00:00
V07pcre.ztst
43493: Have V07pcre fail if PCRE was enabled by configure (config.modules) but failed to load for any reason.
2018-09-24 14:15:18 +00:00
V08zpty.ztst
34275: assume zpty can't be used for testing Cygwin
2015-01-14 14:25:18 +00:00
V09datetime.ztst
43953: Fix rounding/truncation error in %. time-format specifier
2018-12-29 05:24:25 -06:00
V10private.ztst
45004: Fix typos in comments
2019-12-11 02:37:39 +00:00
V11db_gdbm.ztst
Improve comment at top of GDBM test
2017-03-21 09:57:00 +00:00
V12zparseopts.ztst
44100: zparseopts: Add -F option, completion, tests; improve documentation
2019-03-12 19:03:56 -05:00
V13zformat.ztst
45137: zformat: Allow the specifying minimum width and a dot with an empty maximum width.
2019-12-26 04:21:47 +00:00
W01history.ztst
unposted: Add smoke test for :P history modifier.
2019-11-19 17:57:13 +00:00
W02jobs.ztst
43426: disable job control tests involving suspension.
2018-09-10 13:48:41 +01:00
X02zlevi.ztst
42116: multibyte support for ZLE vi-mode word motion
2017-12-18 12:48:25 +09:00
X03zlebindkey.ztst
42581(?): Fix ZLE inline history expansion.
2018-04-04 18:33:00 +01:00
X04zlehighlight.ztst
unposted: internal: Remove Vim modeline that interferes with ztst.vim.
2020-01-07 19:37:41 +00:00
Y01completion.ztst
users/24582 + users/24583: Add regression tests for the previous commit.
2019-12-31 18:43:26 +00:00
Y02compmatch.ztst
37181: consistent use of zmodload and corresponding ZTST_unimplemented or ZTST_skip
2015-11-21 23:56:25 -08:00
Y03arguments.ztst
42575: fix to not complete options in the argument to another option
2018-04-05 11:14:58 +02:00
ztst.zsh
45169/0001: In the test suite, allow test cases to be marked as expected to fail.
2020-01-01 13:55:39 +00:00