Peter Stephenson
d6859ce68e
43426: disable job control tests involving suspension.
...
These are provoking races on OpenSUSE.
2018-09-10 13:48:41 +01:00
Peter Stephenson
2d3b3510a8
c.f. 42726: Back off fg and bg tests.
...
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-26 09:42:25 +01:00
Peter Stephenson
bdd595321f
42722: Replace ed with dc in fg/bg tests.
...
This should be even simpler.
Also more fix ups for failed pattern diffs.
2018-04-25 18:16:02 +01:00
Peter Stephenson
c6dbd862d0
42714: Add fg and bg tests.
...
Use ed to get minimal user interaction without needing
advanced terminal handling.
Improve test output of failures of pattern differences.
2018-04-25 10:16:51 +01:00
Peter Stephenson
5f6a52c06c
42156: new CHECK_RUNNING_JOBS option demanded by bash groupies
...
Also new job options.
Also suppress debug error if rows or columns are reported as zero as
this is normal without a physical terminal.
2017-12-22 20:21:23 +00:00