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 Open Genomes, ezio.melotti, michael.foord, pitrou, r.david.murray, serhiy.storchaka
Date 2015-09-27.18:20:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1443378054.6.0.418417433157.issue25242@psf.upfronthosting.co.za>
In-reply-to
Content
Classification of test failures:

1. test_distutils, test_httpservers, test_shutil, test_subprocess - unable to run an executable or load a library from /tmp. This is likely testing issue, not a bug. We should just detect this situation and skip tests.

2. test_fcntl - likely a restriction of /tmp filesystem (if the test is passed in non-restricted environment). In this case we should just skip the test.

3. test_readline - readline initialization issue (issue19884). This is real bug that already was reported. We trying to fix it (unsuccessfully).
History
Date User Action Args
2015-09-27 18:20:54serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, ezio.melotti, r.david.murray, michael.foord, Open Genomes
2015-09-27 18:20:54serhiy.storchakasetmessageid: <1443378054.6.0.418417433157.issue25242@psf.upfronthosting.co.za>
2015-09-27 18:20:54serhiy.storchakalinkissue25242 messages
2015-09-27 18:20:54serhiy.storchakacreate