Regression test

C

Colin J. Williams

I am running a regression test, mainly
because I wish to explore subprocess,
and get a number of errors before
crashing. Is this to be expected? The
run output is below.

Colin W.

C:\Documents and
Settings\cjw\Desktop>C:\python26\python.exe
Python 2.6 (r26:66721, Oct 2 2008,
11:35:03) [MSC v.1500 32 bit (Intel)] on
win32
Type "help", "copyright", "credits" or
"license" for more information.test_grammar
test_opcodes
test_dict
test_builtin
test_exceptions
test_types
test_unittest
test_doctest
test_doctest2
test_MimeWriter
test_SimpleHTTPServer
test_StringIO
test___all__
test___future__
test__locale
test__locale skipped -- cannot import
name RADIXCHAR
test_abc
test_abstract_numbers
test_aepack
test_aepack skipped -- No module named
aepack
test_al
test_al skipped -- No module named al
test_anydbm
test_applesingle
test_applesingle skipped -- No module
named macostools
test_array
test_ast
test_asynchat
test_asyncore
test_atexit
test_audioop
test_augassign
test_base64
test_bastion
test_bigaddrspace
test_bigmem
test_binascii
test_binhex
test_binop
test_bisect
test test_bisect failed -- Traceback
(most recent call last):
File
"C:\Python26\Lib\test\test_bisect.py",
line 208, in test_listDerived
self.assertEqual([5, 10], lst.data)
AssertionError: [5, 10] != []

test_bool
test_bsddb
test_bsddb185
test_bsddb185 skipped -- No module named
bsddb185
test_bsddb3
test_bsddb3 skipped -- Use of the
`bsddb' resource not enabled
test_buffer
test_bufio
test_bytes
test test_bytes failed -- Traceback
(most recent call last):
File
"C:\Python26\Lib\test\test_bytes.py",
line 732, in test_copied
self.assertFalse(x is x.translate(t))
AssertionError

test_bz2
test_calendar
test_call
test_capi
test_cd
test_cd skipped -- No module named cd
test_cfgparser
test_cgi
test_charmapcodec
test_cl
test_cl skipped -- No module named cl
test_class
test_cmath
test_cmd
test_cmd_line
test_cmd_line_script
test_code
test_codeccallbacks
test_codecencodings_cn
test_codecencodings_hk
test_codecencodings_jp
test_codecencodings_kr
test_codecencodings_tw
test_codecmaps_cn
test_codecmaps_cn skipped -- Use of the
`urlfetch' resource not enabled
test_codecmaps_hk
test_codecmaps_hk skipped -- Use of the
`urlfetch' resource not enabled
test_codecmaps_jp
test_codecmaps_jp skipped -- Use of the
`urlfetch' resource not enabled
test_codecmaps_kr
test_codecmaps_kr skipped -- Use of the
`urlfetch' resource not enabled
test_codecmaps_tw
test_codecmaps_tw skipped -- Use of the
`urlfetch' resource not enabled
test_codecs
test_codeop
test_coding
test_coercion
test_collections
test_colorsys
test_commands
test_commands skipped -- Not posix;
skipping test_commands
test_compare
test_compile
test_compiler
test_complex
test_complex_args
test_contains
test_contextlib
test_cookie
test_cookielib
test_copy
test_copy_reg
test_cpickle

C:\Documents and Settings\cjw\Desktop>
 
G

Gabriel Genellina

I am running a regression test, mainly because I wish to explore
subprocess, and get a number of errors before crashing. Is this to be
expected? The run output is below.

C:\Documents and Settings\cjw\Desktop>C:\python26\python.exe
Python 2.6 (r26:66721, Oct 2 2008, 11:35:03) [MSC v.1500 32 bit
(Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.

Not sure about 2.6, but 2.6.1 fails some tests too -- I assume they were
considered minor issues...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,065
Latest member
OrderGreenAcreCBD

Latest Threads

Top