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 serhiy.storchaka
Recipients brett.cannon, ezio.melotti, facundobatista, giampaolo.rodola, serhiy.storchaka, zach.ware
Date 2013-06-29.11:51:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1372506686.39.0.942709321015.issue18266@psf.upfronthosting.co.za>
In-reply-to
Content
There is other problem with test_largefile. It not allows running only selected tests. I.e.

./python -m test.regrtest -v -m test_lseek test_largefile

Looks as test_largefile was suboptimal converted to unittest.
History
Date User Action Args
2013-06-29 11:51:26serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, facundobatista, giampaolo.rodola, ezio.melotti, zach.ware
2013-06-29 11:51:26serhiy.storchakasetmessageid: <1372506686.39.0.942709321015.issue18266@psf.upfronthosting.co.za>
2013-06-29 11:51:26serhiy.storchakalinkissue18266 messages
2013-06-29 11:51:26serhiy.storchakacreate