Guest User

Untitled

a guest
Aug 9th, 2013
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.66 KB | None | 0 0
  1. $ hg clone http://hg.python.org/cpython
  2. $ ./configure --with-pydebug && make -j2
  3. $ ./python -m test
  4. 354 tests OK.
  5. 1 test altered the execution environment:
  6.     test_multiprocessing
  7. 22 tests skipped:
  8.     test_codecmaps_cn test_codecmaps_hk test_codecmaps_jp
  9.     test_codecmaps_kr test_codecmaps_tw test_curses test_devpoll
  10.     test_kqueue test_lzma test_msilib test_ossaudiodev test_smtpnet
  11.     test_socketserver test_startfile test_timeout test_tk
  12.     test_ttk_guionly test_urllibnet test_winreg test_winsound
  13.     test_xmlrpc_net test_zipfile64
  14.  
  15. $ cd ~/src/
  16. $ hg clone https://bitbucket.org/ned/coveragepy
  17. $ cd /path/to/cpython
  18. $ ./python ~/src/coveragepy/ run --pylib Lib/test/regrtest.py
  19. 318 tests OK.
  20. 5 tests failed:
  21.     test_frame test_importlib test_super test_threading_local
  22.     test_xml_etree
  23. 32 tests altered the execution environment:
  24.     test_asynchat test_asyncore test_bz2 test_capi
  25.     test_concurrent_futures test_ctypes test_decimal test_docxmlrpc
  26.     test_fork1 test_ftplib test_gc test_hashlib test_httplib
  27.     test_httpservers test_io test_json test_logging
  28.     test_multiprocessing test_os test_poplib test_pydoc test_queue
  29.     test_sched test_smtplib test_socket test_sqlite test_ssl test_sys
  30.     test_telnetlib test_threaded_import test_threadedtempfile
  31.     test_threading
  32. 22 tests skipped:
  33.     test_codecmaps_cn test_codecmaps_hk test_codecmaps_jp
  34.     test_codecmaps_kr test_codecmaps_tw test_curses test_devpoll
  35.     test_kqueue test_lzma test_msilib test_ossaudiodev test_smtpnet
  36.     test_socketserver test_startfile test_timeout test_tk
  37.     test_ttk_guionly test_urllibnet test_winreg test_winsound
  38.     test_xmlrpc_net test_zipfile64
Advertisement
Add Comment
Please, Sign In to add comment