Python 2.3c2

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • the_rev_dharma_roadkill

    Python 2.3c2

    Just grabbed and tried it on Tru64 5.1A (hp/compaq alpha ES40):
    Looks good:
    make test gives:
    .............
    221 tests OK.
    34 tests skipped:
    test_aepack test_al test_audioop test_bsddb test_bsddb3 test_bz2
    test_cd test_cl test_curses test_dl test_email_code cs test_gdbm
    test_gl test_imageop test_imgfile test_linuxaudio dev test_locale
    test_macfs test_macostools test_mpz test_nis test_normalizat ion
    test_ossaudiode v test_pep277 test_plistlib test_rgbimg
    test_scriptpack ages test_socket_ssl test_socketserv er
    test_sunaudiode v test_timeout test_urllibnet test_winreg
    test_winsound
    Ask someone to teach regrtest.py about which tests are
    expected to get skipped on osf1V5.
    .............
    Thanks a bunch and good luck on the final 2.3!

    Doug
  • Skip Montanaro

    #2
    Re: Python 2.3c2

    >>>>> "Doug" == the rev dharma roadkill <doug.hendricks @tnzi.com> writes:

    Doug> Just grabbed and tried it on Tru64 5.1A (hp/compaq alpha ES40):
    Doug> Looks good:
    Doug> make test gives:
    Doug> ............
    Doug> 221 tests OK.
    Doug> 34 tests skipped:
    Doug> test_aepack test_al test_audioop test_bsddb test_bsddb3 test_bz2
    Doug> test_cd test_cl test_curses test_dl test_email_code cs test_gdbm
    Doug> test_gl test_imageop test_imgfile test_linuxaudio dev test_locale
    Doug> test_macfs test_macostools test_mpz test_nis test_normalizat ion
    Doug> test_ossaudiode v test_pep277 test_plistlib test_rgbimg
    Doug> test_scriptpack ages test_socket_ssl test_socketserv er
    Doug> test_sunaudiode v test_timeout test_urllibnet test_winreg
    Doug> test_winsound
    Doug> Ask someone to teach regrtest.py about which tests are
    Doug> expected to get skipped on osf1V5.

    Doug,

    Can you confirm that you anticipate those skips on osf1V5? If so, I'll
    the appropriate entry in regrtest.py.

    Also, assuming you're connected to a network, can you try:

    ./python Lib/test/regrtest.py -unetwork

    where you executed make test before?

    Thanks,

    Skip

    Comment

    Working...