This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author honglei.jiang
Recipients honglei.jiang, paul.moore, steve.dower, tim.golden, zach.ware
Date 2020-05-26.12:45:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAKLLBfDiOPGTqNwpPpAaB134TkZYGGs9tqfp3hbNV5JX+RpY9A@mail.gmail.com>
In-reply-to <1590435193.83.0.130939014323.issue40754@roundup.psfhosted.org>
Content
== Tests result: FAILURE ==

357 tests OK.

24 tests failed:
    test__locale test_array test_buffer test_capi test_deque
    test_exceptions test_flufl test_grammar test_itertools test_locale
    test_memoryio test_ordered_dict test_parser test_pickle
    test_positional_only_arg test_string_literals test_struct
    test_syntax test_sys test_traceback test_urllib test_urllib2
    test_urllib2_localnet test_xml_etree_c

43 tests skipped:
    test_asdl_parser test_check_c_globals test_clinic test_curses
    test_dbm_gnu test_dbm_ndbm test_devpoll test_epoll test_fcntl
    test_fork1 test_gdb test_grp test_ioctl test_kqueue
    test_multiprocessing_fork test_multiprocessing_forkserver test_nis
    test_openpty test_ossaudiodev test_pipes test_poll test_posix
    test_pty test_pwd test_readline test_resource test_smtpnet
    test_socketserver test_spwd test_syslog test_threadsignals
    test_timeout test_tix test_tk test_ttk_guionly test_urllib2net
    test_urllibnet test_wait3 test_wait4 test_winsound test_xmlrpc_net
    test_xxtestfuzz test_zipfile64

Zachary Ware <report@bugs.python.org> 于2020年5月26日周二 上午3:33写道:

>
> Zachary Ware <zachary.ware@gmail.com> added the comment:
>
> At a guess, it looks like we're not including that module in the Windows
> installer.  And indeed, it looks like it's left out of
> Tools/msi/test/test_files.wxs if you would like to provide a PR :)
>
> On the other hand, I'm not sure that test (and any other depending on that
> module) shouldn't be skipped if _testinternalcapi is missing.
>
> ----------
> components: +Installation, Windows
> nosy: +paul.moore, steve.dower, tim.golden, zach.ware
> versions: +Python 3.10
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <https://bugs.python.org/issue40754>
> _______________________________________
>
History
Date User Action Args
2020-05-26 12:45:23honglei.jiangsetrecipients: + honglei.jiang, paul.moore, tim.golden, zach.ware, steve.dower
2020-05-26 12:45:23honglei.jianglinkissue40754 messages
2020-05-26 12:45:23honglei.jiangcreate