1
0
Fork 0
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:
Martijn Dekker 2020-07-04 23:31:40 +02:00
parent b2382efd8b
commit 1ca9286ab8

View file

@ -441,7 +441,12 @@ c n
r echo repeat-3 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 && whence -q less &&
TERM=vt100 tst $LINENO <<"!" TERM=vt100 tst $LINENO <<"!"
L process/terminal group exercise L process/terminal group exercise
@ -453,6 +458,7 @@ r Stopped
w fg w fg
u yes-yes u yes-yes
! !
end_disabled
# err_exit # # err_exit #
# Test file name completion in vi mode # Test file name completion in vi mode