Commits Between Branches origin/release/0.9.7 and release/0.9.8

218d5aa5 2022-01-30 Andy C [interactive] Set horizontal scroll mode in GNU readline.
dfcf4285 2022-01-31 Andy C [test] Rename test/interactive -> test/stateful
32f06f81 2022-01-31 Andy C [test/stateful] Factor out harness.py, and move files from demo/
a19793a9 2022-01-31 Andy C [spec/stateful] Missing file in last commit
1a1e3643 2022-01-31 Andy C [test/stateful] Split into multiple files
a4a2c5f4 2022-01-31 Andy C [test/stateful] Aggregate results in HTML, like test/spec
8f9a090f 2022-01-31 Andy C [test/stateful] Fix status handling
f38a34f5 2022-01-31 Andy C [test/stateful] Fix retry mechanism.
3d728f97 2022-01-31 Andy C [test/stateful] Disable flaky-workaround
8796327e 2022-01-31 Andy C [test/stateful] Disable again
7ff7b4ef 2022-02-02 Andy C [devtools/sigparse] Enhance it to make a report
c1900bfa 2022-02-02 Andy C [devtools/sigparse] Clear --rcfile in interactive shell
a17360d0 2022-02-02 Andy C [interactive] Fix wait exit code if interrupted by Ctrl-C
b1e18231 2022-02-02 Andy C [interactive] Fix bug where Ctrl-C didn't abort entire line.
7379ac88 2022-02-03 Andy C [stateful/job_control] Make case #0 work on bash and dash too
39538f94 2022-02-03 Andy C [test/stateful] Port job control tests to dash
830648aa 2022-02-04 Andy C [interactive] Set signal state for SIGTTIN, SIGTTOU, etc.
281c2204 2022-02-04 Andy C [interactive] Revert SIGCHLD change
b7ed2ce7 2022-02-04 Andy C [test] Preparing for job control and signal changes
3f998dcd 2022-02-04 Andy C [interactive] Put shell in its own process group.
345a6683 2022-02-06 Andy C [test/group-session] Make it more parameterized
af01ea24 2022-02-07 Andy C [test/group-session] Fill out more of the test matrix
c32e32fa 2022-02-08 Andy C [demo] strace job control
e40521ce 2022-02-10 Andy C [spec/stateful] Account for flaky tests in the harness.
e4d2dba1 2022-02-10 Andy C [test/stateful] Fix log output to include stderr
9ca7e6b6 2022-02-10 Andy C [test/stateful] Fix harness to account for skipped cases
7bd12cc0 2022-02-10 Andy C [demo] Create new demo/cpython/ dir
2155e050 2022-02-10 Andy C [test/gold] Port tests from spec/ dir
538d65cd 2022-02-10 Andy C [refactor] Clean up test directory structure
e8078216 2022-02-10 Andy C [test/gold] Disable echo-e case for now
6c68a0a5 2022-02-10 Andy C [test/gold] Use spec-bin busybox.
806b8f1c 2022-02-15 Andy C [spec/stateful] Add test case for suspending pipeline.
0f9e52eb 2022-02-15 Andy C [test/gold] Fix one case and refactor suite
9f26d6ed 2022-02-16 Andy C [test] Use 'test-' naming style in test/{arena,opyc}
82008f57 2022-02-16 Andy C [fix] Typo in spec/stateful
607294b8 2022-02-16 Andy C [test] Use 'test-' convention for more tasks.
3fff71cb 2022-02-16 Andy C [refactor] More simplification of test harnesses.
9787b585 2022-02-16 Andy C [spec/stateful] Reorder job control test cases
9d05acb4 2022-02-16 Andy C [spec/stateful] Use timeout of 2 seconds for job_control.
274f8a66 2022-02-16 Andy C [test/stateful] Try to eliminate flakiness
f3049089 2022-02-16 Andy C [refactor] Use test-func style in more tests
fac83ef1 2022-02-16 Andy C [refactor] Add test/tsv-lib.sh
dccf9835 2022-02-16 Andy C [refactor] Move functions out of obsolete soil/travis.sh
5f9138fa 2022-02-16 Andy C [test/stateful] Add more columns to the table
cbf3aa44 2022-02-16 Andy C [fix] Fixes after TSV refactoring.
9e79fc57 2022-02-17 Andy C [test/stateful] Test case for running handlers at prompt.
27155a1e 2022-02-17 Andy C [interactive] Run traps in interactive loop
8beba182 2022-02-18 Andy C [builtin/wait] Fix blocking after stopped process.
20a22012 2022-02-18 Andy C [cleanup] Remove unnecessary condition in 'wait'
b65c552c 2022-02-18 Andy C [spec/stateful] Fix --osh-failures-allowed
0d1c5ff3 2022-02-18 Andy C [interactive] Disable setpgid() and tcsetpgrp()
250fce8b 2022-02-18 Andy C [demo] Verify signal state
d1a5037e 2022-02-18 Andy C [test/stateful] Repro for SIGTSTP issue
d22df24c 2022-02-18 Andy C [test/stateful] Respect -v --verbose flag
c556bad7 2022-02-19 Andy C [test/spec] Refactor command line flags so --help is accurate.
406c4f00 2022-02-19 Andy C [spec/stateful] Failing test case for background job notification.
92462f48 2022-02-19 Andy C [release] Run and publish spec/stateful tests.
926e6b50 2022-02-19 Andy C [release] Create release/$VERSION/quality.html page
caed3a1d 2022-02-19 Andy C [release] Bump to version 0.9.8
38dae277 2022-02-19 Andy C [benchmarks] Fix problem invoking benchmarks/time_.py.
e911efd6 2022-02-19 Andy C [fix] Add REPO_ROOT everywhere that test/tsv-lib.sh is used