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 sable
Recipients pitrou, sable
Date 2011-02-11.14:30:09
SpamBayes Score 2.3116836e-05
Marked as misclassified No
Message-id <1297434610.22.0.184973052763.issue11184@psf.upfronthosting.co.za>
In-reply-to
Content
test_largefile complains about the filesystem having no largefile support.
It is probably the case, I will ask a sysadmin, and see if he can get me a file system with large file support so that I can test this feature.


> ./python -Wd -E -bb ./Lib/test/test_largefile.py 
Traceback (most recent call last):
  File "./Lib/test/test_largefile.py", line 163, in test_main
    f.write(b'x')
IOError: [Errno 27] File too large

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "./Lib/test/test_largefile.py", line 192, in <module>
    test_main()
  File "./Lib/test/test_largefile.py", line 168, in test_main
    raise unittest.SkipTest("filesystem does not have largefile support")
unittest.case.SkipTest: filesystem does not have largefile support
[81125 refs]

In the meantime, this test should probably be skipped just like in test_largefile.py and the patch with _LARGE_FILES should probably be applied too.

Merci pour l'aide
History
Date User Action Args
2011-02-11 14:30:10sablesetrecipients: + sable, pitrou
2011-02-11 14:30:10sablesetmessageid: <1297434610.22.0.184973052763.issue11184@psf.upfronthosting.co.za>
2011-02-11 14:30:09sablelinkissue11184 messages
2011-02-11 14:30:09sablecreate