[New-bugs-announce] [issue11215] test_fileio error on AIX
Sébastien Sablé
report at bugs.python.org
Mon Feb 14 18:39:10 CET 2011
New submission from Sébastien Sablé <sable at users.sourceforge.net>:
I have the following error when running test_fileio on AIX:
======================================================================
FAIL: testAbles (test.test_fileio.OtherFileTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/san_cis/home/cis/.buildbot/python-aix6/3.x.phenix.xlc/build/Lib/test/test_fileio.py", line 269, in testAbles
self.assertEqual(f.seekable(), False)
AssertionError: True != False
----------------------------------------------------------------------
Ran 34 tests in 0.032s
FAILED (failures=1)
I haven't investigated yet.
----------
messages: 128564
nosy: sable
priority: normal
severity: normal
status: open
title: test_fileio error on AIX
versions: Python 3.2
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11215>
_______________________________________
More information about the New-bugs-announce
mailing list