[issue11215] test_fileio error on AIX

2015-09-30 Thread STINNER Victor
Changes by STINNER Victor : -- resolution: -> fixed status: open -> closed ___ Python tracker ___

[issue11215] test_fileio error on AIX

2015-09-30 Thread STINNER Victor
STINNER Victor added the comment: I see that the test pass on AIX, on Python 2.7 and Python 3.6 buildbots, so I close the issue. This issue was opened 4 years ago. The test is now skipped on many platforms: if sys.platform != "win32": try: f =

[issue11215] test_fileio error on AIX

2015-09-29 Thread Arnon Yaari
Arnon Yaari added the comment: Some AIX systems have seekable /dev/tty, as is the case here and in msg90762, and on my system too. There is already an exemption in test_fileio.py for systems that have a seekable /dev/tty. AIX just needs to be exempt too. (from my experience, AIX and Solaris

[issue11215] test_fileio error on AIX

2013-02-19 Thread alef
Changes by alef alessandro.for...@eumetsat.int: -- versions: +Python 2.7 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11215 ___ ___

[issue11215] test_fileio error on AIX

2011-02-14 Thread Sébastien Sablé
New submission from Sébastien Sablé sa...@users.sourceforge.net: I have the following error when running test_fileio on AIX: == FAIL: testAbles (test.test_fileio.OtherFileTests)

[issue11215] test_fileio error on AIX

2011-02-14 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: This looks vaguely similar to http://bugs.python.org/issue6236#msg91007, although the latter has been fixed. -- nosy: +pitrou ___ Python tracker rep...@bugs.python.org