..
.cvsignore
unposted: cvsignore VIM *.swp files
2003-05-05 06:14:49 +00:00
.distfiles
33047: use git to simplify massively source distribution file selection
2014-08-23 21:01:58 +01:00
A01grammar.ztst
39625: case needs to reset lastval if no pattern matched
2016-10-13 10:49:02 +01:00
A02alias.ztst
40306 with doc tweaks: Change behaviour expanding alias in () function definition.
2017-01-10 19:14:26 +00:00
A03quoting.ztst
users/21352: ensure $'' doesn't get elided.
2016-03-07 09:44:54 +00:00
A04redirect.ztst
36399: Shell code text with multiple here documents wasn't shown properly.
2015-09-02 14:20:44 +01:00
A05execution.ztst
unposted: tests for 39839, 39844
2016-11-05 21:37:23 -07:00
A06assign.ztst
40781: optimize array assignment, similar to 39995 for string assignment
2017-03-04 15:35:19 -08:00
A07control.ztst
34077: further tests for return status from "for" loops
2015-01-02 21:16:41 +00:00
B01cd.ztst
37205: update documentary comment
2015-11-23 11:27:22 -08:00
B02typeset.ztst
40110: attempt to fix test failures on Solaris
2016-12-06 21:32:14 -08:00
B03print.ztst
40203: Resolve 'printf --' question from grandparent commit (thanks Chet).
2016-12-16 00:59:57 +00: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
34804: refine POSIX_ALIAS change to preserve old behavior of [[ ]] conditionals
2015-03-28 21:08:02 -07: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
C01arith.ztst
37489, tweaked: with POSIX_IDENTIFIERS create math var as scalar
2016-01-03 18:57:10 +00:00
C02cond.ztst
40110: attempt to fix test failures on Solaris
2016-12-06 21:32:14 -08:00
C03traps.ztst
40100: ERR_EXIT and ERR_RETURN test for anonymous functions.
2016-12-05 13:49:45 +00:00
C04funcdef.ztst
40622 with typos fixed: functions -Ms.
2017-03-01 10:01:01 +00: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
40816: Document interaction of 'print -P' and 'print -f'.
2017-03-12 19:37:18 +00:00
D02glob.ztst
40760: Always tokenize unquoted - to Dash.
2017-03-07 10:43:58 +00:00
D03procsubst.ztst
35873: add original test for process substitution deadlock from 35847
2015-07-23 10:08:19 +01:00
D04parameter.ztst
40909: Stress test for parameter substitution
2017-03-30 12:16:24 +01:00
D05array.ztst
23562: add KSH_ZERO_SUBSCRIPT option and leave off by default
2007-06-18 13:25:03 +00:00
D06subscript.ztst
40932: Parameter subscripts need to count parentheses.
2017-04-03 10:04:03 +01:00
D07multibyte.ztst
40470: make the test work also with ASCII collation
2017-02-01 10:42:45 +09:00
D08cmdsubst.ztst
39777: $() is a valid empty command substitution
2016-10-30 17:12:04 +00:00
D09brace.ztst
users/18298 (tidied up): add {<char>..<char>} expansion
2014-01-09 10:05:13 +00:00
E01options.ztst
40460: WARN_NESTED_VAR: Don't warn when assigning to a slice of an existing array
2017-02-01 01:49:45 +00:00
E02xtrace.ztst
39292: Distinguish "=" and "==" tests in output.
2016-09-13 09:42:24 +01:00
Makefile.in
Paul Ackersviller: 26959: delay before removing test modules
2009-05-13 08:39:47 +00:00
README
17502: Test changes for xtrace in 17492.
2002-08-05 13:10:02 +00:00
runtests.zsh
24316: count skipped tests differently from successes and failures.
2007-12-25 01:40:16 +00:00
V01zmodload.ztst
39222: test math functions in modules.
2016-09-08 12:15:14 +01: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
37181: consistent use of zmodload and corresponding ZTST_unimplemented or ZTST_skip
2015-11-21 23:56:25 -08: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
37181: consistent use of zmodload and corresponding ZTST_unimplemented or ZTST_skip
2015-11-21 23:56:25 -08:00
V06parameter.ztst
Revert 40626 which broke tests.
2017-02-26 06:11:19 +00:00
V07pcre.ztst
Mikael Berthe: 38307: PCRE segfault when parenthesized group matches nothing
2016-04-23 14:20:16 -07:00
V08zpty.ztst
34275: assume zpty can't be used for testing Cygwin
2015-01-14 14:25:18 +00:00
V09datetime.ztst
40820: add a few tests of strftime, related to 40681
2017-03-12 21:04:22 +09:00
V10private.ztst
40198: output of B02typeset differs when (( UID == 0 )) so do not attempt to redo that test in that case
2016-12-15 11:22:22 -08:00
V11db_gdbm.ztst
Improve comment at top of GDBM test
2017-03-21 09:57:00 +00:00
W01history.ztst
34787: Add more history tests
2015-03-27 10:21:02 +00:00
X02zlevi.ztst
39986, 39989: improve handling of vi-repeat-change
2016-11-20 23:59:48 +01:00
X03zlebindkey.ztst
37460: make sure the default keymap is emacs before using that keymap to test bindings
2015-12-30 17:22:37 -08:00
Y01completion.ztst
39757 plus test: Fix completion under parenthetical directory names, broken in 39412
2016-11-27 15:12:00 +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
40321: _arguments option groups
2017-01-11 20:50:02 +01:00
ztst.zsh
use "diff -a" in case special characters were written to the test output
2017-02-20 13:26:50 -08:00