[issue20760] test_compileall test getting failed on 3.4 RC
Aapo Rantalainen added the comment: I got exactly same trace with Python-3.4.0. == CPython 3.4.0 (default, Apr 19 2014, 16:37:49) [GCC 4.2.1] == Linux-2.6.28.10-power52-armv7l-with-debian-testing-unstable little-endian Btw: My test-directory is writable. (This seems to be duplicate, but is explicitly mentioning non-writable directory: http://bugs.python.org/issue21264 ) -- nosy: +AapoRantalainen ___ Python tracker <http://bugs.python.org/issue20760> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue21316] mark test_devpoll to be meaningfull only for Solaris
New submission from Aapo Rantalainen: [ 96/389/2] test_devpoll Actual happened: test_devpoll skipped -- select.devpoll not defined Excepted: test works only on Solaris Took me a while until I read documentation: select.devpoll() -> (Only supported on Solaris and derivatives.) Even test itself, test_devpoll.py, doesn't mention it is only for Solaris. -- components: Tests messages: 216913 nosy: AapoRantalainen priority: normal severity: normal status: open title: mark test_devpoll to be meaningfull only for Solaris type: enhancement versions: Python 3.4 ___ Python tracker <http://bugs.python.org/issue21316> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com