[issue1291] test_resource fails on recent linux systems

2013-03-18 Thread Senthil Kumaran
Senthil Kumaran added the comment: The last commit 59292f366b53 was for fixing issue12921 and not this. Wrongly linked. -- nosy: +orsenthil ___ Python tracker ___ __

[issue1291] test_resource fails on recent linux systems

2013-03-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset 59292f366b53 by Senthil Kumaran in branch 'default': #1291 http.server's send_error takes an optional explain argument http://hg.python.org/cpython/rev/59292f366b53 -- nosy: +python-dev ___ Python tracker

[issue1291] test_resource fails on recent linux systems

2008-02-23 Thread A.M. Kuchling
A.M. Kuchling added the comment: I went ahead and pulled the 2.6 test back into 2.5-maint in rev. 61016, and then realized that Nick actually backported the change in rev. 60727. I decided to leave it alone; the 2.6 test should still avoid the problem, has the additional feature of using unitte

[issue1291] test_resource fails on recent linux systems (

2008-02-23 Thread A.M. Kuchling
Changes by A.M. Kuchling: -- keywords: +easy __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue1291] test_resource fails on recent linux systems (

2007-11-07 Thread Guido van Rossum
Guido van Rossum added the comment: It's fine to fix this in 2.5.2, as it is just a test. (IMO you can just copy the 2.6 test_resource.py into 2.5.2, assuming that works.) __ Tracker <[EMAIL PROTECTED]> _

[issue1291] test_resource fails on recent linux systems (

2007-11-07 Thread Nick Coghlan
Nick Coghlan added the comment: I just compared the 2.5 test_resource with the trunk test_resource - the latter has been modified to remove the file size limitation before it attempts to close the file, eliminating the test failure without changing the underlying behaviour of f.close. __

[issue1291] test_resource fails on recent linux systems (

2007-11-07 Thread Nick Coghlan
Nick Coghlan added the comment: I just hit this as well when rerunning the 2.5 tests before checking something else in. The test itself appears to be fine, but the call to f.close() outside the try/except block attempting to flush the file to disk and raising an IOError. Didn't something like th

[issue1291] test_resource fails on recent linux systems (

2007-10-18 Thread Guido van Rossum
Guido van Rossum added the comment: Patch please? -- nosy: +gvanrossum __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsu

[issue1291] test_resource fails on recent linux systems (

2007-10-18 Thread Matthias Klose
Matthias Klose added the comment: $ python Lib/test/test_resource.py True Traceback (most recent call last): File "Lib/test/test_resource.py", line 42, in f.close() IOError: [Errno 27] File too large __ Tracker <[EMAIL PROTECTED]>

[issue1291] test_resource fails on recent linux systems (

2007-10-18 Thread Matthias Klose
New submission from Matthias Klose: 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 igno