[Python-checkins] python/dist/src/Lib/test test_pty.py,1.15,1.16
nnorwitz@users.sourceforge.net
nnorwitz@users.sourceforge.net
2002年12月31日 10:21:14 -0800
- Previous message: [Python-checkins] python/dist/src/Lib/compiler pyassem.py,1.30,1.31 pycodegen.py,1.62,1.63 symbols.py,1.11,1.12 transformer.py,1.34,1.35
- Next message: [Python-checkins] python/dist/src/Lib/bsddb/test test_env_close.py,1.3,1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/python/python/dist/src/Lib/test
In directory sc8-pr-cvs1:/tmp/cvs-serv5369/Lib/test
Modified Files:
test_pty.py
Log Message:
Comment out test, since it hangs on HPUX, still investigating
Index: test_pty.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_pty.py,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** test_pty.py 23 Jul 2002 19:03:59 -0000 1.15
--- test_pty.py 31 Dec 2002 18:21:11 -0000 1.16
***************
*** 26,31 ****
raise TestSkipped, "Pseudo-terminals (seemingly) not functional."
! if not os.isatty(slave_fd):
! raise TestFailed, "slave_fd is not a tty"
# IRIX apparently turns \n into \r\n. Allow that, but avoid allowing other
--- 26,32 ----
raise TestSkipped, "Pseudo-terminals (seemingly) not functional."
! # this hangs on HPUX 11, comment out for now until we can determine cause
! ##if not os.isatty(slave_fd):
! ## raise TestFailed, "slave_fd is not a tty"
# IRIX apparently turns \n into \r\n. Allow that, but avoid allowing other
- Previous message: [Python-checkins] python/dist/src/Lib/compiler pyassem.py,1.30,1.31 pycodegen.py,1.62,1.63 symbols.py,1.11,1.12 transformer.py,1.34,1.35
- Next message: [Python-checkins] python/dist/src/Lib/bsddb/test test_env_close.py,1.3,1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]