New submission from Terry J. Reedy <tjre...@udel.edu>:

Win10, master repository 32-debug build: test_locale and test__locale fail as 
they have for a year.  test_compileall test_asyncio failed as they have before, 
but not a few weels ago.

*** PermissionError: [WinError 5] Access is denied: 
'f:\\dev\\3x\\\\lib\\__pycache__\\quopri.cpython-310.pyc.39387352' -> 
'f:\\dev\\3x\\\\lib\\__pycache__\\quopri.cpython-310.pyc'

test test_asyncio failed -- Traceback (most recent call last):
  File "f:\dev\3x\lib\test\test_asyncio\test_sendfile.py", line 464, in 
test_sendfile_close_peer_in_the_middle_of_receiving
    self.assertTrue(1024 <= self.file.tell() < len(self.DATA),
AssertionError: False is not true : 131088
 

Installed 64-bit  3.9.0b2 has 19 more (same after 'repair'):

12 failed with 
ModuleNotFoundError: No module named '_testinternalcapi'

test_buffer test_capi test_deque test_fstring test_grammar
test_keyword test_memoryio test_parser test_string_literals
test_struct test_syntax test_traceback

7 failed otherwise, usually with multiple errors

test_array test_exceptions test_flufl test_itertools 
test_ordered_dict test_pickle test_sys test_xml_etree_c

----------
components: Installation, Windows
messages: 377052
nosy: lukasz.langa, paul.moore, steve.dower, terry.reedy, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: 23 tests failed for 3.9.0b2-64 installed on Windows 10
type: behavior
versions: Python 3.9

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue41801>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to