about summary refs log tree commit diff
path: root/Test/W02jobs.ztst
Commit message (Collapse)AuthorAgeFilesLines
* 49787: test for jobs fix in 49783Peter Stephenson2022-03-031-0/+2
|
* 47849: do not skip tests requiring zpty on CygwinJun-ichi Takimoto2021-01-201-3/+1
|
* 43426: disable job control tests involving suspension.Peter Stephenson2018-09-101-34/+36
| | | | These are provoking races on OpenSUSE.
* c.f. 42726: Back off fg and bg tests.Peter Stephenson2018-04-261-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.
* 42722: Replace ed with dc in fg/bg tests.Peter Stephenson2018-04-251-25/+19
| | | | | | This should be even simpler. Also more fix ups for failed pattern diffs.
* 42714: Add fg and bg tests.Peter Stephenson2018-04-251-4/+62
| | | | | | | Use ed to get minimal user interaction without needing advanced terminal handling. Improve test output of failures of pattern differences.
* 42156: new CHECK_RUNNING_JOBS option demanded by bash groupiesPeter Stephenson2017-12-221-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.