[ python-Bugs-864374 ] 2.3.3 tests on cygwin

SourceForge.net noreply at sourceforge.net
Mon Oct 3 14:24:11 CEST 2005


Bugs item #864374, was opened at 2003-12-22 02:30
Message generated for change (Comment added) made by jlt63
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=864374&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Python Library
Group: Python 2.3
>Status: Closed
>Resolution: Works For Me
Priority: 5
Submitted By: Miki Tebeka (tebeka)
Assigned to: Jason Tishler (jlt63)
Summary: 2.3.3 tests on cygwin

Initial Comment:
Hello,

After running
./configure --prefix=/usr 
make
make test 

I get the following 
---
217 tests OK.
7 tests failed:
    test_bz2 test_fork1 test_largefile test_os
test_popen2 test_pty
    test_tempfile
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_linuxaudiodev test_locale test_macfs
    test_macostools test_mpz test_nis test_normalization
    test_ossaudiodev test_pep277 test_plistlib
test_scriptpackages
    test_socket_ssl test_socketserver test_sunaudiodev
test_timeout
    test_unicode_file test_urllibnet test_winreg
test_winsound
Those skips are all expected on cygwin.

When running test_bz2, test_fork1, test_popen2,
test_pty, test_tempfile alone they look ok (return
value to OS is 0).
For the others I'm attaching output.

My system is win2k on IBM T30 (laptop).
Cygwin 1.5.5. 

Miki

----------------------------------------------------------------------

>Comment By: Jason Tishler (jlt63)
Date: 2005-10-03 04:24

Message:
Logged In: YES 
user_id=86216

AFAICT, this is due to the known Cygwin fork() rebase
problem. Although, I can't be sure because Miki did not
include the actual error messages.

If my assumption is correct, then rebasing your system
(including the DLLs from the build), should solve the problem.

I'm closing the bug report. Please reopen if you this is still
a problem.

----------------------------------------------------------------------

Comment By: Neal Norwitz (nnorwitz)
Date: 2005-09-29 21:37

Message:
Logged In: YES 
user_id=33168

Jason?

----------------------------------------------------------------------

Comment By: Miki Tebeka (tebeka)
Date: 2005-08-28 03:02

Message:
Logged In: YES 
user_id=358087

Sorry, due to some bizzar DLL relocation problems with
cygwin I can't run the rull test suite.

However test_bz2 fails *before* the test suite gets stuck

----------------------------------------------------------------------

Comment By: Reinhold Birkenfeld (birkenfeld)
Date: 2005-08-25 05:28

Message:
Logged In: YES 
user_id=1188172

Can you verify this with 2.4.1 or a CVS version?

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=864374&group_id=5470


More information about the Python-bugs-list mailing list