This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: 2.3.3 tests on cygwin
Type: Stage:
Components: Library (Lib) Versions: Python 2.3
process
Status: closed Resolution: works for me
Dependencies: Superseder:
Assigned To: jlt63 Nosy List: georg.brandl, jlt63, nnorwitz, tebeka
Priority: normal Keywords:

Created on 2003-12-22 11:30 by tebeka, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
t.txt tebeka, 2003-12-22 11:30 Tests output and cygwin system information
Messages (5)
msg19458 - (view) Author: Miki Tebeka (tebeka) * Date: 2003-12-22 11:30
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
msg19459 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2005-08-25 13:28
Logged In: YES 
user_id=1188172

Can you verify this with 2.4.1 or a CVS version?
msg19460 - (view) Author: Miki Tebeka (tebeka) * Date: 2005-08-28 11:02
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
msg19461 - (view) Author: Neal Norwitz (nnorwitz) * (Python committer) Date: 2005-09-30 05:37
Logged In: YES 
user_id=33168

Jason?
msg19462 - (view) Author: Jason Tishler (jlt63) * (Python triager) Date: 2005-10-03 12:24
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.
History
Date User Action Args
2022-04-11 14:56:01adminsetgithub: 39725
2003-12-22 11:30:09tebekacreate