Message222828
Failed on 32-bit:
======================================================================
ERROR: test_large_read (test.test_os.FileTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/serhiy/py/cpython/Lib/test/support/__init__.py", line 1592, in wrapper
return f(self, maxsize)
File "/home/serhiy/py/cpython/Lib/test/test_os.py", line 136, in test_large_read
data = os.read(fp.fileno(), size)
OverflowError: Python int too large to convert to C ssize_t
----------------------------------------------------------------------
Re-add the @unittest.skipUnless(INT_MAX < PY_SSIZE_T_MAX, "needs INT_MAX < PY_SSIZE_T_MAX") decorator (between cpython_only and bigmemtest). |
|
Date |
User |
Action |
Args |
2014-07-12 08:48:12 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, vstinner, python-dev |
2014-07-12 08:48:12 | serhiy.storchaka | set | messageid: <1405154892.6.0.410647751921.issue21932@psf.upfronthosting.co.za> |
2014-07-12 08:48:12 | serhiy.storchaka | link | issue21932 messages |
2014-07-12 08:48:12 | serhiy.storchaka | create | |
|