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 doko
Recipients doko
Date 2007-10-18.09:13:40
SpamBayes Score 0.005029549
Marked as misclassified No
Message-id <1192698822.84.0.082608978163.issue1291@psf.upfronthosting.co.za>
In-reply-to
Content
The test_resource test fails at least on all non x86 linux systems; the
test case notes:

# Now check to see what happens when the RLIMIT_FSIZE is small.  Some
# versions of Python were terminated by an uncaught SIGXFSZ, but
# pythonrun.c has been fixed to ignore that exception.  If so, the
# write() should return EFBIG when the limit is exceeded.

however instead of EFBIG errno is set to ESPIPE, causing an IOException.
and letting the test fail.
Files
File name Uploaded
tst.c doko, 2007-10-18.09:13:41
History
Date User Action Args
2007-10-18 09:13:43dokosetspambayes_score: 0.00502955 -> 0.005029549
recipients: + doko
2007-10-18 09:13:42dokosetspambayes_score: 0.00502955 -> 0.00502955
messageid: <1192698822.84.0.082608978163.issue1291@psf.upfronthosting.co.za>
2007-10-18 09:13:42dokolinkissue1291 messages
2007-10-18 09:13:41dokocreate