[Python-Dev] cygwin errors

Jason Tishler jason@tishler.net
Thu, 17 Jul 2003 16:47:30 -0400


Skip,

On Thu, Jul 17, 2003 at 01:18:40PM -0500, Skip Montanaro wrote:
> Any suggestions?

Not at the moment -- I'm still scratching my head... :,(

I get the following:

    $ ./python.exe -E -tt ../Lib/test/regrtest.py -l -x test_poll \
    test_popen test_popen2 test_pty test_queue test_select test_signal \
    test_socket test_tempfile test_thread test_grammar
    [snip]
    test_zlib
    210 tests OK.
    4 tests failed:
        test___all__ test_csv test_netrc test_time
    31 tests skipped:
        test_aepack test_al test_bsddb185 test_bsddb3 test_cd test_cl
        test_curses test_dbm test_email_codecs test_gl test_imgfile
        test_ioctl test_largefile test_linuxaudiodev test_locale
        test_macfs test_macostools test_mpz test_nis test_normalization
        test_ossaudiodev test_pep277 test_plistlib test_scriptpackages
        test_socketserver test_sunaudiodev test_timeout test_unicode_file
        test_urllibnet test_winreg test_winsound
    1 skip unexpected on cygwin:
        test_ioctl

Note that the excluded tests above work fine when run separately:

    $ ./python.exe -E -tt ../Lib/test/regrtest.py -l test_poll \
    test_popen test_popen2 test_pty test_queue test_select test_signal \
    test_socket test_tempfile test_thread 
    test_poll
    test_popen
    test_popen2
    test_pty
    test_queue
    test_select
    test_signal
    test_socket
    test_tempfile
    test_thread
    All 10 tests OK.

I appreciate the heads up.  I will dig deeper...

Thanks,
Jason

-- 
PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers
Fingerprint: 7A73 1405 7F2B E669 C19D  8784 1AFD E4CC ECF4 8EF6