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 r.david.murray
Recipients barry, imz, r.david.murray
Date 2016-05-02.21:33:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1462224804.46.0.945504857389.issue26912@psf.upfronthosting.co.za>
In-reply-to
Content
torture_test is not currently run, and this is intentional (it uses a large external resource).  It is kept for reference and in case anyone wants to run it by hand[*].  The import should be fixed.

test_asian_codecs is run automatically by the unittest load tests protocol.  That import should be fixed as well since it is picking up the class from the wrong location.

[*] At one point I was working on making it run when the largefile resource is asserted, by downloading the resource.  But I'm not convinced it is a good idea, so I abandonded that.
History
Date User Action Args
2016-05-02 21:33:24r.david.murraysetrecipients: + r.david.murray, barry, imz
2016-05-02 21:33:24r.david.murraysetmessageid: <1462224804.46.0.945504857389.issue26912@psf.upfronthosting.co.za>
2016-05-02 21:33:24r.david.murraylinkissue26912 messages
2016-05-02 21:33:24r.david.murraycreate