mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-13 11:42:21 +00:00
tests/pty.sh: disable 'process/terminal group exercise' for now
Apparently, pty doens't handle SIGTSTP correctly: https://github.com/att/ast/issues/375 https://github.com/ksh93/ksh/issues/45#issuecomment-653789092 src/cmd/ksh93/tests/pty.sh: - Disable the 'process/terminal group exercise' regression test, which depends on correct SIGTSTP handling, until pty can be fixed. Closes #45.
This commit is contained in:
parent
b2382efd8b
commit
1ca9286ab8
1 changed files with 7 additions and 1 deletions
|
@ -441,7 +441,12 @@ c n
|
|||
r echo repeat-3
|
||||
!
|
||||
|
||||
# err_exit #
|
||||
# Following test is disabled because a bug in pty causes it to fail on too
|
||||
# many operating systems. Apparently pty doesn't handle SIGSTP correctly:
|
||||
# https://github.com/att/ast/issues/375
|
||||
# TODO: fix pty and re-enable this test.
|
||||
: <<\end_disabled
|
||||
# err_(don't count me)_exit #
|
||||
whence -q less &&
|
||||
TERM=vt100 tst $LINENO <<"!"
|
||||
L process/terminal group exercise
|
||||
|
@ -453,6 +458,7 @@ r Stopped
|
|||
w fg
|
||||
u yes-yes
|
||||
!
|
||||
end_disabled
|
||||
|
||||
# err_exit #
|
||||
# Test file name completion in vi mode
|
||||
|
|
Loading…
Reference in a new issue