Serhiy Storchaka added the comment:

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).

----------
nosy: +ezio.melotti, michael.foord, pitrou
type: compile error -> behavior

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue25242>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to