[New-bugs-announce] [issue41085] Array regression test fails
William Pickard
report at bugs.python.org
Mon Jun 22 20:44:44 EDT 2020
New submission from William Pickard <lollol222gg at gmail.com>:
Here's the verbose stack trace of the failing test:
======================================================================
FAIL: test_index (test.test_array.LargeArrayTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "L:\GIT\cpython\lib\test\support\__init__.py", line 837, in wrapper
return f(self, maxsize)
File "L:\GIT\cpython\lib\test\test_array.py", line 1460, in test_index
self.assertEqual(example.index(11), size+3)
AssertionError: -2147483645 != 2147483651
----------
components: Tests
files: test_output.log
messages: 372135
nosy: WildCard65
priority: normal
severity: normal
status: open
title: Array regression test fails
type: behavior
versions: Python 3.10
Added file: https://bugs.python.org/file49257/test_output.log
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue41085>
_______________________________________
More information about the New-bugs-announce
mailing list