[Python-Dev] cygwin errors

Skip Montanaro skip@pobox.com
Thu, 17 Jul 2003 13:18:40 -0500


I did a cvs up on cygwin to test out Michael Hudson's latest readline.c
patch.  That worked, but I get a lot of other test failures.  I'm in the
midst of other stuff and know next to nothing about what's expected out of
cygwin.  Can someone give me some hints?  Things that are failing:

    test_netrc fails with
        NetrcParseError: bad toplevel token 'line1' (@test, line 4)

    during make test test_bz2 fails, test_pty, test_fork1 and test_popen2
    crash, and it quits with signal 11 during test_select or test_poll

Any suggestions?

Skip