summaryrefslogtreecommitdiff
path: root/Test/A05execution.ztst
AgeCommit message (Collapse)AuthorFilesLines
2015-09-0236393: process queued signals during dotrap()Barton E. Schaefer1-0/+9
2015-08-27cf. Axel Beckert 36292: discard even more extraneous stderr in "hang" testBarton E. Schaefer1-1/+1
2015-08-2636282: discard stderr of "hang" testBarton E. Schaefer1-1/+1
2015-08-1036045: make effect of failures in wait test clearerPeter Stephenson1-1/+3
2014-12-2734065: following an "if" condition, do not test lastval for ERR_EXIT until a ↵Barton E. Schaefer1-0/+17
new command is run Includes unposted regression tests.
2014-10-2633564: care with monitor option in testPeter Stephenson1-1/+1
2014-10-2633542: test logic for waiting for already exited processesPeter Stephenson1-2/+27
2014-10-0433354: when backgrounding a pipeline, close all pipe descriptors in the parentBarton E. Schaefer1-0/+15
Add test for both this and 33345+33346
2014-10-0233325: fix ksh autoloads with redirections on function definitionsPeter Stephenson1-0/+13
2014-08-31Further tweaking of the descriptor leak regression test that sometimes hangsBarton E. Schaefer1-4/+4
2014-08-15timeout the final "read" in hung shell regressionBarton E. Schaefer1-1/+1
2013-12-2132176: plug additional deadlock-inducing pipe descriptor leaksPeter Stephenson1-0/+2
2013-12-2132172: regression test for 32171Barton E. Schaefer1-0/+12
2013-12-02Unposted (see 32085): Another nonessential setoptBarton E. Schaefer1-1/+1
2013-12-0232080: Suppress error output from nonessential setoptBarton E. Schaefer1-1/+1
2013-10-2631906: fix race-condition interaction of $pipestatus with job controlBarton E. Schaefer1-2/+8
printjob() should not reference oldjobtab for job numbers unless it is being called from bin_fg(). printjob() also must not attempt to update pipestats when called from bin_fg(). acquire_pgrp() should not loop infintely if the shell is not interactive. Update the $pipestatus stress test so that it also exercises the oldjobtab repair.
2013-10-2431888: Add another test for pipestatus.Peter Stephenson1-0/+7
This one was reliably failing before the fix, see zsh-workers-31870
2013-10-2431884: Make new pipestatus test implementation proof.Peter Stephenson1-2/+2
It seems uniq's vary in the number of spaces they output.
2013-10-2331879 plus misc.: improve $pipestatus handling and add a test for itBarton E. Schaefer1-0/+11
2010-12-0528475: test that starting background job resets statusPeter Stephenson1-0/+7
2008-08-0725415: Make DEBUG_BEFORE_CMD the default.Peter Stephenson1-0/+2
Reuse ERR_EXIT in DEBUG traps. Clean up trapreturn code.
2006-11-0822981: Zvi Har'el: bad call from 22952Peter Stephenson1-0/+12
22980: add hook array for special functions
2004-07-2920221: $LINENO in trap '...' DEBUG was wrong.Peter Stephenson1-1/+1
2001-08-22Assorted minor test tweaks.Bart Schaefer1-0/+2
2001-07-0915329: test script changes to go with 15327 LINENO changePeter Stephenson1-1/+1
2001-04-02moved from ./Test/05command.ztstSven Wischnowsky1-0/+157