1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-24 15:04:13 +00:00
cde/src/cmd/ksh93/tests
Martijn Dekker 1ca9286ab8 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.
2020-07-04 23:31:40 +02:00
..
alias.sh shtests: use central temporary directory; add --keep option 2020-07-04 01:28:08 +02:00
append.sh shtests: use central temporary directory; add --keep option 2020-07-04 01:28:08 +02:00
arith.sh shtests: use central temporary directory; add --keep option 2020-07-04 01:28:08 +02:00
arrays.sh shtests: use central temporary directory; add --keep option 2020-07-04 01:28:08 +02:00
arrays2.sh shtests: use central temporary directory; add --keep option 2020-07-04 01:28:08 +02:00
attributes.sh shtests: use central temporary directory; add --keep option 2020-07-04 01:28:08 +02:00
basic.sh shtests: use central temporary directory; add --keep option 2020-07-04 01:28:08 +02:00
bracket.sh shtests: use central temporary directory; add --keep option 2020-07-04 01:28:08 +02:00
builtins.sh shtests: use central temporary directory; add --keep option 2020-07-04 01:28:08 +02:00
case.sh shtests: use central temporary directory; add --keep option 2020-07-04 01:28:08 +02:00
comvar.sh shtests: use central temporary directory; add --keep option 2020-07-04 01:28:08 +02:00
comvario.sh shtests: use central temporary directory; add --keep option 2020-07-04 01:28:08 +02:00
coprocess.sh shtests: use central temporary directory; add --keep option 2020-07-04 01:28:08 +02:00
cubetype.sh shtests: use central temporary directory; add --keep option 2020-07-04 01:28:08 +02:00
enum.sh shtests: use central temporary directory; add --keep option 2020-07-04 01:28:08 +02:00
exit.sh shtests: use central temporary directory; add --keep option 2020-07-04 01:28:08 +02:00
expand.sh shtests: use central temporary directory; add --keep option 2020-07-04 01:28:08 +02:00
functions.sh shtests: use central temporary directory; add --keep option 2020-07-04 01:28:08 +02:00
glob.sh shtests: use central temporary directory; add --keep option 2020-07-04 01:28:08 +02:00
grep.sh shtests: use central temporary directory; add --keep option 2020-07-04 01:28:08 +02:00
heredoc.sh shtests: use central temporary directory; add --keep option 2020-07-04 01:28:08 +02:00
io.sh shtests: use central temporary directory; add --keep option 2020-07-04 01:28:08 +02:00
leaks.sh shtests: use central temporary directory; add --keep option 2020-07-04 01:28:08 +02:00
locale.sh shtests: use central temporary directory; add --keep option 2020-07-04 01:28:08 +02:00
math.sh shtests: use central temporary directory; add --keep option 2020-07-04 01:28:08 +02:00
nameref.sh shtests: use central temporary directory; add --keep option 2020-07-04 01:28:08 +02:00
namespace.sh shtests: use central temporary directory; add --keep option 2020-07-04 01:28:08 +02:00
options.sh shtests: use central temporary directory; add --keep option 2020-07-04 01:28:08 +02:00
path.sh shtests: use central temporary directory; add --keep option 2020-07-04 01:28:08 +02:00
pointtype.sh shtests: use central temporary directory; add --keep option 2020-07-04 01:28:08 +02:00
pty.sh tests/pty.sh: disable 'process/terminal group exercise' for now 2020-07-04 23:31:40 +02:00
quoting.sh shtests: use central temporary directory; add --keep option 2020-07-04 01:28:08 +02:00
quoting2.sh shtests: use central temporary directory; add --keep option 2020-07-04 01:28:08 +02:00
readcsv.sh shtests: use central temporary directory; add --keep option 2020-07-04 01:28:08 +02:00
recttype.sh shtests: use central temporary directory; add --keep option 2020-07-04 01:28:08 +02:00
restricted.sh shtests: use central temporary directory; add --keep option 2020-07-04 01:28:08 +02:00
return.sh shtests: use central temporary directory; add --keep option 2020-07-04 01:28:08 +02:00
select.sh shtests: use central temporary directory; add --keep option 2020-07-04 01:28:08 +02:00
shtests tests/shtests: rm debug command that snuck through (re: d7afb57c) 2020-07-04 17:40:07 +02:00
sigchld.sh shtests: use central temporary directory; add --keep option 2020-07-04 01:28:08 +02:00
signal.sh Fix 'kill -INFO' on systems that support SIGINFO (#59) 2020-07-04 15:57:47 +01:00
statics.sh shtests: use central temporary directory; add --keep option 2020-07-04 01:28:08 +02:00
subshell.sh shtests: use central temporary directory; add --keep option 2020-07-04 01:28:08 +02:00
substring.sh shtests: use central temporary directory; add --keep option 2020-07-04 01:28:08 +02:00
tilde.sh shtests: use central temporary directory; add --keep option 2020-07-04 01:28:08 +02:00
timetype.sh shtests: use central temporary directory; add --keep option 2020-07-04 01:28:08 +02:00
treemove.sh shtests: use central temporary directory; add --keep option 2020-07-04 01:28:08 +02:00
types.sh shtests: use central temporary directory; add --keep option 2020-07-04 01:28:08 +02:00
variables.sh shtests: use central temporary directory; add --keep option 2020-07-04 01:28:08 +02:00
vartree1.sh shtests: use central temporary directory; add --keep option 2020-07-04 01:28:08 +02:00
vartree2.sh shtests: use central temporary directory; add --keep option 2020-07-04 01:28:08 +02:00