[Python-Dev] Tests of of 2.7 tip on Ubuntu 12.04 amd64

Brian Curtin brian at python.org
Fri Aug 10 23:07:53 CEST 2012


On Fri, Aug 10, 2012 at 3:52 PM, "Juancarlo Añez (Apalala)"
<apalala at gmail.com> wrote:
> Hello,
>
> Please let me know if this is normal:
>
> 1 test failed:
>     test_readline
> 1 test altered the execution environment:
>     test_subprocess
> 32 tests skipped:
>     test_aepack test_al test_applesingle test_bsddb test_bsddb185
>     test_bsddb3 test_cd test_cl test_curses test_dl test_gl
>     test_imageop test_imgfile test_kqueue test_linuxaudiodev
>     test_macos test_macostools test_msilib test_ossaudiodev
>     test_scriptpackages test_smtpnet test_socketserver test_startfile
>     test_sunaudiodev test_timeout test_tk test_ttk_guionly
>     test_urllib2net test_urllibnet test_winreg test_winsound
>     test_zipfile64
> 2 skips unexpected on linux2:
>     test_bsddb test_bsddb3

It's never normal to have tests failing. Perhaps try running
test_readline directly and then report your findings on
http://bugs.python.org

As for the skips, those are fine. As for the unexpected skips, you
probably need to install bsddb in your system for those tests to be
executed.


More information about the Python-Dev mailing list