differ icon indicating copy to clipboard operation
differ copied to clipboard

TTY/PTY Support

Open ameily opened this issue 3 years ago • 0 comments

Some samples and traces will only work properly when the binary being run is connected to a TTY or PTY terminal. For example, the expected failure cases for bzip2 requires that stdout is a TTY/PTY, but we cannot emulate this yet so these tests currently pass.

We need a new configuration option to control how to run a trace within a terminal session with a TTY/PTY stdout, stderr, and stdin. We could potentially use the script command, although we would still want to capture stdout and stderr separately.

ameily avatar Dec 27 '22 16:12 ameily