On Fri, Aug 10, 2012 at 3:52 PM, "Juancarlo Añez (Apalala)"
<apal...@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.
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to