summaryrefslogtreecommitdiff
path: root/Test/W02jobs.ztst
AgeCommit message (Collapse)AuthorFilesLines
2022-03-0349787: test for jobs fix in 49783Peter Stephenson1-0/+2
2021-01-2047849: do not skip tests requiring zpty on CygwinJun-ichi Takimoto1-3/+1
2018-09-1043426: disable job control tests involving suspension.Peter Stephenson1-34/+36
These are provoking races on OpenSUSE.
2018-04-26c.f. 42726: Back off fg and bg tests.Peter Stephenson1-42/+0
This is too hard to make robust. Problems include - Reading input in different places causes lines to appear and disappear - There is no easy way to sequence the asynchronous operations following bg. - Response to job control of user commands on some OSes (MacOS, for example) is unpredicatble.
2018-04-2542722: Replace ed with dc in fg/bg tests.Peter Stephenson1-25/+19
This should be even simpler. Also more fix ups for failed pattern diffs.
2018-04-2542714: Add fg and bg tests.Peter Stephenson1-4/+62
Use ed to get minimal user interaction without needing advanced terminal handling. Improve test output of failures of pattern differences.
2017-12-2242156: new CHECK_RUNNING_JOBS option demanded by bash groupiesPeter Stephenson1-0/+186
Also new job options. Also suppress debug error if rows or columns are reported as zero as this is normal without a physical terminal.