Tests failling on release23-maint branch

On RedHat 9: [jim@enterprised src]$ uname -a Linux enterprised.zope.com 2.4.20-28.9 #1 Thu Dec 18 13:45:22 EST 2003 i686 i686 i386 GNU/Linux [jim@enterprised src]$ gcc -v Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.2.2/specs Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --host=i386-redhat-linux Thread model: posix gcc version 3.2.2 20030222 (Red Hat Linux 3.2.2-5) [jim@enterprised src]$ ./configure --with-pydebug --prefix=/usr/local/python/release23-maintdb ... [jim@enterprised src]$ make ... [jim@enterprised src]$ nice ./python -E -tt ./Lib/test/regrtest.py -l -uall ... 6 tests failed: test_curses test_linuxaudiodev test_socket_ssl test_tarfile test_timeout test_urllibnet 19 tests skipped: test_aepack test_al test_bsddb185 test_bz2 test_cd test_cl test_email_codecs test_gl test_imgfile test_macfs test_macostools test_nis test_normalization test_pep277 test_plistlib test_scriptpackages test_sunaudiodev test_winreg test_winsound 1 skip unexpected on linux2: test_bz2 -- Jim Fulton mailto:jim@zope.com Python Powered! CTO (540) 361-1714 http://www.python.org Zope Corporation http://www.zope.com http://www.zope.org

Jim Fulton <jim@zope.com> writes:
On RedHat 9:
[...]
6 tests failed: test_curses test_linuxaudiodev test_socket_ssl test_tarfile test_timeout test_urllibnet
Hmm, on my redhat linux system I only get test_linuxaudiodev failing (and I've long since given up on that one). Cheers, mwh -- ARTHUR: Why should he want to know where his towel is? FORD: Everybody should know where his towel is. ARTHUR: I think your head's come undone. -- The Hitch-Hikers Guide to the Galaxy, Episode 7

On Mon, 2004-02-09 at 08:12, Michael Hudson wrote:
Jim Fulton <jim@zope.com> writes:
On RedHat 9:
[...]
6 tests failed: test_curses test_linuxaudiodev test_socket_ssl test_tarfile test_timeout test_urllibnet
Hmm, on my redhat linux system I only get test_linuxaudiodev failing (and I've long since given up on that one).
That's the only one that fails for me. The test_ossaudiodev test hangs every time and the bsddb tests fail with random BerkeleyDB errors sometimes. In other words, only the standard brokenness. Jeremy
participants (3)
-
Jeremy Hylton
-
Jim Fulton
-
Michael Hudson