Skip to content

Instantly share code, notes, and snippets.

@vsajip
Created June 13, 2011 12:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vsajip/1022705 to your computer and use it in GitHub Desktop.
Save vsajip/1022705 to your computer and use it in GitHub Desktop.
Python regression tests run in a pythonv environment.
(venv) vinay@eta-natty:~/tools/pythonv/Lib/test$ python regrtest.py
== CPython 3.3a0 (default:97e04884682c+, Jun 12 2011, 22:59:56) [GCC 4.5.2]
== Linux-2.6.38-8-generic-i686-with-debian-squeeze-sid little-endian
== /tmp/test_python_2965
Testing with flags: sys.flags(debug=0, inspect=0, interactive=0, optimize=0, dont_write_bytecode=0, no_user_site=0, no_site=0, ignore_environment=0, verbose=0, bytes_warning=0, quiet=0)
[ 1/356] test_grammar
[ 2/356] test_opcodes
[ 3/356] test_dict
[ 4/356] test_builtin
[ 5/356] test_exceptions
[ 6/356] test_types
[ 7/356] test_unittest
[ 8/356] test_doctest
[ 9/356] test_doctest2
[ 10/356] test___all__
[ 11/356] test___future__
[ 12/356] test__locale
[ 13/356] test_abc
[ 14/356] test_abstract_numbers
[ 15/356] test_aifc
[ 16/356] test_argparse
[ 17/356] test_array
[ 18/356] test_ast
[ 19/356] test_asynchat
[ 20/356] test_asyncore
[ 21/356] test_atexit
[ 22/356] test_audioop
[ 23/356] test_augassign
[ 24/356] test_base64
[ 25/356] test_bigaddrspace
[ 26/356] test_bigmem
[ 27/356] test_binascii
[ 28/356] test_binhex
[ 29/356] test_binop
[ 30/356] test_bisect
[ 31/356] test_bool
[ 32/356] test_bufio
[ 33/356] test_bytes
[ 34/356] test_bz2
[ 35/356] test_calendar
[ 36/356] test_call
[ 37/356] test_capi
[ 38/356] test_cgi
[ 39/356] test_charmapcodec
[ 40/356] test_class
[ 41/356] test_cmath
[ 42/356] test_cmd
[ 43/356] test_cmd_line
[ 44/356] test_cmd_line_script
[ 45/356] test_code
[ 46/356] test_codeccallbacks
[ 47/356] test_codecencodings_cn
[ 48/356] test_codecencodings_hk
[ 49/356] test_codecencodings_iso2022
[ 50/356] test_codecencodings_jp
[ 51/356] test_codecencodings_kr
[ 52/356] test_codecencodings_tw
[ 53/356] test_codecmaps_cn
test_codecmaps_cn skipped -- Use of the `urlfetch' resource not enabled
[ 54/356] test_codecmaps_hk
test_codecmaps_hk skipped -- Use of the `urlfetch' resource not enabled
[ 55/356] test_codecmaps_jp
test_codecmaps_jp skipped -- Use of the `urlfetch' resource not enabled
[ 56/356] test_codecmaps_kr
test_codecmaps_kr skipped -- Use of the `urlfetch' resource not enabled
[ 57/356] test_codecmaps_tw
test_codecmaps_tw skipped -- Use of the `urlfetch' resource not enabled
[ 58/356] test_codecs
[ 59/356] test_codeop
[ 60/356] test_coding
[ 61/356] test_collections
[ 62/356] test_colorsys
[ 63/356] test_compare
[ 64/356] test_compile
[ 65/356] test_compileall
[ 66/356] test_complex
[ 67/356] test_concurrent_futures
[ 68/356] test_configparser
[ 69/356] test_contains
[ 70/356] test_contextlib
[ 71/356] test_copy
[ 72/356] test_copyreg
[ 73/356] test_cprofile
[ 74/356] test_crashers
[ 75/356] test_crypt
[ 76/356] test_csv
[ 77/356] test_ctypes
[ 78/356] test_curses
test_curses skipped -- Use of the `curses' resource not enabled
[ 79/356] test_datetime
[ 80/356] test_dbm
[ 81/356] test_dbm_dumb
[ 82/356] test_dbm_gnu
test_dbm_gnu skipped -- No module named '_gdbm'
[ 83/356] test_dbm_ndbm
[ 84/356] test_decimal
[ 85/356] test_decorators
[ 86/356] test_defaultdict
[ 87/356] test_deque
[ 88/356] test_descr
[ 89/356] test_descrtut
[ 90/356] test_dictcomps
[ 91/356] test_dictviews
[ 92/356] test_difflib
[ 93/356] test_dis
[ 94/356] test_distutils
[ 95/356] test_docxmlrpc
[ 96/356] test_dummy_thread
[ 97/356] test_dummy_threading
[ 98/356] test_dynamic
[ 99/356] test_email
test test_email crashed -- Traceback (most recent call last):
File "regrtest.py", line 1036, in runtest_inner
ImportError: No module named 'test_email'
[100/356/1] test_enumerate
[101/356/1] test_eof
[102/356/1] test_epoll
[103/356/1] test_errno
[104/356/1] test_exception_variations
[105/356/1] test_extcall
[106/356/1] test_faulthandler
[107/356/1] test_fcntl
[108/356/1] test_file
[109/356/1] test_filecmp
[110/356/1] test_fileinput
[111/356/1] test_fileio
[112/356/1] test_float
[113/356/1] test_flufl
[114/356/1] test_fnmatch
[115/356/1] test_fork1
[116/356/1] test_format
[117/356/1] test_fractions
[118/356/1] test_frozen
[119/356/1] test_ftplib
[120/356/1] test_funcattrs
[121/356/1] test_functools
[122/356/1] test_future
[123/356/1] test_future3
[124/356/1] test_future4
[125/356/1] test_future5
[126/356/1] test_gc
[127/356/1] test_gdb
test_gdb skipped -- Python was compiled with optimizations
[128/356/1] test_generators
[129/356/1] test_genericpath
[130/356/1] test_genexps
[131/356/1] test_getargs2
[132/356/1] test_getopt
[133/356/1] test_gettext
[134/356/1] test_glob
[135/356/1] test_global
[136/356/1] test_grp
[137/356/1] test_gzip
[138/356/1] test_hash
[139/356/1] test_hashlib
[140/356/1] test_heapq
[141/356/1] test_hmac
[142/356/1] test_html
[143/356/1] test_htmlparser
[144/356/1] test_http_cookiejar
[145/356/1] test_http_cookies
[146/356/1] test_httplib
[147/356/1] test_httpservers
[148/356/1] test_imaplib
[149/356/1] test_imp
[150/356/1] test_import
[151/356/1] test_importhooks
[152/356/1] test_importlib
test test_importlib failed -- Traceback (most recent call last):
File "/usr/local/lib/python3.3/importlib/test/source/util.py", line 23, in wrapper
to_return = fxn(*args, **kwargs)
File "/usr/local/lib/python3.3/importlib/test/source/test_file_loader.py", line 293, in test_bad_marshal
self._test_bad_marshal()
File "/usr/local/lib/python3.3/importlib/test/source/test_file_loader.py", line 218, in _test_bad_marshal
self.import_(file_path, '_temp')
File "/usr/local/lib/python3.3/importlib/test/source/test_file_loader.py", line 136, in import_
module = loader.load_module(module_name)
File "/usr/local/lib/python3.3/importlib/_bootstrap.py", line 437, in load_module
return self._load_module(fullname)
File "/usr/local/lib/python3.3/importlib/_bootstrap.py", line 141, in decorated
return fxn(self, module, *args, **kwargs)
File "/usr/local/lib/python3.3/importlib/_bootstrap.py", line 330, in _load_module
code_object = self.get_code(name)
File "/usr/local/lib/python3.3/importlib/_bootstrap.py", line 405, in get_code
found = marshal.loads(bytes_data)
EOFError: EOF read where not expected
[153/356/2] test_index
[154/356/2] test_inspect
[155/356/2] test_int
[156/356/2] test_int_literal
[157/356/2] test_io
[158/356/2] test_ioctl
[159/356/2] test_isinstance
[160/356/2] test_iter
[161/356/2] test_iterlen
[162/356/2] test_itertools
[163/356/2] test_json
[164/356/2] test_keywordonlyarg
[165/356/2] test_kqueue
test_kqueue skipped -- test works only on BSD
[166/356/2] test_largefile
[167/356/2] test_lib2to3
test test_lib2to3 failed -- multiple errors occurred; run in verbose mode for details
[168/356/3] test_linecache
[169/356/3] test_list
[170/356/3] test_listcomps
[171/356/3] test_locale
[172/356/3] test_logging
[173/356/3] test_long
[174/356/3] test_longexp
[175/356/3] test_macpath
[176/356/3] test_mailbox
[177/356/3] test_marshal
[178/356/3] test_math
[179/356/3] test_memoryio
[180/356/3] test_memoryview
[181/356/3] test_metaclass
[182/356/3] test_mimetypes
[183/356/3] test_minidom
[184/356/3] test_mmap
[185/356/3] test_module
[186/356/3] test_modulefinder
[187/356/3] test_msilib
test_msilib skipped -- No module named 'msilib'
[188/356/3] test_multibytecodec
[189/356/3] test_multibytecodec_support
[190/356/3] test_multiprocessing
[191/356/3] test_mutants
[192/356/3] test_netrc
[193/356/3] test_nis
[194/356/3] test_nntplib
[195/356/3] test_normalization
[196/356/3] test_ntpath
[197/356/3] test_numeric_tower
[198/356/3] test_openpty
[199/356/3] test_operator
[200/356/3] test_optparse
[201/356/3] test_os
[202/356/3] test_ossaudiodev
test_ossaudiodev skipped -- Use of the `audio' resource not enabled
[203/356/3] test_osx_env
[204/356/3] test_packaging
test test_packaging crashed -- Traceback (most recent call last):
File "regrtest.py", line 1036, in runtest_inner
File "/usr/local/lib/python3.3/test/test_packaging.py", line 2, in <module>
from packaging.tests.__main__ import test_main
ImportError: No module named 'tests.__main__'
[205/356/4] test_parser
Expecting 's_push: parser stack overflow' in next line
s_push: parser stack overflow
[206/356/4] test_pdb
[207/356/4] test_peepholer
[208/356/4] test_pep247
[209/356/4] test_pep263
[210/356/4] test_pep277
[211/356/4] test_pep292
[212/356/4] test_pep3120
[213/356/4] test_pep3131
[214/356/4] test_pep352
[215/356/4] test_pickle
[216/356/4] test_pickletools
[217/356/4] test_pipes
[218/356/4] test_pkg
[219/356/4] test_pkgimport
[220/356/4] test_pkgutil
[221/356/4] test_platform
[222/356/4] test_plistlib
[223/356/4] test_poll
[224/356/4] test_popen
[225/356/4] test_poplib
[226/356/4] test_posix
[227/356/4] test_posixpath
[228/356/4] test_pow
[229/356/4] test_pprint
[230/356/4] test_print
[231/356/4] test_profile
[232/356/4] test_property
[233/356/4] test_pstats
[234/356/4] test_pty
[235/356/4] test_pulldom
[236/356/4] test_pwd
[237/356/4] test_pyclbr
[238/356/4] test_pydoc
[239/356/4] test_pyexpat
[240/356/4] test_queue
[241/356/4] test_quopri
[242/356/4] test_raise
[243/356/4] test_random
[244/356/4] test_range
[245/356/4] test_re
[246/356/4] test_readline
[247/356/4] test_reprlib
[248/356/4] test_resource
[249/356/4] test_richcmp
[250/356/4] test_rlcompleter
[251/356/4] test_robotparser
[252/356/4] test_runpy
[253/356/4] test_sax
[254/356/4] test_sched
[255/356/4] test_scope
[256/356/4] test_select
[257/356/4] test_set
[258/356/4] test_setcomps
[259/356/4] test_shelve
[260/356/4] test_shlex
[261/356/4] test_shutil
[262/356/4] test_signal
[263/356/4] test_site
Warning -- sys.path was modified by test_site
[264/356/5] test_slice
[265/356/5] test_smtpd
[266/356/5] test_smtplib
[267/356/5] test_smtpnet
test_smtpnet skipped -- Use of the `network' resource not enabled
[268/356/5] test_sndhdr
[269/356/5] test_socket
[270/356/5] test_socketserver
test_socketserver skipped -- Use of the `network' resource not enabled
[271/356/5] test_sort
[272/356/5] test_sqlite
[273/356/5] test_ssl
[274/356/5] test_startfile
test_startfile skipped -- module os has no attribute startfile
[275/356/5] test_strftime
[276/356/5] test_string
[277/356/5] test_stringprep
[278/356/5] test_strlit
[279/356/5] test_strptime
[280/356/5] test_strtod
[281/356/5] test_struct
[282/356/5] test_structmembers
[283/356/5] test_structseq
[284/356/5] test_subprocess
.
this bit of output is from a test of stdout in a different process ...
.
this bit of output is from a test of stdout in a different process ...
.
this bit of output is from a test of stdout in a different process ...
[285/356/5] test_sunau
[286/356/5] test_sundry
[287/356/5] test_super
[288/356/5] test_symtable
[289/356/5] test_syntax
[290/356/5] test_sys
[291/356/5] test_sys_setprofile
[292/356/5] test_sys_settrace
[293/356/5] test_sysconfig
test test_sysconfig failed -- multiple errors occurred; run in verbose mode for details
[294/356/6] test_syslog
[295/356/6] test_tarfile
[296/356/6] test_tcl
test_tcl skipped -- No module named '_tkinter'
[297/356/6] test_telnetlib
[298/356/6] test_tempfile
[299/356/6] test_textwrap
[300/356/6] test_thread
[301/356/6] test_threaded_import
[302/356/6] test_threadedtempfile
[303/356/6] test_threading
[304/356/6] test_threading_local
[305/356/6] test_threadsignals
[306/356/6] test_time
[307/356/6] test_timeit
[308/356/6] test_timeout
test_timeout skipped -- Use of the `network' resource not enabled
[309/356/6] test_tk
test_tk skipped -- No module named '_tkinter'
[310/356/6] test_tokenize
[311/356/6] test_trace
[312/356/6] test_traceback
[313/356/6] test_ttk_guionly
test_ttk_guionly skipped -- No module named '_tkinter'
[314/356/6] test_ttk_textonly
test_ttk_textonly skipped -- No module named '_tkinter'
[315/356/6] test_tuple
[316/356/6] test_typechecks
[317/356/6] test_ucn
[318/356/6] test_unary
[319/356/6] test_unicode
[320/356/6] test_unicode_file
[321/356/6] test_unicodedata
[322/356/6] test_univnewlines
[323/356/6] test_unpack
[324/356/6] test_unpack_ex
[325/356/6] test_urllib
[326/356/6] test_urllib2
[327/356/6] test_urllib2_localnet
[328/356/6] test_urllib2net
test_urllib2net skipped -- Use of the `network' resource not enabled
[329/356/6] test_urllib_response
[330/356/6] test_urllibnet
test_urllibnet skipped -- Use of the `network' resource not enabled
[331/356/6] test_urlparse
[332/356/6] test_userdict
[333/356/6] test_userlist
[334/356/6] test_userstring
[335/356/6] test_uu
[336/356/6] test_uuid
[337/356/6] test_wait3
[338/356/6] test_wait4
[339/356/6] test_warnings
[340/356/6] test_wave
[341/356/6] test_weakref
[342/356/6] test_weakset
[343/356/6] test_winreg
test_winreg skipped -- No module named 'winreg'
[344/356/6] test_winsound
test_winsound skipped -- Use of the `audio' resource not enabled
[345/356/6] test_with
[346/356/6] test_wsgiref
[347/356/6] test_xdrlib
[348/356/6] test_xml_etree
[349/356/6] test_xml_etree_c
[350/356/6] test_xmlrpc
[351/356/6] test_xmlrpc_net
test_xmlrpc_net skipped -- Use of the `network' resource not enabled
[352/356/6] test_zipfile
[353/356/6] test_zipfile64
test_zipfile64 skipped -- test requires loads of disk-space bytes and a long time to run
[354/356/6] test_zipimport
[355/356/6] test_zipimport_support
[356/356/6] test_zlib
325 tests OK.
5 tests failed:
test_email test_importlib test_lib2to3 test_packaging
test_sysconfig
1 test altered the execution environment:
test_site
25 tests skipped:
test_codecmaps_cn test_codecmaps_hk test_codecmaps_jp
test_codecmaps_kr test_codecmaps_tw test_curses test_dbm_gnu
test_gdb test_kqueue test_msilib test_ossaudiodev test_smtpnet
test_socketserver test_startfile test_tcl test_timeout test_tk
test_ttk_guionly test_ttk_textonly test_urllib2net test_urllibnet
test_winreg test_winsound test_xmlrpc_net test_zipfile64
5 skips unexpected on linux2:
test_dbm_gnu test_tcl test_tk test_ttk_guionly test_ttk_textonly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment