test_grammar test_opcodes test_operations test_builtin test_exceptions test_types test_unittest test_doctest test_doctest2 test_MimeWriter test_SimpleXMLRPCServer test_StringIO test_StringIO_jy test___all__ test___future__ test_anydbm test_array test_array_jy test_ast test_ast_jy test_asynchat test_atexit test_augassign test_base64 test_bastion test_bigaddrspace test_bigmem test_binascii test_binhex test_binop test_bisect test_bool test_bufio test_bugfixes test_builtin_jy test_calendar test_call test_cfgparser test_cgi test_charmapcodec test_chdir test_class test_class_jy test_classdecorators test_classpathimporter test_closuregen test_cmath test_cmath_jy test_cmd_line test_cmp_jy test_code test_codeccallbacks test_codecs test_codeop test_codeop_jy test_coding test_coerce_jy test_coercion test_colorsys test_compare test_compile test_compile_jy test_complex test_complex_args test_complex_jy test_concat_jy test_contains test_contextlib test_cookie test_cookielib test_copy test_copy_reg test_cpickle test_cpickle_jy test_csv test_datetime test_decimal test_decorators test_decorators_jy test_defaultdict test_deque test_descr test_descr_jy test_descrtut test_dict test_dict2java test_dict_jy test_dictproxy_jy test_difflib test_dircache test_distutils test_dumbdbm test_dummy_thread test_email test_email_renamed test_enumerate test_eof_jy test_errno test_evalorder test_exception_variations test_exceptions_jy test_extcall test_file test_file_newlines test_filecmp test_fileinput test_fileno test_float test_float_jy test_fnmatch test_format test_format_jy test_fpformat test_func_jy test_func_syntax_jy test_funcattrs test_functools test_future test_generators /export/home/nriley/jython-buildslave/asm/build/dist/Lib/test/test_generators.py:1: DeprecationWarning: raising a string exception is deprecated tutorial_tests = """ test_genexps test_genexps_jy test_getargs test_getopt test_gettext test_glob test_global test_grammar_jy test_grp test_gzip test_hash test_hashlib test_heapq test_hexoct test_hmac test_htmllib test_htmlparser test_httplib test_imaplib test_imp test_import_jy test_importhooks test_index test_inspect test_int_jy test_isatty test_isinstance test_iter test_iter_jy test_itertools test_janoninner test_java_integration test_java_list_delegate test_java_subclasses test_java_visibility test_javalist test_javashell /export/home/nriley/jython-buildslave/asm/build/dist/Lib/test/test_javashell.py:7: DeprecationWarning: The javashell module is deprecated. Use the subprocess module. import javashell test_jbasic test_joverload test_jser test_jser2 test_jy_generators test_jy_internals test_jython_initializer test_list test_list_jy test_listcomp_jy test_logging test_long test_long_future test_long_int_args test_macpath test_mailbox test_marshal test_math test_math_jy test_md5 test_metaclass test_methods test_mhlib test_mimetools test_mimetypes test_minidom test_module test_multifile test_mutants test_netrc test_new test_ntpath test_old_mailbox test_operator test_optparse test_os test_pbcvm test_pep247 test_pep263 test_pep263_jy test_pep292 test_pep352 test_pickle test_pickletools test_pkg test_pkgimport test_platform test_popen test_popen2 test_posix test_posixpath test_pow test_pprint test_profile test_profilehooks test_pwd test_pythoninterpreter_jy test_queue test_quopri test_random test_re test_re_jy test_repr test_rfc822 test_richcmp test_robotparser test_runpy test_sax test_sax_jy test_scope test_select test_select_new test_seq_jy test_set test_set_jy test_sets test_sgmllib test_sha test_shelve test_shlex test_shutil test_signal test_site test_slice test_slots_jy test_socket test test_socket failed -- Traceback (most recent call last): File "/export/home/nriley/jython-buildslave/asm/build/dist/Lib/test/test_socket.py", line 1466, in testAI_PASSIVE self.failUnlessEqual(expected_canonname, canonname, "For hostname '%s' and flags %d, canonname '%s' != '%s'" % (host_param, flags, expected_canonname, canonname) ) AssertionError: For hostname 'None' and flags 3, canonname '127.0.0.1' != 'localhost' test_softspace test_sort test_sort_jy test_str test_str2unicode test_str_jy test_strftime test_string test_stringmap test_strptime test_struct test_structseq test_subclasses test_subclasses_jy test_subprocess test_subprocess skipped -- Use of the `subprocess' resource not enabled test_subprocess_jy test_syntax test_sys test_sys_jy test_tarfile test_tempfile test_textwrap test_thread test_thread_jy test_thread_local test_threaded_import test_threadedtempfile test_threading test_threading_jy test_threading_local test_time test_timeit test_tokenize test_trace test_trace_threaded test_traceback test_traceback_jy test_tuple test_unary test_unicode test_unicode_jy test_univnewlines test_unpack test_urllib test_urllib2 test_urllib2_localnet test_urllib2net test_urllib2net skipped -- Use of the `network' resource not enabled test_urllibnet test_urllibnet skipped -- Use of the `network' resource not enabled test_urlparse test_userdict test_userlist test_userstring test_uu test_uuid WARNING: uuid.getnode is unreliable on many platforms. It is disabled until the code and/or test can be fixed properly. WARNING: uuid._ifconfig_getnode is unreliable on many platforms. It is disabled until the code and/or test can be fixed properly. WARNING: uuid._unixdll_getnode is unreliable on many platforms. It is disabled until the code and/or test can be fixed properly. test_warnings test_weakref test_weakref_jy test_whichdb test_with test_wsgiref test_xdrlib test_xml_etree test_xml_etree_c test_xml_etree_jy test_xmllib test_xmlrpc test_xpickle test_xrange test_zipfile test_zipimport_jy test_zlib Exception ValueError: I/O operation on closed file in > ignored 309 tests OK. 3 tests skipped: test_subprocess test_urllib2net test_urllibnet 1 test failed: test_socket 1 fail unexpected: test_socket