Building python 2.7.5 with VS2012 - Regression test failures

T

thakur.gautam

I managed to build a 64bit version of Python 2.7.5 from sources with VS2012on Windows 8 following the wiki on modifying the build files as advised for VS2010. I ran the python regression tests on the build and it cleared most of the tests and skipped a few.

It hanged when trying to run the following tests,
- test_tuple
- test_list
- test_userlist
- test_asyncore
- test_gdb
The system would become unresponsive and I would need to force shutdown andrestart.

It failed the following tests,
- test_socket
[it failed only for two tests, test_connect & test_create_connection, theissue
seems to be around this - AssertionError: 10061 != 107]
- test_asynchat
[all errors were with respect to Errno 10035 & WSAEWOULDBLOCK]
- test_ssl
[it skipped stating "DLL load failed: %1 is not a valid Win32 application"]

For the following I got warnings,
- test_site [warning - modified sys.path]
- test_distutils [warning - modified os.environ]

I think test_socket and test_asynchat are to do with error codes returned as per errnomodule.c. Fixing this should be enough.

I would really appreciate any help/advise on how to deal with the above errors.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top