Re: Jython 2.7.1 beta3 soft release

Adam Burke <[email protected]>
Newsgroups gmane.comp.lang.jython.devel
Message-ID <[email protected]>
I get a slightly (smaller) set on Windows. (I realize the beta release is out, sorry didn't get a chance to test earlier.) This is with 2.7.1b3 final installed from installer.
--
For comparison, running against trunk has two failures:

364 tests OK.6 tests skipped:    test_codecmaps_hk test_curses test_smtpnet test_socketserver    test_subprocess test_urllibnet2 tests failed:    test_file_jy test_lib2to32 fails unexpected:    test_file_jy test_lib2to3



$ dist/bin/jython -m test.regrtest -v test_file_jytest_file_jytest_append (test.test_file_jy.FileTestCase) ... oktest_appendplus (test.test_file_jy.FileTestCase) ... oktest_can_read_proc_filesystem (test.test_file_jy.FileTestCase) ... skipped 'Linux required'test_issue1825 (test.test_file_jy.FileTestCase) ... oktest_issue2081 (test.test_file_jy.FileTestCase) ... oktest_read_empty_file (test.test_file_jy.FileTestCase) ... ERROR
======================================================================ERROR: test_read_empty_file (test.test_file_jy.FileTestCase)----------------------------------------------------------------------Traceback (most recent call last):  File "C:\cygwin64\home\Adam\jython2\dist\Lib\test\test_file_jy.py", line 14, in tearDown    os.remove(test_support.TESTFN)OSError: unlink(): an unknown error occurred: C:\cygwin64\home\Adam\jython2\$test_1_tmp
----------------------------------------------------------------------Ran 6 tests in 0.080s
FAILED (errors=1, skipped=1)test test_file_jy failed -- Traceback (most recent call last):  File "C:\cygwin64\home\Adam\jython2\dist\Lib\test\test_file_jy.py", line 14, in tearDown    os.remove(test_support.TESTFN)OSError: unlink(): an unknown error occurred: C:\cygwin64\home\Adam\jython2\$test_1_tmp
'test_file_jy' left behind file '$test_1_tmp'1 test failed:    test_file_jy1 fail unexpected:    test_file_jy

======================================================================FAIL: test_all_project_files (lib2to3.tests.test_parser.TestParserIdempotency)----------------------------------------------------------------------Traceback (most recent call last):  File "C:\cygwin64\home\Adam\jython2\dist\Lib\lib2to3\tests\test_parser.py", line 176, in test_all_project_files    self.fail("Idempotency failed: %s" % filepath)AssertionError: Idempotency failed: C:\cygwin64\home\Adam\jython2\dist\Lib\lib2to3\btm_matcher.py
----------------------------------------------------------------------Ran 577 tests in 79.152s
FAILED (failures=1)test test_lib2to3 failed -- Traceback (most recent call last):  File "C:\cygwin64\home\Adam\jython2\dist\Lib\lib2to3\tests\test_parser.py", line 176, in test_all_project_files    self.fail("Idempotency failed: %s" % filepath)AssertionError: Idempotency failed: C:\cygwin64\home\Adam\jython2\dist\Lib\lib2to3\btm_matcher.py
1 test failed:    test_lib2to31 fail unexpected:    test_lib2to3
ThanksAdam
 

    On Friday, 5 February 2016, 3:03, "[email protected]" <[email protected]> wrote:
 

 On Wed, Feb 3, 2016 at 12:35 AM, Walter Kruse <[email protected]> wrote:
> Hi,
> I ran regression tests on Win 7 64 bit work PC as administrator:
>
> Microsoft Windows [Version 6.1.7601]
> Copyright (c) 2009 Microsoft Corporation.  All rights reserved.
>
> C:\Windows\system32>java -version
> java version "1.7.0_15"
> Java(TM) SE Runtime Environment (build 1.7.0_15-b03)
> Java HotSpot(TM) 64-Bit Server VM (build 23.7-b01, mixed mode)
>
> C:\Windows\system32>jython --version
> Jython 2.7.1b3
>
> Output file attached.
Thanks Walter! Seeing these tests on windows is very helpful.

-Frank

------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________
Jython-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jython-dev

------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140

_______________________________________________
Jython-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jython-dev
regrtest_memo.txt (text/plain, 8.7 KB)
good = [
    'test_grammar',
    'test_opcodes',
    'test_dict',
    'test_builtin',
    'test_exceptions',
    'test_types',
    'test_unittest',
    'test_doctest',
    'test_doctest2',
    'test_MimeWriter',
    'test_SimpleHTTPServer',
    'test_SimpleXMLRPCServer',
    'test_StringIO',
    'test_StringIO_jy',
    'test___future__',
    'test_abc',
    'test_abstract_numbers',
    'test_aifc',
    'test_anydbm',
    'test_argparse',
    'test_array',
    'test_array_jy',
    'test_ast',
    'test_ast_jy',
    'test_atexit',
    'test_augassign',
    'test_base64',
    'test_bastion',
    'test_bigaddrspace',
    'test_bigmem',
    'test_binascii',
    'test_binhex',
    'test_binop',
    'test_bisect',
    'test_bool',
    'test_buffer',
    'test_bufio',
    'test_builtin_jy',
    'test_bytecodetools_jy',
    'test_bytes',
    'test_bytes_jy',
    'test_bz2',
    'test_calendar',
    'test_call',
    'test_cfgparser',
    'test_cgi',
    'test_charmapcodec',
    'test_chdir',
    'test_class',
    'test_class_jy',
    'test_classdecorators',
    'test_classpathimporter',
    'test_cmath',
    'test_cmath_jy',
    'test_cmd',
    'test_cmd_line',
    'test_cmd_line_script',
    'test_cmp_jy',
    'test_code',
    'test_codeccallbacks',
    'test_codecencodings_tw',
    'test_codecs',
    'test_codecs_jy',
    'test_codeop',
    'test_codeop_jy',
    'test_coding',
    'test_coerce_jy',
    'test_coercion',
    'test_collections',
    'test_collections_jy',
    '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_crypt',
    'test_csv',
    'test_datetime',
    'test_datetime_jy',
    'test_decimal',
    'test_decimal_jy',
    'test_decorators',
    'test_decorators_jy',
    'test_defaultdict',
    'test_defaultdict_jy',
    'test_deque',
    'test_deque_jy',
    'test_descr_jy',
    'test_descrtut',
    'test_dict2java',
    'test_dict_jy',
    'test_dictcomps',
    'test_dictproxy_jy',
    'test_dictviews',
    'test_difflib',
    'test_dircache',
    'test_docxmlrpc',
    'test_dumbdbm',
    'test_dummy_thread',
    'test_email',
    'test_email_renamed',
    'test_ensurepip',
    'test_enumerate',
    'test_enumerate_jy',
    'test_eof_jy',
    'test_errno',
    'test_evalorder',
    'test_exception_variations',
    'test_exceptions_jy',
    'test_extcall',
    'test_file',
    'test_file2k',
    'test_file_eintr',
    'test_file_newlines',
    'test_filecmp',
    'test_fileinput',
    'test_fileio',
    'test_fileno',
    'test_finalizers',
    'test_float',
    'test_float_jy',
    'test_fnmatch',
    'test_format',
    'test_format_jy',
    'test_fpformat',
    'test_fractions',
    'test_func_jy',
    'test_func_syntax_jy',
    'test_funcattrs',
    'test_functools',
    'test_functools_jy',
    'test_future',
    'test_future3',
    'test_future4',
    'test_future5',
    'test_future_builtins',
    'test_gc_jy',
    'test_generators',
    'test_generators_jy',
    'test_genericpath',
    'test_genexps',
    'test_genexps_jy',
    'test_getargs',
    'test_getopt',
    'test_gettext',
    'test_glob',
    'test_global',
    'test_grammar_jy',
    'test_gzip',
    'test_hash',
    'test_hashlib',
    'test_hashlib_jy',
    'test_heapq',
    'test_hmac',
    'test_htmllib',
    'test_htmlparser',
    'test_httpservers',
    'test_imaplib',
    'test_imp',
    'test_import',
    'test_import_jy',
    'test_import_pep328',
    'test_importhooks',
    'test_importlib',
    'test_index',
    'test_inspect_jy',
    'test_int',
    'test_int_jy',
    'test_int_literal',
    'test_io',
    'test_io_jy',
    'test_isatty',
    'test_isinstance',
    'test_iter',
    'test_iter_jy',
    'test_itertools',
    'test_java_integration',
    'test_java_list_delegate',
    'test_java_subclasses',
    'test_java_visibility',
    'test_javashell',
    'test_jbasic',
    'test_joverload',
    'test_jser',
    'test_jser2',
    'test_json',
    'test_jy_internals',
    'test_jython_launcher',
    'test_linecache',
    'test_list',
    'test_list_jy',
    'test_listcomp_jy',
    'test_logging_jy',
    'test_long',
    'test_long_future',
    'test_long_int_args',
    'test_long_jy',
    'test_macpath',
    'test_marshal',
    'test_math',
    'test_math_jy',
    'test_md5',
    'test_memoryio',
    'test_memoryview',
    'test_metaclass',
    'test_mimetools',
    'test_mimetypes',
    'test_minidom',
    'test_module',
    'test_multibytecodec_support',
    'test_multifile',
    'test_mutants',
    'test_mutex',
    'test_new',
    'test_normalization',
    'test_nt_paths_jy',
    'test_ntpath',
    'test_old_mailbox',
    'test_operator',
    'test_operator_jy',
    'test_optparse',
    'test_os',
    'test_pbcvm',
    'test_pdb',
    'test_pep247',
    'test_pep263',
    'test_pep263_jy',
    'test_pep292',
    'test_pep352',
    'test_pickle',
    'test_pickletools',
    'test_pkg',
    'test_pkgimport',
    'test_pkgutil',
    'test_platform',
    'test_popen2',
    'test_posixpath',
    'test_pow',
    'test_pprint',
    'test_print',
    'test_profilehooks',
    'test_property',
    'test_pstats',
    'test_pulldom',
    'test_py_compile',
    'test_pythoninterpreter_jy',
    'test_queue',
    'test_quopri',
    'test_random',
    'test_re',
    'test_re_jy',
    'test_repr',
    'test_resurrection_attr_preserve',
    'test_rfc822',
    'test_richcmp',
    'test_rlcompleter',
    'test_robotparser',
    'test_sax_jy',
    'test_scope',
    'test_seq_jy',
    'test_set',
    'test_set_jy',
    'test_setcomps',
    'test_sets',
    'test_sgmllib',
    'test_sha',
    'test_shelve',
    'test_shlex',
    'test_site',
    'test_site_jy',
    'test_slice',
    'test_slots_jy',
    'test_socket_jy',
    'test_socketserver_jython',
    'test_softspace',
    'test_sort',
    'test_sort_jy',
    'test_str',
    'test_str2unicode',
    'test_str_jy',
    'test_strftime',
    'test_string',
    'test_stringmap',
    'test_strptime',
    'test_strptime_jy',
    'test_strtod',
    'test_structseq',
    'test_subclasses',
    'test_subclasses_jy',
    'test_syntax',
    'test_sys',
    'test_sysconfig',
    'test_telnetlib',
    'test_tempfile',
    'test_textwrap',
    'test_thread',
    'test_thread_jy',
    'test_thread_local',
    'test_threaded_import',
    'test_threadedtempfile',
    'test_threading_jy',
    'test_threading_local',
    'test_threading_local_jy',
    'test_time',
    'test_timeit',
    'test_tokenize',
    'test_trace',
    'test_trace_threaded',
    'test_traceback',
    'test_traceback_jy',
    'test_tuple',
    'test_tuple_jy',
    'test_typechecks',
    'test_unary',
    'test_undocumented_details',
    'test_unicode',
    'test_unicode_jy',
    'test_unicodedata',
    'test_univnewlines',
    'test_univnewlines2k',
    'test_unpack',
    'test_urllib',
    'test_urllib2_localnet',
    'test_urlparse',
    'test_userdict',
    'test_userlist',
    'test_userstring',
    'test_uu',
    'test_uuid',
    'test_warnings',
    'test_weakref',
    'test_weakref_jy',
    'test_weakset',
    'test_whichdb',
    'test_with',
    'test_wsgiref',
    'test_xdrlib',
    'test_xml_etree',
    'test_xml_etree_c',
    'test_xml_etree_jy',
    'test_xml_sax_jy',
    'test_xmllib',
    'test_xmlrpc',
    'test_xpickle',
    'test_xrange',
    'test_zipimport_support',
    'test_zlib',
    'test_zlib_jy',
 ]
bad = [
    'test___all__',
    'test_file_jy',
    'test_inspect',
    'test_jython_initializer',
    'test_lib2to3',
    'test_ssl',
    'test_zipimport_jy',
 ]
skipped = [
    'test_codecmaps_hk',
    'test_curses',
    'test_smtpnet',
    'test_socketserver',
    'test_subprocess',
    'test_urllibnet',
 ]
6 tests skipped:
    test_codecmaps_hk test_curses test_smtpnet test_socketserver
    test_subprocess test_urllibnet
7 tests failed:
    test___all__ test_file_jy test_inspect test_jython_initializer
    test_lib2to3 test_ssl test_zipimport_jy
7 fails unexpected:
    test___all__ test_file_jy test_inspect test_jython_initializer
    test_lib2to3 test_ssl test_zipimport_jy
Platform: 
    'Java-1.7.0_51-Java_HotSpot-TM-_64-Bit_Server_VM,_24.51-b03,_Oracle_Corporation-on-Windows_7-6.1-amd64'
Command line: 
    ['test.regrtest', '-e', '-m', 'regrtest_memo.txt']
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.